@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff') format('woff');
  font-display: swap;
}

body {
  font-family: 'HarmonyOS_Sans_SC_Regular';
}


.hometitle {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1.30476em;
  position: relative;
}

.hometitle .more {
  position: absolute;
  right: 0;
  top: 38%;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
  background: #000;
  color: #fff;
  padding: 8px 25px;
  z-index: 111;
}

.hometitle .more:hover {
  background: #c00d26;
}

.hometitle .en-title {
  /* position: absolute; */
  /* font-family: 'Butler-Bold'; */
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #f6f5f5;
  line-height: 0.93333;
  top: 0;
  left: 34.0625%;
  z-index: -1;
}

@media (max-width:1024px) {
  .hometitle {
    font-size: 2rem;
  }
}



/*Top003075 */
.Top003075 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: padding 0.3s;
}

.Top003075 menu li {
  font-size: 14px !important;
}

.Top003075 menu li.aon span a {
  color: #000;
  border-bottom: 1px solid #000;
}

.Top003075 menu li span a {
  color: #555;
}

.Top003075 menu li .sub {
  display: none;
}

.Top003075 menu li .sub dl {
  position: relative;
}

.Top003075 menu li .sub dt {
  line-height: 32px;
}

.Top003075 menu li .sub dt a:hover {
  text-decoration: underline;
}

.Top003075 .logo {
  display: table;
}

.Top003075 .logo a {
  display: table-cell;
  vertical-align: middle;
}

.Top003075 .logo img {
  max-height: 44px;
}

.Top003075 .top-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.Top003075 .top-right dl {
  display: table;
  height: 100%;
}

.Top003075 .top-right dl>* {
  display: table-cell;
  vertical-align: middle;
}

.Top003075 .top-right dt {
  padding-right: 30px;
  color: #333;
}

.Top003075 .top-right dt a {
  border-radius: 2px;
  border: solid 1px #eee;
  width: 26px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #bbb;
  background: #fff;
}

.Top003075 .top-right dt a.on {
  color: #fff;
  background: #0f55b0;
  border-color: #0f55b0;
  font-size: 14px;
}

.Top003075 .top-search {
  /* background-color: #000; */
  padding: 0 22px;
  overflow: hidden;
}

.Top003075 .top-search>* {
  float: left;
}

.Top003075 .top-search .text {
  width: 0;
  overflow: hidden;
  padding: 0;
  transition: width 0.3s;
}

.Top003075 .top-search .btn-area {
  position: relative;
  line-height: 44px;
}

.Top003075 #TopBtn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}

.Top003075 .open-sbox {
  color: #999;
  font-size: 16px;
  display: block;
  padding-left: 25px;
  background: url("Map002805-icon.png") no-repeat left center;
}

.search-show .Top003075 #TopBtn {
  display: block;
}

.search-show .Top003075 .top-search .text {
  padding: 0 10px;
  border-radius: 5px;
  background: #eee;
}

.search-show .top-search .btn-area {
  padding-left: 10px;
}

@media(min-width:1025px) {
  .Top003075 .auto {
    position: relative;
  }

  .search-show .Top003075 .auto {
    padding-right: 12.5vw;
  }

  .search-show .Top003075 .top-search .text {
    width: 12vw;
  }

  .Top003075 .logo {
    height: 90px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }

  .Top003075 menu {
    float: left;
    font-size: 0;
    padding-left: 240px;
  }

  .Top003075 menu li {
    float: left;
    position: relative;
  }

  .Top003075 menu li:not(:last-child) {
    margin-right: 3vw;
  }

  .Top003075 menu li span {
    display: block;
    line-height: 44px;
  }

  .Top003075 menu li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    background: rgba(0, 0, 0, 0.63);
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
  }

  .Top003075 menu li .sub dt a {
    color: #fff;
  }
}

@media(min-width:1025px) and (max-width:1500px) {
  .Top003075 menu li:not(:last-child) {
    margin-right: 2.13vw;
  }
}

@media(min-width:1025px) and (max-width:1366px) {
  .search-show .Top003075 .top-right dt {
    font-size: 0;
  }

  .search-show .Top003075 .top-right dt a {
    font-size: 16px;
  }
}

@media(min-width:1025px) and (max-width:1280px) {
  .Top003075 .top-right dt {
    font-size: 0;
  }

  .Top003075 .top-right dt a {
    font-size: 16px;
  }

  .search-show .Top003075 .top-right dt {
    opacity: 0;
  }
}

@media(max-width:1024px) {
  .Top003075 {
    padding: 0 3%;
  }

  .Top003075,
  .Top003075 .logo {
    height: 70px;
  }

  .Top003075 .logo img {
    height: 45px;
  }

  .Top003075 menu {
    position: fixed;
    left: -100%;
    opacity: 0;
    top: 70px;
    bottom: 0;
    overflow: auto;
    background: #fff;
    z-index: 99;
    width: 200px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    transition: 0.5s;
  }

  .menu-show .Top003075 menu {
    left: 0;
    opacity: 1;
  }

  .Top003075 menu li span {
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 40px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .Top003075 .has-sub span .op:before,
  .Top003075 .has-sub span .op:after {
    background: #ccc;
  }

  .Top003075 .open-menu span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }

  .Top003075 .open-menu {
    border-left: 1px solid #fff;
  }

  .Top003075 .open-menu i {
    background: #000;
  }

  .Top003075 .top-right dt {
    font-size: 0;
    padding-right: 10px;
  }

  .Top003075 .top-right dt a {
    font-size: 14px;
  }

  .Top003075 menu li .sub {
    padding: 20px 20px;
    background: #f5f5f5;
  }

  .Top003075 .top-search {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Top003075 .open-sbox {
    font-size: 0;
    width: 25px;
    height: 44px;
    background-position: center center;
  }
}

@media(max-width:640px) {
  .search-show .Top003075 .logo {
    opacity: 0.2
  }

  .search-show .Top003075 .top-search .text {
    width: 43vw;
  }
}

/*Banner003192 */
.Banner003192 {
  position: relative;
}

@media (min-width:1025px) {
  .Banner003192 .wap {
    display: none;
  }
}

@media (max-width:1024px) {
  .Banner003192 .pc {
    display: none;
  }
}

.Banner003192 li.slick-slide {
  position: relative;
}

.Banner003192 [class*=txt-style-] {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 10;
}

.Banner003192 .tit {
  /* font-family: 'HarmonyOS_Sans_SC_Bold'; */
  font-size: calc(65 / 1920 * 100vw);
  margin-bottom: calc(8 / 65 * 1em);
  transition: 0.3s;
}

.Banner003192 .sub-tit {
  font-size: calc(87 / 1920 * 100vw);
  line-height: 1.2;
  transition: 0.3s 0.3s;
  text-transform: uppercase;
}

.Banner003192 .txt-style-1 {
  left: calc(495 / 1920 * 100vw);
  top: calc(540 / 960 * 100%);
  text-align: center;
}

.Banner003192 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 11;
}

.Banner003192 .txt-style-1 .tit {
  transform: translateX(30px);
  opacity: 0;
}

.Banner003192 .txt-style-1 .sub-tit {
  height: 1.2em;
  text-align: justify;
  transform: translateX(30px);
  opacity: 0;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  color: rgba(255, 255, 255, .3);
}

.Banner003192 .ani-show .txt-style-1 .tit,
.Banner003192 .ani-show .txt-style-1 .sub-tit {
  transform: translateX(0);
  opacity: 1;
}

.Banner003192 .txt-style-1 .sub-tit:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.Banner003192 .txt-style-2 {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Banner003192 .txt-style-2 .ytable {
  height: 100%;
}

.Banner003192 .open-video {
  display: block;
  margin: 0 auto;
  width: calc(60 / 1920 * 100vw);
  height: calc(60 / 1920 * 100vw);
  background: url(../images/Banner003192-play.png) no-repeat center center;
  background-size: contain;
  margin-bottom: calc(60 / 1920 * 100vw);
  cursor: pointer;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.3s;
}

.Banner003192 .txt-style-2 .tit {
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.3s;
}

.Banner003192 .txt-style-2 .sub-tit {
  letter-spacing: calc(9 / 1920 * 100vw);
  transform: translateY(30px);
  opacity: 0;
  transition-delay: 0.6s;
}

.Banner003192 .ani-show .open-video,
.Banner003192 .ani-show .txt-style-2 .tit,
.Banner003192 .ani-show .txt-style-2 .sub-tit {
  transform: translateY(0);
  opacity: 1;
}

.Banner003192 .txt-style-3 {
  left: 0;
  width: 100%;
  top: calc(281 / 960 * 100%);
}

.Banner003192 .txt-style-3 .auto {
  max-width: 1440px;
  width: 90%;
}

.Banner003192 .txt-style-3 .tit {
  transform: translateX(30px);
  opacity: 0;
}

.Banner003192 .txt-style-3 .sub-tit {
  transform: translateX(30px);
  opacity: 0;
}

.Banner003192 .ani-show .txt-style-3 .tit,
.Banner003192 .ani-show .txt-style-3 .sub-tit {
  transform: translateX(0);
  opacity: 1;
}


.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.85);
}

.video-box .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 4;
  right: 20px;
  top: 20px;
}

.video-box .close::before,
.video-box .close::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.video-box .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.video-box .ytable {
  height: 100%;
}

.video-box .ytable-cell {
  text-align: center;
}

.video-box video {
  width: 90%;
  max-width: 900px;
}

.Banner003192 .slick-pages {
  position: absolute;
  left: calc(141 / 1920 * 100vw);
  bottom: calc(66 / 960 * 100%);
  color: #fff;
  z-index: 20;
  font-size: calc(20 / 1920 * 100vw);
}

.Banner003192 .slick-pages #cur {
  font-size: 35px
}

.Banner003192 .slick-dots {
  position: absolute;
  right: calc(141 / 1920 * 100vw);
  bottom: calc(66 / 960 * 100%);
  z-index: 20;
}

.Banner003192 .slick-dots li {
  float: left;
  width: calc(36 / 1920 * 100vw);
  height: 4px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  margin-left: 10px;
}

.Banner003192 .slick-dots li button {
  display: none;
}

.Banner003192 .slick-dots li.slick-active {
  opacity: 1;
}

.Banner003192 .mouse {
  position: absolute;
  background: url(/"../images/Banner003192_mouse.svg") no-repeat center;
  width: 22px;
  height: 34px;
  background-size: contain;
  z-index: 30;
  left: 50%;
  margin-left: -11px;
  bottom: calc(58 / 960 * 100%);
  animation: mouse 2s linear infinite alternate;
}

@keyframes mouse {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width:1024px) {
  .Banner003192 .tit {
    font-size: calc(30 / 16 * 1em);
  }

  .Banner003192 .sub-tit {
    font-size: calc(20 / 16 * 1em);
  }
}



/*Floor003174 */
.Floor003174 {
  padding: 5% 0 7.875% 0;
  overflow: hidden;
}

.Floor003174 .auto {
  position: relative;
  z-index: 1;
}

.Floor003174 .list {
  position: relative;
  z-index: 5;
}

.Floor003174 .list li {
  float: left;
  position: relative;
}

.Floor003174 .list li.more {
  background: url(../images/Floor003174-morebg.png) no-repeat center;
  background-size: cover;
}

.Floor003174 .list li.more a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 4;
  ;
}

.Floor003174 .list li.more span {
  position: absolute;
  color: #fff;
  left: 0;
  width: 100%;
  bottom: 3.75em;
  text-align: center;
  background: url(../images/Floor003174-more.svg) no-repeat center top;
  padding-top: 3.625em;
  background-size: auto 2.375em;
}

.Floor003174 .list li.more .img-bg {
  padding-bottom: 482.759%;
}

.Floor003174 li a {
  background: #000
}

.Floor003174 li .img-bg {
  padding-bottom: 151.352%;
  transition: 0.3s;
  /* opacity: 0.6; */
  /* background-color: #000; */
  position: relative;
}

.Floor003174 li .img-bg:after {
  transition: 0.3s;
  content: '';
  ;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5)
}

.Floor003174 li a:hover .img-bg:after {
  background: rgba(0, 0, 0, .0)
    /* background-image: url(../images/Floor003174-imgbg-hover.png) !important; */
}

.Floor003174 li .pic {
  width: 66.487%;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.Floor003174 li .txt {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  color: #fff;
  padding: 2.375em;
}

.Floor003174 .list li:hover .txt {
    opacity: 0;
}
.Floor003174 li .en {
  font-family: 'Butler-Bold';
  font-size: 4em;
  letter-spacing: 1px;
  color: #f6f5f5;
  line-height: 0.734375;
  margin-bottom: 1.171875em;
  display: none;
}

.Floor003174 li .cate-name {
  font-size: 1.75em;
  margin-bottom: 0.7em;
  line-height: 1;
}

.Floor003174 li .cate-name span {
  font-size: 16px;
  font-family: 'HarmonyOS_Sans_SC_Light';
}

.Floor003174 li pre {
  opacity: 0.5;
  font-size: 0.875em;
  line-height: 1.71428;
  width: 77%;
}

.Floor003174 li a:hover .pic {
  transform: translateY(-3em);
}

@media (max-width:1600px) {
  .Floor003174 li .en {
    font-size: 3em;
  }
}


@media (min-width:1025px) {
  .Floor003174 .list {
    width: 110%;
  }

  .Floor003174 .list li:nth-child(2n) {
    margin-top: 6.25em;
  }

  .Floor003174 .list li:not(.more) {
    width: 21.023%;
  }

  .Floor003174 .list li.more {
    width: 6.591%;
  }

  .Floor003174 .list li:not(.more) {
    margin-right: calc((100% - 19.923% * 3 - 6.591%) / 3)
  }

  .Floor003174 li .pic {
    position: absolute;
    right: -28.109%;
    bottom: -4.375em;
  }
}

@media (max-width:1024px) {

  /* .Floor003174 li{ margin-bottom:4em;}
.Floor003174 li .pic{bottom: -2em;width: 60%;}
.Floor003174 li:nth-child(2n-1){margin-right: 23%;}
.Floor003174 li:nth-child(2n){margin-left: 23%;}
.Floor003174 li:nth-child(2n) .txt pre,
.Floor003174 li:nth-child(2n) .txt{text-align: right;}
.Floor003174 li:nth-child(2n) .txt pre{width: auto;padding-left: 0%;}
.Floor003174 li:nth-child(2n) .pic{right: auto;left: -28.109%;}
.Floor003174 li.more{margin: 0; padding: 1em 0;}
.Floor003174 .list li.more span{position: relative; bottom: auto;display: block;}
.Floor003174 .list li.more span br{display: none;}
.Floor003174 .list li.more .img-bg{padding: 0;}
*/
  .Floor003174 .list li {
    width: 31.3%;
  }

  .Floor003174 .list li:not(:last-child) {
    margin-right: 3%;
  }

  .Floor003174 li .txt {
    padding: 15px;
  }

  .Floor003174 li .cate-name {
    font-size: 1em;
  }

  .Floor003174 li .cate-name span {
    display: block;
    margin-top: 10px;
  }

  .Floor003174 li .pic {
    margin: -60% auto 0;
  }

  .Floor003174 li pre {
    display: none;
  }
}




/*Floor002711 */
.Floor002711 {
  overflow: hidden;
}

.Floor002711 .hometitle {
  color: #fff;
}

.Floor002711 .hometitle .en-title {
  color: #fff;
  opacity: 0.34;
}

.Floor002711 .list {
  position: relative;
  z-index: 1;
}

.Floor002711 .bg-img .slider {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0%;
}

.Floor002711 .info {
  position: relative;
  z-index: 10;
  background-size: cover;
  padding: 4% 0 8% 0;
}

.Floor002711 .info-main {
  /* background: #fff;
  padding: 1.25em; */
}

.Floor002711 .info-main .item {
    background: #fff;
    padding: 1.25em;
}

.Floor002711 .item a {
  background: #fff;
}

.Floor002711 .item .pic {
  overflow: hidden;
}

.Floor002711 .item .Ispic {
  padding-bottom: 100%;
}

.Floor002711 .item .txt .inner {
  margin: 0 auto;
  text-align: center;
}

.Floor002711 .item .txt aside {
  color: #333;
  font-size: 2em;
  line-height: 1.5;
}

.Floor002711 .item .txt pre {
  line-height: 2.2;
  font-size: 1rem;
  color: #666;
  margin: 2vw 0 3vw 0;
  text-align: center;
}

.Floor002711 .item .txt .more {
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: underline;
  background: #000;
  color: #fff;
  padding: 8px 25px;
  z-index: 111;
  max-width: 114px;
}

.Floor002711 .item .txt .more:hover {
  background: #c00d26;
}

.Floor002711 .slick-dots {
  text-align: center;
  padding-top: 2vw;
}

.Floor002711 .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 8px;
  cursor: pointer;
}

.Floor002711 .slick-dots li.slick-active {
  background: #fff;
  width: 5.625em;
}

.Floor002711 .slick-dots li button {
  display: none;
}

@media(min-width:1025px) {
  .Floor002711 .hometitle {
    margin-left: 45%;
  }

  .Floor002711 .item .pic {
    width: 45.5%;
  }

  .Floor002711 .item .txt .inner {
    max-width: 500px;
    width: 80%;
  }

  .Floor002711 .bg-img .slick-slide,
  .Floor002711 .bg-img .slick-slider .slick-track,
  .Floor002711 .bg-img .slick-slider .slick-list {
    height: 100%;
  }

  .Floor002711 .bg-img .slick-slide .Ispic {
    height: 100%;
  }

  .Floor002711 .info {
    float: right;
    width: 65.5%;
  }

  .Floor002711 .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    /* bottom: -16%; */
  }
}

@media(max-width:1024px) {

  .Floor002711 .ytable,
  .Floor002711 .ytable-cell {
    display: block;
  }

  .Floor002711 .hometitle {
    margin-left: 20%;
  }

  .Floor002711 .hometitle .en-title {
    font-size: 1em;
  }

  .Floor002711 .info {
    padding: 8% 0 0 0;
  }

  .Floor002711 .item .txt aside {
    font-size: 1.5rem;
  }

  .Floor002711 .slick-dots {
    margin-top: 20px;
  }

  .Floor002711 .slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.6);
  }

  .Floor002711 .slick-dots li.slick-active {
    background: #000;
    width: 40px;
  }

  .Floor002711 .item .txt .more {
    padding: 12px 28px;
    margin-top: 20px;
    max-width: 132px;
  }

  .Floor002711 .item .Ispic {
    padding-bottom: 60%;
  }
}






/*
 .Floor002349 为demo编号
 */
.Floor002349 {
  background: #f5f5f5;
  padding: 6% 2% 6%;
  background: url(../images/Floor002455-about_bg.jpg) repeat center center;
}

.Floor002349 .hometitle .en-title {
  color: rgba(0, 0, 0, .05)
}

.Floor002349 .list li,
.Floor002349 .list li * {
  transition: all .3s ease-in;
}

.Floor002349 .wrap-head {}

.Floor002349 .wrap-head .h2 {
  margin: 0 0 30px 0;
}

.Floor002349 .wrap-head .tab {
  position: relative;
}

.Floor002349 .wrap-head .tab a {
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.Floor002349 .wrap-head .tab a.on,
.Floor002349 .wrap-head .tab a:hover {
  color: #ff6600;
}

.Floor002349 .listbox {
  overflow: hidden;
  max-height: 50%;
}

.Floor002349 .list .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

.Floor002349 .list {
  padding: 0% 0 0 0;
  display: none;
}

.Floor002349 .list li {
  background: #fff;
  text-align: center;
}

.Floor002349 .list li .pic {
  display: block;
  width: 100%;
  height: 330px;
  /* padding-bottom: 45%; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Floor002349 .list li .pic:after {
  transition: 0.3s;
  content: '';
  ;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .45)
}

.Floor002349 .list li:hover .pic:after {
  background: rgba(0, 0, 0, .0)
    /* background-image: url(../images/Floor003174-imgbg-hover.png) !important; */
}

.Floor002349 .list li .pic span {
  position: relative;
  bottom: -64%;
  display: inline-block;
}

.Floor002349 .list li .pic img {
  max-height: 158px;
  display: inline;
  max-width: 145px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.Floor002349 .list li .word {
  padding: 50px 30px 30px;
}

.Floor002349 .list li .word .h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.Floor002349 .list li .word .h3 a {
  color: #333;
  font-weight: normal;
}

.Floor002349 .list li .word figure {
  font-size: 14px;
  color: #888;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
}

.Floor002349 .list li:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
}

.Floor002349 .list li:hover .word .h3 a {
  color: #c00d26;
}

.Floor002349 .list li .pic span:before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 25%;
  width: 50%;
  background: rgba(0, 0, 0, 0.011);
  height: 50%;
  overflow: hidden;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.Floor002349 .list li:hover .pic span:before {
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 115px 0 rgba(255, 255, 255, .8);
  width: 50%;
  height: 50%;
}

.Floor002349 .btns a {
  display: inline-block;
  background: #fff;
  color: #666;
  cursor: pointer;
  padding: 15px;
  font-size: 30px;
}

.Floor002349 .btns a.prev {
  margin-right: 10px;
}

.Floor002349 .btns a:hover {
  background: #000;
  color: #fff;
}

@media only screen and (max-width:1023px) {
  .Floor002349 .wrap-head .h2 img {
    height: 35px;
  }
}

@media only screen and (max-width:899px) {
  .Floor002349 {
    padding: 13% 2% 10%;
  }

  .Floor002349 .wrap-head,
  .Floor002349 .btns {
    text-align: center;
  }

  .Floor002349 .btns a {
    padding: 10px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .Floor002349 .wrap-head .h2 img {
    height: 25px;
  }

  .Floor002349 .wrap-head .tab a {
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 10px 0;
    text-align: center;
    background: #e1e1e1;
    margin-bottom: 1px;
  }

  .Floor002349 .wrap-head .tab a.on {
    background: #ff6600;
    color: #fff;
  }
}

@media only screen and (min-width: 900px) {
  .Floor002349 {
    padding-left: 0;
    padding-right: 0;
  }

  .Floor002349 .wrap-head,
  .Floor002349 .btns {
    padding-left: 47%;
  }

  .Floor002349 .list {
    padding-left: 8%;
  }

  .Floor002349 .wrap-head .tab {
    padding-left: 91px;
  }

  .Floor002349 .wrap-head .tab {
    padding-left: 91px;
  }

  .Floor002349 .wrap-head .tab {
    padding-left: 91px;
  }

  .Floor002349 .wrap-head .tab:before {
    content: "";
    width: 81px;
    height: 3px;
    background-color: #ff6600;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }

}



/*carousel 公共样式只留一份*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 .Floor002176 为demo编号
 */
.Floor002176 .Hfloor2 {
  /* background-color:#f6f6ef; */
  padding: 8% 0 5%;
  text-align: left;
}

.Floor002176 .hometitle {
  font-size: 2rem;
}

.Floor002176 .Hfloor2 .shell {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.Floor002176 .Hfloor2 .box {
  position: relative;
  margin-bottom: -50px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -ms-transform: translateY(-50px);
}

.Floor002176 .Hfloor2 .box>* {
  margin-top: 50px;
}

.Floor002176 .Hfloor2 .box>:before {
  display: table;
  content: '';
}

.Floor002176 .Hfloor2 .box .box-L {
  width: 58.33333%;
  max-width: 50%;
  float: left;
}

.Floor002176 .Hfloor2 .box .box-R {
  width: 48%;
  float: right;
  text-align: left;
  padding-top: calc(60 / 16 * 1em);
  overflow: hidden;
}

.Floor002176 .Hfloor2 .box .inset-1 {
  padding-left: 5.3%;
}

.Floor002176 .Hfloor2 .box .box-R .h2 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  color: #242423;
}

.Floor002176 .Hfloor2 .box .box-R .large {
  margin: 20px 0 0;
  max-width: 700px;
  font-size: 1rem;
  line-height: 2;
}

.Floor002176 .Hfloor2 .btn {
  margin-top: 50px;
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: underline;
  background: #000;
  color: #fff;
  padding: 8px 25px;
  z-index: 111;
  max-width: 132px;
}

.Floor002176 .Hfloor2 .btn:hover {
  background: #c00d26;
}

.Floor002176 .Hfloor2 .box .box-L .h2 {
  font-size: 36px
}

.Floor002176 .Hfloor2 .box .box-L .ul {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.Floor002176 .Hfloor2 .box .box-L .ul li {
  float: left;
  width: 50%;
  margin-top: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.Floor002176 .Hfloor2 .figure-fullwidth img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width:1400px) {
  .Floor002176 .hometitle {
    font-size: 2rem;
  }

  .Floor002176 .Hfloor2 .box {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  .Floor002176 .Hfloor2 .box .box-L {
    max-width: none;
  }

  .Floor002176 .Hfloor2 .box .box-R {
    padding-top: 20px;
  }

  .Floor002176 .Hfloor2 .box>* {
    margin-top: 20px;
  }

  .Floor002176 .Hfloor2 .box .inset-1 {
    padding-left: 50px;
    padding-right: 15px;
  }

  .Floor002176 .Hfloor2 .btn {
    padding: 12px 28px;
    margin-top: 34px;
  }

  .Floor002176 .Hfloor2 .box .box-R {
    width: 41.66667%;
  }
}

@media (max-width: 921px) {

  .Floor002176 .Hfloor2 .box .box-L,
  .Floor002176 .Hfloor2 .box .box-R {
    width: 100%;
    text-align: center;
  }

  .Floor002176 .Hfloor2 .box .box-R .large {
    max-width: none;
    padding: 0 0px;
    margin: 0;
  }

  .Floor002176 .Hfloor2 {
    padding: 70px 0;
  }

  .Floor002176 .Hfloor2 .box .inset-1 {
    padding: 0 0px;
  }

  .Floor002176 .Hfloor2 .box .box-R .h2 {
    font-size: 28px;
    line-height: 1.33333
  }

  .Floor002176 .Hfloor2 .btn {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
  }

  .Floor002176 .Hfloor2 .box .box-L .ul {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .Floor002176 .Hfloor2 .box .box-L .ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .Floor002176 .Hfloor2 {
    text-align: center;
    padding: 40px 0 0 0;
  }
}





/*Map002805 */
.Map002805 {
  padding: 11% 0;
  background: url(../images/bg.jpg) repeat center center;
}

.Map0028059 {
  padding: 4% 0 2% 0;
  background: url(../images/bg.jpg) repeat center center;
  margin-top: 30px;
}

.Map002805 .hometitle {
  text-align: center;
  color: #fff;
}

.Map002805 .hometitle .en-title {
  color: rgba(255, 255, 255, .3);
}

.Map002805 .select {
  text-align: center;
  padding: 0% 0 2%;
}

.Map002805 .select dd {
  position: relative;
  z-index: 20;
  display: inline-block;
  width: 30%;
  text-align: left;
  margin: 0 1%;
  background: #fff;
}

.Map002805 .select dd>a {
  position: relative;
  line-height: 45px;
  /* border: 1px solid #e0e0e0; */
  font-size: 18px;
  color: #555;
}

.Map002805 .select dd>a::after {
  position: absolute;
  content: '';
  border: 3px solid transparent;
  border-top-width: 6px;
  border-top-color: #5f4c46;
  right: 16px;
  margin-top: -3px;
  top: 50%;
}

.Map002805 .select dd:last-child a::after {
  border: none;
  width: 16px;
  height: 16px;
  background: url(../images/Map002805-icon.png) no-repeat center center;
  right: 16px;
  margin-top: -8px;
}

.Map002805 .select dd a {
  padding: 0 16px;
  display: block;
}

.Map002805 .select dd figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  max-height: 300px;
  overflow: auto;
  display: none;
}

.Map002805 .select dd figure a {
  line-height: 30px;
}

.Map002805 .select dd figure a:hover {
  background: #f9f7e9;
  color: #000;
}

@media(max-width:640px) {
  .Map002805 .select dd {
    display: block;
    width: 98%;
    margin: 0 auto 10px;
  }
}

.Map002805 .main {
  position: relative;
  /* background: #fff; */
  padding: 0 5%;
}

.Map002805 .main:before,
.Map002805 .main:after {
  width: 35%;
  height: 100%;
  position: absolute;
  content: "";
  left: -35%;
  top: 0;
  background: url(../images/Map002805-bg1.jpg) no-repeat right center;
  background-size: cover;
  z-index: -1;
}

.Map002805 .main:after {
  left: auto;
  right: -35%;
  background: url(../images/Map002805-bg2.jpg) no-repeat left center;
  background-size: cover;
}

.Map002805 #allmap {
  height: 340px;
}

.Map002805 #allmap img {
  max-width: none;
}

.Map002805 #allmap * {
  box-sizing: content-box;
}

.Map002805 .BMap_bubble_title {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.Map002805 .list {
  margin-top: 20px;
  padding: 15% 0 8% 0;
  background: url(../images/Map002805-bg.jpg) no-repeat center top;
  background-size: cover;
}

.Map002805 .list .bx-wrapper {
  position: relative;
}

.Map002805 .list .bx-viewport {
  z-index: 1;
}

.Map002805 .list .bx-controls-direction {
  position: absolute;
  right: 0;
  bottom: -162px !important;
  z-index: 10;
}

.Map002805 .list .bx-controls-direction a {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 15px;
  line-height: 1000px;
  overflow: hidden;
  background: url(../images/Map002805-btn.png) no-repeat left center;
}

.Map002805 .list .bx-controls-direction a.bx-next {
  background-position: right center;
}

.Map002805 .list li .txt {
  max-width: 705px;
  margin: 0 auto;
  padding: 2.5% 0;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, 0.5);
}

.Map002805 .list .txt h1 {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  margin: 20px 0;
}

.Map002805 .list .con p {
  line-height: 22px;
}

.Map002805 .progress {
  position: absolute;
  left: 5%;
  bottom: -80px;
  z-index: 10;
  color: #5f4c46;
}

.Map002805 .progress h2 {
  font-weight: normal;
  font-size: 24px;
  color: #000;
  margin: 0;
}

.Map002805 .line {
  position: absolute;
  left: 13%;
  bottom: -64px;
  z-index: 10;
  width: 70%;
  height: 1px;
  background: #e3e3e3;
}

.Map002805 .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 15%;
  background: #000;
}

@media(max-width:1200px) {
  .Map002805 .list .bx-controls-direction {
    bottom: -90px !important;
  }

  .Map002805 .progress {
    left: 5%;
    bottom: -50px;
  }
}

@media(max-width:768px) {
  .Map002805 {
    padding: 8% 0;
  }

  .Map002805 .main {
    padding: 0;
  }

  .Map002805 .main:before,
  .Map002805 .main:after {
    display: none;
  }

  .Map002805 #allmap {
    height: 280px;
  }

  .Map002805 .list {
    padding: 16% 4% 4% 4%;
  }

  .Map002805 .line {
    display: none;
  }

  .Map002805 .list .bx-controls-direction {
    bottom: -70px !important;
  }

  .Map002805 .select dd a {
    font-size: 14px;
  }
}

@media(max-width:480px) {
  .Map002805 #allmap {
    height: 240px;
  }

  .Map002805 .list .txt h1 {
    font-size: 20px;
  }
}







/*Bottom003199 */
.Bottom003199 {
  background-color: #f8f8f8;
}

.Bottom003199 a:hover {
  color: #c00d26;
}

.Bottom003199 .b-top,
.Bottom003199 .b-top a:not(:hover) {
  color: #888;
}

.Bottom003199 .b-top nav dd {
  font-size: calc(16 / 16 * 1em);
  line-height: calc(36 / 14 * 1em);
  /* font-family: 'HarmonyOS_Sans_SC_Light'; */
}

.Bottom003199 .b-top nav dt {
  margin-bottom: calc(20 / 18 * 1em);
  font-size: calc(18 / 16 * 1em);
}

.Bottom003199 .b-top nav dt a:not(:hover) {
  color: #000;
  /* font-size: calc(18 / 16 * 1em); */
}

.Bottom003199 .hotline {
  margin-bottom: calc(32 / 16 * 1em);
}

.Bottom003199 .hotline aside {
  color: #333;
  margin-bottom: calc(15 / 18 * 1em);
}

.Bottom003199 .hotline .tel {
  display: inline-block;
  font-size: calc(28 / 16 * 1em);
  color: #333;
}

.Bottom003199 .code ol img {
  max-width: 8.25em;
  border: 0.1875em solid #fff;
  /* border-radius: 8px; */
  overflow: hidden;
  margin: 0 auto;
}

.Bottom003199 .code li aside {
  color: #333;
  font-size: calc(14 / 16 * 1em);
  margin-bottom: calc(15 / 14 * 1em);
}

.Bottom003199 .share dd {
  position: relative;
  z-index: 40;
}

.Bottom003199 .share dd figure {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5em;
  width: 7.5em;
  background-color: #fff;
  padding: 0.2em;
  right: 0;
  display: none;
}

.Bottom003199 .share dd a {
  display: block;
  width: calc(40 / 16 * 1em);
  height: calc(40 / 16 * 1em);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto calc(15 / 16 * 1em);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
  background-color: #999;
}

.Bottom003199 .share dd a:hover {
  opacity: 1;
}

.Bottom003199 .share dd.wx a {
  background-image: url(../images/icon-wx.svg);
}

.Bottom003199 .share dd.douyin a {
  background-image: url(../images/icon-douyin.svg);
}

.Bottom003199 .share dd.sina a {
  background-image: url(../images/icon-sina.svg);
}

.Bottom003199 .b-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: calc(30 / 14 * 1em) 0;
  /* font-family: 'HarmonyOS_Sans_SC_Light'; */
  font-size: calc(14 / 16 * 1em);
}

.Bottom003199 .b-bottom a {
  display: inline-block;
  font-size: calc(16 / 16 * 1em);
}

.Bottom003199 .b-bottom,
.Bottom003199 .b-bottom a:not(:hover) {
  color: #666;
}

.Bottom003199 .b-bottom nav a:not(:last-child):after {
  content: ' ';
  margin: 0 calc(10 / 14 * 1em);
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width:1025px) {
  .Bottom003199 .b-top {
    padding-top: calc(70 / 16 * 1em);
    margin-bottom: calc(80 / 16 * 1em);
  }

  .Bottom003199 .b-top nav {
    width: calc(910 / 1400 * 100%);
  }

  .Bottom003199 .b-top .contact {
    width: calc(330 / 1400 * 100%);
  }

  .Bottom003199 .code ol {
    width: 8.25em;
  }

  .Bottom003199 .code li {
    padding: 0 0 0 calc(25 / 16 * 1em);
  }

  .Bottom003199 .share dd {
    float: left;
  }

  .Bottom003199 .share dd:not(:last-child) {
    margin-right: calc(15 / 16 * 1em);
  }

  .Bottom003199 .b-top nav dl {
    float: left;
    max-width: calc(160 / 1920 * 100vw);
  }

  .Bottom003199 .b-top nav dl:not(:last-child) {
    margin-right: 9%;
  }

  .Bottom003199 .b-top nav dt a {
    display: block;
  }

  .Bottom003199 .b-top nav dd {
    display: block !important;
  }
}

@media (max-width:1024px) {
  .Bottom003199 .b-top {
    padding: calc(20 / 16 * 1em) 0;
  }

  .Bottom003199 .hotline,
  .Bottom003199 .b-top nav {
    display: none;
  }

  .Bottom003199 .code,
  .Bottom003199 .b-bottom {
    text-align: center;
  }

  .Bottom003199 .code ol,
  .Bottom003199 .b-bottom nav {
    margin-bottom: 1em;
  }

  .Bottom003199 .share dd {
    display: inline-block;
    margin: 0 calc(15 / 16 * 1em);
  }
}




/*Bottom003009 */
.Bottom003009 {
  background-color: #f8f8f8;
  padding-top: calc(120 / 16 * 1em);
}

@media(max-width:1024px) {
  .Bottom003009 {
    text-align: center;
    padding-top: calc(40 / 16 * 1em);
  }
}

.Bottom003009,
.Bottom003009 a {
  color: #333;
}

.Bottom003009 a:hover {
  color: #ddbb74;
}

.Bottom003009 .contact dd {
  line-height: 1.2rem;
  margin: calc(8 / 16 * 1em) 0;
  padding-left: calc(30 / 16 * 1em);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.Bottom003009 .contact dd.tel {
  background-image: url("../images/Bottom002909-tel.svg");
}

.Bottom003009 .contact dd.mail {
  background-image: url("../images/Bottom002909-mail.svg");
}

.Bottom003009 .contact dd.add {
  background-image: url("../images/Bottom002909-add.svg");
}

.Bottom003009 .slogan {
  font-size: 1.5rem;
}

.Bottom003009 .share {
  text-align: right;
}

.Bottom003009 .share li {
  display: inline-block;
  position: relative;
}

.Bottom003009 .share li:not(:last-child) {
  margin-right: 15px;
}

.Bottom003009 .share a {
  display: inline-block;
  width: calc(40 / 16 * 1em);
  height: calc(40 / 16 * 1em);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  background-color: #eee;
}

.Bottom003009 .share a.a_wx {
  background-image: url(Bottom002909-wx.svg);
}

.Bottom003009 .share a.a_douyin {
  background-image: url(Bottom002909-douyin.svg);
}

.Bottom003009 .share a.a_sina {
  background-image: url(Bottom002909-sina.svg);
}

.Bottom003009 .share li figure {
  display: none;
  width: 130px;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  background: #eee;
  padding: 10px;
}

.Bottom003009 .share li figure:after {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-top-color: #eee;
  left: 16px;
  top: 100%;
}

.Bottom003009 .nav {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: calc(57 / 16 * 1em) 0 0;
  margin-top: calc(57 / 16 * 1em);
  line-height:1.5;
}

.Bottom003009 .nav a {
  display: inline-block;
  margin:calc(8 / 16 * 1em) 0;
}

.Bottom003009 .nav a:not(:last-child):after {
  display: inline-block;
  content: '/';
  margin: 0 1.125em;
  color: #333;
}

@media(min-width:1300px) {
.Bottom003009 .nav a:not(:last-child):after{margin: 0 .8em;}
}
@media(min-width:1025px) {
  .Bottom003009 .main .fr {
    width: 62%;
  }

  .Bottom003009 .logo {
    display: table;
    table-layout: fixed;
    margin-bottom: calc(30 / 16 * 1em);
  }

  .Bottom003009 .logo>* {
    display: table-cell;
    vertical-align: middle;
  }

  .Bottom003009 .logo img {
    max-width: calc(333 / 16 * 1em);
  }
}

@media(max-width:1024px) {
  .Bottom003009 .logo {
    text-align: center;
  }

  .Bottom003009 .logo img {
    max-width: calc(250 / 16 * 1em);
    padding-bottom: calc(20 / 16 * 1em);
  }

  .Bottom003009 .share ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .Bottom003009 .contact {
    display: table;
    margin: 0 auto;
    text-align: left;
  }

  .Bottom003009 .ytable-cell,
  .Bottom003009 .ytable {
    display: block;
    margin-top: calc(10 / 16 * 1em);
  }

  .Bottom003009 .nav {
    display: none;
    padding: calc(15 / 16 * 1em) 0;
    margin-top: calc(20 / 16 * 1em);
  }
}

.Bottom003009 .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: calc(30 / 14 * 1em) 0;
  margin-top: calc(80 / 14 * 1em);
  font-size: calc(14 / 16 * 1em);
}

.Bottom003009 .copyright .fr a {
  display: inline-block;
}

.Bottom003009 .copyright .fr a:not(:last-child):after {
  width: 1px;
  height: 13px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  background: #000;
  opacity: 0.1;
  margin: 0 15px;
}

@media(max-width:1024px) {
  .Bottom003009 .copyright {
    padding: calc(10 / 14 * 1em) 0;
    margin-top: calc(20 / 14 * 1em);
  }

  .Bottom003009 .copyright .fr {
    padding-bottom: calc(10 / 16 * 1em);
  }
}



/*Floor002143 */
.Floor002143 {
  margin-top: 8%;
}

.Floor002143 .auto {
  position: relative;
  /* margin:0 2%; */
}

.Floor002143 .pic {
  display: block;
  width: 100%;
  padding-bottom: 40.929%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Floor002143 .pic img {
  display: none;
  width: 100%;
}

.Floor002143 .pic img.phone {
  display: none;
}

.Floor002143 .click,
.Floor002143 .file,
.Floor002143 .file video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.Floor002143 .click {
  background: url(Floor002143-video.png) no-repeat center center;
  cursor: pointer;
}

.Floor002143 .file {
  display: none;
  z-index: 10;
  background: #000;
}

@media(max-width:1200px) {}

@media(max-width:768px) {
  .Floor002143 .pic {
    padding-bottom: 56.24%;
  }
}


.root-w-1000 .auto {
  max-width: 1000px;
}

@media (min-width:1025px) and (max-width:1000px) {
  .root-w-1000 {
    font-size: 7.14285vw;
  }
}


.ban_box .wap {
  display: none;
}

@media(max-width:1024px) {
  .ban_box .pc {
    display: none;
  }

  .ban_box .wap {
    display: block;
  }
}


/* 面包屑 */
.crumb {
  text-align: right;
  padding: calc(30 / 16 * 1em) 0;
}

.crumb em {
  font-style: normal;
  background: url(../images/icon-home.png);
  background-size: cover;
  background-position: center;
  margin-right: calc(5 / 16 * 1em);
  display: inline-block;
  color: #999999;
  width: calc(14 / 16 * 1em);
  height: calc(11 / 16 * 1em);
}

.crumb a {
  font-size: calc(14 / 16 * 1em);
  color: #999999;
}

.crumb a.this {
  color: #333333;
}

.crumb span {
  font-size: calc(14 / 16 * 1em);
  color: #999999;
  padding: 0 calc(20 / 14 * 1em);
}

.crumb span:last-child {
  padding: 0;
  color: #333;
}

@media(max-width:1024px) {
  .crumb {
    padding: calc(20 / 16 * 1em) 0;
  }

  .crumb span {
    padding: 0 calc(10 / 14 * 1em);
  }
}


/*
 .PicList002797
 */
.PicList002797 {
  padding-top: calc(40 / 16 * 1em);
}
.PicList002797 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.PicList002797 .hometitle {
  font-size: 2em;
  color: #333;
  margin-bottom: 0.7em;
  position: relative;
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 0.5em;
  margin-bottom: 1.2em;
}

.PicList002797 li {
  float: left;
  width: calc((100% - 40px*3)/4);
  margin: 0 40px 40px 0;
}

.PicList002797 li:nth-child(4n) {
  margin-right: 0;
}

.PicList002797 li a {
  display: block;
  position: relative;
}

.PicList002797 li h4,
.PicList002797 li h3 {
  margin: 0;
  text-align: center;
  font-weight: normal;
}

.PicList002797 li figure {
  padding-bottom: 120%;
  margin-bottom: 20px;
  background-color: #f6f6f6;
}

.PicList002797 li figure.hover {
  display: none;
}

.PicList002797 li h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.PicList002797 li h3 {
  font-size: 14px;
  color: #878787;
}

.PicList002797 .mousetip {
  display: none;
}

@media(min-width:1025px) {
  .PicList002797 li:hover figure.show {
    display: none;
  }

  .PicList002797 li:hover figure.hover {
    display: block;
  }
}

@media(max-width:1000px) {
  .PicList002797 li {
    width:46%;
    margin-right: 2%;
  }

  .PicList002797 li:nth-child(2n) {
    margin-left: 7%;
  }
}

@media(max-width:640px) {
  .PicList002797 {
    padding-left: 15%;
    padding-right: 15%;
    position: relative;
  }

  .PicList002797 li {
    float: none;
    /* width: auto; */
    margin: 0 0px 20px 0;
  }

  .PicList002797 .mousetip {
    background: url(../images/mousetip.png) no-repeat;
    width: 25px;
    height: 20px;
    position: fixed;
    top: 50%;
    right: 14px;
    display: block;
    background-size: contain;
    z-index: 100;
    cursor: pointer;
    animation-name: firstPart;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    -moz-animation-name: firstPart;
    -moz-animation-duration: 0.8s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    -webkit-animation-name: firstPart;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    -o-animation-name: firstPart;
    -o-animation-duration: 0.8s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
  }
}

@keyframes firstPart {
  0% {
    margin-top: -20px;
  }

  100% {
    margin-top: 20px;
  }

}

@-webkit-keyframes firstPart

/* Safari and Chrome */
  {
  0% {
    margin-top: -20px;
  }

  100% {
    margin-top: -20px;
  }

}


/*产品详情*/
.product_info {
  padding-bottom: calc(100 / 16 * 1em);
}

.product_info .wrap {
  margin-bottom: calc(100 / 16 * 1em);
}

.product_info .list_img {
  float: left;
  width: 45%;
  max-width: 600px;
}

.product_info .big {
  background: #f6f6f6;
  margin-bottom: 20px;
}

.product_info .big li figure {
  padding-bottom: 100%;
}

.product_info .small {
  padding: 0 30px;
  position: relative;
}

.product_info .small .slick-arrow {
  position: absolute;
  height: 100%;
  top: 0;
  width: 21px;
  z-index: 10;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  border: 0;
  background-color: transparent;
}

.product_info .small .slick-prev {
  left: 0;
  background-image: url(../images/arrow-l.png);
}

.product_info .small .slick-next {
  right: 0;
  background-image: url(../images/arrow-r.png);
}

.product_info .small .slick-disabled {
  cursor: default;
}

.product_info .small li figure {
  margin: 0 auto;
  padding-bottom: 90%;
  max-width: 90%;
  border: 1px solid #fff;
}

.product_info .small li.slick-current figure {
  border-color: #000;
}

.product_info .intro {
  float: right;
  width: 50%;
  padding: 50px 0;
}

.product_info .intro .tit {
  color: #000;
  margin-bottom: 1.1rem;
  font-size: 1rem;
}

.product_info .intro .works_name {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}

.product_info .intro .works_pnum {
  padding-top: 15px;
  color: #cccccc;
  font-size: 1rem;
  margin-bottom: 50px;
}

.product_info .intro .works_solgan {
  color: #666666;
  line-height: 1.7rem;
  border-top: 1px solid #ededed;
  padding: 50px 0;
  margin-top: 50px;
}

.product_info .intro .pro_info {
  line-height: 1.6rem;
}

.product_info .intro .pro_info p {
  margin: 0;
}

.product_info .article_video {
  margin-bottom: 100px;
}

.product_info .singlePage {
  margin: 30px auto;
}

.product_info .singlePage img {
  display: table;
  margin: 0 auto;
  text-align: center;
}

@media(max-width:1024px) {
  .product_info {
    padding-bottom: calc(30 / 16 * 1em);
  }

  .product_info .list_img,
  .product_info .intro {
    float: none;
    width: auto;
  }

  .product_info .intro {
    margin-top: 3%;
    padding: 20px 0;
  }

  .product_info .intro .works_name {
    font-size: 1.2rem;
  }

  .product_info .intro .works_pnum {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .product_info .intro .works_solgan {
    margin-top: 20px;
    padding: 20px 0 0 0;
  }

  .product_info .wrap {
    margin-bottom: calc(10 / 16 * 1em);
  }

  .product_info .article_video {
    margin-bottom: 20px;
  }

  .product_info .singlePage {
    margin: 15px auto;
  }
}



/* 品牌文化 */
.RighInfo003061 {
  padding-bottom: calc(100 / 16 * 1em);
}

.RighInfo003061>div {
  padding: calc(100 / 16 * 1em) 0;
}

.RighInfo003061 .hometitle {
  text-align: center;
}

.RighInfo003061 .hometitle .en-title {
  font-size: 0.875em;
}

.RighInfo003061 .box:not(:last-child) {
  margin-bottom: calc(50 / 16 * 1em);
}

.RighInfo003061 .box .img .ul {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.RighInfo003061 .box .img .ul li {
  float: left;
  width: 50%;
  margin-top: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.RighInfo003061 .box .img .figure-fullwidth img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.RighInfo003061 .box .img {
  padding-right: 5%;
}

.RighInfo003061 .box:nth-child(2n) .img {
  padding-right: 0;
  padding-left: 5%;
}

.RighInfo003061 .box .txt {
  line-height: 2;
  border-bottom: 1px solid #eee;
  text-align: justify;
}

.RighInfo003061 .box .txt .tit {
  font-size: calc(24 / 16 * 1em);
  line-height: 1;
  margin-bottom: calc(10 / 24 * 1em);
  color: #000;
}

.RighInfo003061 .box .txt .subtit {
  font-size: calc(18 / 16 * 1em);
  margin-bottom: calc(30 / 18 * 1em);
  color: #cccccc;
  text-transform: uppercase;
}

.RighInfo003061 .box-2 .slider {
  margin-bottom: 3.33vw;
  padding-top: 73px;
  position: relative;
}

.RighInfo003061 .box-2 .slider:before {
  position: absolute;
  content: '';
  height: 95%;
  width: 65.482%;
  right: 0;
  top: 0;
  background-color: #f2f2f2;
}

.RighInfo003061 .box-2 .slider ul {
  width: calc(100% + 20px);
  z-index: 4;
}

.RighInfo003061 .box-2 .slider li a {
  position: relative;
  display: block;
  margin-right: 20px;
  overflow: hidden;
}

.RighInfo003061 .box-2 .slider li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45.834%;
  opacity: 0.6;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.RighInfo003061 .box-2 .slider li .txt {
  position: absolute;
  left: 0;
  bottom: calc(40 / 16 * 1em);
  padding: 0 calc(40 / 16 * 1em);
  width: 100%;
  color: #fff;
  z-index: 10;
}

.RighInfo003061 .box-2 .slider li .year {
  font-size: calc(28 / 16 * 1em);
  font-family: 'HarmonyOS_Sans_SC_Medium';
  line-height: 1.75;
}

.RighInfo003061 .box-2 .slider li p {
  margin: 0;
}

.RighInfo003061 .box-2 .slider li img {
  transition: 0.3s;
}

.RighInfo003061 .box-2 .slider li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.RighInfo003061 .box-2 .arrow {
  background-color: #e9e9e9;
  height: 1px;
  position: relative;
}

.RighInfo003061 .box-2 .arrow:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
}

.RighInfo003061 .box-2 .slick-arrow {
  position: absolute;
  height: 20px;
  padding: 0 33px;
  background: #fff;
  font-family: 'FreightBig-Light';
  color: #000;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  text-transform: uppercase;
}

.RighInfo003061 .box-2 .slick-prev {
  padding-left: 0 !important;
  left: 0;
}

.RighInfo003061 .box-2 .slick-next {
  left: 144px;
}

@media(max-width:1024px) {
  .RighInfo003061 {
    padding-bottom: calc(40 / 16 * 1em);
  }

  .RighInfo003061>div {
    padding: calc(20 / 16 * 1em) 0;
  }

  .RighInfo003061 .ytable,
  .RighInfo003061 .ytable-cell {
    display: block;
  }

  .RighInfo003061 .box .img {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .RighInfo003061 .box .img .ul {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .RighInfo003061 .box .img .ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .RighInfo003061 .box .txt .subtit {
    margin-bottom: calc(15 / 18 * 1em);
  }

  .RighInfo003061 .box:not(:last-child) {
    margin-bottom: calc(20 / 16 * 1em);
  }

  .RighInfo003061 .box:nth-child(2n) .img {
    padding-left: 0%;
    margin-bottom: 15px;
  }

  .RighInfo003061 .box-2 .slider {
    padding-top: 6vw;
  }

  .RighInfo003061 .box-2 .slider li .txt {
    font-size: 4vw;
  }

  .RighInfo003061 .box-2 .slick-arrow {
    padding: 0 4vw;
  }

  .RighInfo003061 .box-2 .slick-next {
    left: 15vw;
  }

}

/* @media(max-width:640px){
.RighInfo003061 .box-2  .slider{margin-left: 8vw;}
.RighInfo003061 .box-2  .arrow{margin: 0 8vw; }
} */

/* 常见问题 */
.question {
  padding-bottom: calc(100 / 16 * 1em);
}

.q_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: calc(50 / 16 * 1em) 0;
}

.q_nav .item {
  margin: 0 calc(25 / 16 * 1em);
  padding-bottom: calc(5 / 16 * 1em);
  color: #555;
}

.q_nav .item.on,
.q_nav .item:hover {
  border-bottom: 1px solid #000;
}

.q_con .con_item .q_tit {
  font-size: calc(20 / 16 * 1em);
  padding-bottom: calc(10 / 20 * 1em);
  border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.q_list .q_item {
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.q_list .q_item p {
  margin: 0;
}

.q_list .q_item .question_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(25 / 16 * 1em) 0;
}

.q_list .q_item .question_tit img {}

.q_list .q_item .question_tit p {
  flex: 1;
  color: #333;
  margin-left: calc(40 / 16 * 1em);
}

.q_list .q_item .question_con {
  display: flex;
  align-items: flex-start;
  padding-bottom: calc(50 / 16 * 1em);
  width: 95%;
  display: none;
}

.q_list .q_item .question_con article {
  flex: 1;
  margin-left: calc(40 / 16 * 1em);
  line-height: 2;
  color: #545454;
}

.q_list .q_item.on .question_con {
  display: flex;
}

.q_list .q_item.on .question_tit .arrow {
  transform: rotate(-180deg);
}


@media(max-width:1024px) {
  .question {
    padding-bottom: calc(40 / 16 * 1em);
  }

  .q_nav {
    padding: calc(20 / 16 * 1em) 0;
  }

  .q_nav .item {
    margin: 0 calc(10 / 16 * 1em);
    margin-bottom: calc(15 / 16 * 1em);
  }

  .q_list .q_item .question_con {
    padding-bottom: calc(15 / 16 * 1em);
  }

  .q_list .q_item .question_tit p,
  .q_list .q_item .question_con article {
    margin-left: calc(20 / 16 * 1em);
  }
}


/* 最新资讯 */
.new_lsit {
  padding-top: calc(40 / 16 * 1em);
}

.new_lsit .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: calc(40 / 16 * 1em);
}

.new_lsit .item .img {
  overflow: hidden;
  flex: 0 0 auto;
  width: calc(270 / 16 * 1em);
}

.new_lsit .item .text {
  display: flex;
  align-items: center;
  width: 100%;
}

.new_lsit .item .text .left {
  padding-left: calc(50 / 16 * 1em);
  padding-right: calc(100 / 16 * 1em);
  flex: 1;
}

.new_lsit .item .text .left .tit {
  font-size: calc(18 / 16 * 1em);
  margin-bottom: calc(25 / 18 * 1em);
}

.new_lsit .item .text .left article {
  color: #555555;
  line-height: 1.5;
}

.new_lsit .item .text .right {
  text-align: center;
}

.new_lsit .item .text .right p {
  margin: 0;
  font-size: calc(48 / 16 * 1em);
  color: #333;
}

.new_lsit .item .text .right span {
  font-size: calc(14 / 16 * 1em);
  color: #555555;
  padding-top: calc(10 / 14 * 1em);
  white-space: nowrap;
}

.new_lsit .item .img {
  overflow: hidden;
  flex: 0 0 auto;
  width: calc(270 / 16 * 1em);
}

.new_lsit .item .Ispic {
  padding-bottom: 66.67%;
  transition: 0.3s;
}

.new_lsit .item:hover .Ispic {
  transform: scale(1.1);
  transition: 888ms;
}

.new_lsit .item:hover .text .left .tit {
  color: #000;
}


@media(max-width:1024px) {
  .new_lsit .item {
    margin-bottom: calc(20 / 16 * 1em);
  }

  .new_lsit .item .img {
    width: 40%;
  }

  .new_lsit .item .text {
    width: 60%;
  }

  .new_lsit .item .text .left {
    padding: 0 calc(15 / 16 * 1em);
  }

  .new_lsit .item .text .left .tit {
    margin-bottom: calc(10 / 18 * 1em);
  }

  .new_lsit .item .text .right p {
    font-size: calc(30 / 16 * 1em);
  }
}

/*pages*/
.Pages {
  padding: calc(100 / 16 * 1em) 0;
  line-height: calc(18 / 16 * 1em);
  zoom: 1;
  overflow: hidden;
  text-align: center;
}

.Pages span {
  padding: 0px calc(3 / 16 * 1em);
  display: inline-block;
}

.Pages a {
  display: inline-block;
  margin: 0px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Pages a.a_prev,
.Pages a.a_next {
  width: 21px;
  height: 11px;
}

.Pages a:hover,
.Pages a.on {
  color: #000;
}

.Pages em {
  font-style: normal;
  font-family: Arial;
}

.Pages em a {
  border-bottom: 1px solid transparent;
  padding: 0 calc(5 / 16 * 1em);
}

.Pages em a.a_cur {
  color: #000;
  border-bottom-color: #000;
}

.Pages b {
  font-weight: normal;
}

.Pages .a_next,
.Pages .a_prev {
  font-size: 0;
}

.Pages .a_prev {
  background-image: url(../images/arrow-l.png);
}

.Pages .a_next {
  background-image: url(../images/arrow-r.png);
}

.Pages .a_first,
.Pages .a_end,
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump {
  display: none;
}

/*pages end*/

@media(max-width:600px) {
  .Pages {
    padding: calc(30 / 16 * 1em) 0;
  }

  .Pages a {
    margin: 0px calc(10 / 16 * 1em);
  }
}


/*资讯详情*/
.article_tit {
  font-size: calc(30 / 16 * 1em);
  color: #000;
  padding-bottom: calc(40 / 30 * 1em);
  border-bottom: 1px solid #3c3835;
  text-align: center;
}

@media(max-width:1024px) {
  .article_tit {
    font-size: calc(24 / 16 * 1em);
    padding-bottom: calc(20 / 30 * 1em);
  }
}


.article_video {
  position: relative;
}

.article_video .pic {
  display: block;
  width: 100%;
  /* padding-bottom: 40.929%; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.article_video .pic img {
  display: none;
  width: 100%;
}

.article_video .pic img.phone {
  display: none;
}

.article_video .click,
.article_video .file,
.article_video .file video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.article_video .click {
  background: url(../images/Floor002143-video.png) no-repeat center center;
  cursor: pointer;
}

.article_video .file {
  display: none;
  z-index: 10;
  background: #000;
}

@media(max-width:1024px) {
  .article_video .click {
    background-size: 15% auto;
  }
}

@media(max-width:768px) {
  .article_video .pic {
    /* padding-bottom: 56.24%; */
  }
}


.article_list {
  margin: calc(30 / 16 * 1em) 0;
}

.article_list .slider {
  padding: calc(30 / 16 * 1em) 0;
  position: relative;
}

.article_list .slider:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 75%;
  right: 0;
  top: 0;
  background-color: #f2f2f2;
}

.article_list .slider ul {
  width: calc(100% + 20px);
  z-index: 4;
}

.article_list .slider li {
  margin-right: 20px;
  overflow: hidden
}

.article_list .slider li img {
  transition: 0.5s;
  margin: 0;
  display: block;
}

.article_list .slider li:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/* .article_list .slider li .pic{overflow: hidden;}
.article_list .slider li .Ispic{padding-bottom: 150%;transition: 0.5s;}
.article_list .slider li:hover .Ispic{transform: scale(1.15);} */

@media(max-width:640px) {
  .article_list .slider ul {
    width: 100%;
  }

  .article_list .slider li {
    margin-right: 0px;
  }
}


.article_bottom {
  padding-top: calc(30 / 16 * 1em);
  border-top: 1px solid #eeeeee;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: calc(100 / 16 * 1em);
}

.article_bottom .left .btn {
  font-size: calc(14 / 16 * 1em);
}

.article_bottom .left .btn.next-btn {
  padding-top: calc(25 / 14 * 1em);
}

.article_bottom .left .btn a:hover {
  color: #000;
}

.article_bottom .right {
  width: calc(140 / 14 * 1em);
  height: calc(40 / 14 * 1em);
  line-height: calc(40 / 14 * 1em);
  background: #000;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: calc(14 / 16 * 1em);
  text-decoration: underline;
}

.article_info .article {
  padding: calc(40 / 16 * 1em) 0;
  line-height: 2.125;
  color: #333;
}

.article_info .article video{ margin:0; vertical-align:middle;}
.article_info .article img{
  display: table;
  margin:0 auto;
  text-align: center;
}

@media(max-width:1024px) {
  .article_bottom {
    padding: calc(30 / 16 * 1em) 0;
    display: block;
  }

  .article_bottom .right {
    margin: auto;
    margin-top: calc(30 / 16 * 1em);
    display: table;
  }

  .article_info .article {
    padding: calc(20 / 16 * 1em) 0;
    line-height: 2;
  }

  .article_bottom .left .btn.next-btn {
    padding-top: calc(15 / 14 * 1em);
  }
}



/*售后服务*/
.RighInfo003138 {
  padding-top: calc(50 / 16 * 1em);
  padding-bottom: calc(100 / 16 * 1em);
}

.RighInfo003138 h3,
.RighInfo003138 h4,
.RighInfo003138 h5 {
  margin: 30px 0;
  color: #333;
  font-weight: normal;
  line-height: 1.5;
}

.RighInfo003138 h3 {
  font-size: calc(24 / 16 * 1em);
}

.RighInfo003138 h4 {
  font-size: calc(20 / 16 * 1em);
}

.RighInfo003138 h5 {
  font-size: calc(16 / 16 * 1em);
}

.RighInfo003138 p {
  line-height: 2;
}

.RighInfo003138 .info,
.RighInfo003138 .contList {
  margin: 30px 0;
  line-height: 2
}

.RighInfo003138 .contList>div {
  margin-bottom: 30px;
  text-align: center;
}

.RighInfo003138 .contList .contMain {
  background: #eee;
  padding-bottom: calc(60 / 16 * 1em);
  padding-top: calc(40 / 16 * 1em);
  height: 320px;
}

.RighInfo003138 .contList .f60num {
  font-size: 2.5rem;
  color: #d3d3d3;
  margin-bottom: 20px;
  line-height: 1;
}

.RighInfo003138 .contList p {
  color: #434343;
  width: 85%;
  margin: 0 auto;
  font-size: calc(16 / 16 * 1em);
  line-height: 2;
}

.RighInfo003138 .contList p b {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.RighInfo003138 .contList .contMain:hover * {
  color: #fff;
}

.RighInfo003138 .contList .contMain:hover {
  background: #b7dde1;
}

.tran {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

@media (min-width: 1025px) {
  .RighInfo003138 .col-md-2 {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  .RighInfo003138 .col-md-2:last-child {
    margin-right: 0;
  }

  .RighInfo003138 .col-md-3 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }

  .RighInfo003138 .col-md-3:last-child {
    width: 49%;
  }

  .RighInfo003138 .col-md-3:nth-child(3n) {
    margin-right: 0;
  }

  .RighInfo003138 .col-md-6 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }

  .RighInfo003138 .col-md-6:nth-child(1),
  .RighInfo003138 .col-md-6:last-child {
    width: 49%;
  }

  .RighInfo003138 .col-md-6:nth-child(3n) {
    margin-right: 0;
  }

  .RighInfo003138 .col-md-4 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }

  .RighInfo003138 .col-md-4:last-child {
    margin-right: 0;
  }
}

@media(max-width:1024px) {
  .RighInfo003138 {
    padding-top: calc(0 / 16 * 1em);
    padding-bottom: calc(40 / 16 * 1em);
  }

  .RighInfo003138 h3,
  .RighInfo003138 h4,
  .RighInfo003138 h5 {
    margin: 15px 0;
  }

  .RighInfo003138 .info,
  .RighInfo003138 .contList {
    margin: 10px 0;
  }

  .RighInfo003138 .contList .contMain {
    height: auto;
    padding-bottom: calc(30 / 16 * 1em);
    padding-top: calc(20 / 16 * 1em);
  }

  .RighInfo003138 .contList .f60num {
    line-height: 1;
  }

  .RighInfo003138 .contList>div {
    margin-bottom: 20px;
  }
}


/*RighInfo002523 */
.RighInfo002523>div {
  max-width: 1600px;
  position: relative;
  padding: 0 5%;
}

.RighInfo002523 .tit {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

.RighInfo002523 .tit span {
  display: inline-block;
  font-size: 30px;
  padding-top: 30px;
}


.RighInfo002523 .box-1 .slider {
  margin-bottom: 3.33vw;
}

.RighInfo002523 .box-1 .slider ul {
  width: calc(100% + 20px);
  z-index: 4;
}

.RighInfo002523 .box-1 .slider li a {
  position: relative;
  display: block;
  margin-right: 20px;
  overflow: hidden;
}

.RighInfo002523 .box-1 .slider li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45.834%;
  opacity: 0.35;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.RighInfo002523 .box-1 .slider li .txt {
  position: absolute;
  left: 0;
  bottom: calc(40 / 16 * 1em);
  padding: 0 calc(40 / 16 * 1em);
  width: 100%;
  color: #fff;
  z-index: 10;
}

.RighInfo002523 .box-1 .slider li p {
  margin: 0;
}

.RighInfo002523 .box-1 .slider li img {
  transition: 0.3s;
}

.RighInfo002523 .box-1 .slider li a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.RighInfo002523 .box-1 .arrow {
  width: 101%;
  background-color: transparent;
  height: 40px;
  position: relative;
  margin: 0 0vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.RighInfo002523 .box-1 .arrow:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  /* background: #000; */
  left: 0;
  top: 0;
}

.RighInfo002523 .box-1 .slick-arrow {
  position: absolute;
  height: 40px;
  padding: 0;
  background: #fff;
  width: 40px;
  color: #000;
  top: 50%;
  margin-top: -10px;
  font-size: 0;
  text-transform: uppercase;
  background: #bfbfbf;
}

.RighInfo002523 .box-1 .slick-prev {
  padding-left: 0 !important;
  left: 20px;
}

.RighInfo002523 .box-1 .slick-next {
  right: 0;
}


.RighInfo002523 .slick-prev:before {
  content: '';
  position: absolute;
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 15px;
  left: 17px;
}
.RighInfo002523 .slick-next:before {
  content: '';
  position: absolute;
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  top: 15px;
  left: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media(max-width:1024px) {
  .RighInfo002523>div {
    padding: calc(40 / 16 * 1em) 0;
  }

  .RighInfo002523 .tit {
    margin-bottom: 20px;
  }

  .RighInfo002523 .tit span {
    font-size: 24px;
    padding-top: 15px;
  }

  .RighInfo002523 .box-1 .slider {
    padding-bottom: 5vw;
  }

  .RighInfo002523 .box-1 .slider li a {
    margin-right: 10px;
  }

  .RighInfo002523 .box-1 .slider li .txt {
    font-size: 4.5vw;
    bottom: calc(20 / 16 * 1em);
    padding: 0 calc(20 / 16 * 1em);
  }

  .RighInfo002523 .box-1 .slick-arrow {
    padding: 0 4vw;
  }

  .RighInfo002523 .box-1 .slick-next {
    left: 15vw;
  }
}



.RighInfo002523 .box-2 .contList>div {
  margin-bottom: 30px;
  text-align: center;
}

.RighInfo002523 .box-2 .contList .contMain {
  background: #eee;
  padding-bottom: calc(60 / 16 * 1em);
  padding-top: calc(40 / 16 * 1em);
  /* height: 240px; */
}

.RighInfo002523 .box-2 .contList .f60num {
  font-size: 2.5rem;
  color: #d3d3d3;
  margin-bottom: 20px;
}

.RighInfo002523 .box-2 .contList p {
  color: #000;
  width: 80%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2rem;
}

.RighInfo002523 .box-2 .contList .contMain:hover * {
  color: #fff;
}

.RighInfo002523 .box-2 .contList .contMain:hover {
  background: #cbafa1;
}

@media (min-width: 1025px) {
  .RighInfo002523 .box-2 .col-md-4 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }

  .RighInfo002523 .box-2 .col-md-4:nth-child(4n) {
    margin-right: 0;
  }
}

@media(max-width:1024px) {
  .RighInfo002523 .box-2 .col-md-4 {
    float: left;
    width: 48%;
    margin-right: 4%;
  }

  .RighInfo002523 .box-2 .col-md-4:nth-child(2n) {
    margin-right: 0;
  }

  .RighInfo002523 .box-2 .contList>div {
    margin-bottom: 15px;
  }

  .RighInfo002523 .box-2 .contList .f60num {
    line-height: 1;
  }

  .RighInfo002523 .box-2 .contList .contMain {
    height: auto;
    padding-bottom: calc(30 / 16 * 1em);
    padding-top: calc(20 / 16 * 1em);
  }
}


.RighInfo002523 .box-3 li {
  float: left;
  text-align: center;
  margin-bottom: 3%;
  position: relative;
}

.RighInfo002523 .box-3 li h5 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}

.RighInfo002523 .box-3 li .icon {
  padding: 10px;
  background: #fff;
  max-width: 100px;
  width: 60%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.RighInfo002523 .box-3 li .icon img {
  display: block;
  width: 100%;
}

@media(min-width:769px) {
  .RighInfo002523 .box-3 li {
    width: 25%;
  }

  .RighInfo002523 .box-3 ul:nth-child(2n) li {
    float: right;
  }

  .RighInfo002523 .box-3 li::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 55%;
    background: #eee;
    height: 2px;
    left: 0;
  }

  .RighInfo002523 .box-3 ul li:first-child::before {
    width: 50%;
    right: 0;
    left: auto;
  }

  .RighInfo002523 .box-3 ul li:last-child::before {
    width: 50%;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    background: none;
    height: 100%;
    left: 0;
  }

  .RighInfo002523 .box-3 ul:nth-child(2n) li:first-child::before {
    width: 50%;
    right: auto;
    left: 0;
  }

  .RighInfo002523 .box-3 ul:nth-child(2n) li:last-child::before {
    border-right: 0;
    border-left: 2px solid #eee;
    left: 50%;
  }

  .RighInfo002523 .box-3 li::after {
    content: '';
    background: url(../images/RighInfo002523_icon_right.png) no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    margin-right: -10px;
  }

  .RighInfo002523 .box-3 ul li:last-child::after,
  .RighInfo002523 .box-3 ul:nth-child(2n) li:last-child::after {
    left: 50%;
    top: auto;
    margin-left: -19px;
    bottom: -33px;
    background-image: url(../images/RighInfo002523_icon_down.png);
  }

  .RighInfo002523 .box-3 ul:nth-child(2n) li::after {
    right: auto;
    left: 0;
    background-image: url(../images/RighInfo002523_icon_left.png);
  }

  .RighInfo002523 .box-3 ul:nth-child(2n) li::after {
    margin-right: 0;
    margin-left: -10px;
  }

  .RighInfo002523 .box-3 ul:nth-child(2n) li:last-child::after {
    margin-left: -18px;
  }

  .RighInfo002523 .box-3 ul:last-child li:last-child::before {
    width: 50%;
    height: 4px;
  }

  .RighInfo002523 .box-3 ul:last-child li:last-child::after {
    display: none;
  }
}

@media(max-width:1024px) and (min-width:769px) {
  .RighInfo002523 .box-3 li h5 {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
}

@media(max-width:768px) {
  .RighInfo002523 .box-3 ul::after {
    display: none;
  }

  .RighInfo002523 .box-3 li {
    width: 50%;
    padding: 2%;
  }

  .RighInfo002523 .box-3 li:nth-child(2n+1) {
    clear: left;
  }
}



/*
 .Form002802
 */
.Form002802 {
  padding: 5% 0;
  background: #eeeeee;
}

.Form002802 .from {
  max-width: 1400px;
  margin: 0 auto;
}

.Form002802 .from td {
  padding-right: 5%;
  padding-bottom: 3%;
}

.Form002802 .from td p {
  margin: 0;
  color: #999;
  text-align: center;
}

.Form002802 .from td div {
  position: relative;
}

.Form002802 .from label {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 16px;
  line-height: 50px;
  color: #333;
}

.Form002802 .from .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  border: none;
  border: 1px solid #333333;
  background: none;
}

.Form002802 .from textarea.text {
  height: 132px;
}

.Form002802 .from .btn {
  padding-bottom: 1.5%;
  text-align: center;
}

.Form002802 .from .btn input {
  background: #000;
  cursor: pointer;
  padding: 0;
  border: none;
  width: 120px;
  height: 40px;
  font-size: 1rem;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Regular';
}

.Form002802 .address {
  padding: 3% 0 0;
}

.Form002802 .address dl {
  border-top: 1px solid #eee;
  padding: 3% 0;
}

.Form002802 .address dd {}

.Form002802 .address dd h1,
.Form002802 .address dd h2,
.Form002802 .address dd p {
  font-size: 16px;
  padding-left: 44px;
  line-height: 35px;
}

.Form002802 .address dd h2 {
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  margin-right: 9%;
  margin-bottom: 2%;
  font-weight: normal;
}

.Form002802 .address dd h1 {
  margin-bottom: 3%;
  padding-left: 0;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.Form002802 .address dd h2 {
  font-size: 18px;
}

.Form002802 .address dd h2.h2_1 {
  background-image: url(../images/Form002802-icon1.jpg);
}

.Form002802 .address dd h2.h2_2 {
  background-image: url(../images/Form002802-icon2.jpg);
}

.Form002802 .address dd h2.h2_3 {
  background-image: url(../images/Form002802-icon3.jpg);
}

.Form002802 .address dd h2.h2_4 {
  background-image: url(../images/Form002802-icon4.jpg);
}

@media(min-width:641px) {

  .Form002802 .from td:nth-child(3n),
  .Form002802 .from .textareas,
  .Form002802 .from .btn,
  .Form002802 .from .tip {
    padding-right: 0;
  }
}

@media(max-width:640px) {
  .Form002802 .from td {
    display: block;
    padding-right: 0;
  }

  .Form002802 .address dd {
    float: none;
    width: auto;
    padding-left: 0;
  }
}



.Form002802 .tit {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

.Form002802 .tit span {
  display: inline-block;
  font-size: 1.5rem;
  padding-top: 30px;
  border-top: 1px solid #dedede;
}







/*
 .PicList002797
 */
.PicList00279766 {
  padding-top: calc(40 / 16 * 1em);
}

.PicList00279766 li {
  float: left;
  width: calc((100% - 40px*1)/2);
  margin: 0 40px 60px 0;
}

.PicList00279766 li:nth-child(2n) {
  margin-right: 0;
}

.PicList00279766 li a {
  display: block;
  position: relative;
}

.PicList00279766 li h4,
.PicList00279766 li .txt {
  margin: 0;
  text-align: center;
  font-weight: normal;
}

.PicList00279766 li figure {
  padding-bottom: 66%;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}

.PicList00279766 li h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.PicList00279766 li .txt {
  font-size: 14px;
  color: #878787;
  line-height: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(51 51 51 / 50%);
}

.PicList00279766 li .txt p {
  margin: 0;
}

@media(min-width:1025px) {
  .PicList00279766 li:hover figure.show {
    display: block;
  }

  .PicList00279766 li:hover figure.hover {
    display: block;
  }
}


@media(max-width:1024px) {
  .PicList00279766 li {
    float: none;
    width: auto;
    margin: 0 0px 20px 0;
  }

  .PicList00279766 li figure {
    margin-bottom: 15px;
  }

  .PicList00279766 li .txt {
    padding-bottom: 15px;
  }
}



.new_lsit .hometitle {
  font-size: 2em;
  color: #333;
  margin-bottom: 0.7em;
  position: relative;
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 0.5em;
  margin-bottom: 1.2em;
}

.new_lsit4 {
  margin: 80px 0 140px 0;
}




/*Floor002987*/
.Floor002987 {
  padding: 3.1vw 0;
  overflow: hidden;
}

.Floor002987 .auto {
  max-width: 1600px;
  position: relative;
  padding: 0 5%;
}

.Floor002987 .title {
  padding: 0 13.54vw 50px;
}

.Floor002987 .title * {
  margin: 0;
}

.Floor002987 .title h3 {
  color: #333;
  font-weight: normal;
  font-size: 50px;
  padding-bottom: 0.7em;
}

.Floor002987 .title p {
  font-size: 16px;
  line-height: 2.125em;
  max-width: 767px;
  text-align: justify;
}

.Floor002987 .slider {
  padding-bottom: 3.1vw;
  padding-left: 0vw;
  overflow: hidden;
  margin: 0 -0.5vw;
}

.Floor002987 .slider li a {
  display: block;
  margin: 0 0.5vw;
  background: #000;
  position: relative;
  overflow: hidden;
}

.Floor002987 .slider li img {
  opacity: 0.7;
  transition: 0.3s;
}

.Floor002987 .slider li a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.Floor002987 .slider li .txt {
  position: absolute;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 0 7%;
  bottom: 7%;
  z-index: 10;
  transition: 0.3s;
}

.Floor002987 .slider li a:hover .txt {
  bottom: 10%;
}

.Floor002987 .slider li .txt aside {
  font-size: calc(28 / 16 * 1em);
  margin-bottom: 5px;
}

.Floor002987 .slider li .txt figure {
  line-height: 26px;
  overflow: inherit;
}

.Floor002987 .slider .slick-list {
  /* overflow: inherit; */
}

.Floor002987 .arrow {
  width: 101%;
  background-color: transparent;
  height: 40px;
  position: relative;
  margin: 0 0vw;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.Floor002987 .arrow:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  display: none;
}

.Floor002987 .slick-arrow {
  position: absolute;
  height: 40px;
  padding: 0;
  background: #fff;
  width: 40px;
  color: #000;
  top: 50%;
  margin-top: -10px;
  font-size: 0;
  text-transform: uppercase;
  background: #bfbfbf;
}

.Floor002987 .slick-prev {
  padding-left: 0 !important;
  left: 20px;
}

.Floor002987 .slick-next {
  right: 0;
}

@media(max-width:1024px) {
  .Floor002987 .title h3 {
    font-size: 6vw;
  }

  .Floor002987 .title p {
    font-size: 3vw;
  }

  .Floor002987 .slick-arrow {
    padding: 0 4vw;
  }

  .Floor002987 .title {
    padding-bottom: 4vw;
  }

  .Floor002987 .slick-next {
    right: 20px;
  }

  .Floor002987 .slider {
    margin-bottom: 20px;
  }

  /* .Floor002987 .slider li .txt aside{font-size: 4vw;}
.Floor002987 .slider li .txt figure{font-size: 3vw;} */
}

.ban_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:768px) {
  .Floor002987 .slider {
    margin-right: 0vw;
    padding-left: 0vw;
  }

  .Floor002987 .arrow {
    margin: 0 0;
    padding: 0 20px;
    top: auto;
    bottom: -24px;
  }
}


.Singlepage {
  padding: calc(100 / 16 * 1em) 0;
  line-height: 2;
  color: #333333;
}

.Singlepage li {
  margin-bottom: 1%;
}

@media(max-width:640px) {
  .Singlepage {
    padding: calc(40 / 16 * 1em) 0;
  }
}

.Titlelist {
  padding: calc(40 / 16 * 1em);
}

.Titlelist li {
  border-bottom: 1px dashed #d5d5d5;
  padding: 1.125em 0;
}

.Titlelist li a {
  display: block;
  height: auto;
  overflow: hidden;
  font-size: 1em;
}

.Titlelist li a::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.Titlelist li time {
  float: right;
  color: #999;
  margin-left: 10px;
}

.Titlelist li a:hover {
  color: #000;
}



.Serieslist {
  padding: 7% 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.Serieslist .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 64.853%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Serieslist-bg.jpg);
}

.Serieslist .hometitle {
  text-align: center;
}

.Serieslist li {
  float: left;
  width: calc((100% - 6%) / 4);
  position: relative;
  transition: 0.3s;
}

.Serieslist li:not(:last-child) {
  margin-right: 2%;
}

.Serieslist li .con {
  position: absolute;
  text-align: center;
  background: rgba(255, 255, 255, 0.45);
  padding: 1.7vw;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.Serieslist li .tit {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}

.Serieslist li .txt {
  font-size: 1rem;
  color: #444;
  margin-top: 8px;
}

.Serieslist li .Ispic {
  display: block;
  width: 100%;
  padding-bottom: 132.98%;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

.Serieslist li:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px){
.Serieslist li:nth-child(2n) {
  margin-left: 5%;
}
.Serieslist li:not(:last-child) {
  margin-right: 0;
}
.Serieslist li {
  width: calc((100% - 6%) / 2);
  margin-bottom: 5%;
}
}

.product_info .small .slick-track {
  margin: auto;
}
.bianjiq {
  padding:  7% 0;
}

.bianjiq .auto {
  max-width: 1400px;
}

.Floor003174 .hometitle {
  display: none;
}
.Floor002987 .slick-prev:before {
  content: '';
  position: absolute;
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  top: 15px;
  left: 17px;
}


.Floor002987 .slick-next:before {
  content: '';
  position: absolute;
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  top: 15px;
  left: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* 2023.8.17 */

.ban_box img{
  width: 100%;
}

.article_info .article>div {
  max-width: 100% !important;
}


.Floor002987 .slider li a:hover .txt {
    display: none;
}

.RighInfo002523 .box-2 .col-md-4 .nei {
  font-size: 0.9rem;
  line-height: 1.2rem;
  opacity: 0;
}


.RighInfo002523 .box-2 .col-md-4:hover .nei {
  opacity: 1;
}

.RighInfo002523 #ghI2 .contList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:1vw;
}

.RighInfo002523 #ghI2 .contList .col-md-4 {
    background: #eee;
}


.RighInfo002523 #ghI2 .contList .col-md-4:hover {
    background: #cbafa1;
}

.PicList00279766 li .txt p img {
  max-width: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 769px){
.Floor003174 {
  padding-bottom: 6em;
}
}

/* 2023.9.11 */
.upc{
  display: block;
}
.umb{
  display: none;
}

@media only screen and (max-width: 769px){
  .upc{
    display: none;
  }
  .umb{
    display: block;
  }
  .Floor002711 .bg-img .slider{
    position: relative;
  }
  .Floor002711 .info {
    padding: 0;
    margin-top: -70px;
  }
  .Floor002711 .item .pic {
    margin-bottom: 10px;
  }
}