@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;
}

.red {
  color: #ed0016;
}

body {
  font-size: 14px;
  overflow-x: hidden;
  max-width: 1920px;
}

html {
  height: 100%;
}

body {
  height: auto;
  position: relative;
  box-sizing: border-box;
}

footer.absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}

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

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

.w1640 {
  width: 16.4rem;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}

@media (max-width: 1660px) {
  .w1640 {
    width: 94%;
  }
}

header {
  width: 100%;
  padding: 0.1rem 0;
  border-bottom: solid 1px #e0e0e0;
}

header .logo {
  width: 1.64rem;
  height: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.12rem;
}

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

header .languages {
  width: calc(100% - 1.8rem);
  margin-left: 0.15rem;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  text-align: right;
  font-size: 0;
}

header .languages .lans {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}

header .languages .lans a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #b7b7b7;
}

header .languages .lans a span {
  display: inline-block;
  margin-left: 0.2rem;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #b7b7b7;
}

header .languages .lans:last-child a span {
  display: none;
}

header .languages .lans:hover a {
  color: #000;
  text-decoration: none;
}

header .languages .lans.on a {
  color: #000;
  text-decoration: none;
}

header nav {
  width: calc(100% - 1.8rem);
  width: 100%;
  margin-left: 0.15rem;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  text-align: right;
}

header nav .navem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header nav .navem > a {
  width: auto;
  display: block;
  color: #666;
  padding: 0 0.3rem;
  line-height: 0.6rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

header nav .navem .navTul {
  position: absolute;
  width: 100%;
  top: calc(0.7rem + 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}

header nav .navem .navTul .li-2 {
  width: 100%;
  line-height: 0.5rem;
  display: block;
  background: #fff;
  border-bottom: solid 1px #666;
}

header nav .navem .navTul .li-2 a {
  text-align: center;
  color: #666;
  display: block;
  width: 100%;
  line-height: 0.5rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

header .non {
  display: none;
}

header .non .black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  cursor: pointer;
}

header .non .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  display: none;
}

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

@media (max-width: 900px) {
  header {
    padding: 0.1rem 0 0.1rem;
  }
  header .non {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    margin-left: 0.15rem;
    text-align: right;
  }
  header .non .menu {
    display: inline-block;
    vertical-align: middle;
  }
  header nav {
    width: 4rem;
    position: fixed;
    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;
  }
  header nav .navem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    transform: translateX(0);
    top: 0;
    font-size: 20px;
    color: #666;
  }
  header nav .navem.has-nav.show:after {
    content: "-";
  }
  header nav .navem {
    display: block;
    width: 100%;
    padding: 0;
  }
  header nav .navem > a {
    line-height: 40px;
    padding-left: 0.25rem;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  header nav .navem .navTul {
    position: relative;
    width: 100%;
    top: -0.1rem;
    left: 0;
    transform: translateX(0);
  }
  header nav .navem .navTul .li-2 {
    background: none;
  }
  header nav .navem .navTul .li-2 a {
    text-align: left;
    padding-left: 0.4rem;
    line-height: 0.8rem;
  }
  header nav .navem.on {
    background: none;
  }
  header .languages {
    width: calc(100% - 2.5rem - 0.15rem);
    margin-right: 0.2rem;
  }
  header .languages .lans {
    margin: 0 0.04rem;
  }
  header .languages .lans a {
    font-size: 12px;
    line-height: 2.5;
  }
  header .languages .lans a span {
    margin-left: 0.05rem;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state nav .navem {
    text-align: left;
  }
  header.menu-state .non .black {
    display: block;
  }
}

.banner {
  width: 100%;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  position: relative;
}

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

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

.banner .swiper-slide .tox {
  width: calc((600 / 1920) * 100%);
  width: calc((750 / 1920) * 100%);
  position: absolute;
  z-index: 5;
  top: 50%;
  left: calc((150 / 1920) * 100%);
  left: 0;
  transform: translateY(-50%);
  padding: 0.2rem;
  padding-left: calc((150 / 1920) * 100%);
  background: rgba(119, 119, 119, 0.9);
  background: rgba(58, 56, 56, 0.6);
}

.banner .swiper-slide .tox .t1 {
  color: #fff;
  font-weight: 400;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.7;
}

.banner .swiper-slide .tox .t2 {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.7;
  margin: 0.2rem 0;
}

.banner .swiper-slide .tox .btnx {
  width: 100%;
  font-size: 0;
}

.banner .swiper-slide .tox .btnx a {
  display: inline-block;
  vertical-align: middle;
  border: solid 2px #fff;
  color: #fff;
  width: auto;
  padding: 0 0.4rem;
  font-weight: 400;
  line-height: 2.2;
  font-size: calc(12px - 0.12rem + 0.18rem);
  border: 2px solid #000;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  transition: all ease 0.3s;
}

.banner .swiper-slide .tox .btnx a:hover {
  border: 2px solid #fff;
  color: #000;
  background: rgba(255, 255, 255, 0.4);
}

.banner .btx {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.banner .btx img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .bl {
  left: 0;
}

.banner .br {
  right: 0;
}

.nban {
  width: 100%;
  margin-bottom: 0.3rem;
}

.nban .img {
  width: 100%;
}

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

@media (max-width: 900px) {
  .w1400 {
    width: 94%;
  }
  .banner .swiper-slide .tox {
    width: 60%;
  }
}

.introduce {
  width: 100%;
  padding: 0.4rem 0;
  background: #fff;
}

.introduce .int {
  width: 100%;
  color: #040404;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.7;
}

.introduce .int span {
  font-weight: 600;
  color: #040404;
  font-size: calc(12px - 0.12rem + 0.36rem);
  line-height: 1.7;
  margin-left: 0.1rem;
}

.introduce .iton {
  margin: 0.2rem 0;
  width: 100%;
  color: #040404;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
}

.introduce .iton p {
  color: #040404;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.contact {
  width: 100%;
  padding: 0.5rem 0;
  text-align: right;
}

.contact .w1640 {
  background: #7f7d7e;
}

.contact .col {
  width: calc((600 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4rem;
  text-align: left;
  padding: 0.2rem 0.6rem;
}

.contact .col .cit {
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.15rem;
}

.contact .col .cixlis {
  width: 100%;
}

.contact .col .cixlis .cli {
  width: 100%;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.7;
  margin: 0.05rem 0;
}

.contact .cor {
  width: calc((800 / 1400) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.contact .cor .img {
  width: 100%;
}

.contact .cor .img img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 900px) {
  .contact .col {
    width: 100%;
    padding: 0.3rem 0.1rem;
  }
  .contact .cor {
    width: 100%;
  }
  .contact .cor:last-child {
    display: none;
  }
}

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

.Cases .Caselis {
  width: 100%;
  font-size: 0;
}

.Cases .Caselis .casem {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: calc(4% / 3);
  margin-bottom: 0.2rem;
}

.Cases .Caselis .casem .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.Cases .Caselis .casem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.Cases .Caselis .casem .img a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.Cases .Caselis .casem .img img {
  transition: all ease 0.3s;
}

.Cases .Caselis .casem .img .tip {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  left: 0;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.5;
  font-weight: 400;
  padding: 0 0.2rem;
  background-color: rgba(54, 25, 25, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Cases .Caselis .casem .txt {
  width: 100%;
  font-size: 0;
  display: none;
}

.Cases .Caselis .casem .txt span {
  width: calc(100% - 0.25rem);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.5;
  padding-right: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Cases .Caselis .casem .txt a {
  display: inline-block;
  vertical-align: middle;
  width: 0.23rem;
  height: 0.28rem;
}

.Cases .Caselis .casem .txt a img {
  width: 100%;
  height: 100%;
  display: block;
}

.Cases .Caselis .casem:hover .img img {
  transform: scale(1.1);
}

.Cases .Caselis .casem:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .Cases .Caselis .casem {
    width: 48%;
    margin-right: 4%;
  }
  .Cases .Caselis .casem:nth-child(4n) {
    margin-right: 0;
  }
  .Cases .Caselis .casem:nth-child(2n) {
    margin-right: 0;
  }
}

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

.product .prolist {
  width: 100%;
  font-size: 0;
}

.product .prolist .proem {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
  border: 1px solid white;
  background: #e6e6e6;
  margin-bottom: 0.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.product .prolist .proem .img {
  width: 100%;
  overflow: hidden;
}

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

.product .prolist .proem .cont {
  padding: 0.1rem 0.15rem;
}

.product .prolist .proem .cont .pit {
  width: 100%;
  text-shadow: 0 1px 0 #fff;
  color: #414143;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product .prolist .proem .cont .btnx {
  width: 100%;
  font-size: 0;
}

.product .prolist .proem .cont .btnx a {
  display: inline-block;
  vertical-align: middle;
  background: #b7b7b5;
  width: auto;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2;
  transition: all ease 0.3s;
  padding: 0 0.4rem;
}

.product .prolist .proem .cont .btnx a:hover {
  background: #949599;
}

.product .prolist .proem .cont .btnx a + a {
  margin-left: 0.2rem;
}

.product .prolist .proem:hover .img img {
  transform: scale(1.1);
}

.product .prolist .proem:nth-child(4n) {
  margin-right: 0;
}

.product .check {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0.3rem;
}

.product .check .more {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  padding: 0 0.5rem;
  line-height: 2.5;
  height: 2.5em;
  color: #fff;
  background: #f0761e;
  cursor: pointer;
  transition: all ease 0.3s;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.product .check .more:hover {
  background: #e75d04;
}

@media (max-width: 768px) {
  .product .prolist {
    width: 100%;
  }
  .product .prolist .proem {
    width: 48%;
    margin-right: 4%;
  }
  .product .prolist .proem .cont .btnx a {
    width: 45%;
    padding: 0;
    text-align: center;
  }
  .product .prolist .proem .cont .btnx a + a {
    margin-left: 5%;
  }
  .product .prolist .proem:nth-child(4n) {
    margin-right: 0;
  }
  .product .prolist .proem:nth-child(2n) {
    margin-right: 0;
  }
}

.paget {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
  text-align: center;
}

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

.paget .page a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #414143;
}

.paget .page.on a {
  background: #949599;
  color: #fff;
  border-radius: 5px;
}

.pro-detail {
  width: 100%;
  padding: 0.5rem 0;
}

.pro-detail .prodon {
  width: 100%;
  height: 4.6rem;
  overflow: hidden;
  position: relative;
}

.pro-detail .prodon .prodem {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  transition: all ease 0.3s;
}

.pro-detail .prodon .prodem .protit {
  width: 0.5rem;
  padding: 0.15rem 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background-color: #cacac8;
  border-right: solid 1px #fff;
  cursor: pointer;
}

.pro-detail .prodon .prodem .protit span {
    width: 1em;
    display: inline-block;
    height: 100%;
    font-size: calc(12px - 0.12rem + 0.16rem);
    line-height: 1.5;
    color: #414143;
    position: absolute;
    width: 4.6rem;
    height: 0.5rem;
    padding: 0 0.2rem;
    line-height: 0.5rem;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    left: 0;
    top: 0;
    text-align: right;
    z-index: 20;
}

.pro-detail .prodon .prodem .procon {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.5rem);
  background: #e6e6e6;
}

.pro-detail .prodon .prodem .procon .pconlis {
  width: 60%;
  width: 100%;
  margin: 0.3rem auto;
  padding: 0 0.3rem;
  font-size: 0;
}

.pro-detail .prodon .prodem .procon .pconlis .pcoem {
  display: inline-block;
  vertical-align: top;
  width: 2.2rem;
  max-width: 2.2rem !important;
  margin-right: 0.2rem;
}

.pro-detail .prodon .prodem .procon .pconlis .pcoem .img {
  width: 100%;
  overflow: hidden;
  border: solid 1px #fff;
  margin-bottom: 0.05rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.pro-detail .prodon .prodem .procon .pconlis .pcoem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.pro-detail .prodon .prodem .procon .pconlis .pcoem .name {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-detail .prodon .prodem .procon .pconlis .pcoem .num {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.14rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-detail .prodon .prodem .procon .pconlis .pcoem:hover .img img {
  transform: scale(1.1);
}

.pro-detail .prodon .prodem .procon .pconlis .pcoem:nth-child(4n) {
  margin-right: 0;
}

.pro-detail .prodon .prodem .procon .ptxtlis {
  width: 6rem;
  height: 100%;
  padding: 0.2rem 0.3rem;
}

.pro-detail .prodon .prodem .procon .ptxtlis .pli {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #CACAC8;
  padding: 0.1rem 0;
}

.pro-detail .prodon .prodem .procon .ptxtlis .pli .pname {
  width: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  text-shadow: 0 1px 0 #fffeff;
  font-weight: 700;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.pro-detail .prodon .prodem .procon .ptxtlis .pli .pct {
  width: calc(100% - 1.2rem);
  display: inline-block;
  vertical-align: middle;
  color: #5d5d61;
  line-height: 1.5;
  text-shadow: 0 1px 0 #fffeff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.pro-detail .prodon.state_0 .prodem.p1 {
  left: 0;
}

.pro-detail .prodon.state_0 .prodem.p2 {
  left: calc(100% - 0.5rem);
}

.pro-detail .prodon.state_1 .prodem.p1 {
  left: 0;
}

.pro-detail .prodon.state_1 .prodem.p2 {
  left: 0.5rem;
  z-index: 6;
}

@media (max-width: 768px) {
  .pro-detail .prodon {
    width: 100%;
    height: auto;
  }
  .pro-detail .prodon .prodem {
    position: relative;
  }
  .pro-detail .prodon .prodem .protit {
    width: 100%;
    border-right: none;
  }
  .pro-detail .prodon .prodem .protit span {
    width: 100%;
    margin: 0;
  }
  .pro-detail .prodon .prodem .procon {
    width: 100%;
    display: none;
  }
  .pro-detail .prodon .prodem .procon .ptxtlis {
    width: 100%;
  }
  .pro-detail .prodon .prodem + .prodem {
    border-top: solid 1px #fff;
  }
  .pro-detail .prodon.state_0 .prodem.p1 {
    left: 0;
  }
  .pro-detail .prodon.state_0 .prodem.p2 {
    left: 0;
  }
  .pro-detail .prodon.state_1 .prodem.p1 {
    left: 0;
  }
  .pro-detail .prodon.state_1 .prodem.p2 {
    left: 0;
  }
}

.pro-class {
  width: 100%;
  padding: 0.3rem 0;
}

.pro-class .pro-top {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.15rem;
}

.pro-class .pro-top .name {
  display: inline-block;
  color: #414143;
  font-size: calc(12px - 0.12rem + 0.3rem);
  line-height: 1.5;
}

.pro-class .pro-top .number {
  display: inline-block;
  color: #949599;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  margin: 0 0.2rem;
}

.pro-class .pro-top .norms {
  display: inline-block;
}

.pro-class .pro-top .norms a {
  color: #f37524;
  font-size: calc(12px - 0.12rem + 0.2rem);
  line-height: 2;
  font-weight: 700;
  position: relative;
}

.pro-class .pro-top .norms a:after {
  content: ' ';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent transparent #f37524;
}

.pro-class .pro-bot {
  width: 100%;
  font-size: 0;
  background-color: #e6e6e6;
}

.pro-class .pro-bot .prl {
  display: inline-block;
  vertical-align: top;
  width: 9rem;
}

.pro-class .pro-bot .prl .colors {
  width: 100%;
  display: none;
}

.pro-class .pro-bot .prl .colors .prclasem {
  width: 100%;
  display: none;
  font-size: 0;
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem {
  width: 100%;
  display: none;
  position: relative;
  height: 5.8rem;
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem img {
  width: 100%;
  height: 100%;
  display: block;
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem .tip {
  width: 100%;
  font-size: 0;
  text-align: right;
  background: #414143;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem .tip a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem .tip span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  cursor: pointer;
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem .tip .norm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-right: 0.2rem;
  cursor: pointer;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #f37524;
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem .tip .norm:after {
  content: ' ';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent transparent #f37524;
}

.pro-class .pro-bot .prl .colors .prclasem .rclasem.on {
  display: block;
}

.pro-class .pro-bot .prl .colors .prclasem.on {
  width: 100%;
  display: block;
}

.pro-class .pro-bot .prl .scenes {
  width: 100%;
  display: none;
  font-size: 0;
}

.pro-class .pro-bot .prl .scenes .sctem {
  width: 100%;
  display: none;
  height: 5.8rem;
  position: relative;
}

.pro-class .pro-bot .prl .scenes .sctem img {
  width: 100%;
  height: 100%;
  display: block;
}

.pro-class .pro-bot .prl .scenes .sctem .tip {
  width: 100%;
  font-size: 0;
  text-align: right;
  background: #414143;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.pro-class .pro-bot .prl .scenes .sctem .tip a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.pro-class .pro-bot .prl .scenes .sctem .tip span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  line-height: 0.6rem;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  margin-right: 0.2rem;
  cursor: pointer;
}

.pro-class .pro-bot .prl .scenes .sctem.on {
  display: block;
}

.pro-class .pro-bot .prl .colors.on, .pro-class .pro-bot .prl .scenes.on {
  display: block;
}

.pro-class .pro-bot .prr {
  width: calc(100% - 9rem);
  display: inline-block;
  vertical-align: top;
}

.pro-class .pro-bot .prr .tabs {
  width: 100%;
  font-size: 0;
}

.pro-class .pro-bot .prr .tabs .tabem {
  display: inline-block;
  vertical-align: middle;
  width: 33.3%;
  text-align: center;
  color: #414143;
  text-shadow: 0 1px 0 #fffeff;
  background-color: #CACAC8;
  line-height: 2.5;
  cursor: pointer;
  font-size: calc(12px - 0.12rem + 0.14rem);
}

.pro-class .pro-bot .prr .tabs .tabem.on {
  color: #f37524;
  background-color: #E6E6E6;
}

.pro-class .pro-bot .prr .tab-con {
  width: 100%;
}

.pro-class .pro-bot .prr .tab-con .tabom {
  width: 100%;
  display: none;
  font-size: 0;
  padding: 0.26rem;
}

.pro-class .pro-bot .prr .tab-con .tabom .pocemlis {
  width: 100%;
}

.pro-class .pro-bot .prr .tab-con .tabom .pocemlis .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  margin-top: 0.16rem;
}

.pro-class .pro-bot .prr .tab-con .tabom .pocemlis .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  background: #949599;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  width: 30%;
  margin-right: calc((100% - 30% * 3) / 2);
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem .img {
  width: 100%;
  overflow: hidden;
  border: 3px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem .name {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  padding: 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem .num {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  padding: 0 3px;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem:nth-child(3n) {
  margin-right: 0;
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem:hover .img img {
  transform: scale(1.1);
}

.pro-class .pro-bot .prr .tab-con .tabom .pcoem.on .img {
  border: 3px solid #949599;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoemlis {
  width: 100%;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoemlis .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  margin-top: 0.16rem;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoemlis .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  background: #949599;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  width: 30%;
  margin-right: calc((100% - 30% * 3) / 2);
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem .img {
  width: 100%;
  overflow: hidden;
  border: 3px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem .name {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  padding: 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem .num {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  padding: 0 3px;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem:nth-child(3n) {
  margin-right: 0;
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem:hover .img img {
  transform: scale(1.1);
}

.pro-class .pro-bot .prr .tab-con .tabom .phoem.on .img {
  border: 3px solid #949599;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon {
  width: 100%;
  font-size: 0;
  display: none;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .swiper-pagination {
  width: auto;
  position: relative;
  bottom: 0;
  margin-top: 0.16rem;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  background: #949599;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem {
  display: inline-block;
  vertical-align: top;
  width: 1.4rem;
  width: 30%;
  margin-right: calc((100% - 30% * 3) / 2);
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem .img {
  width: 100%;
  overflow: hidden;
  border: 3px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem .name {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  padding: 0 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem .num {
  width: 100%;
  color: #414143;
  line-height: 1.5;
  padding: 0 3px;
  text-shadow: 0 1px 0 white;
  font-size: calc(12px - 0.12rem + 0.16rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem:nth-child(3n) {
  margin-right: 0;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem:hover .img img {
  transform: scale(1.1);
}

.pro-class .pro-bot .prr .tab-con .tabom .classon .clasem.on .img {
  border: 3px solid #949599;
}

.pro-class .pro-bot .prr .tab-con .tabom .classon.on {
  display: block;
}

.pro-class .pro-bot .prr .tab-con .tabom .pages {
  width: 100%;
  margin-top: 0.1rem;
  font-size: 0;
  text-align: center;
}

.pro-class .pro-bot .prr .tab-con .tabom .pages .page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}

.pro-class .pro-bot .prr .tab-con .tabom .pages .page a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  background: #949599;
  font-size: calc(12px - 0.12rem + 0.12rem);
}

.pro-class .pro-bot .prr .tab-con .tabom .pages .page:first-child a {
  position: relative;
}

.pro-class .pro-bot .prr .tab-con .tabom .pages .page:first-child a span {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent #fff transparent transparent;
  top: 50%;
  left: calc(50% - 2.5px);
  transform: translate(-50%, -50%);
}

.pro-class .pro-bot .prr .tab-con .tabom .pages .page:last-child a {
  position: relative;
}

.pro-class .pro-bot .prr .tab-con .tabom .pages .page:last-child a span {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%);
}

.pro-class .pro-bot .prr .tab-con .tabom.on {
  display: block;
}

@media (max-width: 900px) {
  .pro-class .pro-bot {
    width: 100%;
  }
  .pro-class .pro-bot .prl {
    width: 100%;
  }
  .pro-class .pro-bot .prr {
    width: 100%;
  }
  .pro-class .pro-bot .prr .tab-con .tabom .pages .page a {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
}

footer {
  width: 100%;
  font-size: 0;
  background: #7a7a7a;
}

footer .flogo {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.2rem;
}

footer .flogo a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

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

footer .flist {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0.15rem 0;
  text-align: center;
}

footer .flist .fli {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3rem 0.14rem;
}

footer .flist .fli a {
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
}

footer .flist .fli a:hover {
  color: #fff;
}

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

footer .fl {
  width: calc((700 / 1920) * 100%);
  display: inline-block;
  vertical-align: middle;
  background: #424242;
  padding: 0.5rem 0;
  padding-right: 0.3rem;
  padding-left: calc((140 / 1920) * 100%);
}

footer .fr {
  width: calc((1220 / 1920) * 100%);
  display: inline-block;
  vertical-align: middle;
  background: #7a7a7a;
  padding: 0.5rem 0;
  padding-left: 0.5rem;
  padding-right: calc((140 / 1920) * 100%);
}

@media (max-width: 900px) {
  footer .fl {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  footer .fr {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
}

.pupop {
  width: 100%;
  position: fixed;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.pupop .pox {
  width: 7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pupop .pox .swiper-slide {
  width: 100%;
}

.pupop .pox .swiper-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 700px;
}

.pupop .pox .swiper-slide .txt {
  width: 100%;
  font-size: 0;
  background: #414143;
  padding: 0 0.2rem;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pupop .pox .swiper-slide .txt a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.12rem);
  font-size: 12px;
}

.pupop .pox .swiper-slide .txt span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  line-height: 2.5;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.12rem);
  font-size: 12px;
  margin-right: 0.2rem;
  cursor: pointer;
}

.pupop .pox .close {
  position: absolute;
  right: -0.6rem;
  top: -0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

.pupop .pox .close img {
  width: 100%;
  height: 100%;
  display: block;
}

.pupop .pox .btx {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.pupop .pox .btx img {
  width: 100%;
  height: 100%;
  display: block;
}

.pupop .pox .bl {
  left: -0.8rem;
}

.pupop .pox .br {
  right: -0.8rem;
}

.pupop.show {
  display: block;
}

@media (max-width: 768px) {
  .pupop .pox {
    width: 90%;
  }
  .pupop .pox .bl {
    left: -0.2rem;
  }
  .pupop .pox .br {
    right: -0.2rem;
  }
  .pupop .pox .close {
    right: 0rem;
    top: -0.6rem;
  }
}

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

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

@media (max-width: 768px) {
  html {
    font-size: calc(768px /1500 * 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;
}
