.w1760 {
  width: 17.6rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1780px) {
  .w1760 {
    width: 94%;
  }
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1460px) {
  .w1440 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
}

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

header nav {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: calc(100% - 2rem - 1.2rem - 1rem);
  font-size: 0;
}

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

header nav .natem .nas {
  width: auto;
  display: inline-block;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 1rem;
  color: #202027;
  padding: 0 0.3rem;
}

header nav .natem .navul {
  width: 2rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
  display: none;
}

header nav .natem .navul ul {
  width: 100%;
}

header nav .natem .navul ul li {
  width: 100%;
}

header nav .natem .navul ul li a {
  width: 100%;
  display: block;
  line-height: 3;
  /*line-height: 1.5;*/
  color: #333;
  text-align: center;
  /*text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/
  padding: 0rem 0.2rem;
  background: #fff;
}

header nav .natem .navul ul li:hover a {
  background: #d00412;
  color: #fff;
}

header nav .natem.on .nas a {
  color: #d00412;
}

header .mid {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  display: none;
  text-align: right;
}

header .mid .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
}

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

header .search {
  width: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0.3rem;
}

header .search .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}

header .search .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header .languages {
  width: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .languages .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
}

header .languages .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header .languages .lauges {
  width: calc(100% - 0.23rem);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .languages .lauges .lashow {
  width: 100%;
  color: #222;
  line-height: 2;
  position: relative;
  cursor: pointer;
  padding: 0 0.1rem;
}

header .languages .lauges .lashow:after {
  content: " ";
  position: absolute;
  z-index: 3;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.05rem;
  background-image: url("../images/x.png");
  background-position: center;
  background-size: 100% 100%;
}

header .languages .lauges .language {
  position: absolute;
  z-index: 10;
  top: 0.6rem;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

header .languages .lauges .language .latem {
  width: 100%;
}

header .languages .lauges .language .latem a {
  width: 100%;
  display: block;
  padding: 0 0.2rem;
  line-height: 2;
  background: #fff;
  color: #d00412;
}

header .languages .lauges .language .latem:hover a {
  color: #fff;
  background: #d00412;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1111;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
}

header .sear .input {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  background: #f6f6f6;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

header .sear .submxt {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #d00412;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

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

@media (max-width: 900px) {
  header {
    padding: 0.2rem 0;
    z-index: 30;
  }
  header nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 100;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .natem .nas a {
    color: #333;
    line-height: 3.5;
  }
  header nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: none;
  }
  header nav .natem .navul ul li {
    width: 100%;
  }
  header nav .natem .navul ul li a {
    color: #333;
    padding: 0 0.3rem;
    text-align: left;
    background: #fff;
  }
  header nav .natem.on:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.1rem;
    font-size: 20px;
    color: #333;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .mid {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 2rem - 1.2rem - 1rem);
    font-size: 0;
    padding-right: 0.24rem;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

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

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

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

.banner .swiper-slide .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.banner .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 42%;
  transition: all ease 0.3s;
}

.banner .swiper-slide .sox {
  position: absolute;
  left: 50%;
  z-index: 10;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
}

.banner .swiper-slide .sox .siv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.banner .swiper-slide .sox .line {
  width: 100%;
  font-size: 0;
}

.banner .swiper-slide .sox .line span {
  display: inline-block;
  width: 0.5rem;
  height: 3px;
  background: #fff;
}

.banner .swiper-slide .sox .niv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.banner .stn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}

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

.banner .stn img:first-child {
  display: block;
}

.banner .stn img:last-child {
  display: none;
}

.banner .stn:hover img:first-child {
  display: none;
}

.banner .stn:hover img:last-child {
  display: block;
}

.banner .bl {
  left: 4%;
}

.banner .br {
  right: 4%;
}

.banner .swiper-pagination {
  bottom: 0.4rem;
}

.banner .swiper-pagination-bullet {
  width: 1rem;
  height: 0.03rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0;
  transition: all ease 0.4s;
}

.banner .swiper-pagination-bullet-active {
  background-color: #d00412;
}

@media (max-width: 900px) {
  .banner {
    padding-top: 1rem;
  }
}

.modular .mitop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
}

.modular .mitop .en {
  width: 100%;
  color: #222;
  line-height: 1.5;
  display: none;
  margin-bottom: 0.1rem;
}

.modular .mitop .cn {
  width: 100%;
  color: #222;
  line-height: 1.5;
}
.modular .mitop .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modular .mitop .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  opacity: 0.6;
  transition: all ease 0.3s;
}

.modular .mitop .more a b {
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.13rem;
  margin-left: 0.08rem;
  position: relative;
  top: -0.025rem;
}

.modular .mitop .more a b img {
  width: 100%;
  display: block;
}

.modular .mitop .more a:hover {
  opacity: 1;
}

.modular .mores {
  width: 100%;
  font-size: 0;
  padding: 0.4rem 0 0.1rem;
  text-align: center;
}

.modular .mores a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.4rem;
  background: #db0b0b;
}

.modular .mores a b {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0.07rem;
  height: 0.13rem;
  position: relative;
  top: -0.02rem;
}

.modular .mores a b img {
  width: 100%;
  display: block;
}

.modular .mores.gary a {
  background: transparent;
  border: solid 1px #dddddd;
  color: #555;
}

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

.newpro .newpiper {
  width: 100%;
}

.newpro .newpiper .swiper-container {
  padding-bottom: 0.6rem;
}

.newpro .newpiper .swiper-pagination {
  bottom: 0.1rem;
}

.newpro .newpiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.03rem;
  background-color: #999999;
  opacity: 1;
  border-radius: 0;
  transition: all ease 0.4s;
}

.newpro .newpiper .swiper-pagination-bullet-active {
  background-color: #d00412;
}

.newpro .newpiper .cy {
  display: inline-block;
  vertical-align: middle;
  width: calc((466 / 1440) * 100%);
  margin-right: calc((20 / 1440 ) * 100%);
  transition: all ease 0.3s;
  box-shadow: 0px 23px 27px 0px rgba(209, 209, 209, 0.3);
}

.newpro .newpiper .cy a {
  width: 100%;
  height: 100%;
  display: block;
}

.newpro .newpiper .cy .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.newpro .newpiper .cy .imgs .img {
  width: 100%;
  padding-top: 85%;
  transition: all ease 0.3s;
}

.newpro .newpiper .cy .nom {
  width: 100%;
  background: #f9f9f9;
  padding: 0.3rem;
}

.newpro .newpiper .cy .nom .ns {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.newpro .newpiper .cy .nom .niv {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

/*.newpro .newpiper .cy:hover {
  box-shadow: 0px 23px 27px 0px rgba(209, 209, 209, 0.3);
}*/

/*.newpro .newpiper .cy:hover .imgs .img {
  transform: scale(1.1);
}*/

.newpro .newpiper .cy:hover .nom {
  background: #fff;
}

.newpro .newpiper .cy:hover .nom .ns {
  color: #d00412;
}

.newpro .newpiper .cy:hover .nom .niv {
  color: #d00412;
}

.newpro .newpiper .cy:nth-child(3n) {
  margin-right: 0;
}

.newpro.case {
  background: #fff;
}

.newpro.case .newpiper .cy .nom {
  background: #fff;
  border: solid 1px #eee;
}

@media (max-width: 768px) {
  .newpro .newpiper .cy {
    width: 49%;
    margin-right: 2%;
  }
  .newpro .newpiper .cy:nth-child(3n) {
    margin-right: 2%;
  }
  .newpro .newpiper .cy:nth-child(2n) {
    margin-right: 0%;
  }
  .newpro {
    display: none;
  }
}

.procate {
  width: 100%;
  padding: 0.5rem 0;
  background: #fff;
}

.procate .category {
  width: 100%;
  font-size: 0;
}

.procate .category .catem {
  width: calc((479 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  /*margin-right: calc((1 / 1440) * 100%);*/
  margin-bottom: 1px;
}

.procate .category .catem .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.procate .category .catem .imgs .img {
  width: 100%;
  padding-top: 85%;
  transition: all ease 0.3s;
}

.procate .category .catem .nom {
  width: 100%;
  background: #fff;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #eee;
}

.procate .category .catem .nom .rv {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  line-height: 2.5;
  opacity: 0.6;
  transition: all ease 0.3s;
  color: #333;
}

.procate .category .catem .nom .rv b {
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.13rem;
  margin-left: 0.08rem;
  position: relative;
  top: -0.025rem;
}

.procate .category .catem .nom .rv b img {
  width: 100%;
  display: block;
}

.procate .category .catem .nom .rv b img:first-child {
  display: block;
}

.procate .category .catem .nom .rv b img:last-child {
  display: none;
}

.procate .category .catem .nom .cs {
  color: #222;
  line-height: 1.5;
  max-width: 60%;
}

.procate .category .catem:nth-child(3n) {
  margin-right: 0;
}
.procate .category .catem:nth-child(3n+2) .nom{
  border-left: none;
}
.procate .category .catem:nth-child(3n+3) .nom{
  border-left: none;
}

.procate .category .catem .imgs .img:hover {
  transform: scale(1.1);
}

.procate .category .catem .nom .rv:hover {
  /*background: #db0b0b;*/
  /*color: #333;*/
  opacity: 1;
}

.procate .category .catem .nom .cs:hover {
  color: #db0b0b;
}

/*.procate .category .catem:hover .nom .rv b img:first-child {
  display: none;
}

.procate .category .catem:hover .nom .rv b img:last-child {
  display: block;
}*/

@media (max-width: 768px) {
  .procate .category .catem {
    width: 50%;
    margin-right: 0;
  }
  .procate .category .catem .nom {
    padding: 0.2rem 0.2rem;
    flex-wrap: wrap;
    border: solid 1px #eee !important;
  }
  .procate .category .catem .nom .cs {
    width: 100%;
    max-width: 100%;
    padding: 0 0.2rem;
    line-height: 1.5;
    margin-bottom: 0.16rem;
  }
  .procate .category .catem .nom .rv {
    width: auto;
    font-size: 12px !important;
    max-width: 100%;
    text-align: left;
    border-radius: 1.25em;
  }
}

.news {
  width: 100%;
  background: #f7f7f7;
  padding: 0.5rem 0;
}

.news .newem {
  width: 100%;
  font-size: 0;
}

.news .newem .nel {
  display: inline-block;
  vertical-align: middle;
  width: calc((466 / 1440) * 100%);
  margin-right: calc(( 20 / 1440 ) * 100%);
}

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

.news .newem .nel .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.news .newem .nel .imgs .img {
  width: 100%;
  padding-top: 64%;
  transition: all ease 0.3s;
}

.news .newem .nel .nvm {
  width: 100%;
  background: #fff;
  padding: 0.3rem;
  min-height: 2.4rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.news .newem .nel .nvm .st {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.news .newem .nel .nvm .rs {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.news .newem .nel .nvm .rx {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0 0.2rem;
}

.news .newem .nel .nvm .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.news .newem .nel .nvm .time b {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.news .newem .nel .nvm .time b img {
  width: 100%;
  display: block;
}

/*.news .newem .nel:hover .imgs .img {
  transform: scale(1.1);
}*/

.news .newem .nel:hover .nvm .rs {
  color: #db0b0b;
}

.news .newem .ner {
  display: inline-block;
  vertical-align: middle;
  /*background: #f7f7f7;*/
  width: calc((953 / 1440) * 100%);
  height: 5.4rem;
}

.news .newem .ner .neram {
  width: 100%;
  font-size: 0;
  padding: 0.34rem 0.3rem;
}

.news .newem .ner .neram .num {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 0.6rem;
  color: #666;
}

.news .newem .ner .neram .men {
  width: calc(100% - 2.01rem);
  padding-left: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

.news .newem .ner .neram .men .mt {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}

.news .newem .ner .neram .men .ms {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.news .newem .ner .neram .timx {
  width: 1.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.news .newem .ner .neram:hover .men .mt {
  color: #db0b0b;
}

.news .newem .ner .neram + .neram {
  border-top: solid 1px #fff;
}

@media (max-width: 1420px) {
  .news {
    display: none;
  }
  .news .newem .ner {
    height: 6.2rem;
  }
}

.abouts {
  width: 100%;
}

.abouts .abotm {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.abouts .abotm .abr {
  width: calc((720 / 1440) * 100%);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background-color: rgba(52, 52, 52, 0.8);
  padding: 1.2rem 1rem;
}

.abouts .abotm .abr .ait {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.abouts .abotm .abr .sit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.abouts .abotm .abr .pens {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  color: #fff;
  margin: 0.3rem 0;
}

.abouts .abotm .abr .pens p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.8;
  color: #fff;
}

.abouts .abotm .abr .mores {
  width: 100%;
  font-size: 0;
  padding: 0.4rem 0 0.1rem;
  text-align: left;
}

.abouts .abotm .abr .mores a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  /*padding: 0 0.4rem;*/
  background: transparent;
  /*border: solid 1px #fff;*/
}

.abouts .abotm .abr .mores a b {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0.07rem;
  height: 0.13rem;
  position: relative;
  top: -0.02rem;
}

.abouts .abotm .abr .mores a b img {
  width: 100%;
  display: block;
}


@media (max-width: 768px) {
  .abouts {
    display: none;
  }
  .abouts .abotm .abr {
    width: 100%;
    padding: 0.5rem;
  }
}

footer {
  width: 100%;
  padding-top: 0.5rem;
  background: #fafafa;
}

footer .ftop {
  width: 100%;
  margin-bottom: 0.36rem;
}

footer .ftop .fogo {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
}

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

footer .fmid {
  width: 100%;
  font-size: 0;
  padding-bottom: 0.5rem;
}

footer .fmid .fit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

footer .fmid .fml {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 1440) * 100%);
  padding-right: 0.3rem;
}

footer .fmid .fml .ful {
  width: 100%;
}

footer .fmid .fml .ful a {
  display: block;
  width: auto;
  color: #555;
  line-height: 1.5;
  margin: 0.06rem 0;
}

footer .fmid .fml .ful a:hover {
  color: #db0b0b;
}

footer .fmid .fms {
  width: calc((480 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .fmid .fms .mul {
  width: 100%;
}

footer .fmid .fms .mul .mli {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin: 0.06rem 0;
}

footer .fmid .fms .share {
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0;
}

footer .fmid .fms .share a {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}

footer .fmid .fms .share a .mode {
  position: absolute;
  z-index: -1;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  opacity: 0;
}

footer .fmid .fms .share a .mode img {
  width: 100%;
  display: block;
}

footer .fmid .fms .share a:hover .mode {
  opacity: 1;
  z-index: 3;
}

footer .fmid .fmr {
  display: inline-block;
  vertical-align: top;
  width: calc(( 519/ 1440) * 100%);
  padding-left: 0.3rem;
  text-align: right;
}

footer .fmid .fmr .fit {
  width: 100%;
  max-width: 4rem;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

footer .fmid .fmr .fome {
  width: 100%;
  max-width: 4rem;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

footer .fmid .fmr .inpux {
  width: 100%;
  margin-bottom: 0.16rem;
}

footer .fmid .fmr .inpux input {
  width: 100%;
  display: block;
  color: #666;
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.1rem;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ddd;
}

footer .fmid .fmr .textarex {
  width: 100%;
}

footer .fmid .fmr .textarex textarea {
  width: 100%;
  display: block;
  color: #666;
  line-height: 1.5;
  padding: 0.1rem 0.1rem;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #ddd;
}

footer .fmid .fmr .sub {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

footer .fmid .fmr .sub input {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ddd;
  line-height: 2.5;
  width: auto;
  color: #555;
  padding: 0 0.3rem;
  cursor: pointer;
  height: 2.5em;
  background: transparent;
}
footer .fmid .fmr .sub input:hover{
  background-color: #d00412;
  border: solid 1px #d00412;
  color: #fff;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px #eee;
}

footer .fbot .fbt {
  width: 100%;
  color: #666;
  line-height: 1.5;
  padding: 0.2rem 0;
}

@media (max-width: 768px) {
  footer .fmid {
    width: 100%;
  }
  footer .fmid .fml {
    width: 100%;
    margin-bottom: 0.26rem;
  }
  footer .fmid .fml .ful {
    width: 100%;
    font-size: 0;
  }
  footer .fmid .fml .ful a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.16rem;
    margin-bottom: 0.1rem;
  }
  footer .fmid .fms {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .fmid .fms .share {
    text-align: right;
    padding-right: 0.5rem;
  }
  footer .fmid .fms .share a {
    width: 0.4rem;
    height: 0.4rem;
  }
  footer .fmid .fms .share a .mode {
    width: 1.5rem;
    height: 1.5rem;
  }
  footer .fmid .fmr {
    width: 100%;
    text-align: left;
    max-width: 100%;
    padding-left: 0;
  }
  footer .fmid .fmr .fit {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  footer .fmid .fmr .fome {
    width: 100%;
    max-width: 100%;
  }
}

.nanner {
  width: 100%;
  position: relative;
  margin-top: 1rem;
}

.nanner .img {
  width: 100%;
  display: block;
}

.nanner .img img {
  width: 100%;
  display: block;
}

.nanner .nox {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: calc((240 / 1920) * 100%);
}

.nanner .nox .en {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.nanner .nox .cn {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 1460px) {
  .nanner .nox {
    left: 3%;
  }
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #f7f7f7;
  color: #666;
  margin: 0 0.05rem;
}

.pages .page img {
  width: 100%;
  display: block;
}

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

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

.pages .page.on {
  background: #d00412;
  color: #fff;
}

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

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

.pages .page:hover {
  background: #d00412;
  color: #fff;
}

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

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

@media (max-width: 768px) {
  .pages .page {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}

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

.cases .catop {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.4rem;
}

.cases .catop .serm {
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ededed;
  position: relative;
}

.cases .catop .serm .inp {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 2.8;
  height: 2.8em;
  padding: 0 0.5rem 0 0.16rem;
  background: #fff;
  border: none;
  color: #555;
}

.cases .catop .serm .sut {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.16rem;
  cursor: pointer;
  background-image: url("../images/ssr.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
}

.cases .caselis {
  width: 100%;
  font-size: 0;
}

.cases .caselis .cavem {
  display: inline-block;
  vertical-align: middle;
  width: calc((466 / 1440) * 100%);
  margin-right: calc((20 / 1440 ) * 100%);
  transition: all ease 0.3s;
  margin-bottom: 0.4rem;
}

.cases .caselis .cavem a {
  width: 100%;
  height: 100%;
  display: block;
}

.cases .caselis .cavem .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.cases .caselis .cavem .imgs .img {
  width: 100%;
  padding-top: 77%;
  transition: all ease 0.3s;
}

.cases .caselis .cavem .nom {
  width: 100%;
  background: #f9f9f9;
  padding: 0.3rem;
}

.cases .caselis .cavem .nom .ns {
  width: 100%;
  color: 555;
  line-height: 1.5;
}

.cases .caselis .cavem .nom .niv {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.cases .caselis .cavem:hover {
  box-shadow: 0px 23px 27px 0px rgba(209, 209, 209, 0.3);
}

.cases .caselis .cavem:hover .imgs .img {
  transform: scale(1.1);
}

.cases .caselis .cavem:hover .nom {
  background: #fff;
}

.cases .caselis .cavem:hover .nom .ns {
  color: #d00412;
}

.cases .caselis .cavem:hover .nom .niv {
  color: #d00412;
}

.cases .caselis .cavem:nth-child(3n) {
  margin-right: 0;
}

.details {
  width: 100%;
  padding: 0.3rem 0;
}

.details .crumbs {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0;
}

.details .crumbs .crl {
  font-size: 0;
  width: auto;
}

.details .crumbs .crl .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.details .crumbs .crl .home img {
  width: 100%;
  display: block;
}

.details .crumbs .crl .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  line-height: 3.5;
  margin-right: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 2.4rem;
}

.details .crumbs .crl .nts span {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5;
  margin-left: 0.12rem;
  width: 0.06rem;
  height: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.details .crumbs .crl .nts span img {
  width: 100%;
  display: block;
}

.details .crumbs .crl .nts:last-child span {
  display: none;
}

.details .crumbs .crr {
  width: auto;
  text-align: center;
}

.details .crumbs .crr a {
  width: 100%;
  height: 100%;
  display: block;
}

.details .crumbs .crr .im {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.1rem;
}

.details .crumbs .crr .im img {
  width: 100%;
  display: block;
}

.details .crumbs .crr .ix {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

.details .detail {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.details .detail .del {
  width: calc((900 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((138 / 1440) * 100%);
}

.details .detail .del .name {
  width: 100%;
  color: #333;
  line-height: 1.4;
}

.details .detail .del .share {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0;
}

.details .detail .del .share .shl {
  width: auto;
  font-size: 0;
}

.details .detail .del .share .shl span {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  line-height: 1.5;
  margin-right: 0.2rem;
}

.details .detail .del .share .shl i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.details .detail .del .share .shl i img {
  width: 100%;
  display: block;
}

.details .detail .del .share .shr {
  width: auto;
  font-size: 0;
}

.details .detail .del .share .shr span {
  display: inline-block;
  vertical-align: middle;
  color: #777;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.details .detail .del .share .shr a {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 0.26rem;
  margin: 0 0.06rem;
}

.details .detail .del .share .shr a img {
  width: 100%;
  display: block;
}

.details .detail .del .share .shr a img:first-child {
  display: block;
}

.details .detail .del .share .shr a img:last-child {
  display: none;
}

.details .detail .del .share .shr a:hover img:first-child {
  display: none;
}

.details .detail .del .share .shr a:hover img:last-child {
  display: block;
}

.details .detail .del .denp {
  width: 100%;
  margin: 0.3rem 0;
  padding: 0.3rem 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.details .detail .del .denp p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.details .detail .del .debot {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  padding: 0.2rem 0;
}

.details .detail .del .debot .des {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #999;
  line-height: 1.5;
}

.details .detail .del .debot .des span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
}

.details .detail .del .debot .des span img {
  width: 100%;
  display: block;
}

.details .detail .del .debot .des span img:first-child {
  display: block;
}

.details .detail .del .debot .des span img:last-child {
  display: none;
}

.details .detail .del .debot .des:hover {
  color: #d00412;
}

.details .detail .del .debot .des:hover span img:first-child {
  display: none;
}

.details .detail .del .debot .des:hover span img:last-child {
  display: block;
}

.details .detail .der {
  width: calc((400 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

.details .detail .der .dir {
  width: 100%;
  padding-left: 0.16rem;
  position: relative;
  color: #333;
  line-height: 1.5;
}

.details .detail .der .dir:after {
  content: ' ';
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.2rem;
  background: #d00412;
}

.details .detail .der .derlis {
  width: 100%;
  margin: 0rem 0;
}

.details .detail .der .derlis .derem {
  width: 100%;
  position: relative;
  padding: 0.3rem 0;
  border-bottom: solid 1px #eee;
}

.details .detail .der .derlis .derem a {
  width: 100%;
  height: 100%;
  display: block;
}

.details .detail .der .derlis .derem .don {
  width: 100%;
}

.details .detail .der .derlis .derem .don .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.details .detail .der .derlis .derem .don .time i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.details .detail .der .derlis .derem .don .time i img {
  width: 100%;
  display: block;
}

.details .detail .der .derlis .derem .don .dix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0;
}

.details .detail .der .derlis .derem .don .div {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.details .detail .der .derlis .derem:hover .don .div {
  color: #d00412;
}

.details .detail .der .cevlis {
  width: 100%;
  margin-top: 0.2rem;
}

.details .detail .der .cevlis .teams {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all ease 0.3s;
  margin-bottom: 0.3rem;
}

.details .detail .der .cevlis .teams a {
  width: 100%;
  height: 100%;
  display: block;
}

.details .detail .der .cevlis .teams .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.details .detail .der .cevlis .teams .imgs .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.3s;
}

.details .detail .der .cevlis .teams .nom {
  width: 100%;
  background: #f9f9f9;
  padding: 0.3rem;
}

.details .detail .der .cevlis .teams .nom .ns {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}

.details .detail .der .cevlis .teams .nom .niv {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.details .detail .der .cevlis .teams:hover {
  box-shadow: 0px 23px 27px 0px rgba(209, 209, 209, 0.3);
}

.details .detail .der .cevlis .teams:hover .imgs .img {
  transform: scale(1.1);
}

.details .detail .der .cevlis .teams:hover .nom {
  background: #fff;
}

.details .detail .der .cevlis .teams:hover .nom .ns {
  color: #d00412;
}

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

.nevvs .navem {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-bottom: 0.5rem;
}

.nevvs .navem .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  color: #555;
  line-height: 2.8;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

.nevvs .navem .nts.on {
  background: #d00412;
  border: solid 1px #d00412;
  color: #fff;
}

.nevvs .newlis {
  width: 100%;
}

.nevvs .newlis .newxm {
  width: 100%;
  display: none;
  font-size: 0;
}

.nevvs .newlis .newxm .newxmlis {
  width: 100%;
  font-size: 0;
}

.nevvs .newlis .newxm .neam {
  display: inline-block;
  vertical-align: top;
  width: calc((710 / 1440) * 100%);
  margin-right: calc((19 / 1440) * 100%);
  margin-bottom: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(209, 209, 209, 0.3);
  font-size: 0;
}

.nevvs .newlis .newxm .neam .imgs {
  width: calc((310 / 710) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.nevvs .newlis .newxm .neam .imgs .img {
  width: 100%;
  padding-top: 65%;
  transition: all ease 0.3s;
}

.nevvs .newlis .newxm .neam .non {
  width: calc((399 / 710) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.3rem;
}

.nevvs .newlis .newxm .neam .non .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.nevvs .newlis .newxm .neam .non .time i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.nevvs .newlis .newxm .neam .non .time i img {
  width: 100%;
  display: block;
}

.nevvs .newlis .newxm .neam .non .dix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0;
}

.nevvs .newlis .newxm .neam .non .div {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.nevvs .newlis .newxm .neam:hover .imgs .img {
  transform: scale(1.1);
}

.nevvs .newlis .newxm .neam:hover .non .div {
  color: #d00412;
}

.nevvs .newlis .newxm .neam:nth-child(2n) {
  margin-right: 0;
}

.nevvs .newlis .newxm.on {
  display: block;
}

.teasys {
  width: 100%;
  padding: 0.3rem 0;
}

.teasys .crumbs {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0;
}

.teasys .crumbs .crl {
  font-size: 0;
  width: auto;
}

.teasys .crumbs .crl .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.teasys .crumbs .crl .home img {
  width: 100%;
  display: block;
}

.teasys .crumbs .crl .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  line-height: 3.5;
  margin-right: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 2.4rem;
}

.teasys .crumbs .crl .nts span {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5;
  margin-left: 0.12rem;
  width: 0.06rem;
  height: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.teasys .crumbs .crl .nts span img {
  width: 100%;
  display: block;
}

.teasys .crumbs .crl .nts:last-child span {
  display: none;
}

.teasys .crumbs .crr {
  width: auto;
  text-align: center;
}

.teasys .crumbs .crr a {
  width: 100%;
  height: 100%;
  display: block;
}

.teasys .crumbs .crr .im {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.1rem;
}

.teasys .crumbs .crr .im img {
  width: 100%;
  display: block;
}

.teasys .crumbs .crr .ix {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

.teasys .catop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.teasys .catop .sim {
  width: calc(100% - 4rem);
  display: inline-block;
  vertical-align: middle;
  color: #555;
  line-height: 1.5;
}

.teasys .catop .serm {
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ededed;
  position: relative;
}

.teasys .catop .serm .inp {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 2.8;
  height: 2.8em;
  padding: 0 0.5rem 0 0.16rem;
  background: #fff;
  border: none;
  color: #555;
}

.teasys .catop .serm .sut {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.16rem;
  cursor: pointer;
  background-image: url("../images/ssr.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
  border: none;
}

.teasys .tealis {
  width: 100%;
  font-size: 0;
}

.teasys .tealis .teams {
  display: inline-block;
  vertical-align: top;
  width: calc((466 / 1440) * 100%);
  margin-right: calc((20 / 1440 ) * 100%);
  transition: all ease 0.3s;
  margin-bottom: 0.3rem;
  border: solid 1px #eee;
}

.teasys .tealis .teams a {
  width: 100%;
  height: 100%;
  display: block;
}

.teasys .tealis .teams .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.teasys .tealis .teams .imgs .img {
  width: 100%;
  padding-top: 85%;
  transition: all ease 0.3s;
}

.teasys .tealis .teams .nom {
  width: 100%;
  background: #fff;
  padding: 0.3rem;
}

.teasys .tealis .teams .nom .ns {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}

.teasys .tealis .teams .nom .niv {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.teasys .tealis .teams:hover {
  /*box-shadow: 0px 23px 27px 0px rgba(209, 209, 209, 0.3);*/
}

.teasys .tealis .teams:hover .imgs .img {
  transform: scale(1.1);
}

.teasys .tealis .teams:hover .nom {
  /*background: #fff;*/
}

.teasys .tealis .teams:hover .nom .ns {
  /*color: #d00412;*/
}

.teasys .tealis .teams:nth-child(3n) {
  margin-right: 0;
}

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

.store .sit {
  width: 100%;
  text-align: center;
  color: #d00412;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

.store .mit {
  width: 100%;
  color: #333;
  line-height: 2;
  text-align: center;
}

.store .codes {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0.8rem 0;
}

.store .codes .code {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 0.3rem;
}

.store .codes .code .img {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.18rem;
  box-shadow: 0px 8px 30px 0px rgba(29, 29, 29, 0.11);
}

.store .codes .code .img img {
  width: 100%;
  display: block;
}

.store .codes .code .mx {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.nanbar {
  width: 100%;
  border-bottom: solid 1px #eee;
}

.nanbar .nariper {
  width: 100%;
}

.nanbar .nariper .swiper-slide {
  width: auto;
  padding: 0 0.3rem;
}

.nanbar .nariper .swiper-slide a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 0.8rem;
  position: relative;
}

.nanbar .nariper .swiper-slide a:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d00412;
  display: none;
}

.nanbar .nariper .swiper-slide.on a {
  color: #d00412;
}

.nanbar .nariper .swiper-slide.on a:after {
  display: block;
}

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

.support .fox {
  width: 100%;
}

.support .fox .form {
  width: 100%;
  display: block;
  margin: 0 auto 0.3rem;
  background: #f7f7f7;
  max-width: 10rem;
  padding: 0.6rem 1rem;
  text-align: center;
}

.support .fox .form .fic {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.support .fox .form .inv {
  width: 100%;
  background: #fff;
  margin-bottom: 0.2rem;
}

.support .fox .form .inv input {
  width: 100%;
  display: block;
  line-height: 3;
  height: 3em;
  background: #fff;
  padding: 0 0.2rem;
  border: none;
}

.support .fox .form .inv.yzm {
  position: relative;
}

.support .fox .form .inv.yzm input {
  padding: 0 1.2rem 0 0.2rem;
}

.support .fox .form .inv.yzm .yzm {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  display: block;
}

.support .fox .form .inv.yzm .yzm img {
  width: 100%;
  display: block;
}

.support .fox .form .subx {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.support .fox .form .subx input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: #d00412;
  color: #fff;
  padding: 0 0.5rem;
  line-height: 2.8;
  height: 2.8em;
  cursor: pointer;
  border: none;
}

.support .fox .tis {
  width: 100%;
  color: #333;
  line-height: 1.8;
  text-align: center;
}

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

.downcen .down {
  width: 100%;
  background: #f7f7f7;
}

.downcen .down .dnav {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #f1f1f1;
  padding: 0 0.5rem;
}

.downcen .down .dnav .das {
  display: inline-block;
  vertical-align: top;
  width: auto;
  cursor: pointer;
  color: #555;
  line-height: 0.8rem;
  margin-right: 0.4rem;
  position: relative;
}

.downcen .down .dnav .das:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d00412;
  display: none;
}

.downcen .down .dnav .das.on {
  color: #d00412;
}

.downcen .down .dnav .das.on:after {
  display: block;
}

.downcen .down .dvcom {
  width: 100%;
}

.downcen .down .dvcom .dvlis {
  width: 100%;
  display: none;
  font-size: 0;
  padding: 0.3rem 0.5rem;
}

.downcen .down .dvcom .dvlis .dvems {
  width: 100%;
  font-size: 0;
}

.downcen .down .dvcom .dvlis .dvem {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.3rem;
  background: #fff;
}

.downcen .down .dvcom .dvlis .dvem a {
  width: 100%;
  display: block;
  font-size: 0;
  padding: 0.2rem;
}

.downcen .down .dvcom .dvlis .dvem .name {
  width: calc(100% - 0.31rem);
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2;
  padding-right: 0.1rem;
}

.downcen .down .dvcom .dvlis .dvem .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
}

.downcen .down .dvcom .dvlis .dvem .icon img {
  width: 100%;
  display: block;
}

.downcen .down .dvcom .dvlis .dvem .icon img:first-child {
  display: block;
}

.downcen .down .dvcom .dvlis .dvem .icon img:last-child {
  display: none;
}

.downcen .down .dvcom .dvlis .dvem:hover {
  background: #d00412;
}

.downcen .down .dvcom .dvlis .dvem:hover .name {
  color: #fff;
}

.downcen .down .dvcom .dvlis .dvem:hover .icon img:first-child {
  display: none;
}

.downcen .down .dvcom .dvlis .dvem:hover .icon img:last-child {
  display: block;
}

.downcen .down .dvcom .dvlis .dvem:nth-child(2n) {
  margin-right: 0;
}

.downcen .down .dvcom .dvlis.on {
  display: block;
}

.downcen .down .pages .page {
  background: #fff;
}

.downcen .down .pages .page.on {
  background: #d00412;
}

.downcen .down .pages .page:hover {
  background: #d00412;
}

@media (max-width: 600px) {
  .downcen .down .dvcom .dvlis .dvem {
    width: 100%;
    margin-right: 0;
  }
}

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

.teamx .tealis {
  width: 100%;
  font-size: 0;
}

.teamx .tealis .team {
  display: inline-block;
  vertical-align: top;
  width: calc((700 / 1440 ) * 100%);
  margin-right: calc((39 / 1440) * 100%);
  margin-bottom: 0.4rem;
  font-size: 0;
}

.teamx .tealis .team .imgs {
  width: calc((300 / 700) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.teamx .tealis .team .imgs .img {
  width: 100%;
  padding-top: 110%;
}

.teamx .tealis .team .ton {
  display: inline-block;
  vertical-align: middle;
  width: calc((399 / 700) * 100%);
  padding: 0.2rem 0.7rem;
}

.teamx .tealis .team .ton .ti {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.teamx .tealis .team .ton .temlis {
  width: 100%;
}

.teamx .tealis .team .ton .temlis .tli {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.16rem;
}

.teamx .tealis .team .ton .temlis .tli .it {
  display: inline-block;
  vertical-align: top;
  width: 0.2rem;
  height: 0.2rem;
}

.teamx .tealis .team .ton .temlis .tli .it img {
  width: 100%;
  display: block;
}

.teamx .tealis .team .ton .temlis .tli .lx {
  width: calc(100% - 0.21rem);
  display: inline-block;
  vertical-align: top;
  padding-left: 0.1rem;
  color: #555;
  line-height: 1.5;
}

.teamx .tealis .team:nth-child(2n) {
  margin-right: 0;
}

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

.honnrs .htop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.honnrs .htop .name {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1.5;
}

.honnrs .htop .rx {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.honnrs .honlis {
  width: 100%;
  font-size: 0;
}

.honnrs .honlis .homes {
  display: inline-block;
  vertical-align: top;
  width: calc((290 / 1440) * 100%);
  margin-bottom: 0.4rem;
  margin-right: calc((89 / 1440) * 100%);
  cursor: pointer;
}

.honnrs .honlis .homes .imgs {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

.honnrs .honlis .homes .imgs .img {
  width: 100%;
  padding-top: 130%;
}

.honnrs .honlis .homes .imgs .bms {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease 0.3s;
}

.honnrs .honlis .homes .imgs .bms .ic {
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
}

.honnrs .honlis .homes .imgs .bms .bmg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
}

.honnrs .honlis .homes .tix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.1rem;
  text-align: center;
  padding: 0 0.16rem;
}

.honnrs .honlis .homes:hover .imgs .bms {
  opacity: 1;
}

.honnrs .honlis .homes:hover .tix {
  color: #d00412;
}

.honnrs .honlis .homes:nth-child(4n) {
  margin-right: 0;
}

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

.company .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((500 / 1440) * 100%);
  padding-right: 0.3rem;
}

.company .col .cit {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.company .col .line {
  width: 100%;
  margin: 0.3rem 0;
  font-size: 0;
}

.company .col .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 2px;
  background: #03363e;
}

.company .col .cim {
  width: 100%;
  line-height: 1.5;
  color: #666;
}

.company .cor {
  width: calc((939 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.company .cor p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.concept {
  width: 100%;
  padding: 0.3rem 0;
}

.concept .concens {
  width: 100%;
  font-size: 0;
}

.concept .concens .conem {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

.concept .concens .conem .com {
  width: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 0.7rem;
  height: 100%;
  min-height: 6rem;
}

.concept .concens .conem .cib {
  color: #fff;
  width: 100%;
  line-height: 1.5;
}

.concept .concens .conem .line {
  width: 100%;
  margin: 0.4rem 0;
  font-size: 0;
  text-align: center;
}

.concept .concens .conem .line span {
  width: 0.3rem;
  height: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

.concept .concens .conem .tix {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  -webkit-line-clamp: 6;
  height: 8.9em;
}

@media (max-width: 768px) {
  .concept .concens .conem {
    width: 50%;
  }
  .concept .concens .conem .com {
    padding: 0 0.3rem;
    min-height: 4.2rem;
  }
}

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

.showper .sin {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.showper .shiper {
  width: 100%;
}

.showper .shiper .swiper-container {
  padding-bottom: 0.5rem;
}

.showper .shiper .cy {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
}

.showper .shiper .cy .imgs {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

.showper .shiper .cy .imgs .img {
  width: 100%;
  padding-top: 83%;
  transition: all ease 0.3s;
}

.showper .shiper .cy .imgs .bms {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease 0.3s;
  color: #fff;
  line-height: 1.5;
}

.showper .shiper .cy:hover .imgs .img {
  transform: scale(1.1);
}

.showper .shiper .cy:hover .imgs .bms {
  opacity: 1;
}

.showper .shiper .swiper-pagination {
  bottom: 0.1rem;
}

.showper .shiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.03rem;
  background-color: #999999;
  opacity: 1;
  border-radius: 0;
  transition: all ease 0.4s;
}

.showper .shiper .swiper-pagination-bullet-active {
  background-color: #d00412;
}

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

.historys .line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: #ededed;
}

.historys .histlis {
  width: 100%;
  padding: 1rem 0 1rem;
}

.historys .histlis .hitem {
  width: 100%;
  padding: 0.8rem 0;
  position: relative;
}

.historys .histlis .hitem .icm {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  margin: 0 auto;
}

.historys .histlis .hitem .icm img {
  width: 100%;
  display: block;
}

.historys .histlis .hitem .icm img:first-child {
  display: block;
}

.historys .histlis .hitem .icm img:last-child {
  display: none;
}

.historys .histlis .hitem .yem {
  position: absolute;
  width: calc((500 / 1440) * 100%);
  background-color: #f9f9f9;
  border: solid 1px #eeeeee;
  padding: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: calc((110 / 1440) * 100%);
}

.historys .histlis .hitem .yem .time {
  width: 100%;
  color: #d00412;
  line-height: 1.5;
}

.historys .histlis .hitem .yem .lix {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.historys .histlis .hitem .yem .lix span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 2px;
  background: #ddd;
}

.historys .histlis .hitem .yem .tix {
  width: 100%;
  color: #666;
  line-height: 1.6;
  height: 3.2em;
}

.historys .histlis .hitem .yem:before {
  position: absolute;
  content: ' ';
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-left-color: #f9f9f9;
}

.historys .histlis .hitem:nth-child(2n) .yem {
  left: auto;
  right: calc((110 / 1440) * 100%);
}

.historys .histlis .hitem:nth-child(2n) .yem:before {
  right: auto;
  left: -0.2rem;
  border-left-color: transparent;
  border-right-color: #f9f9f9;
}

.historys .histlis .hitem:hover .icm img:first-child {
  display: none;
}

.historys .histlis .hitem:hover .icm img:last-child {
  display: block;
}

.historys .mores {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.historys .mores a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ededed;
  background: #fff;
  line-height: 2.8;
  border-radius: 1.4em;
  padding: 0 0.5rem;
  width: auto;
  color: #666;
}

@media (max-width: 768px) {
  .historys .line {
    left: 0.2rem;
  }
  .historys .histlis {
    padding: 0.5rem 0;
  }
  .historys .histlis .hitem {
    font-size: 0;
    padding: 0.4rem 0;
  }
  .historys .histlis .hitem .icm {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 0.2rem;
    transform: translateX(-50%);
    margin-right: 0.3rem;
  }
  .historys .histlis .hitem .yem {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    position: relative;
    left: auto;
    right: auto;
    top: 0;
    transform: translateY(0);
  }
  .historys .histlis .hitem:nth-child(2n) .yem {
    right: 0;
  }
}

.mnavs {
  width: 100%;
}

.mnavs .mavs {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.mnavs .mavs .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  line-height: 3.5;
  margin-right: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 3rem;
}

.mnavs .mavs .nts span {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5;
  margin-left: 0.2rem;
  width: 0.06rem;
  height: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.mnavs .mavs .nts span img {
  width: 100%;
  display: block;
}

.mnavs .mavs .nts:last-child span {
  display: none;
}

.tetail {
  width: 100%;
  background: #fff;
  margin-top: 1rem;
}

.tetail .crumbs {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0;
}

.tetail .crumbs .crl {
  font-size: 0;
  width: 100%;
}

.tetail .crumbs .crl .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.tetail .crumbs .crl .home img {
  width: 100%;
  display: block;
}

.tetail .crumbs .crl .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #666;
  line-height: 3.5;
  margin-right: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 2.4rem;
}

.tetail .crumbs .crl .nts span {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5;
  margin-left: 0.12rem;
  width: 0.06rem;
  height: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.tetail .crumbs .crl .nts span img {
  width: 100%;
  display: block;
}

.tetail .crumbs .crl .nts:last-child span {
  display: none;
}

.tetail .par-detail {
  width: 100%;
  font-size: 0;
}

.tetail .par-detail .pal {
  width: calc((720 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

.tetail .par-detail .pal .patop {
  width: 100%;
}

.tetail .par-detail .pal .pabot {
  width: 100%;
  margin: 0.16rem 0;
  position: relative;
}

.tetail .par-detail .pal .pabot .swiper-container {
  margin: 0 0.3rem;
}

.tetail .par-detail .pal .pabot .swiper-slide {
  border: solid 1px #ededed;
}

.tetail .par-detail .pal .pabot .stn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}

.tetail .par-detail .pal .pabot .stn img {
  width: 100%;
  display: block;
}

.tetail .par-detail .pal .pabot .stn img:first-child {
  display: block;
}

.tetail .par-detail .pal .pabot .stn img:last-child {
  display: none;
}

.tetail .par-detail .pal .pabot .stn:hover img:first-child {
  display: none;
}

.tetail .par-detail .pal .pabot .stn:hover img:last-child {
  display: block;
}

.tetail .par-detail .pal .pabot .bl {
  left: 0%;
}

.tetail .par-detail .pal .pabot .br {
  right: 0%;
}

.tetail .par-detail .par {
  width: calc((720 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-left: 0.7rem;
}

.tetail .par-detail .par .xt {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.tetail .par-detail .par .bt {
  width: 100%;
  color: #333;
  line-height: 1.3;
}

.tetail .par-detail .par .labels {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0 0.1rem;
}

.tetail .par-detail .par .labels .label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 0.1rem;
  line-height: 2;
  border: solid 1px #d00412;
  color: #d00412;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  border-radius: 1em;
}

.tetail .par-detail .par .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin: 0.2rem 0;
}

.tetail .par-detail .par .pons {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.tetail .par-detail .par .pons p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.tetail .par-detail .pbm {
  width: 100%;
  font-size: 0;
  text-align: right;
  padding: 0.2rem 0;
}

.tetail .par-detail .pbm a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15rem;
  color: #555;
}

.tetail .par-detail .pbm a b {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  position: relative;
  top: -0.02rem;
}

.tetail .par-detail .pbm a b img {
  width: 100%;
  display: block;
}

.tetail .par-detail .pbm a:hover {
  color: #d00412;
}

.proshow {
  width: 100%;
  background: #f0f0f0;
  padding: 0.6rem 0;
}

.proshow .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.proshow .procom {
  width: 100%;
  font-size: 0;
}

.proshow .procom .prl {
  width: calc((240 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

.proshow .procom .prl .prlem {
  width: 100%;
  padding: 0 0.5rem 0 0.3rem;
  position: relative;
  color: #333;
  line-height: 3;
  cursor: pointer;
  background: #f9f9f9;
}

.proshow .procom .prl .prlem i {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.13rem;
}

.proshow .procom .prl .prlem i img {
  width: 100%;
  display: block;
}

.proshow .procom .prl .prlem i img:first-child {
  display: block;
}

.proshow .procom .prl .prlem i img:last-child {
  display: none;
}

.proshow .procom .prl .prlem:hover {
  color: #d00412;
  background: #fff;
}

.proshow .procom .prl .prlem:hover i img:first-child {
  display: none;
}

.proshow .procom .prl .prlem:hover i img:last-child {
  display: block;
}

.proshow .procom .prl .prlem.on {
  color: #d00412;
  background: #fff;
}

.proshow .procom .prl .prlem.on i img:first-child {
  display: none;
}

.proshow .procom .prl .prlem.on i img:last-child {
  display: block;
}

.proshow .procom .prl .prlem + .prlem {
  border-top: solid 1px #eee;
}

.proshow .procom .prr {
  width: calc((1199 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

.proshow .procom .prr .prrem {
  width: 100%;
  background: #fff;
  padding: 0.5rem;
  display: none;
}

.proshow .procom .prr .prrem .pvm {
  width: 100%;
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.proshow .procom .prr .prrem .pvm p {
  color: #666;
  line-height: 1.8;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.proshow .procom .prr .prrem .downlis {
  width: 100%;
}

.proshow .procom .prr .prrem .downlis .doem {
  width: 100%;
  padding: 0.14rem 0;
  border-bottom: solid 1px #ddd;
}

.proshow .procom .prr .prrem .downlis .doem .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.proshow .procom .prr .prrem .downlis .doem .row {
  width: 100%;
  font-size: 0;
}

.proshow .procom .prr .prrem .downlis .doem .row .name {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  color: #333;
  line-height: 1.5;
  padding-right: 0.2rem;
}

.proshow .procom .prr .prrem .downlis .doem .row .time {
  width: 29%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  padding: 0 .2rem;
}

.proshow .procom .prr .prrem .downlis .doem .row .dowx {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 0;
  text-align: right;
}

.proshow .procom .prr .prrem .downlis .doem .row .dowx a {
  display: inline-block;
  vertical-align: middle;
  background: #d00412;
  line-height: 2.2;
  color: #fff;
  padding: 0 0.2rem;
}

.proshow .procom .prr .prrem.on {
  display: block;
}

@media (max-width: 768px) {
  .proshow .procom .prl {
    width: 100%;
  }
  .proshow .procom .prl .prlem {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .proshow .procom .prr {
    width: 100%;
  }
}

.rightnav {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rightnav .rtem {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 6;
}

.rightnav .rtem .img {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: #eee;
}

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

.rightnav .rtem .img img:first-child {
  display: block;
}

.rightnav .rtem .img img:last-child {
  display: none;
}

.rightnav .rtem .ckm {
  position: absolute;
  width: auto;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: -1000%;
  background: #eee;
  padding: 0 0.2rem;
  line-height: 0.6rem;
  color: #666;
  white-space: nowrap;
  transition: all ease 0.3s;
}

.rightnav .rtem:hover .img img:first-child {
  display: none;
}

.rightnav .rtem:hover .img img:last-child {
  display: block;
}

.rightnav .rtem:hover .ckm {
  right: 100%;
}

@media (max-width: 768px) {
  .rightnav .rtem .img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .rightnav .rtem .ckm {
    line-height: 0.8rem;
  }
}
