  @charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  border: 1px solid black;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: 400;
}

dl, ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Arial,Microsoft YaHei;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

body * {
  box-sizing: border-box;
  line-height: 1;
  font-family: Arial, Microsoft YaHei;
}

.w1680 {
  width: 16.8rem;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  z-index: 3;
}

.w1680.marleft {
  left: 0.6rem;
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

.w1400.marleft {
  left: 0.5rem;
}

.banner {
  width: 100%;
}

.banner .swiper-container, .banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.banner .ani {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}
.banner .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-slide .pcimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
}
.banner .swiper-slide .pcimg a {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-slide .phimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: none;
}
.banner .swiper-slide .phimg a {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-slide .txon {
  position: absolute;
  width: calc((680 / 1920) * 100%);
}

.banner .swiper-slide .txon .tx1 {
  font-size: calc(12px - 0.12rem + 0.45rem);
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.banner .swiper-slide .txon .tx1 span {
  font-size: calc(12px - 0.12rem + 0.45rem);
  line-height: 1.5;
  color: #000;
}

.banner .swiper-slide .txon .tx2 {
  width: 100%;
}

.banner .swiper-slide .txon .tx2 .tli {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  color: #000;
}

.banner .swiper-slide .txon.tm1 {
  top: calc((250 / 960) * 100%);
  left: calc((260 / 1920) * 100%);
}

.banner .swiper-slide .txon.tm2 {
  top: calc((250 / 960) * 100%);
  right: calc((260 / 1920) * 100%);
}

.banner .swiper-slide .txon.tm3 {
  bottom: calc((250 / 960) * 100%);
  left: calc((260 / 1920) * 100%);
}

.banner .swiper-slide .txon.tm4 {
  bottom: calc((250 / 960) * 100%);
  right: calc((260 / 1920) * 100%);
}

@media (max-width: 900px) {
  .banner .swiper-slide .txon.tm1 {
    top: 15%;
    left: 10%;
    width: 70%;
  }
  .banner .swiper-slide .txon.tm2 {
    top: 15%;
    right: 10%;
    text-align: right;
    width: 70%;
  }
  .banner .swiper-slide .txon.tm3 {
    bottom: 20%;
    left: 10%;
    width: 70%;
  }
  .banner .swiper-slide .txon.tm4 {
    bottom: 20%;
    right: 10%;
    width: 70%;
    text-align: right;
  }
}



.banner .swiper-slide.swiper-slide-active .txon .tx1 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.banner .swiper-slide.swiper-slide-active .txon .tx2 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.banner .swiper-pagination-bullet {
  width: 0.4rem;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  position: relative;
  top: -1px;
  transition: all ease 0.3s;
  margin: 0 0.2rem;
}

.banner .swiper-pagination-bullet-active {
  height: 4px;
  top: 0;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}

.banner.pc {
  display: block;
}

.banner.ph {
  display: none;
}

.Modular {
  width: 100%;
}

.Modular .modtop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.8rem;
}

.Modular .modtop .cn {
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  color: #000;
}

.Modular .modtop .line {
  width: 0.4rem;
  background: #333;
  height: 2px;
  margin: 0.1rem auto;
}

.Modular .probox {
  width: 100%;
  font-size: 0;
}

.Modular .probox .pol {
  width: 8.5rem;
  width: calc((834 / 1680) * 100%);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.Modular .probox .pol .pll {
  width: 4.2rem;
  width: calc((412.5 / 834) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Modular .probox .pol .pll .item + .item {
  margin-top: 0.1rem;
}

.Modular .probox .pol .plr {
  width: 4.2rem;
  width: calc((412.5 / 834) * 100%);
  margin-left: 0.1rem;
  margin-left: calc((9 / 834) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Modular .probox .pol .item {
  width: 100%;
  position: relative;
}

.Modular .probox .pol .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.Modular .probox .pol .item .img {
  width: 100%;
}

.Modular .probox .pol .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Modular .probox .pol .item .bkm {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  transition: all ease 0.3s;
  font-size: calc(12px - 0.12rem + 0.2rem);
  height: 2em;
  padding: 0 0.2rem;
  overflow: hidden;
}

.Modular .probox .pol .item .bkm .ti {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  font-weight: bold;
  color: #fff;
}

.Modular .probox .pol .item .bkm .line {
  width: 100%;
  text-align: center;
  margin: 0rem auto 0.2rem;
}

.Modular .probox .pol .item .bkm .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  background: #fff;
  height: 3px;
}

.Modular .probox .pol .item .bkm .bx {
  width: 100%;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #f5f6f6;
  height: 3em;
}

.Modular .probox .pol .item .bkm .bx .bx2 {
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #f5f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Modular .probox .pol .item .bkm .btn {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.Modular .probox .pol .item .bkm .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.2;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background-color: #ffffff;
  border-radius: 1.5em;
  padding: 0 0.4rem;
  color: #000;
}

.Modular .probox .pol .item:hover .bkm {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.8);
}

.Modular .probox .pol .item:hover .bkm .ti {
  text-align: center;
  margin-bottom: 0.2rem;
  color: #fff !important;
}

.Modular .probox .pol .item:hover .bkm .bx {
  margin: 0.1rem 0 0.36rem;
}

.Modular .probox .por {
  width: 8.5rem;
  width: calc((834 / 1680) * 100%);
  margin-left: 0.1rem;
  margin-left: calc((10 / 1680) * 100%);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.Modular .probox .por .prl {
  width: 4.2rem;
  width: calc((412.5 / 834) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Modular .probox .por .prl .item + .item {
  margin-top: 0.1rem;
}

.Modular .probox .por .prr {
  width: 4.2rem;
  width: calc((412.5 / 834) * 100%);
  margin-left: 0.1rem;
  margin-left: calc((9 / 834) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Modular .probox .por .prr .item + .item {
  margin-top: 0.1rem;
}

.Modular .probox .por .item {
  width: 100%;
  position: relative;
}

.Modular .probox .por .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.Modular .probox .por .item .img {
  width: 100%;
}

.Modular .probox .por .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Modular .probox .por .item .bkm {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  transition: all ease 0.3s;
  font-size: calc(12px - 0.12rem + 0.2rem);
  height: 2em;
  padding: 0 0.2rem;
  overflow: hidden;
}

.Modular .probox .por .item .bkm .ti {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  font-weight: bold;
  color: #fff;
}

.Modular .probox .por .item .bkm .line {
  width: 100%;
  text-align: center;
  margin: 0rem auto 0.2rem;
}

.Modular .probox .por .item .bkm .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  background: #fff;
  height: 3px;
}

.Modular .probox .por .item .bkm .bx {
  width: 100%;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #f5f6f6;
  height: 3em;
}

.Modular .probox .por .item .bkm .bx .bx2 {
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #f5f6f6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Modular .probox .por .item .bkm .btn {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.Modular .probox .por .item .bkm .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background-color: #ffffff;
  border-radius: 1.5em;
  padding: 0 0.4rem;
  color: #000;
}

.Modular .probox .por .item:hover .bkm {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.8);
}

.Modular .probox .por .item:hover .bkm .ti {
  text-align: center;
  margin-bottom: 0.2rem;
  color: #fff !important;
}

.Modular .probox .por .item:hover .bkm .bx {
  margin: 0.1rem 0 0.36rem;
}

.Modular .newlist {
  width: 100%;
}

.Modular .newlist .netam {
  display: inline-block;
  vertical-align: middle;
  width: 4rem;
  margin: 0 calc((100% - 4.01rem * 3) / 6);
}

.Modular .newlist .netam a {
  width: 100%;
  height: 100%;
  display: block;
}

.Modular .newlist .netam .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.15rem;
  height: 4rem;
}

.Modular .newlist .netam .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
  display: none;
}

.Modular .newlist .netam .date {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  color: #000;
}

.Modular .newlist .netam .tip {
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Modular .newlist .netam .line {
  width: 100%;
  margin: 0.15rem 0 0.3rem;
  font-size: 0;
}

.Modular .newlist .netam .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 3px;
  background: #333333;
}

.Modular .newlist .netam .more {
  width: 100%;
  font-size: 0;
}

.Modular .newlist .netam .more span {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  color: #fff;
  height: 2.5em;
  background: #000;
  padding: 0 0.4rem;
  border-radius: 1.5em;
  transition: all ease 0.3s;
}

.Modular .newlist .netam:hover .img img {
  transform: scale(1.1);
}

.Modular .newlist .netam:hover .more span {
  background: #ddd;
  color: #000;
}

header {
  width: 1rem;
  position: fixed;
  z-index: 10;
  left: -1rem;
  top: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: all ease 0.5s;
}

header .htop {
  width: 100%;
  opacity: 0;
  transition: all ease 0.3s;
}

header .htop .logo {
  width: 2.26rem;
  height: 0.6rem;
  margin: 0 auto;
  display: none;
}

header .htop .logo a, header .htop .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

header .hbtn {
  position: absolute;
  z-index: 5;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

header .hbtn .close {
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
  margin-left: 0.1rem;
}

header .hbtn .close img {
  width: 100%;
  height: 100%;
  display: block;
}

header .hbtn .menu {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}

header .hbtn .menu img {
  width: 100%;
  height: 100%;
  display: block;
}

header .hbtn .menu {
  display: block;
}

header .hbtn .close {
  display: none;
}

header .hmid {
  width: 100%;
  opacity: 0;
  transition: all ease 0.3s;
}

header .hmid nav {
  width: 100%;
  overflow: hidden;
}

header .hmid nav .nli {
  width: 100%;
  padding-left: 1.2rem;
  margin: 0.1rem 0;
  padding-right: 0.4rem;
  font-size: 0;
  position: relative;
}

header .hmid nav .nli > a {
  width: 100%;
  width: auto;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 3;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .hmid nav .nli > a:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all ease 0.3s;
}

header .hmid nav .nli .navul {
  z-index: 8;
  background: transparent;
  position: relative;
  width: 100%;
  top: 0rem;
  left: 0;
  transform: translateX(0);
  display: none;
}

header .hmid nav .nli .navul .nul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 0;
  margin-top: 0.1rem;
}

header .hmid nav .nli .navul .nul .li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

header .hmid nav .nli .navul .nul .li a {
  width: 100%;
  color: #C0C0C0;
  font-size: calc(12px - 0.12rem + 0.14rem);
  display: block;
  line-height: 3;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.3s;
}

header .hmid nav .nli .navul .nul li:hover a {
  color: #fff;
}

header .hmid nav .nli.has-nav:after {
  content: "+";
  display: inline-block;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 3;
  text-align: center;
  position: absolute;
  background: none;
  left: auto;
  right: 0.2rem;
  transform: translateY(-50%);
  top: 1.5em;
  color: #fff;
}

header .hmid nav .nli.has-nav.on:after {
  content: "-";
}

header .hmid nav .nli:hover a:after {
  width: 100%;
}

header .hbot {
  width: 100%;
  opacity: 0;
  transition: all ease 0.3s;
}

header .hbot .share {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.5rem 0;
}

header .hbot .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.15rem;
  transition: all ease 0.3s;
  position: relative;
  top: 0;
}

header .hbot .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

header .hbot .share a .cods {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  width: auto;
  height: 1rem;
  display: none;
}

header .hbot .share a .cods img {
  width: auto;
  height: 100%;
  display: block;
  max-width: none;
}

header .hbot .share a:hover {
  transform: scale(1.1);
}

header .hbot .share a:hover .cods {
  display: block;
}

header .menux {
  display: none;
}

header .black {
  display: none;
}

header .shut {
  display: none;
}

header .logx {
  display: none;
}

header.tran {
  left: 0;
  background: transparent;
}

header.show {
  left: 0;
}

header.long {
  width: 4rem;
}

header.long .htop, header.long .hmid, header.long .hbot {
  opacity: 1;
}

header.long .hbtn .menu {
  display: none;
}

header.long .hbtn .close {
  display: block;
}

header.long .htop .logo {
  display: block;
}

header.tran.long {
  width: 4rem;
  background: rgba(0, 0, 0, 0.8);
}

header.tran.long .htop, header.tran.long .hmid, header.tran.long .hbot {
  opacity: 1;
}

header.tran.long .hbtn .menu {
  display: none;
}

header.tran.long .hbtn .close {
  display: block;
}

.section {
  position: relative;
}

.section .language {
  position: absolute;
  z-index: 10;
  right: 0.3rem;
  top: 0.3rem;
  font-size: 0;
}

.section .language .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.section .language .langs {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.section .language .langs .lang {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.section .language .langs .lang a {
  display: inline-block;
  vertical-align: middle;
  color: #808080;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  cursor: pointer;
}

.section .language .langs .lang a span {
  color: #808080;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  margin: 0 0.1rem;
}

.section .language .langs .lang.on a {
  color: #fff;
}

.section .language .langs .lang:last-child a span {
  display: none;
}

@media (max-width: 1000px) {
  .section .language {
    display: none;
  }
  .section footer .ftop .language {
    display: block;
  }
}

footer {
  width: 100%;
  padding: 0.7rem 0 0.8rem;
  background-position: center;
  background-size: cover;
  position: relative;
  background: #000;
  z-index: 1;
}

footer .ftop {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: relative;
}

footer .ftop .logo {
  display: inline-block;
  vertical-align: middle;
  width: 2.43rem;
  height: 0.66rem;
}

footer .ftop .logo a, footer .ftop .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .language {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}

footer .ftop .language .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}

footer .ftop .language .langs {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

footer .ftop .language .langs .lang {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

footer .ftop .language .langs .lang a {
  display: inline-block;
  vertical-align: middle;
  color: #808080;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  cursor: pointer;
}

footer .ftop .language .langs .lang a span {
  color: #808080;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  margin: 0 0.1rem;
}

footer .ftop .language .langs .lang.on a {
  color: #fff;
}

footer .ftop .language .langs .lang:last-child a span {
  display: none;
}

footer .fmid {
  width: 100%;
  margin: 0.3rem 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

footer .fmid .fli {
  flex: 1;
}

footer .fmid .fli a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 3;
  position: relative;
}

footer .fmid .fli a:after {
  position: absolute;
  content: ' ';
  left: 0;
  bottom: 0;
  width: 0.2rem;
  height: 2px;
  background: #fff;
  transition: all ease 0.3s;
}

footer .fmid .fli a:hover:after {
  width: 100%;
}

footer .fbot {
  width: 100%;
  text-align: center;
}

footer .fbot .share {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.5rem 0;
}

footer .fbot .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.15rem;
  transition: all ease 0.3s;
  position: relative;
  top: 0;
}

footer .fbot .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .fbot .share a .cods {
	position: absolute;
	/* top: -1.6rem; */
  bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
	/* width: 1.4rem; */
	/* height: 1.4rem; */
	display: none;
}

footer .fbot .share a .cods img {
	width: 100%;
  width: auto;
	height: 100%;
  height: 1.5rem;
	display: block;
  max-width: none;
}


footer .fbot .share a:hover {
  transform: scale(1.1);
}

footer .fbot .share a:hover .cods {
  display: block;
}

footer .fbot .fit {
  width: 100%;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
}

footer .lwf canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}

footer .top {
  position: absolute;
  z-index: 10;
  top: -0.33rem;
  width: 0.33rem;
  height: 0.33rem;
  right: 0.6rem;
  cursor: pointer;
}

footer .top img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 800px) {
  footer {
    padding: 1rem 0;
  }
  footer .ftop {
    text-align: left;
  }
  footer .fmid {
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  footer .fbot .share {
    margin: 1rem 0;
  }
  footer .fbot .share a {
    width: 0.5rem;
    height: 0.5rem;
  }
  footer .fbot .share a .cods {
    /* width: 2.6rem;
    height: 2.6rem;
    top: -2.8rem; */
  }
  footer .top {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.6rem;
  }
}

.Modularx {
  width: 100%;
  padding: 0.6rem 0;
  background: #fff;
}

.Modularx .Mhead {
  width: 100%;
  margin-bottom: 0.5rem;
}

.Modularx .Mhead .mit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  font-weight: bold;
}

.Modularx .Mhead .mix {
  width: 100%;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
  color: #000;
  margin: 0.3rem 0;
}

.Modularx .Mhead .line {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.Modularx .Mhead .line span {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #333333;
}

.Modularx .Productx {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.6rem;
}

.Modularx .Productx .prl {
  display: inline-block;
  vertical-align: top;
  width: calc((1120 / 1680) * 100%);
}

.Modularx .Productx .prl .prt {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.Modularx .Productx .prl .prt .prtem {
  display: inline-block;
  vertical-align: middle;
  width: calc((550 / 1120) * 100%);
  position: relative;
}

.Modularx .Productx .prl .prt .prtem a {
  width: 100%;
  height: 100%;
  display: block;
}

.Modularx .Productx .prl .prt .prtem .img {
  width: 100%;
  overflow: hidden;
}

.Modularx .Productx .prl .prt .prtem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Modularx .Productx .prl .prt .prtem .tix {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem;
  z-index: 5;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.5;
}

.Modularx .Productx .prl .prt .prtem:hover .img img {
  transform: scale(1.1);
}

.Modularx .Productx .prl .prt .prtem:first-child {
  transition-delay: 0.2s;
}

.Modularx .Productx .prl .prt .prtem:last-child {
  transition-delay: 0.4s;
}

.Modularx .Productx .prl .prt .prtem + .prtem {
  margin-left: calc((20 / 1120) * 100%);
}

.Modularx .Productx .prl .prb {
  width: 100%;
}

.Modularx .Productx .prl .prb .prbem {
  width: 100%;
  position: relative;
  transition-delay: 0.4s;
}

.Modularx .Productx .prl .prb .prbem a {
  width: 100%;
  height: 100%;
  display: block;
}

.Modularx .Productx .prl .prb .prbem .img {
  width: 100%;
  overflow: hidden;
}

.Modularx .Productx .prl .prb .prbem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Modularx .Productx .prl .prb .prbem .tix {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 0.3rem;
  z-index: 5;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.5;
}

.Modularx .Productx .prl .prb .prbem:hover .img img {
  transform: scale(1.1);
}

.Modularx .Productx .prr {
  display: inline-block;
  vertical-align: top;
  width: calc((540 / 1680) * 100%);
  margin-left: calc((20 / 1680) * 100%);
}

.Modularx .Productx .prr .prrem {
  width: 100%;
  position: relative;
  transition-delay: 0.4s;
}

.Modularx .Productx .prr .prrem a {
  width: 100%;
  height: 100%;
  display: block;
}

.Modularx .Productx .prr .prrem .img {
  width: 100%;
  overflow: hidden;
}

.Modularx .Productx .prr .prrem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Modularx .Productx .prr .prrem .tix {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem 0.3rem;
  z-index: 5;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.5;
}

.Modularx .Productx .prr .prrem:hover .img img {
  transform: scale(1.1);
}

.Modularx .Productlis {
  width: 100%;
  font-size: 0;
}

.Modularx .Productlis .proem {
  width: calc((830 / 1680) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((20 / 1680) * 100%);
  margin-bottom: 0.2rem;
  position: relative;
  transition-delay: 0.2s;
}

.Modularx .Productlis .proem .img {
  width: 100%;
  overflow: hidden;
}

.Modularx .Productlis .proem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Modularx .Productlis .proem .tix {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem 0.3rem;
  z-index: 5;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.5;
}

.Modularx .Productlis .proem .tix.white {
  color: #fff;
}

.Modularx .Productlis .proem .proem:hover .img img {
  transform: scale(1.1);
}

.Modularx .Productlis .proem .proem:nth-child(2n) {
  margin-right: 0;
}

.Modularx .Productlis .proem:hover .img img {
  transform: scale(1.1);
}

.Modularx .Productlis .proem:nth-child(2n) {
  margin-right: 0;
  transition-delay: 0.4s;
}

.Modularx .downlis {
  width: 100%;
  font-size: 0;
}

.Modularx .downlis .dowem {
  display: inline-block;
  vertical-align: top;
  width: calc((420 / 1400) * 100%);
  margin-right: calc((68 / 1400) * 100%);
  border: solid 1px #000;
  font-size: 0;
}

.Modularx .downlis .dowem a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0.4rem;
}

.Modularx .downlis .dowem .icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.Modularx .downlis .dowem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.Modularx .downlis .dowem .ton {
  width: calc( 100% - 1.2rem);
  margin-left: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

.Modularx .downlis .dowem .ton .ts {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}

.Modularx .downlis .dowem .ton .tv {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  transition: all ease 0.3s;
  position: relative;
}

.Modularx .downlis .dowem .ton .tv span {
  display: inline-block;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  height: 1.5em;
  transition: all ease 0.3s;
  position: relative;
}

.Modularx .downlis .dowem:hover .ton .tv span {
  transform: scale(1.2);
}

.Modularx .downlis .dowem:nth-child(3n+1) {
  transition-delay: 0.2s;
}

.Modularx .downlis .dowem:nth-child(3n+2) {
  transition-delay: 0.4s;
}

.Modularx .downlis .dowem:nth-child(3n+3) {
  transition-delay: 0.6s;
}

.Modularx .downlis .dowem:nth-child(3n) {
  margin-right: 0;
}

.Modularx .drive {
  width: 100%;
  margin-top: 0.7rem;
}

.Modularx .drive .dtiop {
  width: 100%;
  margin-bottom: 0.6rem;
}

.Modularx .drive .dtiop .mit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.Modularx .drive .dtiop .line {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.Modularx .drive .dtiop .line span {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #333333;
}

.Modularx .drive .drilis {
  width: 100%;
  font-size: 0;
}

.Modularx .drive .drilis .dtiem {
  width: calc((460 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: calc((9 / 1400) * 100%);
  margin-bottom: 0.1rem;
}

.Modularx .drive .drilis .dtiem .img {
  width: 100%;
}

.Modularx .drive .drilis .dtiem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Modularx .drive .drilis .dtiem .diton {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.3rem;
}

.Modularx .drive .drilis .dtiem .diton .ditem {
  width: 100%;
}

.Modularx .drive .drilis .dtiem .diton .ditem a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #000000;
  color: #000;
  min-width: 2rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.875;
  transition: all ease 0.3s;
  position: relative;
}

.Modularx .drive .drilis .dtiem .diton .ditem:hover a {
  transform: scale(1.1);
}

.Modularx .drive .drilis .dtiem .diton .ditem.white a {
  border: solid 1px #fff;
  color: #fff;
}

.Modularx .drive .drilis .dtiem .diton .ditem + .ditem {
  margin-top: 0.16rem;
}

.Modularx .drive .drilis .dtiem:nth-child(3n+1) {
  transition-delay: 0.2s;
}

.Modularx .drive .drilis .dtiem:nth-child(3n+2) {
  transition-delay: 0.4s;
}

.Modularx .drive .drilis .dtiem:nth-child(3n+3) {
  transition-delay: 0.6s;
}

.Modularx .drive .drilis .dtiem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 800px) {
  .Modularx .Productx .prl {
    width: 100%;
  }
  .Modularx .Productx .prr {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .Modularx .Productlis {
    width: 100%;
  }
  .Modularx .Productlis .proem {
    width: 100%;
    margin-right: 0;
  }
  .Modularx .downlis {
    width: 100%;
    text-align: center;
  }
  .Modularx .downlis .dowem {
    width: 100%;
    display: block;
    margin: 0 auto 0.4rem;
    max-width: 6rem;
  }
  .Modularx .downlis .dowem a {
    width: 100%;
    text-align: left;
  }
  .Modularx .downlis .dowem:nth-child(3n) {
    margin: 0 auto 0.4rem;
  }
  .Modularx .drive {
    width: 100%;
  }
  .Modularx .drive .drilis .dtiem {
    width: 49%;
    margin-right: 2%;
  }
  .Modularx .drive .drilis .dtiem .diton .ditem a {
    min-width: 2.4rem;
  }
  .Modularx .drive .drilis .dtiem:nth-child(3n+1) {
    transition-delay: 0s;
  }
  .Modularx .drive .drilis .dtiem:nth-child(3n+2) {
    transition-delay: 0s;
  }
  .Modularx .drive .drilis .dtiem:nth-child(3n+3) {
    transition-delay: 0s;
  }
  .Modularx .drive .drilis .dtiem:nth-child(3n) {
    margin-right: 2%;
  }
  .Modularx .drive .drilis .dtiem:nth-child(2n+1) {
    transition-delay: 0.2s;
  }
  .Modularx .drive .drilis .dtiem:nth-child(2n+2) {
    transition-delay: 0.4s;
  }
  .Modularx .drive .drilis .dtiem:nth-child(2n) {
    margin-right: 0;
  }
}

.Topback {
  width: 100%;
}

.Topback .backhead {
  width: 100%;
}

.Topback .backhead .backbox {
  position: relative;
  padding: 0.45rem 0 0;
  transition: all ease 0.3s;
}

.Topback .backhead .backbox .back {
  position: absolute;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  top: 0;
}

.Topback .backhead .backbox .back img {
  width: 100%;
  height: 100%;
  display: block;
}

.Topback .backhead .backbox .back a {
  width: 100%;
  height: 100%;
  display: block;
}

.Topback .backhead .backbox .text {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.3;
  border-bottom: solid 0.04rem #000;
  padding-bottom: 0.3rem;
}

.Topback .backhead .backbox.fixed {
  position: fixed;
  top: 0rem;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #ebebeb;
}

.Topback.white {
  width: 100%;
}

.Topback.white .backhead .backbox.fixed {
  position: fixed;
  top: 0rem;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
}

.pages {
  width: 100%;
  padding: 0.2rem 0 0.2rem;
  font-size: 0;
  text-align: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.1rem 0.1rem;
}

.pages .page a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 0.5rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #333;
  background: #fff;
  border-radius: 0.25rem;
  position: relative;
}

.pages .page a img {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.pages .page a img:first-child {
  display: block;
}

.pages .page a img:last-child {
  display: none;
}

.pages .page.long {
  width: auto;
}

.pages .page.long a {
  padding: 0 0.15rem;
}

.pages .page.on a {
  background: #000000;
  color: #fff;
  border: solid 1px #000000;
}

.pages .page.on a img:first-child {
  display: none;
}

.pages .page.on a img:last-child {
  display: block;
}

.pages .page:hover a {
  background: #000000;
  color: #fff;
  border: solid 1px #000000;
}

.pages .page:hover a img:first-child {
  display: none;
}

.pages .page:hover a img:last-child {
  display: block;
}

.News-detail {
  width: 100%;
  padding: 0rem 0 0.35rem;
  background: #ebebeb;
}

.News-detail .new-detail {
  width: 100%;
  padding-top: 0.7rem;
}

.News-detail .new-detail .nit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.3;
}

.News-detail .new-detail .time {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin: 0.4rem 0 0.3rem;
}

.News-detail .new-detail .shaxe {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
  text-align: center;
}

.News-detail .new-detail .shaxe a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.2rem;
}

.News-detail .new-detail .shaxe a img {
  width: 100%;
  height: 100%;
  display: block;
}

.News-detail .new-detail .newon {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.News-detail .new-detail .newon p {
  text-align: center;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  /* margin-bottom: 0.3rem; */
  /*line-break: anywhere;*/
  /* word-break:break-all; */
}
.News-detail .new-detail .newon img{
  margin-bottom: 0.1rem;
}

.New {
  width: 100%;
  padding: 0.6rem 0;
  background: #ebebeb;
}

.New .htop {
  width: 100%;
  margin-bottom: 0.5rem;
}

.New .htop .mit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.New .htop .line {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.New .htop .line span {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #333333;
}

.New .newem {
  width: 100%;
  font-size: 0;
  background: #fff;
  margin: 0.5rem 0;
}

.New .newem a {
  width: 100%;
  height: 100%;
  display: block;
}

.New .newem .nel {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: calc((426 / 1400) * 100%);
}

.New .newem .nel img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.New .newem .ner {
  display: inline-block;
  vertical-align: middle;
  width: calc((974 / 1400) * 100%);
  padding: 0.1rem 0.46rem;
}

.New .newem .ner .time {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.New .newem .ner .tix {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.New .newem .ner .line {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.New .newem .ner .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 3px;
  background-color: #333333;
}

.New .newem .ner .tis {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.New .newem:hover .nel img {
  transform: scale(1.1);
}

.New .Waterfall {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.New .Waterfall .watem {
  width: calc((440 / 1400) * 100%);
  position: absolute;
  display: block;
}

.New .Waterfall .watem .img {
  width: 100%;
  overflow: hidden;
}

.New .Waterfall .watem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.New .Waterfall .watem .won {
  width: 100%;
  background: #fff;
  padding: 0.26rem 0.2rem;
}

.New .Waterfall .watem .won .time {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.New .Waterfall .watem .won .tix {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.New .Waterfall .watem .won .line {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.New .Waterfall .watem .won .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 3px;
  background-color: #333333;
}

.New .Waterfall .watem .won .tis {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.New .Waterfall .watem:hover .img img {
  transform: scale(1.1);
}

.New .more {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0.4rem;
}

.New .more a {
  display: inline-block;
  background: #fff;
  border: solid 1px #000;
  color: #000;
  text-align: center;
  width: auto;
  padding: 0 0.46rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  border-radius: 1.25em;
}

.New .more a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}

@media (max-width: 800px) {
  .New .Waterfall .watem {
    width: 49%;
  }
  .New .newem .nel {
    width: 100%;
  }
  .New .newem .ner {
    width: 100%;
    padding: 0.3rem;
  }
}

.detail-box {
  width: 100%;
  padding: 0.7rem 0 0;
}

.detail-box .del {
  width: 7rem;
  display: inline-block;
  vertical-align: top;
}

.detail-box .del .delswiper {
  width: 7rem;
  position: fixed;
  z-index: 5;
  top: 2rem;
}

.detail-box .del .delswiper .swiper-slide {
  width: 100%;
}

.detail-box .del .delswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.detail-box .del .delswiper.absolute {
  width: calc((700 / 1400) * 100%);
  width: 7rem;
  position: absolute;
  top: auto;
}

.detail-box .del .num {
  width: 100%;
  color: #000;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.5rem);
  line-height: 1.3;
}

.detail-box .del .tix {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.5;
  margin-bottom: 0.26rem;
  padding-bottom: 0.26rem;
  border-bottom: solid 1px #000;
}

.detail-box .der {
  width: calc(100% - 7rem);
  display: inline-block;
  vertical-align: top;
  padding-left: 0.4rem;
}

.detail-box .der .num {
  width: 100%;
  color: #000;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.5rem);
  line-height: 1.3;
}

.detail-box .der .tix {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.5;
  margin-bottom: 0.26rem;
}

.detail-box .der .derm {
  width: 100%;
  padding: 0.26rem 0;
  border-top: solid 1px #000;
}

.detail-box .der .derm .deon {
  width: 100%;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
}

.detail-box .der .derm .deon p {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  margin-bottom: 0.2rem;
}

.detail-box .der .derm .tip {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.detail-box .der .derm .derlis {
  width: 100%;
  font-size: 0;
}

.detail-box .der .derm .derlis .dem {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 0.16rem;
  border: solid 1px #cccccc;
  cursor: pointer;
  margin-bottom: 0.2rem;
  margin-right: calc((100% - 1.9rem * 3) / 2);
}

.detail-box .der .derm .derlis .dem .em, .detail-box .der .derm .derlis .dem a {
  width: 100%;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}

.detail-box .der .derm .derlis .dem .color {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  overflow: hidden;
}

.detail-box .der .derm .derlis .dem .color img {
  width: 100%;
  height: 100%;
  display: block;
}

.detail-box .der .derm .derlis .dem .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
}

.detail-box .der .derm .derlis .dem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.detail-box .der .derm .derlis .dem .txt {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
}

.detail-box .der .derm .derlis .dem .link {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.detail-box .der .derm .derlis .dem .link img {
  width: 100%;
  height: 100%;
  display: block;
}

.detail-box .der .derm .derlis .dem.on {
  border: solid 1px #000;
}

.detail-box .der .derm .derlis .dem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .detail-box .del {
    width: 50%;
  }
  .detail-box .del .delswiper {
    width: 47%;
    top: 3.2rem;
  }
  .detail-box .del .delswiper.absolute {
    width: 50%;
  }
  .detail-box .der {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .detail-box .del {
    width: 100%;
  }
  .detail-box .del .delswiper {
    position: relative;
    top: 0;
    width: 100%;
  }
  .detail-box .der {
    width: 100%;
    padding: 0.3rem 0.2rem;
  }
  .detail-box .der .num, .detail-box .der .tix {
    display: none;
  }
  .detail-box .der .txs {
    display: none;
  }
  .detail-box .der .txs:last-child {
    display: block;
  }
  .detail-box .der .derm .derlis .dem {
    width: 2rem;
    height: 2rem;
    margin-right: 0.4rem;
  }
}

.proswiper {
  width: 100%;
  padding: .7rem 0 0.7rem;
}

.proswiper .swiper-slide {
  width: 25%;
  cursor: pointer;
  overflow: hidden;
}

.proswiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  transition: all ease 0.3s;
}

.proswiper .pswiper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}

.proswiper .pswiper .close {
  position: absolute;
  z-index: 22;
  top: 0.5rem;
  left: 3%;
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.proswiper .pswiper .close img {
  width: 100%;
  height: 100%;
  display: block;
}

.proswiper .pswiper .ctn {
  position: absolute;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.proswiper .pswiper .ctn img {
  width: 100%;
  height: 100%;
  display: block;
}

.proswiper .pswiper .ctn img:first-child {
  display: block;
}

.proswiper .pswiper .ctn img:last-child {
  display: none;
}

.proswiper .pswiper .ctn:hover img:first-child {
  display: none;
}

.proswiper .pswiper .ctn:hover img:last-child {
  display: block;
}

.proswiper .pswiper .cl {
  left: 3%;
}

.proswiper .pswiper .cr {
  right: 3%;
}

.proswiper .pswiper.fixed {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.proswiper .pswiper.fixed .swiper-container {
  width: 100%;
  height: 100vh;
}

.proswiper .pswiper.fixed .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}

.proswiper .pswiper.fixed .swiper-slide img {
  width: 90%;
  max-width: 10rem;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  z-index: 23;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.proswiper .pswiper.fixed .close, .proswiper .pswiper.fixed .cl, .proswiper .pswiper.fixed .cr {
  display: block;
}

@media (max-width: 800px) {
  .proswiper .pswiper.fixed .cl, .proswiper .pswiper.fixed .cr {
    display: none;
  }
  .proswiper .pswiper.fixed .close {
    left: 5%;
    top: 1rem;
    width: 1rem;
    height: 1rem;
  }
}

.proshon {
  width: 100%;
}

.proshon .pon {
  width: 100%;
  color: #333;
	font-size: 18px;
	line-height: 1.75;
}

.proshon .pon p {
  width: 100%;
  color: #333;
	font-size: 18px;
	line-height: 1.75;
}
.proshon .pon embed{
  max-width: 1200px !important;
  /* width: 100% !important; */
}
@media (max-width: 1220px) {
  .proshon .pon embed{
    max-width: 100% !important;
    /* width: 100% !important; */
  }
}
.proshon .pon img {
  max-width: 100%;
}

.loadding {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000;
  left: 0;
  top: 0;
  background: #fff;
}

.loadding .load {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loadding .load .loax {
  width: 2.43rem;
  height: 0.66rem;
  margin: 0 auto 0.3rem;
}

.loadding .load .loax img {
  width: 100%;
  height: 100%;
  display: block;
}

.loadding .load .img {
  width: 0.25rem;
  height: 0.25rem;
  display: block;
  margin: 0 auto 0.3rem;
}

.loadding .load .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.loadding .load .langus {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loadding .load .langus .lags {
    display: inline-block;
    vertical-align: middle;
  }
  
  .loadding .load .langus .lags a {
    width: 2.4rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.2;
    font-size: calc(12px - 0.12rem + 0.18rem);
    height: 2.2em;
    border-radius: 1.1em;
    text-align: center;
    padding: 0 0.4rem;
    color: #333;
    background: #f9f9f9;
    margin: 0 0.3rem;
    border: solid 1px transparent;
  }
  
  .loadding .load .langus .lags:hover a {
    background: #fff;
    border: solid 1px #333;
  }

.Downx {
  width: 100%;
  padding: 0.7rem 0 0.9rem;
}

.Downx .Classlis {
  width: calc((335 / 1680) * 100%);
  font-size: 0;
  padding-right: 0.2rem;
  display: inline-block;
  vertical-align: top;
}

.Downx .Classlis .clit {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.26rem);
  line-height: 1.5;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.Downx .Classlis .clasul {
  width: 100%;
  overflow: auto;
  max-height: 80vh;
}
.Downx .Classlis .clasul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.Downx .Classlis .clasul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px #999;
  background: #999;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.Downx .Classlis .clasul::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.Downx .Classlis .clasul:hover::-webkit-scrollbar{
  display: block;
}
.Downx .Classlis .clasul:hover::-webkit-scrollbar-thumb{
  display: block;
}
.Downx .Classlis .clasul:hover::-webkit-scrollbar-track{
  display: block;
}

.Downx .Classlis .clasul .cli {
  width: 100%;
  font-size: 0;
}

.Downx .Classlis .clasul .cli a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  padding: 0.1rem 0;
  position: relative;
}

.Downx .Classlis .clasul .cli a:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transition: all ease 0.3s;
}

.Downx .Classlis .clasul .cli:hover a:after {
  width: 100%;
}

@media (max-width: 1000px) {
  .Downx .Classlis {
    width: 100%;
  }
  .Downx .Classlis .clit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.2rem 0;
    position: relative;
  }
  .Downx .Classlis .clit:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #666;
  }
  .Downx .Classlis .clasul {
    display: none;
    max-height: none;
  }
  .Downx .Classlis.show .clit:after {
    content: "-";
  }
}

.Videos {
  width: 100%;
  padding: 0.6rem 0;
}

.Videos .Videoslis {
  width: 100%;
  font-size: 0;
}

.Videos .Videoslis .videm {
  width: calc((528 / 1680) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.4rem;
  margin-right: calc((46 / 1680) * 100%);
}

.Videos .Videoslis .videm a {
  width: 100%;
  height: 100%;
  display: block;
}

.Videos .Videoslis .videm .img {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.Videos .Videoslis .videm .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.Videos .Videoslis .videm .von {
  width: 100%;
  background: #e6e6e6;
  padding: 0.3rem;
  transition: all ease 0.3s;
}

.Videos .Videoslis .videm .von .vit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.Videos .Videoslis .videm .von .vit span {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.24rem);
  line-height: 1.5;
  transition: all ease 0.3s;
}

.Videos .Videoslis .videm .von .vit span:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all ease 0.3s;
}

.Videos .Videoslis .videm .von .vix {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
  transition: all ease 0.3s;
}

.Videos .Videoslis .videm:hover .img img {
  transform: scale(1.1);
}

.Videos .Videoslis .videm:hover .von {
  background: #000;
}

.Videos .Videoslis .videm:hover .von .vit span {
  color: #fff;
}

.Videos .Videoslis .videm:hover .von .vit span:after {
  width: 100%;
}

.Videos .Videoslis .videm:hover .von .vix {
  color: #fff;
}

.Videos .Videoslis .videm:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 800px) {
  .Videos .Videoslis .videm {
    width: 48%;
    margin-right: 4%;
  }
  .Videos .Videoslis .videm:nth-child(3n) {
    margin-right: 4%;
  }
  .Videos .Videoslis .videm:nth-child(2n) {
    margin-right: 0;
  }
}

.productl {
  width: 100%;
}

.productl .protop {
  width: 100%;
  margin: 0.8rem 0 0.8rem;
  font-size: 0;
  position: relative;
}

.productl .protop .swiper-container {
  margin: 0 30px;
}

.productl .protop .ptn {
  position: absolute;
  z-index: 10;
  width: 0.36rem;
  height: 0.72rem;
  width: 0.18rem;
  height: 0.36rem;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.productl .protop .ptn img {
  width: 100%;
  height: 100%;
  display: block;
}

.productl .protop .pl {
  left: 0;
}

.productl .protop .pr {
  right: 0;
}

.productl .protop .swiper-slide {
  width: auto;
  position: relative;
  text-align: center;
}

.productl .protop .swiper-slide a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  padding: 0 0.3rem;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2.2;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.productl .protop .swiper-slide a:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transition: all ease 0.3s;
}

.productl .protop .swiper-slide.on a:after {
  width: 100%;
}

.productl .protop .proxm {
  width: auto;
  position: relative;
  padding: 0 0.3rem;
  margin: 0 0.3rem 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

.productl .protop .proxm a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2.2;
}

.productl .protop .proxm a:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transition: all ease 0.3s;
}

.productl .protop .proxm.on a:after {
  width: 100%;
}

.productl .protop.btns .ptn {
  display: block;
}

.productl .procons {
  width: 100%;
  margin-top: 0.5rem;
}

.productl .procons .procem {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.productl .procons .procem a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.productl .procons .procem .pl {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1400) * 100%);
}

.productl .procons .procem .pl img {
  width: 100%;
  height: 100%;
  display: block;
}

.productl .procons .procem .pr {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1400) * 100%);
  padding: 0 0.6rem;
}

.productl .procons .procem .pr .pir {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.productl .procons .procem .pr .pic {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
}

@media (max-width: 800px) {
  .productl .procons .procem .pl {
    width: 100%;
  }
  .productl .procons .procem .pr {
    width: 100%;
    padding: 0.3rem;
  }
}

.nbanner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.nbanner .pcimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
}

.nbanner .pcimg a {
  width: 100%;
  height: 100%;
  display: block;
}

.nbanner .phimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: none;
}

.nbanner .phimg a {
  width: 100%;
  height: 100%;
  display: block;
}

.nbanner .bot {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  cursor: pointer;
  width: 0.6rem;
  height: 0.44rem;
  transition: all ease 0.3s;
  transform: translateX(-50%);
}

.nbanner .bot img {
  width: 100%;
  height: 100%;
  display: block;
}

.nbanner .bot:hover {
  bottom: 0.7rem;
}

.nbanner .nav {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 0rem;
}

.nbanner .nav .navbox {
  position: absolute;
  width: 100%;
  text-align: center;
}

.nbanner .nav .navbox.fixed {
  position: fixed;
  z-index: 9;
  background: #fff;
}

.nbanner .nav .navem {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.nbanner .nav .navem a {
  padding: 0 0.46rem;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.22rem);
  line-height: 3;
  position: relative;
}

.nbanner .nav .navem a:after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  transition: all ease 0.3s;
}

.nbanner .nav .navem:hover a:after {
  width: 100%;
}

.nbanner .nav .navem.on a:after {
  width: 100%;
}

@media (max-width: 1000px) {
  .nbanner .nav {
    top: 1.6rem;
  }
  .nbanner .nav .navem {
    width: 33%;
    margin: 0;
  }
  .nbanner .pcimg {
    display: none;
  }
  .nbanner .phimg {
    display: block;
  }
  .nbanner .bot {
    width: 1.2rem;
    height: 0.88rem;
  }
}

@media (max-width: 800px) {
  .nbanner .nav {
    top: 1.6rem;
    display: none;
  }
  .nbanner .nav .navem {
    width: 33%;
    margin: 0;
  }
}

.about-show {
  width: 100%;
  padding: 0.7rem 0;
}

.about-show .asl {
  display: inline-block;
  vertical-align: top;
  width: calc((699 / 1400) * 100%);
}

.about-show .asl img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-show .asr {
  display: inline-block;
  vertical-align: top;
  width: calc((699 / 1400) * 100%);
  padding-left: 0.5rem;
}

.about-show .asr .ait {
  width: 100%;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.about-show .asr .aton {
  width: 100%;
  max-height: 5rem;
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
}

.about-show .asr .aton p {
  color: #333;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

@media (max-width: 800px) {
  .about-show .asl {
    width: 100%;
  }
  .about-show .asr {
    width: 100%;
    padding: 0.3rem;
  }
  .about-show .asr .aton {
    max-height: 100%;
  }
}

.hiswiper {
  width: 100%;
  padding: 0.5rem 0;
}

.hiswiper .htop {
  width: 100%;
}

.hiswiper .htop .mit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.hiswiper .htop .line {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.hiswiper .htop .line span {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #333333;
}

.hiswiper .hmidiper {
  width: 100%;
  margin: 0.8rem 0;
  position: relative;
}

.hiswiper .hmidiper .linex {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0.085rem;
  width: 100%;
  height: 1px;
  background: #000;
}

.hiswiper .hmidiper .swiper-slide {
  width: 100%;
}

.hiswiper .hmidiper .swiper-slide .point {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.hiswiper .hmidiper .swiper-slide .point img {
  width: 0.17rem;
  height: 0.17rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 0.1rem;
}

.hiswiper .hmidiper .swiper-slide .point img:first-child {
  display: block;
}

.hiswiper .hmidiper .swiper-slide .point img:last-child {
  display: none;
}

.hiswiper .hmidiper .swiper-slide .year {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
}

.hiswiper .hmidiper .swiper-slide.on .point img:first-child {
  display: none;
}

.hiswiper .hmidiper .swiper-slide.on .point img:last-child {
  display: block;
}

.hiswiper .hbotsiwp {
  width: 100%;
  position: relative;
  padding: 0.5rem 0;
}

.hiswiper .hbotsiwp .swiper-container {
  margin: 0 0.72rem;
}

.hiswiper .hbotsiwp .swiper-slide {
  width: 100%;
  font-size: 0;
}

.hiswiper .hbotsiwp .swiper-slide .hbl {
  width: calc((500 / 1256) * 100%);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.hiswiper .hbotsiwp .swiper-slide .hbl span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.8rem);
  word-wrap: break-word;
  word-break: break-all;
}

.hiswiper .hbotsiwp .swiper-slide .hbr {
  width: calc((756 / 1256) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.hiswiper .hbotsiwp .swiper-slide .hbr span {
  color: #000;
  font-weight: bold;
  font-size: calc(12px - 0.12rem + 0.5rem);
  line-height: 1.5;
  word-wrap: break-word;
  /* word-break: break-all; */
}

.hiswiper .hbotsiwp .hbn {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 0.36rem;
  height: 0.72rem;
  cursor: pointer;
  transition: all ease 0.3s;
}

.hiswiper .hbotsiwp .hbn img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.hiswiper .hbotsiwp .hbn:hover img {
  transform: scale(1.1);
}

.hiswiper .hbotsiwp .hl {
  left: 0;
}

.hiswiper .hbotsiwp .hr {
  right: 0;
}

.hiswiper .tmg {
  width: 100%;
}

.hiswiper .tmg .swiper-slide {
  width: 100%;
}

.hiswiper .tmg .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 800px) {
  .hiswiper .hbotsiwp .swiper-slide .hbl {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .hiswiper .hbotsiwp .swiper-slide .hbl span {
    text-align: left;
  }
  .hiswiper .hbotsiwp .swiper-slide .hbr {
    width: 100%;
  }
}

.Videx {
  width: 100%;
  margin: 0.3rem 0;
}

.Videx .videos {
  width: 100%;
  height: 7.8rem;
}

.Videx .videos iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.Videx .videos video {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 800px) {
  .Videx .videos {
    height: auto;
    height: 6rem;
  }
}

.Contact {
  width: 100%;
  padding: 0.6rem 0;
}

.Contact .htop {
  width: 100%;
}

.Contact .htop .mit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.Contact .htop .line {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.Contact .htop .line span {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #333333;
}

.Contact .Conlis {
  width: 100%;
  margin: 0.5rem 0;
}

.Contact .Conlis .contem {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.Contact .Conlis .contem .icon {
  width: 0.54rem;
  height: 0.54rem;
  display: inline-block;
  vertical-align: top;
}

.Contact .Conlis .contem .tx {
  width: calc(100% - 0.84rem);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 1.5;
}

.Contact .map {
  width: 100%;
}

.Contact .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.Contact .map iframe {
  width: 100%;
  height: 6rem;
  display: block;
  overflow: hidden;
}

.Leames {
  width: 100%;
  padding: 0.6rem 0;
}

.Leames .htop {
  width: 100%;
}

.Leames .htop .mit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.Leames .htop .line {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.Leames .htop .line span {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #333333;
}

.Leames .leamox {
  width: 100%;
  margin-top: 0.5rem;
}

.Leames .leamox .row {
  width: 100%;
  font-size: 0;
  border: solid 1px #000;
}

.Leames .leamox .row .td {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 0.2rem;
}

.Leames .leamox .row .td .name {
  width: 96px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
}

.Leames .leamox .row .td .input {
  width: calc(100% - 96px);
  display: inline-block;
  vertical-align: middle;
}

.Leames .leamox .row .td .input input {
  width: 100%;
  background: none;
  border: none;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 3;
  height: 3em;
}

.Leames .leamox .row .td + .td {
  border-left: solid 1px #000;
}

.Leames .leamox .row .td.w100 {
  width: 100%;
  padding: 0.1rem 0.2rem;
}

.Leames .leamox .row .td.w100 .name {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
}

.Leames .leamox .row .td.w100 .textarea {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.Leames .leamox .row .td.w100 .textarea textarea {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
}

.Leames .leamox .row + .row {
  border-top: none;
}

.Leames .leamox .submit {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0.4rem;
}

.Leames .leamox .submit input {
  background: #000;
  color: #fff;
  text-align: center;
  width: auto;
  padding: 0 0.46rem;
  border: none;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  border-radius: 1.25em;
}

@media (max-width: 800px) {
  .Leames .leamox .row .td {
    width: 100%;
  }
  .Leames .leamox .row .td + .td {
    border-left: none;
    border-top: solid 1px #000;
  }
  .Leames .leamox .row + .row {
    border-top: none;
  }
}

.Honor {
  width: 100%;
  padding: 0.6rem 0;
}

.Honor .htop {
  width: 100%;
  margin-bottom: 0.5rem;
}

.Honor .htop .mit {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: calc(12px - 0.12rem + 0.4rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.Honor .htop .line {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.Honor .htop .line span {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: #333333;
}

.Honor .Honorlis {
  width: 100%;
  font-size: 0;
}

.Honor .Honorlis .honem {
  width: calc((400 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.4rem;
  margin-right: calc((99 / 1400) * 100%);
  cursor: pointer;
}

.Honor .Honorlis .honem .img {
  width: 100%;
}

.Honor .Honorlis .honem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Honor .Honorlis .honem .txt {
  width: 100%;
  margin-top: 0.1rem;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.Honor .Honorlis .honem:nth-child(3n) {
  margin-right: 0;
}

.Honor .more {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0.4rem;
}

.Honor .more a {
  display: inline-block;
  background: #fff;
  border: solid 1px #000;
  color: #000;
  text-align: center;
  width: auto;
  padding: 0 0.46rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  border-radius: 1.25em;
}

.Honor .more a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}

@media (max-width: 800px) {
  .Honor .Honorlis .honem {
    width: 48%;
    margin-right: 4%;
  }
  .Honor .Honorlis .honem:nth-child(3n) {
    margin-right: 4%;
  }
  .Honor .Honorlis .honem:nth-child(2n) {
    margin-right: 0;
  }
}

.rightnav {
  position: fixed;
  right: 0.2rem;
  bottom: 20%;
  z-index: 10;
  display: none;
}

.rightnav .top {
  width: 0.33rem;
  height: 0.33rem;
  cursor: pointer;
  background: #fff;
}

.rightnav .top img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightnav.show {
  display: block;
}

@media (max-width: 1000px) {
  .w1680 {
    width: 94%;
  }
  .w1400 {
    width: 94%;
  }
  .Modular {
    padding: 0.5rem 0;
  }
  header {
    width: 100%;
    left: 0;
    top: 0;
    height: 1.3rem;
    background: rgba(0, 0, 0, 0.8);
  }
  header .hbtn {
    right: 0.3rem;
    left: auto;
    display: none;
  }
  header .htop {
    position: absolute;
    left: 0.3rem;
    display: inline-block;
    vertical-align: middle;
    width: 2.26rem;
    height: 0.6rem;
    width: 3.2rem;
    height: 0.84rem;
    width: 2.6rem;
    height: 0.69rem;
    opacity: 1;
  }
  header .htop .logo {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
  }
  header .hbot {
    position: fixed;
    z-index: 1001;
    right: 50%;
    transform: translateX(50%);
    bottom: 5%;
    opacity: 1;
    width: auto;
    display: none;
    width: 100%;
    text-align: center;
  }
  header .hbot .share {
    width: auto;
    text-align: center;
    margin: 0;
  }
  header .hbot .share a {
    width: 0.5rem;
    height: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.2rem;
    transition: all ease 0.3s;
  }
  header .hbot .share a .cods {
    /* width: 2.6rem; */
    height: 2.6rem;
    top: -2.8rem;
  }
  header .hbot .share a:hover {
    transform: scale(1.1);
  }
  header .menux {
    width: 0.5rem;
    height: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    cursor: pointer;
    display: block;
    transform: translateY(-50%);
  }
  header .menux img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .black {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 15;
    background: transparent;
    cursor: pointer;
    display: none;
  }
  header .hmid {
    opacity: 1;
  }
  header .hmid nav {
    width: 5rem;
    width: 100%;
    position: fixed;
    z-index: 20;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 1000;
    transform: translate(100%, 0);
    transition: transform .3s;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10%;
    padding-top: 1.5rem;
    padding-bottom: 10%;
  }
  header .hmid nav .nli {
    padding: 0 0.1rem;
    text-align: center;
  }
  header .hmid nav .nli a {
    width: auto;
    padding: 0 0.2rem;
    color: #333;
    color: #fff;
    text-align: center;
    font-size: calc(12px - 0.12rem + 0.36rem);
    line-height: 2.5;
  }
  header .hmid nav .nli a:after {
    background: #333;
    background: #fff;
  }
  header .hmid nav .nli .navul .nul {
    margin-top: 0.1rem;
  }
  header .hmid nav .nli .navul .nul .li a {
    font-size: calc(12px - 0.12rem + 0.24rem);
    line-height: 2.5;
  }
  header .hmid nav .nli.has-nav:after {
    display: inline-block;
    right: 0.5rem;
    font-size: calc(12px - 0.12rem + 0.36rem);
    line-height: 2.5;
    top: 1.25em;
  }
  header .hmid nav.show {
    transform: translate(0, 0);
  }
  header .black.show {
    display: block;
  }
  header .shut {
    position: absolute;
    z-index: 1001;
    width: 0.8rem;
    height: 0.8rem;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    left: 8%;
    top: 0.6rem;
  }
  header .shut img {
    width: 100%;
    height: 100%;
    display: block;
  }
  header .logx {
    position: absolute;
    z-index: 1001;
    left: 50%;
    top: 0.3rem;
    transform: translateX(-50%);
    width: 2.26rem;
    height: 0.6rem;
    width: 3.6rem;
    height: 0.95rem;
    opacity: 1;
  }
  header .logx img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
  }
  header .shut.show {
    display: block;
  }
  header .logx.show {
    display: block;
  }
  header .hbot.show {
    display: block;
  }
  header.tran {
    background: rgba(0, 0, 0, 0.8);
  }
  .rightnav .top {
    width: 0.5rem;
    height: 0.5rem;
  }
  .w1680.marleft {
    left: 0;
  }
  .w1400.marleft {
    left: 0;
  }
  .Modularx, .Topback, .New {
    margin-top: 1.3rem;
  }
}

@media (max-width: 800px) {
  .banner .swiper-slide .pcimg {
    display: none;
  }
  .banner .swiper-slide .phimg {
    display: block;
  }
  .banner .swiper-slide .txon {
    width: 60%;
  }
  .banner.pc {
    display: none;
  }
  .banner.ph {
    display: block;
  }
  .Modular .probox .pol {
    width: 100%;
  }
  .Modular .probox .por {
    margin-top: 0.1rem;
    width: 100%;
    margin-left: 0;
  }
  .Modular .newlist .netam {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
    margin-left: 0;
  }
  .Modular .newlist .netam:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .Modular .newlist .netam {
    width: 90%;
    margin: 0 5% 0.4rem;
  }
  .Modular .newlist .netam:nth-child(2n) {
    margin: 0 5% 0.4rem;
  }
}

#c1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#c2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
}

.pupop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
}

.pupop .pon {
  position: absolute;
  z-index: 22;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem;
  text-align: center;
  min-width: 6rem;
}

.pupop .pon .txt {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.5;
  margin-bottom: 0.5rem;
}

.pupop .pon .btns {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.pupop .pon .btns .ctn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  color: #333;
  text-align: center;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  border: solid 1px #333;
  border-radius: 0.06rem;
  margin: 0 0.4rem;
  cursor: pointer;
}

@media (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

@media (max-width: 1920px) and (min-width: 768px) {
  html {
    font-size: calc(100vw / 1900 * 100);
  }
}

@media (max-width: 768px) {
  html {
    font-size: calc(768px / 1800 * 100);
  }
}

/* 动画特效 */
.teaser {
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s,box-shadow .3s;
}

.teaser.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lefter {
  opacity: 0;
  transform: translate3d(-35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.lefter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.righter {
  opacity: 0;
  transform: translate3d(35%, 35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.righter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.downer {
  opacity: 0;
  transform: translate3d(0, -35%, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.downer.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lter {
  opacity: 0;
  transform: translate3d(-35%, 0, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.lter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.rter {
  opacity: 0;
  transform: translate3d(35%, 0, 0);
  transition: opacity 1s ease-out 0.2s,transform 1s ease-out 0.2s;
}

.rter.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay2 {
  transition-delay: 0.2s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay6 {
  transition-delay: 0.6s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.75);
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #dcdcdc;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dcdcdc;
}

span .BMap_Marker > div > img {
  max-width: 100%;
}

.BMap_Marker > div > img {
  max-width: 100%;
}

footer .fmid .ful{
  display: inline-block;
} 

footer .fmid .fli .ful2 {
  margin-top: 0.2rem;
  text-align: left;
}

footer .fmid .fli .li2 a {
  font-size: calc(12px - 0.12rem + 0.14rem);
}

footer .fmid .fli .li2 a::after {
  display: none;
}

@media (max-width:1000px) {
  footer .fmid {
    /* display: none; */
  }

  footer .fmid .fli {
    /* width: 100%; */
    /* flex: none; */
  }
}

.fm-mob{
  display: none;
}

@media (min-width:1001px) {

}

.fm-mob {
  width: 100%;
  margin: 0.5rem 0;
}

.fm-mob .li1 {
  margin-top: 0.2rem;
}

.fm-mob .dt {
  position: relative;
}

.fm-mob .has-nav .dt:after {
  content: "+";
  display: inline-block;

  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 2.5;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  color: #fff;
}

.fm-mob .has-nav.on .dt:after {
  content: "-";
}

.fm-mob .a1 {
  color: #fff;
  font-size: calc(12px + 0.18rem);
  font-weight: bold;
  line-height: 2.5;
}

.fm-mob .ul2 {
  display: none;
}

.fm-mob .li2 {
  padding: 0 0.2rem;
}

.fm-mob .a2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: calc(12px + 0.1rem);

  line-height: 2;
}

.fm-mob .a2:hover {
  color: #fff;
}

.new-detail    .share {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin: 0.5rem 0;
}

.new-detail  .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.15rem;
  transition: all ease 0.3s;
  position: relative;
  top: 0;
}

.new-detail  .share a img {
  width: 100%;
  height: 100%;
  display: block;
}

.new-detail  .share a .cods {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  /* width: 1.4rem; */
  /* height: 1.4rem; */
  display: none;
}

.new-detail  .share a .cods img {
  width: auto;
  height: 1.5rem;
  max-width: none;
  display: block;
}


.new-detail  .share a:hover {
  transform: scale(1.1);
}

.new-detail  .share a:hover .cods {
  display: block;
}