.w1500 {
  width: 15rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1520px) {
  .w1500 {
    width: 94%;
  }
}
.w1400 {
  width: 15rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1520px) {
  .w1400 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all ease 0.5s;
  background-color: transparent;
}

header .hops {
  width: 100%;
  padding: 0.1rem 0;
  background-color: #1b1b1b;
}

header .hop {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

header .hop .hol {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .hop .hol .hiom {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

header .hop .hol .hiom span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  margin-right: 0.1rem;
}

header .hop .hol .hiom span img {
  width: 100%;
  display: block;
}

header .hop .hol .hiom + .hiom {
  margin-left: 0.3rem;
}

header .hop .hor {
  display: inline-block;
  vertical-align: middle;
}

header .hop .share {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .hop .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.05rem;
}

header .hop .share .am a, header .hop .share .am img {
  width: 100%;
  display: block;
}

header .hobs {
  width: 100%;
  background-color: #1f1f1f;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
  border-top: solid 2px #39c1aa;
}

header .hob {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

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

header .hob .rav {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 0.2rem;
}

header .hob .rav .menu {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 0.1rem;
  cursor: pointer;
  display: none;
  position: relative;
}

header .hob .rav .menu img {
  width: 100%;
  display: block;
}

header .hob .rav .menu .clk {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

header .hob .rav .stvm {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

header .hob .rav .stvm .input {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  border-bottom: solid 1px #eee;
  transition: all ease 0.3s;
}

header .hob .rav .stvm .input input {
  width: 100%;
  display: block;
  border: none;
  background-color: transparent;
  line-height: 2.5;
  color: #fff;
}

header .hob .rav .stvm .input input::-webkit-input-placeholder,
header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .input input:-moz-placeholder,
header .hob .rav .stvm .input textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .input input::-moz-placeholder,
header .hob .rav .stvm .input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .input input:-ms-input-placeholder,
header .hob .rav .stvm .input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header .hob .rav .stvm .clost {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
}

header .hob .rav .stvm .clost img {
  width: 100%;
  display: block;
}

header .hob .rav .stvm .vic {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  cursor: pointer;
  width: 0;
  position: relative;
}

header .hob .rav .stvm .vic img {
  width: 100%;
  display: block;
}

header .hob .rav .stvm .vic .vis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

header .hob .rav .stvm.long .input {
  width: 1.5rem;
}

header .hob .rav .stvm.long .input input {
  padding: 0 0.15rem;
}

header .hob .rav .stvm.long .clost {
  display: inline-block;
}

header .hob .rav .stvm.long .clost {
  font-size: 20px;
}

header .hob .rav .stvm.long .vic {
  width: 22px;
  margin: 0 0.1rem;
}

header .hob .rav .hm {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 0.43rem;
  height: 0.43rem;
  margin: 0 0.1rem;
}

header .hob .rav .hm img {
  width: 100%;
  display: block;
}

header .hob .rav .hm:hover {
  background-color: #39c1aa;
}

header .hob .rav .languages {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: left;
  margin: 0 0.1rem;
}

header .hob .rav .languages .lauges {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .hob .rav .languages .lauges .lashow {
  width: 100%;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 0;
}

header .hob .rav .languages .lauges .lashow .am {
  width: 100%;
  font-size: 0;
}

header .hob .rav .languages .lauges .lashow .am .xm {
  display: inline-block;
  vertical-align: middle;
  width: 0.43rem;
  height: 0.43rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

header .hob .rav .languages .lauges .lashow .am .xm img {
  width: 100%;
  display: block;
}

header .hob .rav .languages .lauges .lashow .am .laps {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
}

header .hob .rav .languages .lauges .language {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  display: none;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
}

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

header .hob .rav .languages .lauges .language .latem a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 0 0.1rem;
  line-height: 3;
  background: rgba(57, 193, 170, 0.5);
}

header .hob .rav .languages .lauges .language .latem:hover a {
  background: #39c1aa;
  color: #fff;
}

header .hob .rav .languages .lauges .language .latem.on a {
  background: #39c1aa;
  color: #fff;
}

header .hob .rav .languages .lauges:hover .lashow .am .xm {
  background-color: #39c1aa;
}

header .hob nav {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  text-align: right;
}

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

header .hob nav .natem .nas {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 0.1rem;
}

header .hob nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 1.36rem;
  color: #fff;
  position: relative;
  padding: 0 0.15rem;
}

header .hob nav .natem .nas:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #39c1aa;
}

header .hob nav .natem .navuls {
  width: 2.2rem;
  width: 140px;
  position: absolute;
  z-index: 101;
  left: calc(50%);
  top: 100%;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  display: none;
}

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

header .hob nav .natem .navuls ul li {
  width: 100%;
  position: relative;
}

header .hob nav .natem .navuls ul li .njm {
  width: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .ns {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #222;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.15rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

header .hob nav .natem .navuls ul li .theul {
  width: 150%;
  background-color: #f4f4f5;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}



header .hob nav .natem .navuls ul li .theul li {
  width: 100%;
  font-size: 0;
}

header .hob nav .natem .navuls ul li .theul li .xn {
  display: inline-block;
  vertical-align: middle;
  color: #81838e;
  line-height: 2.5;
  padding: 0 0.2rem;
  width: 100%;
}

header .hob nav .natem .navuls ul li .theul li:hover {
  background-color: #e5e5ed;
}

header .hob nav .natem .navuls ul li .theul li:hover .xn {
  color: #39c1aa;
}

header .hob nav .natem .navuls ul li:hover .ns {
  background-color: #39c1aa;
}

header .hob nav .natem .navuls ul li.has-the:after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 0.08rem;
  left: auto;
  transform: translateY(-50%);
  top: 50%;
  background-image: url("../images/r1.png");
  background-size: 100% 100%;
  background-position: center;
}

header .hob nav .natem .navuls ul li.has-the.show:after {
  content: "-";
}

header .hob nav .natem.on .nas a {
  color: #39c1aa;
}

header .hob nav .natem.on .nas:after {
  opacity: 1;
}

header .hob nav .natem:hover .nas a {
  color: #39c1aa;
}

header .hob nav .natem:hover .nas:after {
  opacity: 1;
}

@media (max-width: 840px) {
  header .hop .hol {
    width: 100%;
    text-align: center;
    margin-bottom: 0.06rem;
  }
  header .hop .hor {
    width: 100%;
    text-align: center;
  }
  header .hop .share .am {
    width: 18px;
    height: 18px;
  }
  header .hop .languages .lauges .lashow {
    padding-right: 0.3rem;
  }
  header .hob {
    height: 1rem;
  }
  header .hob nav {
    width: 100%;
    position: fixed;
    right: 0;
    top: calc(1rem);
    left: auto;
    height: calc(100vh - 1rem);
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    z-index: 500;
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
    display: none;
    border-top: solid 1px #e5e5e5;
  }
  header .hob nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
    opacity: 0;
    transform: translate(-10px, -30px);
    transition: all .8s ease;
  }
  header .hob nav .natem .nas {
    width: auto;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  header .hob nav .natem .nas a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
    padding: 0 0.3rem;
    position: relative;
  }
  header .hob nav .natem .nas a:hover {
    color: #39c1aa;
    background-color: transparent;
  }
  header .hob nav .natem .navuls {
    width: 1.4rem;
    width: 100%;
    position: relative;
    z-index: 101;
    left: 0%;
    top: 0%;
    transform: translateX(0%);
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
    text-align: left;
  }
  header .hob nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.2rem;
  }
  header .hob nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
  }
  header .hob nav .natem .navuls ul li .ns {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
  }
  header .hob nav .natem .navuls ul li .ns:hover {
    color: #39c1aa;
  }
  header .hob nav .natem .navuls ul li .theul {
    width: 100%;
    background-color: #fff;
    display: none;
    left: 0;
    top: 0;
    position: relative;
  }
  header .hob nav .natem .navuls ul li .theul li {
    width: 100%;
    font-size: 0;
  }
  header .hob nav .natem .navuls ul li .theul li .xn {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 2.5;
    padding: 0 0.2rem;
  }
  header .hob nav .natem .navuls ul li .theul li .xn:hover {
    color: #00479d;
  }
  header .hob nav .natem .navuls ul li + li {
    border-top: solid 1px #eee;
  }
  header .hob nav .natem .navuls ul li:hover .ns {
    background-color: transparent;
    color: #39c1aa;
  }
  header .hob nav .natem .navuls ul li.has-the:after {
    top: 0.4rem;
  }
  header .hob nav .natem:before {
    display: none !important;
  }
  header .hob nav .natem .prosubnav {
    display: none;
  }
  header .hob nav .natem.on .nas:after {
    display: none;
  }
  header .hob nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header .hob nav .natem.has-nav.show:after {
    content: "-";
  }
  header .hob nav .natem.animate {
    opacity: 1;
    transform: translate(0, 0);
  }
  header .hob .rav .menu {
    display: inline-block;
  }
  header .hob .rav .stvm {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1rem;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    padding: 0.15rem 2%;
    display: none;
  }
  header .hob .rav .stvm form {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .hob .rav .stvm .clost {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    font-size: 20px;
    color: #fff !important;
    line-height: 23px;
    text-align: center;
    position: relative;
    margin-right: 0.1rem;
  }
  header .hob .rav .stvm .input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 23px - 1rem);
  }
  header .hob .rav .stvm .input input::-webkit-input-placeholder,
  header .hob .rav .stvm .input textarea::-webkit-input-placeholder {
    color: #fff;
  }
  header .hob .rav .stvm .input input:-moz-placeholder,
  header .hob .rav .stvm .input textarea:-moz-placeholder {
    color: #fff;
  }
  header .hob .rav .stvm .input input::-moz-placeholder,
  header .hob .rav .stvm .input textarea::-moz-placeholder {
    color: #fff;
  }
  header .hob .rav .stvm .input input:-ms-input-placeholder,
  header .hob .rav .stvm .input textarea:-ms-input-placeholder {
    color: #fff;
  }
  header .hob .rav .stvm .input input {
    color: #fff;
  }
  header .hob .rav .stvm .vic {
    width: 0.4rem;
    text-align: center;
  }
  header .hob .rav .stvm .vic .sub {
    width: 100%;
  }
  header .hob .rav .hm {
    width: 30px;
    height: 30px;
  }
  header .hob .rav .languages .lauges .lashow .am .xm {
    width: 30px;
    height: 30px;
  }
  header.menu-state .hob .rav .menu img {
    opacity: 0;
  }
}

@media (max-width: 450px) {
  header .hop .hm {
    display: none;
  }
  header .hop .hk {
    width: 100%;
    text-align: center;
  }
}

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

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

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

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

.banner .swiper-slide .voc {
  background-color: #000;
  object-fit: cover;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner .swiper-slide .box {
  position: absolute;
  left: calc((260 / 1920 * 100%));
  top: 50%;
  transform: translateY(-50%);
  width: 8.2rem;
  max-width: 80%;
  z-index: 5;
}

.banner .swiper-slide .box .bp {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.banner .swiper-slide .box .bp p {
  color: #fff;
  line-height: 1.5;
}

.banner .swiper-slide .box .xt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.1rem 0 0.2rem;
}

.banner .swiper-slide .box .xt p {
  color: #fff;
  line-height: 1.5;
}

.banner .swiper-slide .box .btns {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.banner .swiper-slide .box .btns a {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 2.8;
  background-color: #fff;
  top: 0;
  position: relative;
  transition: all ease 0.5s;
  width: auto;
  padding: 0 0.3rem;
}

.banner .swiper-slide .box .btns a span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-left: 0.1rem;
}

.banner .swiper-slide .box .btns a span img {
  width: 100%;
  display: block;
}

.banner .swiper-slide .box .btns a:hover {
  background-color: #39c1aa;
  top: -0.06rem;
}

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

.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.05rem;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  transition: all ease 0.5s;
}

.banner .swiper-pagination-bullet-active {
  width: 0.6rem;
  background-color: #39c1aa;
}

@media (max-width: 800px) {
  .banner .swiper-slide .img {
    width: 100%;
    padding-top: 60.15%;
  }
  .banner .swiper-slide .box {
    left: 3%;
  }
  .banner .swiper-slide .box .bp {
    font-size: 16px;
  }
  .banner .swiper-slide .box .xt {
    font-size: 13px;
  }
  .banner .swiper-slide .box .btns a {
    font-size: 13px;
  }
}

footer {
  width: 100%;
  background-color: #222222;
}

footer .ftop {
  width: 100%;
  padding: 1.2rem 0 0.7rem;
}

footer .ftop .fop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .ftop .fop .ftls {
  display: inline-block;
  vertical-align: top;
  width: calc((455 / 1400 * 100%));
}

footer .ftop .fop .ftls .share {
  width: 100%;
}

footer .ftop .fop .ftls .share .siv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

footer .ftop .fop .ftls .share .som {
  width: 100%;
  font-size: 0;
}

footer .ftop .fop .ftls .share .som .sm {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  margin-right: 0.15rem;
  background-color: rgba(0, 0, 0, 0.22);
}

footer .ftop .fop .ftls .share .som .sm a, footer .ftop .fop .ftls .share .som .sm img {
  width: 100%;
  display: block;
}

footer .ftop .fop .ftls .share .som .sm:hover {
  background-color: #39c1aa;
}

footer .ftop .fop .ftls .uom {
  width: 100%;
  margin-top: 0.6rem;
}

footer .ftop .fop .ftls .uom .tx {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

footer .ftop .fop .ftls .uom .nk {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.05rem;
}

footer .ftop .fop .fcom {
  width: calc((365 / 1400 * 100%));
  display: inline-block;
  vertical-align: top;
}

footer .ftop .fop .fcom .flist {
  display: inline-block;
  vertical-align: top;
  width: calc(50%);
  padding-right: 0.1rem;
}

footer .ftop .fop .fcom .flist .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.15rem;
}

footer .ftop .fop .fcom .flist .fit a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  transition: all ease 0.5s;
  padding: 0.04rem 0;
}

footer .ftop .fop .fcom .flist .fit a:hover {
  color: #fff;
}

footer .ftop .fop .fcom .flist .ful {
  width: 100%;
}

footer .ftop .fop .fcom .flist .ful a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
  line-height: 2;
}

footer .ftop .fop .fcom .flist .ful a:hover {
  color: #fff;
}

footer .ftop .fop .fcom .flist .ful div {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  transition: all ease 0.5s;
}

footer .ftop .fop .frtm {
  width: calc((320 / 1400 * 100%));
  display: inline-block;
  vertical-align: top;
}

footer .ftop .fop .frtm .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.15rem;
}

footer .ftop .fop .frtm .fit a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  transition: all ease 0.5s;
  padding: 0.04rem 0;
}

footer .ftop .fop .frtm .fit a:hover {
  color: #fff;
}

footer .ftop .fop .frtm .fok {
  width: 100%;
  font-size: 0;
}

footer .ftop .fop .frtm .fok .hiom {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0.06rem 0;
}

footer .ftop .fop .frtm .fok .hiom .xk {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  margin-right: 0.1rem;
  margin-top: calc(0.75em - 8px);
}

footer .ftop .fop .frtm .fok .hiom .xk img {
  width: 100%;
  display: block;
}

footer .ftop .fop .frtm .fok .hiom .km {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 17px - 0.1rem);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

footer .fbot .fot {
  width: 100%;
  padding: 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

footer .fbot .fot .fm {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
}

@media (max-width: 800px) {
  footer .ftop {
    padding: 0.3rem 0;
  }
  footer .ftop .fop {
    flex-direction: column-reverse;
  }
  footer .ftop .fop .frtm {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .ftop .fop .fcom {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .ftop .fop .fcom .flist {
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    border-top: solid 1px #e5e5e5;
  }
  footer .ftop .fop .fcom .flist .fit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
  footer .ftop .fop .fcom .flist .lx {
    display: none;
  }
  footer .ftop .fop .fcom .flist .ful {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.15rem;
    display: none;
  }
  footer .ftop .fop .fcom .flist .ful a {
    line-height: 2;
  }
  footer .ftop .fop .fcom .flist.has-ful:after {
    content: " ";
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url("../images/x1.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    left: auto;
    transform: translateX(0);
    top: 0.4rem;
    color: #333;
    border: none;
    transition: all ease 0.5s;
  }
  footer .ftop .fop .fcom .flist.has-ful.show:after {
    content: " ";
    transform: translateX(0) rotate(180deg);
  }
  footer .ftop .fop .fcom .flist + .flist {
    border-top: none;
  }
  footer .ftop .fop .ftls {
    width: 100%;
  }
  footer .ftop .fop .ftls .share .som .sm {
    width: 30px;
    height: 30px;
  }
  footer .ftop .fop .ftls .uom {
    margin-top: 0.2rem;
  }
}

.rightnav {
  position: fixed;
  right: 0.2rem;
  bottom: 20%;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 0.6rem;
  z-index: 10;
}

.rightnav .ritm {
  flex: 1;
  display: block;
  font-size: 0;
  position: relative;
  background-color: #f9f9f9;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
  border: solid 1px #e5e5e5;
}

.rightnav .ritm a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  right: 0;
  font-size: 0;
  width: 0.6rem;
}

.rightnav .ritm .atom {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
}

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

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

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

.rightnav .ritm .vm {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: auto;
  transition: all ease 0.5s;
  width: 0;
}

.rightnav .ritm .codm {
  position: absolute;
  right: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  background-color: #fff;
  padding: 0.05rem;
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.08);
  display: none;
}

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

.rightnav .ritm.long {
  width: auto;
  background-color: #39c1aa;
  border-radius: 0.3rem;
  border: solid 1px #39c1aa;
}

.rightnav .ritm.long a {
  width: auto;
  overflow-y: hidden;
  overflow-x: visible;
}

.rightnav .ritm.long .atom img:first-child {
  display: none;
}

.rightnav .ritm.long .atom img:last-child {
  display: block;
}

.rightnav .ritm.long .vm {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.05rem;
  padding-right: 0.15rem;
}

.rightnav .ritm + .ritm {
  margin-top: 0.1rem;
}

.rightnav .ritm:hover .codm {
  display: block;
}

@media (max-width: 800px) {
  .rightnav .ritm {
    width: 0.8rem;
    height: 0.8rem;
  }
  .rightnav .ritm a {
    width: 0.8rem;
  }
  .rightnav .ritm .atom {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.modular .mitop .mel {
  display: inline-block;
  vertical-align: middle;
}

.modular .mitop .mel .mit {
  width: 100%;
  color: #222434;
  line-height: 1.5;
}

.modular .mitop .mel .lx {
  width: 38px;
  margin-top: 0.08rem;
}

.modular .mitop .mel .lx img {
  width: 100%;
  display: block;
}

.modular .mitop .mer {
  display: inline-block;
  vertical-align: middle;
}

.modular .mitop .mer a {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 2.8;
  background-color: #fff;
  background-color: #39c1aa;
  top: 0;
  position: relative;
  transition: all ease 0.5s;
  width: auto;
  padding: 0 0.3rem;
}

.modular .mitop .mer a span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-left: 0.1rem;
}

.modular .mitop .mer a span img {
  width: 100%;
  display: block;
}

.modular .mitop .mer a:hover {
  background-color: #39c1aa;
  top: -0.06rem;
}

.modular .mitop .mitt {
  width: 100%;
  text-align: center;
  color: #222434;
  line-height: 1.5;
}

.modular.white .mitop .mel .mit {
  color: #fff;
}

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

.newscen .newom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newscen .newom .nel {
  width: calc((650 / 1400 * 100%));
  display: inline-block;
  vertical-align: top;
}

.newscen .newom .nel .nelist {
  width: 100%;
}

.newscen .newom .nel .nelist .nelm {
  width: 100%;
  background-color: #fff;
}

.newscen .newom .nel .nelist .nelm a {
  padding: 0.35rem;
  width: 100%;
  display: block;
}

.newscen .newom .nel .nelist .nelm .xim {
  width: 100%;
  color: #000;
  line-height: 1.5;
  height: 3em;
  transition: all ease 0.5s;
}

.newscen .newom .nel .nelist .nelm .vmk {
  width: 100%;
  margin-top: 0.1rem;
  color: #c0c0cc;
  line-height: 1.5;
}

.newscen .newom .nel .nelist .nelm .vmk span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin-right: 0.06rem;
}

.newscen .newom .nel .nelist .nelm .vmk span img {
  width: 100%;
  display: block;
}

.newscen .newom .nel .nelist .nelm:hover .xim {
  color: #39c1aa;
}

.newscen .newom .nel .nelist .nelm + .nelm {
  margin-top: 0.1rem;
}

.newscen .newom .nesper {
  width: calc((690 / 1400 * 100%));
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.newscen .newom .nesper .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}

.newscen .newom .nesper .swiper-slide {
  width: 100%;
  position: relative;
}

.newscen .newom .nesper .swiper-slide .imgs {
  width: 100%;
  height: 100%;
  display: block;
}

.newscen .newom .nesper .swiper-slide .imgs .img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.5s;
}

.newscen .newom .nesper .swiper-slide .bg {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
}

.newscen .newom .nesper .swiper-slide .som {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0.4rem;
  align-items: center;
}

.newscen .newom .nesper .swiper-slide .som .sml {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  padding-right: 0.2rem;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.newscen .newom .nesper .swiper-slide .som .smr {
  display: inline-block;
  vertical-align: middle;
  color: #c0c0cc;
  line-height: 1.5;
  width: auto;
}

.newscen .newom .nesper .swiper-slide .som .smr span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin-right: 0.06rem;
}

.newscen .newom .nesper .swiper-slide .som .smr span img {
  width: 100%;
  display: block;
}

.newscen .newom .nesper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.newscen .newom .nesper .swiper-pagination {
  position: absolute;
  right: 0.4rem;
  bottom: 0.85rem;
  z-index: 8;
  width: auto;
  left: auto;
}

.newscen .newom .nesper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.05rem;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  transition: all ease 0.5s;
}

.newscen .newom .nesper .swiper-pagination-bullet-active {
  background-color: #39c1aa;
}

@media (max-width: 800px) {
  .newscen .newom .nesper .swiper-slide .imgs .img {
    padding-top: 73.47%;
  }
}

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

.solutions .solum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solutions .solum .sol {
  display: inline-block;
  vertical-align: middle;
  width: calc((690 / 1400 * 100%));
}

.solutions .solum .sol .imgs .img {
  padding-top: 73.47%;
}

.solutions .solum .sor {
  display: inline-block;
  vertical-align: middle;
  width: calc((690 / 1400 * 100%));
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.solutions .solum .sor .sotm {
  width: 100%;
}

.solutions .solum .sor .sotm .imgs .img {
  padding-top: 35.21%;
}

.solutions .solum .sor .sobm {
  width: 100%;
  font-size: 0;
}

.solutions .solum .sor .sobm .sbm {
  width: calc((335 / 690 * 100%));
  display: inline-block;
  vertical-align: middle;
  margin-right: calc((19 / 690 * 100%));
}

.solutions .solum .sor .sobm .sbm .imgs .img {
  padding-top: 72.53%;
}

.solutions .solum .sor .sobm .sbm:nth-child(2n) {
  margin-right: 0;
}

.solutions .solum .smgs {
  position: relative;
}

.solutions .solum .smgs .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.solutions .solum .smgs .imgs .img {
  width: 100%;
  transition: all ease 0.5s;
}

.solutions .solum .smgs .bg {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
}

.solutions .solum .smgs .vom {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3rem 0.3rem;
  align-items: center;
}

.solutions .solum .smgs .vom .vml {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  padding-right: 0.2rem;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.solutions .solum .smgs .vom .vmr {
  display: inline-block;
  vertical-align: middle;
  width: 0.34rem;
  height: 0.34rem;
}

.solutions .solum .smgs .vom .vmr img {
  width: 100%;
  display: block;
}

.solutions .solum .smgs:hover .imgs .img {
  transform: scale(1.1);
}

.abouts {
  width: 100%;
  padding: 0.9rem 0;
  position: relative;
  background-color: #39c1aa;
}

.abouts .bls {
  position: absolute;
  width: calc((1325 / 1920) * 100%);
  height: 100%;
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
}

.abouts .abom {
  z-index: 2;
}

.abouts .aboutm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.abouts .aboutm .abl {
  display: inline-block;
  vertical-align: middle;
  width: calc((630 / 1400 * 100%));
}

.abouts .aboutm .abl .ainp {
  width: 100%;
  color: #fff;
  line-height: 1.6;
}

.abouts .aboutm .abl .ainp p {
  color: #fff;
  line-height: 1.6;
}

.abouts .aboutm .abl .aob {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.abouts .aboutm .abl .aob a {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 2.8;
  background-color: #fff;
  background-color: #39c1aa;
  top: 0;
  position: relative;
  transition: all ease 0.5s;
  width: auto;
  padding: 0 0.3rem;
}

.abouts .aboutm .abl .aob a span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-left: 0.1rem;
}

.abouts .aboutm .abl .aob a span img {
  width: 100%;
  display: block;
}

.abouts .aboutm .abl .aob a:hover {
  background-color: #39c1aa;
  top: -0.06rem;
}

.abouts .aboutm .abr {
  display: inline-block;
  vertical-align: middle;
  width: calc((690 / 1400 * 100%));
  position: relative;
  overflow: hidden;
}

.abouts .aboutm .abr .img {
  width: 100%;
  padding-top: 56.23%;
}

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

.abouts .datas .datm {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
  padding-bottom: 0.3rem;
}

.abouts .datas .datm .dm {
  width: 100%;
  color: #fff;
}

.abouts .datas .datm .dm span {
  display: inline-block;
  margin-right: 0.06rem;
  color: #39c1aa;
}

.abouts .datas .datm .mk {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.abouts .datas .datm.black .dm {
  color: #262839;
}

.abouts .datas .datm.black .dm span {
  color: #262839;
}

.abouts .datas .datm.black .mk {
  color: #262839;
}

@media (max-width: 800px) {
  .abouts .bls {
    width: 100%;
  }
  .abouts .datas .datm.black .dm {
    color: #fff;
  }
  .abouts .datas .datm.black .dm span {
    color: #39c1aa;
  }
  .abouts .datas .datm.black .mk {
    color: #fff;
  }
}

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

.productcens .mitop .mer .classnav {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.productcens .mitop .mer .classnav .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.productcens .mitop .mer .classnav .swiper-slide a {
  width: 100%;
  color: #222434;
  line-height: 2.5;
  padding: 0 0.25rem;
  background-color: transparent;
}

.productcens .mitop .mer .classnav .swiper-slide a:hover {
  top: 0;
}

.productcens .mitop .mer .classnav .swiper-slide.on a, .productcens .mitop .mer .classnav .swiper-slide:hover a {
  background-color: #39c1aa;
}

.productcens .mitop .mer .classnav .swiper-slide + .swiper-slide {
  margin-left: 0.1rem;
}

.productcens .calsom {
  width: 100%;
}

.productcens .calsom .casom {
  width: 100%;
  display: none;
}

.productcens .calsom .casom.on {
  display: block;
}

.productcens .calsom .propers {
  width: 100%;
  position: relative;
}

.productcens .calsom .propers .swiper-container {
  padding-bottom: 15px;
}

.productcens .calsom .propers .cetrm {
  display: inline-block;
  vertical-align: top;
  width: calc(335 / 1400 * 100%);
  margin-right: calc((19 / 1400 * 100%));
  margin-bottom: 0.2rem;
  background-color: #fff;
  transition: all ease 0.5s;
}

.productcens .calsom .propers .cetrm a {
  width: 100%;
  display: block;
  padding: 0.3rem;
}

.productcens .calsom .propers .cetrm .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.productcens .calsom .propers .cetrm .imgs .img {
  width: 100%;
  padding-top: 54.54%;
  transition: all ease 0.5s;
}

.productcens .calsom .propers .cetrm .xit {
  width: 100%;
  text-align: center;
  color: #222434;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.productcens .calsom .propers .cetrm .xim {
  width: 100%;
  text-align: center;
  color: #81838e;
  line-height: 1.5;
  height: 3em;
  margin: 0.12rem 0;
}

.productcens .calsom .propers .cetrm .add {
  width: 0.34rem;
  height: 0.34rem;
  display: block;
  margin: 0 auto;
  transition: all ease 0.5s;
}

.productcens .calsom .propers .cetrm .add img {
  width: 100%;
  display: block;
}

.productcens .calsom .propers .cetrm .add img:first-child {
  display: block;
}

.productcens .calsom .propers .cetrm .add img:last-child {
  display: none;
}

.productcens .calsom .propers .cetrm:nth-child(4n) {
  margin-right: 0;
}

.productcens .calsom .propers .cetrm:hover {
  box-shadow: 8px 6px 30px 0px rgba(216, 216, 232, 0.4);
}

.productcens .calsom .propers .cetrm:hover .imgs .img {
  transform: scale(1.1);
}

.productcens .calsom .propers .cetrm:hover .add {
  background-color: #39c1aa;
}

.productcens .calsom .propers .cetrm:hover .add img:first-child {
  display: none;
}

.productcens .calsom .propers .cetrm:hover .add img:last-child {
  display: block;
}

.productcens .calsom .propers .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  top: calc( 50% - 0.175rem);
  transform: translateY(-50%);
  position: absolute;
  z-index: 5;
  background-color: transparent;
  border: solid 1px #ddd;
  border-radius: 50%;
}

.productcens .calsom .propers .btn img {
  width: 100%;
  display: block;
}

.productcens .calsom .propers .btn img:first-child {
  display: block;
}

.productcens .calsom .propers .btn img:last-child {
  display: none;
}

.productcens .calsom .propers .btn:hover {
  background-color: #39c1aa;
  border: solid 1px #39c1aa;
}

.productcens .calsom .propers .btn:hover img:first-child {
  display: none;
}

.productcens .calsom .propers .btn:hover img:last-child {
  display: block;
}

.productcens .calsom .propers .bl {
  left: -0.8rem;
}

.productcens .calsom .propers .br {
  right: -0.8rem;
}

.productcens .calsom .propers .swiper-scrollbar {
  bottom: 0.5em;
  left: 0;
  width: calc(100% - 40px);
  height: 3px;
}

.productcens .calsom .propers .swiper-scrollbar-drag {
  background-color: #39c1aa;
  border-radius: 6px;
}

.productcens .calsom .propers .cound {
  position: absolute;
  right: 0;
  bottom: 0;
}

.productcens .calsom .propers .cound .now {
  display: inline-block;
  vertical-align: middle;
  color: #39c1aa;
  font-weight: bold;
}

.productcens .calsom .propers .cound .xx, .productcens .calsom .propers .cound .cnum {
  display: inline-block;
  vertical-align: middle;
  color: #222434;
}

@media (max-width: 1520px) {
  .productcens .calsom .propers .bl {
    left: 0rem;
  }
  .productcens .calsom .propers .br {
    right: 0rem;
  }
}

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

.nanner .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nanner .imgs .img {
  width: 100%;
  padding-top: 25.52%;
}

.nanner .nox {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.crumbs {
  width: 100%;
}

.crumbs .crum {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.1rem 0;
  position: relative;
}

.crumbs .crum .cul {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.crumbs .crum .cul .home {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.15rem;
  width: 20px;
}

.crumbs .crum .cul .home img {
  width: 100%;
  display: block;
}

.crumbs .crum .cul a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 3;
}

.crumbs .crum .cul a span {
  display: inline-block;
  color: #333;
  margin: 0 0.1rem;
}

.crumbs .crum .cul a span img {
  width: 100%;
  display: block;
}

.crumbs .crum .cul a:last-child span {
  display: none;
}

.crumbs .crum .cenu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  right: 0.1rem;
  display: none;
}

.crumbs .crum .cenu img {
  width: 100%;
  display: block;
}

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

.newsd .newlist {
  width: 100%;
}

.newsd .newlist .nawom {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: solid 1px #efeff5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.newsd .newlist .nawom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((400 / 1400 * 100%));
  position: relative;
  overflow: hidden;
}

.newsd .newlist .nawom .imgs a {
  width: 100%;
  display: block;
}

.newsd .newlist .nawom .imgs .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.5s;
}

.newsd .newlist .nawom .imgs:hover .img {
  transform: scale(1.1);
}

.newsd .newlist .nawom .loms {
  width: calc(930 / 1400 * 100%);
  display: inline-block;
  vertical-align: middle;
}

.newsd .newlist .nawom .loms .lit {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.1rem;
}

.newsd .newlist .nawom .loms .lit:hover {
  color: #39c1aa;
}

.newsd .newlist .nawom .loms .time {
  width: 100%;
  color: #c0c0cc;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.newsd .newlist .nawom .loms .time span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  margin-right: 0.06rem;
  position: relative;
  top: -0.04rem;
}

.newsd .newlist .nawom .loms .pix {
  width: 100%;
  color: #81838e;
  line-height: 1.5;
  height: 4.5em;
}

.newsd .newlist .nawom .loms .pix p {
  color: #81838e;
  line-height: 1.5;
}

.newsd .newlist .nawom .loms .lob {
  width: 100%;
  margin-top: 0.35rem;
  font-size: 0;
}

.newsd .newlist .nawom .loms .lob a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.8;
  background-color: #39c1aa;
  top: 0;
  font-weight: bold;
  position: relative;
  transition: all ease 0.5s;
  width: auto;
  border-radius: 1.4em;
  padding: 0 0.3rem;
  text-align: center;
  min-width: 1.6rem;
}

.newsd .newlist .nawom .loms .lob a:hover {
  background-color: #39c1aa;
  top: -0.06rem;
}

.newsd .netails {
  width: 100%;
  background-color: #f8f8f9;
  padding: 0.9rem;
}

.newsd .netails .nit {
  width: 100%;
  text-align: center;
  color: #000;
  line-height: 1.3;
}

.newsd .netails .nit.mbt {
  margin-bottom: 0.5rem;
}

.newsd .netails .nim {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0 0.1rem;
  text-align: center;
}

.newsd .netails .nim .xm {
  display: inline-block;
  vertical-align: middle;
  color: #81838e;
  line-height: 1.5;
  margin: 0 0.1rem 0.1rem;
}

.newsd .netails .nim .xd {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin: 0  0.1rem 0.1rem;
}

.newsd .netails .nim .xd img {
  width: 100%;
  display: block;
}

.newsd .netails .ninp {
  width: 100%;
  color: #81838e;
  line-height: 1.6;
  text-align: justify;
  padding: 0.3rem 0;
  border-top: solid 1px #e6e6ee;
}

.newsd .netails .ninp p {
  color: #81838e;
  line-height: 1.6;
}

.newsd .netails .nob {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0;
}

.newsd .netails .nob .nab {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
}

.newsd .netails .nob .nab a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #e8e8f4;
  padding: 0.15rem 0.3rem;
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.newsd .netails .nob .nab a:hover {
  color: #fff;
  background-color: #39c1aa;
  border: solid 1px #39c1aa;
}

.newsd .netails .nob .nab:nth-child(2n) {
  margin-right: 0;
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  color: #000;
  cursor: pointer;
  background-color: #f4f4f5;
  margin: 0 0.05rem;
  transition: all ease 0.3s;
}

.pages .page.ltn {
  background-image: url("../images/b1.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.rtn {
  background-image: url("../images/b2.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pages .page.on {
  background-color: #39c1aa;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.pages .page.on.ltn, .pages .page.ltn:hover {
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.pages .page.on.rtn, .pages .page.rtn:hover {
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.pages .page:hover {
  background-color: #39c1aa;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

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

.contacts {
  width: 100%;
  padding: 0.2rem 0 0.4rem;
}

.contacts .contm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts .contm .cit {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.contacts .contm .col {
  width: calc((525 / 1400 * 100%));
  display: inline-block;
  vertical-align: middle;
}

.contacts .contm .col .conlist {
  width: 100%;
}

.contacts .contm .col .conlist .colem {
  width: 100%;
  padding: 0.15rem 0;
  font-size: 0;
  border-bottom: solid 1px #efeff5;
}

.contacts .contm .col .conlist .colem .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background-color: #f4f4f5;
}

.contacts .contm .col .conlist .colem .ic img {
  width: 100%;
  display: block;
}

.contacts .contm .col .conlist .colem .ckm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.8rem);
  color: #222434;
  line-height: 1.5;
}

.contacts .contm .col .conlist .colem:first-child {
  border-top: solid 1px #efeff5;
}

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

.contacts .contm .cor .cit {
  text-align: center;
}

.contacts .contm .cor .corm {
  width: 100%;
  height: calc(4.5rem + 6px);
  background-color: #f4f4f5;
  padding: 0.5rem;
}

.contacts .contm .cor .corm form {
  width: 100%;
  display: block;
}

.contacts .contm .cor .corm .row {
  width: 100%;
  font-size: 0;
}

.contacts .contm .cor .corm .row .input {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 0.1rem;
}

.contacts .contm .cor .corm .row .input input {
  width: 100%;
  display: block;
  padding: 0 0.2rem;
  color: #333;
  line-height: 2.5;
  height: 2.5em;
  border: none;
  background-color: #fff;
}

.contacts .contm .cor .corm .row .input:nth-child(2n) {
  margin-right: 0;
}

.contacts .contm .cor .corm .row input::-webkit-input-placeholder,
.contacts .contm .cor .corm .row textarea::-webkit-input-placeholder {
  color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row input:-moz-placeholder,
.contacts .contm .cor .corm .row textarea:-moz-placeholder {
  color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row input::-moz-placeholder,
.contacts .contm .cor .corm .row textarea::-moz-placeholder {
  color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row input:-ms-input-placeholder,
.contacts .contm .cor .corm .row textarea:-ms-input-placeholder {
  color: rgba(34, 36, 52, 0.5);
}

.contacts .contm .cor .corm .row .text {
  width: 100%;
}

.contacts .contm .cor .corm .row .text textarea {
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  padding: 0.15rem 0.2rem;
  margin-bottom: 0.1rem;
  color: #333;
  line-height: 1.5;
}

.contacts .contm .cor .corm .row .code {
  width: 100%;
  font-size: 0;
}

.contacts .contm .cor .corm .row .code .int {
  width: 2.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.contacts .contm .cor .corm .row .code .int input {
  width: 100%;
  display: block;
  padding: 0 0.2rem;
  color: #333;
  line-height: 2.5;
  height: 2.5em;
  border: none;
  background-color: #fff;
}

.contacts .contm .cor .corm .row .code .ymg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 2.5em;
}

.contacts .contm .cor .corm .row .code .ymg img {
  height: 100%;
  display: block;
}

.contacts .contm .cor .corm .sub {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
  text-align: center;
}

.contacts .contm .cor .corm .sub .stn {
  display: inline-block;
  vertical-align: middle;
  width: 2.3rem;
  background-color: #39c1aa;
  border: none;
  color: #fff;
  line-height: 2.8;
  height: 2.8em;
  border-radius: 1.4em;
  cursor: pointer;
}

@media (max-width: 1520px) {
  .contacts .contm .cor .corm {
    height: auto;
  }
}

.maps {
  width: 100%;
}

.maps .map {
  width: 100%;
  display: block;
  height: 5rem;
}

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

.maps .map .BMap_Marker div {
  width: 39px !important;
  font-size: 14px;
  line-height: 1.5;
  background-position: center !important;
  background-size: 100% 100% !important;
}

.maps .map .BMap_Marker span {
  background-size: 100% 100% !important;
}

.maps .map .BMap_noprint {
  background-position: center !important;
  background-size: 100% 100% !important;
}

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

.solutom .solutlis {
  width: 100%;
  font-size: 0;
}

.solutom .solutlis .solem {
  display: inline-block;
  vertical-align: top;
  width: calc((454 / 1400 * 100%));
  margin-right: calc(19 / 1400 * 100%);
  margin-bottom: 0.4rem;
}

.solutom .solutlis .solem a {
  width: 100%;
  display: block;
}

.solutom .solutlis .solem .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.solutom .solutlis .solem .imgs a {
  width: 100%;
  display: block;
}

.solutom .solutlis .solem .imgs .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.5s;
}

.solutom .solutlis .solem .som {
  width: 100%;
  padding: 0.24rem 0;
  border-bottom: solid 1px #efeff5;
}

.solutom .solutlis .solem .som .st {
  width: 100%;
  color: #222434;
  line-height: 1.5;
}

.solutom .solutlis .solem .som .sm {
  width: 100%;
  margin-top: 0.1rem;
  color: #81838e;
  line-height: 1.5;
  height: 3em;
}

.solutom .solutlis .solem:hover .imgs .img {
  transform: scale(1.1);
}

.solutom .solutlis .solem:hover .som .st {
  color: #39c1aa;
}

.solutom .solutlis .solem:nth-child(3n) {
  margin-right: 0;
}

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

.relateds .rits {
  width: 100%;
  text-align: center;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.relateds .relatper {
  width: 100%;
  position: relative;
}

.relateds .relatper .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  top: calc( 50% - 0.175rem);
  transform: translateY(-50%);
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 50%;
}

.relateds .relatper .btn img {
  width: 100%;
  display: block;
}

.relateds .relatper .btn img:first-child {
  display: block;
}

.relateds .relatper .btn img:last-child {
  display: none;
}

.relateds .relatper .btn:hover {
  background-color: #39c1aa;
  border: solid 1px #39c1aa;
}

.relateds .relatper .btn:hover img:first-child {
  display: none;
}

.relateds .relatper .btn:hover img:last-child {
  display: block;
}

.relateds .relatper .bl {
  left: -0.8rem;
}

.relateds .relatper .br {
  right: -0.8rem;
}

.relateds .relatper .swiper-slide {
  width: 100%;
  background-color: #fff;
  transition: all ease 0.5s;
  border: solid 1px #e8e8f4;
}

.relateds .relatper .swiper-slide .stm {
  width: 100%;
}

.relateds .relatper .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0.3rem;
}

.relateds .relatper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.relateds .relatper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 54.54%;
  transition: all ease 0.5s;
}

.relateds .relatper .swiper-slide .xit {
  width: 100%;
  text-align: center;
  color: #222434;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.relateds .relatper .swiper-slide .xim {
  width: 100%;
  text-align: center;
  color: #81838e;
  line-height: 1.5;
  height: 3em;
  margin: 0.12rem 0;
}

.relateds .relatper .swiper-slide .add {
  width: 0.34rem;
  height: 0.34rem;
  display: block;
  margin: 0 auto;
  transition: all ease 0.5s;
}

.relateds .relatper .swiper-slide .add img {
  width: 100%;
  display: block;
}

.relateds .relatper .swiper-slide .add img:first-child {
  display: block;
}

.relateds .relatper .swiper-slide .add img:last-child {
  display: none;
}

.relateds .relatper .swiper-slide .vob {
  width: 100%;
  background-color: #f4f4f5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.relateds .relatper .swiper-slide .vob a {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
}

.relateds .relatper .swiper-slide .vob a img {
  width: 100%;
  height: 100%;
  display: block;
}

.relateds .relatper .swiper-slide .vob .xt {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.relateds .relatper .swiper-slide .stm:hover .imgs .img {
  transform: scale(1.1);
}

.relateds .relatper .swiper-slide .stm:hover .add {
  background-color: #39c1aa;
}

.relateds .relatper .swiper-slide .stm:hover .add img:first-child {
  display: none;
}

.relateds .relatper .swiper-slide .stm:hover .add img:last-child {
  display: block;
}

.relateds .relatper .swiper-slide:hover {
  box-shadow: 8px 6px 30px 0px rgba(216, 216, 232, 0.4);
}

@media (max-width: 1520px) {
  .relateds .relatper .bl {
    left: -0.15rem;
  }
  .relateds .relatper .br {
    right: -0.15rem;
  }
}

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

.aboutm .abom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.aboutm .abom .aml {
  display: inline-block;
  vertical-align: top;
  width: calc((690 / 1400 * 100%));
  position: relative;
  overflow: hidden;
}

.aboutm .abom .aml .img {
  width: 100%;
  padding-top: 59.23%;
}

.aboutm .abom .aml .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  transition: all ease 0.5s;
}

.aboutm .abom .aml .play img {
  width: 100%;
  display: block;
}

.aboutm .abom .aml .play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.aboutm .abom .amr {
  display: inline-block;
  vertical-align: top;
  width: calc((630 / 1400 * 100%));
}

.aboutm .abom .amr .air {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.aboutm .abom .amr .aimp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.aboutm .abom .amr .aimp p {
  color: #666;
  line-height: 1.5;
}

.aboutm .datem {
  width: 100%;
  font-size: 0;
  padding: 0.6rem 0.5rem;
  position: relative;
  z-index: 2;
  top: -0.25rem;
}

.aboutm .datem .datm {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
  position: relative;
  left: 0.5rem;
}

.aboutm .datem .datm .dm {
  width: 100%;
  color: #fff;
}

.aboutm .datem .datm .dm span {
  display: inline-block;
  margin-right: 0.06rem;
  color: #39c1aa;
}

.aboutm .datem .datm .mk {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.wchoose {
  width: 100%;
  padding: 0.4rem 0;
}

.wchoose .wchlist {
  width: 100%;
  font-size: 0;
}

.wchoose .wchlist .wcom {
  display: inline-block;
  vertical-align: top;
  width: calc((466 / 1400 * 100%));
  background-color: #f8f9fc;
  padding: 0.5rem 0.4rem;
  font-size: 0;
  border: solid 1px #f8f9fc;
}

.wchoose .wchlist .wcom .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.2rem;
}

.wchoose .wchlist .wcom .ic img {
  width: 100%;
  display: block;
}

.wchoose .wchlist .wcom .rmk {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.1rem);
}

.wchoose .wchlist .wcom .rmk .rt {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.wchoose .wchlist .wcom .rmk .cim {
  width: 100%;
  color: #81838e;
  line-height: 1.5;
  height: 4.5em;
}

.wchoose .wchlist .wcom:nth-child(2n) {
  background-color: #fff;
}

.factorys {
  width: 100%;
  padding: 0.4rem 0;
}

.factorys .factper {
  width: 100%;
  position: relative;
}

.factorys .factper .swiper-slide {
  width: 100%;
  margin-bottom: 0.1rem;
}

.factorys .factper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.factorys .factper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 56.23%;
  transition: all ease 0.5s;
}

.factorys .factper .swiper-slide .imgs .vom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.factorys .factper .swiper-slide .imgs .vom .vt {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.factorys .factper .swiper-slide .imgs .vom .vt.w100 {
  width: 100%;
  text-align: center;
}

.factorys .factper .swiper-slide .imgs .vom .fd {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.factorys .factper .swiper-slide .imgs .vom .fd img {
  width: 100%;
  display: block;
}

.factorys .factper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.factorys .factper .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  top: calc( 50% - 0.175rem);
  transform: translateY(-50%);
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 50%;
}

.factorys .factper .btn img {
  width: 100%;
  display: block;
}

.factorys .factper .btn img:first-child {
  display: block;
}

.factorys .factper .btn img:last-child {
  display: none;
}

.factorys .factper .btn:hover {
  background-color: #39c1aa;
  border: solid 1px #39c1aa;
}

.factorys .factper .btn:hover img:first-child {
  display: none;
}

.factorys .factper .btn:hover img:last-child {
  display: block;
}

.factorys .factper .bl {
  left: -0.25rem;
}

.factorys .factper .br {
  right: -0.25rem;
}

.factorys .factper .swiper-container {
  padding-bottom: 15px;
}

.factorys .factper .swiper-scrollbar {
  bottom: 0.5em;
  left: 0;
  width: calc(100% - 40px);
  height: 3px;
}

.factorys .factper .swiper-scrollbar-drag {
  background-color: #39c1aa;
  border-radius: 6px;
}

.factorys .factper .cound {
  position: absolute;
  right: 0;
  bottom: 0;
}

.factorys .factper .cound .now {
  display: inline-block;
  vertical-align: middle;
  color: #39c1aa;
  font-weight: bold;
}

.factorys .factper .cound .xx, .factorys .factper .cound .cnum {
  display: inline-block;
  vertical-align: middle;
  color: #222434;
}

.factorys .factper.btc .bl {
  left: -0.25rem;
}

.factorys .factper.btc .br {
  right: -0.25rem;
}

@media (max-width: 1520px) {
  .factorys .factper .bl {
    left: -0.15rem;
  }
  .factorys .factper .br {
    right: -0.15rem;
  }
}

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

.historys .histoper {
  width: 100%;
  position: relative;
}

.historys .histoper .swiper-container {
  width: 100%;
  padding: 0.8rem 0;
}

.historys .histoper:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  background-color: rgba(49, 59, 141, 0.1);
  height: 2px;
}

.historys .histoper .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  top: calc( 50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 50%;
}

.historys .histoper .btn img {
  width: 100%;
  display: block;
}

.historys .histoper .btn img:first-child {
  display: block;
}

.historys .histoper .btn img:last-child {
  display: none;
}

.historys .histoper .btn:hover {
  background-color: #39c1aa;
  border: solid 1px #39c1aa;
}

.historys .histoper .btn:hover img:first-child {
  display: none;
}

.historys .histoper .btn:hover img:last-child {
  display: block;
}

.historys .histoper .bl {
  left: -0.25rem;
}

.historys .histoper .br {
  right: -0.25rem;
}

.historys .histoper .swiper-slide {
  width: 100%;
  text-align: center;
  padding: 1.4rem 0.1rem;
  position: relative;
  cursor: pointer;
}

.historys .histoper .swiper-slide .pim {
  position: absolute;
  bottom: -0.3rem;
  width: 100%;
  padding: 0 0.1rem;
  color: #222434;
  line-height: 1.5;
  height: 4.5em;
}

.historys .histoper .swiper-slide .years {
  width: 100%;
  text-align: center;
  font-size: 0;
  position: absolute;
  top: 0.2rem;
}

.historys .histoper .swiper-slide .years .yeom {
  display: block;
  margin: 0 auto;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background-color: #fff;
  color: #222434;
  line-height: 0.85rem;
  text-align: center;
  position: relative;
}

.historys .histoper .swiper-slide .years .yeom:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: solid 1px #39c1aa;
  display: none;
}

.historys .histoper .swiper-slide .years .lx {
  display: block;
  margin: 0 auto 0;
  background-color: rgba(49, 59, 141, 0.1);
  width: 2px;
  height: 0.35rem;
}

.historys .histoper .swiper-slide:nth-child(2n) .years {
  bottom: 0.2rem;
  top: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.historys .histoper .swiper-slide:nth-child(2n) .pim {
  bottom: auto;
  top: 0rem;
}

.historys .histoper .swiper-slide.on .years .yeom {
  background-color: #39c1aa;
  color: #fff;
}

.historys .histoper .swiper-slide.on .years .yeom:after {
  display: block;
}

@media (max-width: 1520px) {
  .historys .histoper .bl {
    left: -0.25rem;
  }
  .historys .histoper .br {
    right: -0.25rem;
  }
}

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

.produm .propm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.produm .propm .prl {
  display: inline-block;
  vertical-align: top;
  width: calc((310 / 1400 * 100%));
  padding-top: 0.8rem;
}

.produm .propm .prl .pit {
  width: 100%;
  background-color: #39c1aa;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.2rem 0.3rem;
}

.produm .propm .prl .reul {
  width: 100%;
}

.produm .propm .prl .reul .rli {
  width: 100%;
  background-color: #f4f4f5;
  position: relative;
}

.produm .propm .prl .reul .rli .ras {
  width: 100%;
  font-size: 0;
  border-bottom: solid 1px #eee;
}

.produm .propm .prl .reul .rli .ras > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  color: #333;
  font-weight: bold;
  padding: 0.1rem 0.2rem;
}

.produm .propm .prl .reul .rli .ras > a:hover {
  color: #39c1aa;
}

.produm .propm .prl .reul .rli .eul {
  width: 100%;
  position: relative;
  display: none;
  background: #fff;
  border-top: solid 1px #eee;
  padding: 0 0.1rem;
}

.produm .propm .prl .reul .rli .eul .el {
  width: 100%;
  border-bottom: solid 1px #eee;
  position: relative;
}

.produm .propm .prl .reul .rli .eul .el:after {
  content: ' ';
  position: absolute;
  right: 0.2rem;
  top: 0.25rem;
  width: 14px;
  height: 9px;
  background-image: url("../images/x.png");
  background-size: 100% 100%;
  transition: all ease 0.5s;
  text-align: center;
  display: none;
}

.produm .propm .prl .reul .rli .eul .es {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #666;
  padding-left: 0.2rem;
  position: relative;
}

.produm .propm .prl .reul .rli .eul .es:hover {
  color: #39c1aa;
}

.produm .propm .prl .reul .rli .eul .el.has-navss:after {
  display: inline-block;
}

.produm .propm .prl .reul .rli .eul .el.has-navss.show:after {
  content: ' ';
  transform: rotate(180deg);
}

.produm .propm .prl .reul .rli .eul .sul {
  width: 100%;
  display: none;
  border-top: solid 1px #eee;
  padding: 0.2rem 0.3rem;
}

.produm .propm .prl .reul .rli .eul .sul a {
  width: 100%;
  line-height: 2.2;
  color: #666;
  display: block;
}

.produm .propm .prl .reul .rli .eul .sul a.active {
  color: #39c1aa;
}

.produm .propm .prl .reul .rli .eul .sul a:hover {
  color: #39c1aa;
}

.produm .propm .prl .reul .rli:after {
  content: ' ';
  position: absolute;
  right: 0.2rem;
  top: 0.25rem;
  width: 14px;
  height: 9px;
  display: block;
  transition: all ease 0.5s;
  background-image: url("../images/x.png");
  background-size: 100% 100%;
  color: #000;
  display: none;
}

.produm .propm .prl .reul .rli.has-navs:after {
  display: block;
}

.produm .propm .prl .reul .rli.has-navs.show:after {
  content: ' ';
  transform: rotate(180deg);
}

.produm .propm .prl .prom {
  width: 100%;
  margin-top: 0.6rem;
}

.produm .propm .prl .prom .piv {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}

.produm .propm .prl .prom form {
  width: 100%;
  display: block;
}

.produm .propm .prl .prom .input {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.produm .propm .prl .prom .input input {
  width: 100%;
  display: block;
  border: solid 1px #dcdce2;
  background-color: #fff;
  padding: 0 0.12rem;
  color: #222434;
  line-height: 3;
  height: 3em;
}

.produm .propm .prl .prom .input.yzm {
  display: flex;
  align-items: center;
}

.produm .propm .prl .prom .input.yzm input {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.produm .propm .prl .prom .input.yzm .img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: 3em;
  border: solid 1px #dcdce2;
  margin-left: 0.1rem;
}

.produm .propm .prl .prom .input.yzm .img img {
  height: 100%;
  display: block;
}

.produm .propm .prl .prom .text {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.produm .propm .prl .prom .text textarea {
  width: 100%;
  display: block;
  border: solid 1px #dcdce2;
  background-color: #fff;
  padding: 0.12rem;
  color: #222434;
  line-height: 1.5;
}

.produm .propm .prl .prom .sub {
  width: 100%;
  margin-top: 0.2rem;
}

.produm .propm .prl .prom .sub input {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 3;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #39c1aa;
}

.produm .propm .prr {
  display: inline-block;
  vertical-align: top;
  width: calc((1045 / 1400 * 100%));
}

.produm .propm .prr .maul {
  width: 100%;
}

.produm .propm .prr .sacem {
  width: 100%;
  display: none;
}

.produm .propm .prr .sacem.active {
  display: block;
}

.produm .propm .prr .sit {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.produm .propm .prr .sorm {
  width: 100%;
}

.produm .propm .prr .sorm form {
  width: 100%;
  display: block;
  font-size: 0;
}

.produm .propm .prr .sorm .inpt {
  display: inline-block;
  vertical-align: top;
  margin-right: calc(5 / 1045 * 100%);
  margin-bottom: 0.1rem;
  width: calc(290 / 1045 * 100%);
}

.produm .propm .prr .sorm .inpt .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  background-color: #fff;
  border: solid 1px #d2d2d2;
  padding: 0 0.4rem 0 0.2rem;
  overflow: hidden;
}

.produm .propm .prr .sorm .inpt .select-con .select-value {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 3.2;
  height: 3.2em;
  color: #333;
}

.produm .propm .prr .sorm .inpt .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.produm .propm .prr .sorm .inpt .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.produm .propm .prr .sorm .inpt .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border: solid 0.05rem;
  border-color: #919191 transparent transparent transparent;
}

.produm .propm .prr .sorm .sub {
  display: inline-block;
  vertical-align: top;
  width: calc((159 / 1045) * 100%);
  text-align: center;
  height: 3.2em;
  line-height: 3.2;
  color: #fff;
  position: relative;
  background-color: #39c1aa;
  overflow: hidden;
}

.produm .propm .prr .sorm .sub span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  margin-right: 0.1rem;
}

.produm .propm .prr .sorm .sub span img {
  width: 100%;
  display: block;
}

.produm .propm .prr .sorm .sub input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.produm .propm .prr .sacemlis {
  width: 100%;
  font-size: 0;
}

.produm .propm .prr .sacemlis .cemas {
  display: inline-block;
  vertical-align: top;
  width: calc((335 / 1045 * 100%));
  margin-right: calc((19 / 1045 * 100%));
  margin-bottom: 0.2rem;
  background-color: #fff;
  transition: all ease 0.5s;
  border: solid 1px #e8e8f4;
}

.produm .propm .prr .sacemlis .cemas .stm {
  width: 100%;
}

.produm .propm .prr .sacemlis .cemas a {
  width: 100%;
  display: block;
  padding: 0.3rem;
}

.produm .propm .prr .sacemlis .cemas .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.produm .propm .prr .sacemlis .cemas .imgs .img {
  width: 100%;
  padding-top: 54.54%;
  transition: all ease 0.5s;
}

.produm .propm .prr .sacemlis .cemas .xit {
  width: 100%;
  text-align: center;
  color: #222434;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.produm .propm .prr .sacemlis .cemas .xim {
  width: 100%;
  text-align: center;
  color: #81838e;
  line-height: 1.5;
  height: 3em;
  margin: 0.12rem 0;
}

.produm .propm .prr .sacemlis .cemas .add {
  width: 0.34rem;
  height: 0.34rem;
  display: block;
  margin: 0 auto;
  transition: all ease 0.5s;
}

.produm .propm .prr .sacemlis .cemas .add img {
  width: 100%;
  display: block;
}

.produm .propm .prr .sacemlis .cemas .add img:first-child {
  display: block;
}

.produm .propm .prr .sacemlis .cemas .add img:last-child {
  display: none;
}

.produm .propm .prr .sacemlis .cemas .vob {
  width: 100%;
  background-color: #f4f4f5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.produm .propm .prr .sacemlis .cemas .vob a {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
}

.produm .propm .prr .sacemlis .cemas .vob a img {
  width: 100%;
  height: 100%;
  display: block;
}

.produm .propm .prr .sacemlis .cemas .vob .xt {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.produm .propm .prr .sacemlis .cemas .stm:hover .imgs .img {
  transform: scale(1.1);
}

.produm .propm .prr .sacemlis .cemas .stm:hover .add {
  background-color: #39c1aa;
}

.produm .propm .prr .sacemlis .cemas .stm:hover .add img:first-child {
  display: none;
}

.produm .propm .prr .sacemlis .cemas .stm:hover .add img:last-child {
  display: block;
}

.produm .propm .prr .sacemlis .cemas:nth-child(3n) {
  margin-right: 0;
}

.produm .propm .prr .sacemlis .cemas:hover {
  box-shadow: 8px 6px 30px 0px rgba(216, 216, 232, 0.4);
}

.produm .propm .prr .descm {
  width: 100%;
  padding: 0.3rem 0;
}

.produm .propm .prr .descm .detop {
  width: 100%;
  background-color: #f4f4f5;
  padding: 5px 5px 0;
  font-size: 0;
}

.produm .propm .prr .descm .detop span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: #222434;
  line-height: 2.5;
  padding: 0 0.4rem;
}

.produm .propm .prr .descm .dinp {
  width: 100%;
  margin: 0.3rem 0;
  color: #666;
  line-height: 1.8;
  padding: 0 3px;
}

.produm .propm .prr .descm .dinp p {
  color: #666;
  line-height: 1.8;
}

.produm .propm .prr .descm .nob {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0;
}

.produm .propm .prr .descm .nob .nab {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
}

.produm .propm .prr .descm .nob .nab a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #e8e8f4;
  padding: 0.1rem 0.3rem;
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.produm .propm .prr .descm .nob .nab a:hover {
  color: #fff;
  background-color: #39c1aa;
  border: solid 1px #39c1aa;
}

.produm .propm .prr .descm .nob .nab:nth-child(2n) {
  margin-right: 0;
}

.produm .propm .prr .relateds .relatper .bl {
  left: -0.25rem;
}

.produm .propm .prr .relateds .relatper .br {
  right: -0.25rem;
}

.produm .propm .prr .proeom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.produm .propm .prr .proeom .poml {
  display: inline-block;
  vertical-align: top;
  width: calc(600 / 1045 * 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.produm .propm .prr .proeom .poml .elper {
  width: calc((120 / 600) * 100%);
  margin-left: calc((15 / 600) * 100%);
  position: relative;
  box-sizing: border-box;
}

.produm .propm .prr .proeom .poml .elper .swiper-container {
  width: 100%;
  height: calc(100% - 62px);
  padding: 0.1rem 0;
}

.produm .propm .prr .proeom .poml .elper .swiper-slide {
  width: 100%;
  transition: all ease 0.5s;
  cursor: pointer;
  height: auto;
  border: solid 1px #ccc;
}

.produm .propm .prr .proeom .poml .elper .swiper-slide .img {
  width: 100%;
  padding-top: 100%;
}

.produm .propm .prr .proeom .poml .elper .swiper-slide.on {
  border: solid 1px #39c1aa;
}

.produm .propm .prr .proeom .poml .elper .btn {
  position: relative;
  width: 31px;
  height: 31px;
  margin: 0 auto 0rem;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #e8e8f4;
}

.produm .propm .prr .proeom .poml .elper .btn img {
  width: 100%;
  display: block;
}

.produm .propm .prr .proeom .poml .elper .btn img:first-child {
  display: block;
}

.produm .propm .prr .proeom .poml .elper .btn img:last-child {
  display: none;
}

.produm .propm .prr .proeom .poml .elper .btn:hover {
  border: solid 1px #39c1aa;
  background-color: #39c1aa;
}

.produm .propm .prr .proeom .poml .elper .btn:hover img:first-child {
  display: none;
}

.produm .propm .prr .proeom .poml .elper .btn:hover img:last-child {
  display: block;
}

.produm .propm .prr .proeom .poml .erper {
  width: calc((460 / 600) * 100%);
}

.produm .propm .prr .proeom .poml .erper .swiper-slide {
  width: 100%;
}

.produm .propm .prr .proeom .poml .erper .swiper-slide .img {
  width: 100%;
  padding-top: 100%;
  border: solid 1px #ccc;
}

.produm .propm .prr .proeom .pomr {
  display: inline-block;
  vertical-align: top;
  width: calc((370 / 1045* 100%));
}

.produm .propm .prr .proeom .pomr .pir {
  width: 100%;
  font-size: 0;
}

.produm .propm .prr .proeom .pomr .pir .pt {
  display: inline-block;
  vertical-align: middle;
  color: #222434;
  line-height: 1.5;
  position: relative;
}

.produm .propm .prr .proeom .pomr .pir .ic {
  position: absolute;
  top: 50%;
  width: 19px;
  height: 19px;
  left: 103%;
  top: 0;
}

.produm .propm .prr .proeom .pomr .pir .ic .cm {
  width: 100%;
  height: 100%;
  display: block;
}

.produm .propm .prr .proeom .pomr .pir .ic .sm {
  width: 1rem;
  height: 1rem;
  width: 100px;
  height: 100px;
  max-width: none;
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  transition: all ease 0.5s;
}

.produm .propm .prr .proeom .pomr .pir .ic:hover .sm {
  opacity: 1;
}

.produm .propm .prr .proeom .pomr .pinp {
  width: 100%;
  color: #666;
  line-height: 1.7;
  margin: 0.2rem 0;
}

.produm .propm .prr .proeom .pomr .pinp p {
  color: #666;
  line-height: 1.7;
}

.produm .propm .prr .proeom .pomr .numbers {
  width: 100%;
  font-size: 0;
  margin: 0.35rem 0;
}

.produm .propm .prr .proeom .pomr .numbers span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 2.2;
}

.produm .propm .prr .proeom .pomr .numbers .cum {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-left: 0.2rem;
}

.produm .propm .prr .proeom .pomr .numbers .cum .ctn {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  border: solid 1px #313131;
}

.produm .propm .prr .proeom .pomr .numbers .cum .ctn img {
  width: 100%;
  display: block;
}

.produm .propm .prr .proeom .pomr .numbers .cum .counx {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  margin: 0 0.1rem;
}

.produm .propm .prr .proeom .pomr .numbers .cum .counx input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  height: 2.2em;
  line-height: 2.2em;
  text-align: center;
  display: block;
  background-color: #ffffff;
  border: solid 1px #313131;
  color: #222;
}

.produm .propm .prr .proeom .pomr .ptm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.produm .propm .prr .proeom .pomr .ptm .pas {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 3;
  width: auto;
  padding: 0 40px;
  margin-right: 0.12rem;
  border-radius: 1.5em;
  background-color: #39c1aa;
}

.produm .propm .prr .proeom .pomr .ptm .vas {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  color: #39c1aa;
  line-height: 3;
  text-align: center;
  background-color: #222434;
  border-radius: 1.5em;
}

.produm .propm .prr .proeom .pomr .ptm .vas span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 21px;
  margin-right: 0.06rem;
}

.produm .propm .prr .proeom .pomr .ptm .vas span img {
  width: 100%;
  display: block;
}

.produm .propm .pack {
  display: none;
}

@media (max-width: 800px) {
  .crumbs .crum .cenu {
    display: block;
  }
  .produm .propm {
    padding-top: 0;
  }
  .produm .propm .prl {
    width: 80%;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    z-index: 501;
    transition: transform .3s;
    padding: 0.5rem 0.2rem;
    display: block;
    text-align: left;
    display: none;
  }
  .produm .propm .prr {
    width: 100%;
  }
  .produm .propm .prr .sorm .inpt {
    width: 100%;
    margin-right: 0;
  }
  .produm .propm .prr .sorm .sub {
    width: 100%;
  }
  .produm .propm .prr .sacemlis {
    width: 100%;
  }
  .produm .propm .prr .sacemlis .cemas .vob a {
    width: 30px;
    height: 30px;
  }
  .produm .propm .prr .proeom .poml .elper {
    font-size: 0;
  }
  .produm .propm .prr .proeom .poml .elper .btn {
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
  }
  .produm .propm .prr .proeom .poml .elper .swiper-container {
    width: calc(100% - 62px - 0.2rem);
    margin: 0 0.1rem;
    height: auto;
    padding: 0.1rem 0;
    display: inline-block;
    vertical-align: middle;
  }
  .produm .propm .pack {
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    z-index: 500;
    transition: transform .3s;
    padding: 0.1rem;
    display: block;
    text-align: left;
    display: none;
  }
}

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

.consulting .cit {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.consulting .conbles {
  width: 100%;
  border: solid 1px #e8e8f4;
}

.consulting .conbles .tr {
  width: 100%;
  font-size: 0;
  display: flex;
}

.consulting .conbles .tr .td {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
}

.consulting .conbles .tr .tdm {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  line-height: 1.5;
  color: #222434;
  display: flex;
  align-items: center;
}

.consulting .conbles .tr .tdm .num {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #e8e8f4;
  padding: 0 0.3rem;
  color: #666;
  line-height: 2.5;
}

.consulting .conbles .tr .td + .td {
  border-left: solid 1px #e8e8f4;
}

.consulting .conbles .tr.head {
  background-color: #f4f4f5;
}

.consulting .conbles .tr.head .tdm {
  color: #666;
}

.consulting .conbles .tr + .tr {
  border-top: solid 1px #e8e8f4;
}

.consulting .conform {
  width: 100%;
  margin-top: 0.3rem;
  background-color: #f4f4f5;
  padding: 0.5rem;
}

.consulting .conform form {
  width: 100%;
  display: block;
}

.consulting .conform .row {
  width: 100%;
  font-size: 0;
}

.consulting .conform .row .inpuv {
  display: inline-block;
  vertical-align: top;
  width: calc((318 / 1300 * 100%));
  margin-right: calc((8 / 1300 * 100%));
  margin-bottom: 0.1rem;
}

.consulting .conform .row .inpuv input {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #d7d7de;
  padding: 0 0.12rem;
  line-height: 3;
  height: 3em;
  color: #333;
}

.consulting .conform .row .inpuv:nth-child(4n) {
  margin-right: 0;
}

.consulting .conform .row .text {
  width: 100%;
}

.consulting .conform .row .text .area {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #d7d7de;
  padding: 0.12rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.1rem;
}

.consulting .conform .row .code {
  width: 100%;
  font-size: 0;
  display: flex;
}

.consulting .conform .row .code .int {
  width: 2.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.consulting .conform .row .code .int input {
  width: 100%;
  display: block;
  padding: 0 0.2rem;
  color: #333;
  line-height: 3;
  height: 3em;
  border: none;
  background-color: #ffffff;
  border: solid 1px #d7d7de;
}

.consulting .conform .row .code .ymg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 3em;
}

.consulting .conform .row .code .ymg img {
  height: 100%;
  display: block;
}

.consulting .conform input::-webkit-input-placeholder,
.consulting .conform textarea::-webkit-input-placeholder {
  color: #999;
}

.consulting .conform input:-moz-placeholder,
.consulting .conform textarea:-moz-placeholder {
  color: #999;
}

.consulting .conform input::-moz-placeholder,
.consulting .conform textarea::-moz-placeholder {
  color: #999;
}

.consulting .conform input:-ms-input-placeholder,
.consulting .conform textarea:-ms-input-placeholder {
  color: #999;
}

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

.consulting .conform .sub .stn {
  display: inline-block;
  vertical-align: middle;
  min-width: 2.3rem;
  text-align: center;
  color: #fff;
  line-height: 3em;
  height: 3em;
  border-radius: 1.5em;
  background-color: #39c1aa;
  cursor: pointer;
  border: none;
}

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

.faqs .faqlist {
  width: 100%;
}

.faqs .faqlist .recuim {
  width: 100%;
}

.faqs .faqlist .recuim .ritle {
  width: 100%;
  display: flex;
  background-color: #f4f4f5;
  position: relative;
}

.faqs .faqlist .recuim .ritle .qs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #39c1aa;
}

.faqs .faqlist .recuim .ritle .rm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  padding: 0.2rem 0.3rem;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 0.4rem;
}

.faqs .faqlist .recuim .ritle .ic {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: absolute;
  right: 0.2rem;
  top: calc(0.1rem + 0.75em);
}

.faqs .faqlist .recuim .ritle .ic img {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 6px;
  transition: all ease 0.5s;
}

.faqs .faqlist .recuim .recont {
  width: 100%;
  border: solid 1px #efeff5;
  display: none;
}

.faqs .faqlist .recuim .recont .ritm {
  width: 100%;
  display: flex;
}

.faqs .faqlist .recuim .recont .ritm .ric {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
  text-align: center;
  color: #000;
  background-color: #ffffff;
  border-right: solid 1px #efeff5;
}

.faqs .faqlist .recuim .recont .ritm .rinp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  padding: 0.4rem 0.3rem;
  line-height: 1.65;
  color: #81838e;
  text-align: justify;
}

.faqs .faqlist .recuim .recont .ritm .rinp p {
  line-height: 1.65;
  color: #81838e;
  width: 100%;
}

.faqs .faqlist .recuim + .recuim {
  margin-top: 0.1rem;
}

.faqs .faqlist .recuim.show .ritle .ic img {
  transform: rotate(180deg);
}

.oems {
  width: 100%;
  padding: 60px 0 60px;
}

.oems .oemsm {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.oems .oemsm .eol {
  display: inline-block;
  vertical-align: middle;
  width: calc(690 / 1400 * 100%);
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  top: calc(50% - 0.4rem);
  transform: translateY(-50%);
}

.oems .oemsm .eol .img {
  width: 100%;
  padding-top: 56.23%;
}

.oems .oemsm .eol .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  transition: all ease 0.5s;
}

.oems .oemsm .eol .play img {
  width: 100%;
  display: block;
}

.oems .oemsm .eol .play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.oems .oemsm .eor {
  width: calc(762 / 1400 * 100%);
  border: solid 6px #f8f9fc;
  padding: 0.3rem 0.6rem 0.3rem 1.1rem;
  min-height: 388px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.oems .oemsm .eor .eit {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.oems .oemsm .eor .einp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.oems .oemsm .eor .einp p {
  color: #666;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .oems .oemsm .eol {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
  }
  .oems .oemsm .eor {
    width: 100%;
    padding: 0.4rem;
    min-height: 0;
  }
}

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

.feels .felem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #f4f4f5;
}

.feels .felem .fel {
  display: inline-block;
  vertical-align: middle;
  width: calc(354 / 1400 * 100%);
  position: relative;
  overflow: hidden;
}

.feels .felem .fel .img {
  width: 100%;
  padding-top: 124.29%;
}

.feels .felem .fer {
  display: inline-block;
  vertical-align: middle;
  width: calc((1045 / 1400 * 100%));
  padding: 0.5rem;
}

.feels .felem .fer .fit {
  width: 100%;
  color: #222434;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.feels .felem .fer .form {
  width: 100%;
  display: block;
}

.feels .felem .fer .row {
  width: 100%;
  font-size: 0;
}

.feels .felem .fer .row .inpuv {
  display: inline-block;
  vertical-align: top;
  width: calc((318 / 1300 * 100%));
  margin-right: calc((8 / 1300 * 100%));
  margin-bottom: 0.1rem;
}

.feels .felem .fer .row .inpuv input {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #d7d7de;
  padding: 0 0.12rem;
  line-height: 3;
  height: 3em;
  color: #333;
}

.feels .felem .fer .row .inpuv:nth-child(4n) {
  margin-right: 0;
}

.feels .felem .fer .row .text {
  width: 100%;
}

.feels .felem .fer .row .text .area {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #d7d7de;
  padding: 0.12rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.1rem;
}

.feels .felem .fer .row .code {
  width: 100%;
  font-size: 0;
  display: flex;
}

.feels .felem .fer .row .code .int {
  width: 2.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.feels .felem .fer .row .code .int input {
  width: 100%;
  display: block;
  padding: 0 0.2rem;
  color: #333;
  line-height: 3;
  height: 3em;
  border: none;
  background-color: #ffffff;
  border: solid 1px #d7d7de;
}

.feels .felem .fer .row .code .ymg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 3em;
}

.feels .felem .fer .row .code .ymg img {
  height: 100%;
  display: block;
}

.feels .felem .fer input::-webkit-input-placeholder,
.feels .felem .fer textarea::-webkit-input-placeholder {
  color: #999;
}

.feels .felem .fer input:-moz-placeholder,
.feels .felem .fer textarea:-moz-placeholder {
  color: #999;
}

.feels .felem .fer input::-moz-placeholder,
.feels .felem .fer textarea::-moz-placeholder {
  color: #999;
}

.feels .felem .fer input:-ms-input-placeholder,
.feels .felem .fer textarea:-ms-input-placeholder {
  color: #999;
}

.feels .felem .fer .sub {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.feels .felem .fer .sub .stn {
  display: inline-block;
  vertical-align: middle;
  min-width: 2.3rem;
  text-align: center;
  color: #fff;
  line-height: 3em;
  height: 3em;
  border-radius: 1.5em;
  background-color: #39c1aa;
  cursor: pointer;
  border: none;
}

@media (max-width: 800px) {
  .feels .felem .fel {
    width: 100%;
  }
  .feels .felem .fel .img {
    padding-top: 50%;
  }
  .feels .felem .fer {
    width: 100%;
  }
}

.cs-row {
  width: 100%;
  overflow: hidden;
}

.cs-left {
  float: left;
  font-size: 0;
  user-select: none;
}

.cs-right {
  float: right;
  font-size: 0;
}

.cs-num {
  width: .5rem;
  height: .3rem;
  border: 1px solid #e8e8f4;
  text-align: center;
  color: #666;
  margin: 0 .04rem;
}

.cs-delete {
  display: inline-block;
  vertical-align: top;
  width: .3rem;
  height: .3rem;
  background-image: url(../images/cs1.png);
  background-size: .2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.cs-minus,
.cs-add {
  display: inline-block;
  vertical-align: top;
  width: .3rem;
  height: .3rem;
  line-height: .28rem;
  border: 1px solid #e8e8f4;
  text-align: center;
  cursor: pointer;
  background-size: 100% 100%;
}

.cs-minus {
  background-image: url(../images/cs2.png);
}

.cs-add {
  background-image: url(../images/cs3.png);
}

.cs-hd {
  width: 100%;
  position: relative;
}

.cs-rt {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  transform: translate(0, -50%);
}

.cs-btn {
  display: inline-block;
  vertical-align: top;
  color: #666;
  cursor: pointer;
}

.cs-btn:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: .875em;
  height: .9375em;
  margin-left: .25em;
  background-size: 100% 100%;
}

.cs-back {
  margin-left: .26rem;
}

.cs-empty:after {
  background-image: url(../images/cs4.png);
}

.cs-back:after {
  background-image: url(../images/cs5.png);
}

@media (max-width: 1920px) {
  .cs-num {
    width: 50px;
    height: 30px;
    margin: 0 4px;
  }
  .cs-delete {
    width: 30px;
    height: 30px;
    background-size: 20px auto;
  }
  .cs-minus,
  .cs-add {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}

@media (max-width: 700px) {
  .cs-left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .cs-right {
    float: none;
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 450px) {
  .consulting .conbles .tr .td {
    width: calc(50% - 70px);
    flex: auto;
  }
  .consulting .conbles .tr .td:nth-child(3n) {
    width: 140px;
  }
}

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

.messages .mesom {
  width: 100%;
  background-color: #ffffff;
  box-shadow: -8px 5px 16px 5px rgba(5, 22, 63, 0.08);
  display: flex;
  flex-wrap: wrap;
}

.messages .mesom .mel {
  width: calc(930 / 1500 * 100%);
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1rem 0.9rem;
}

.messages .mesom .mel .mlt {
  width: 100%;
  color: #3a3a3a;
  font-weight: bold;
  line-height: 1.2;
}

.messages .mesom .mel .mip {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.4rem 0;
}

.messages .mesom .mel .mip p {
  color: #333;
  line-height: 1.5;
}

.messages .mesom .mel .mip a {
  line-height: 1.5;
}

.messages .mesom .mel .row {
  width: 100%;
  font-size: 0;
}

.messages .mesom .mel .row .inputs {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  border-bottom: solid 1px #f2f4f5;
  margin-bottom: 0.2rem;
}

.messages .mesom .mel .row .inputs input {
  width: 100%;
  display: block;
  line-height: 3;
  height: 3em;
  border: none;
  background-color: transparent;
}

.messages .mesom .mel .row .inputs:nth-child(2n) {
  margin-right: 0;
}

.messages .mesom .mel .sot {
  width: 100%;
  font-size: 0;
  margin-top: 0.7rem;
}

.messages .mesom .mel .sot .stn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: center;
  background-color: #39c1aa;
  line-height: 3;
  border-radius: 1.5em;
  cursor: pointer;
  min-width: 2.1rem;
  color: #fff;
  font-weight: bold;
  border: none;
}

.messages .mesom .mer {
  width: calc(569 / 1500 * 100%);
  display: flex;
  flex-wrap: wrap;
  background-color: #39c1aa;
  padding: 1rem 0.5rem;
}

.messages .mesom .mer .mir {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.messages .mesom .mer .simp {
  width: 100%;
  margin: 0.25rem 0;
  color: #fff;
  line-height: 1.6;
}

.messages .mesom .mer .simp p {
  color: #fff;
  line-height: 1.6;
}

.messages .mesom .mer .time {
  width: 100%;
  margin: 0.25rem 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}

.messages .mesom .mer .time p {
  color: #fff;
  line-height: 1.6;
}

.messages .mesom .mer .lx {
  width: 100%;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  margin: 0.4rem 0;
}

.messages .mesom .mer .share {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.messages .mesom .mer .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  border: solid 1px #fff;
}

.messages .mesom .mer .share .am a, .messages .mesom .mer .share .am img {
  width: 100%;
  display: block;
}

.messages .mesom .mer .share .am img:first-child {
  display: block;
}

.messages .mesom .mer .share .am img:last-child {
  display: none;
}

.messages .mesom .mer .share .am:hover {
  background-color: #fff;
}

.messages .mesom .mer .share .am:hover img:first-child {
  display: none;
}

.messages .mesom .mer .share .am:hover img:last-child {
  display: block;
}

.supports {
  width: 100%;
  padding: 1.4rem 0 0;
}

.supports .sutop {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.supports .sutop .sit {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.supports .sutop .sip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.supports .sutop .sip p {
  color: #fff;
  line-height: 1.5;
}

.supports .suppers {
  width: 100%;
  position: relative;
}

.supports .suppers .swiper-container {
  width: 11.40rem;
  margin: 0 auto;
  max-width: calc(100% - 1.6rem);
}

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

.supports .suppers .swiper-slide a {
  width: 100%;
  display: block;
}

.supports .suppers .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.supports .suppers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.supports .suppers .swiper-slide .pom {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  padding: 0.6rem 0.45rem;
}

.supports .suppers .swiper-slide .pom .num {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.supports .suppers .swiper-slide .pom .pic {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.4rem;
}

.supports .suppers .swiper-slide .pom .pic p {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.supports .suppers .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.supports .suppers .btn {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.supports .suppers .btn img {
  width: 100%;
  display: block;
}

.supports .suppers .btn img:first-child {
  display: block;
}

.supports .suppers .btn img:last-child {
  display: none;
}

.supports .suppers .btn:hover img:first-child {
  display: none;
}

.supports .suppers .btn:hover img:last-child {
  display: block;
}

.supports .suppers .bl {
  left: 0;
}

.supports .suppers .br {
  right: 0;
}

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

.newcens .nitop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.newcens .nitop .nit {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.newcens .newpers {
  width: 100%;
  padding-left: calc(210 / 1920 * 100%);
  position: relative;
}

.newcens .newpers .swiper-container {
  padding-bottom: 0.66rem;
}

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

.newcens .newpers .swiper-slide a {
  width: 100%;
  display: block;
}

.newcens .newpers .swiper-slide .som {
  width: 100%;
  padding: 0.45rem 0.45rem 0.2rem;
  background-color: #f7f7f7;
}

.newcens .newpers .swiper-slide .som .xi {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.newcens .newpers .swiper-slide .som .xm {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
  height: 2.6em;
  margin-top: 0.1rem;
}

.newcens .newpers .swiper-slide .imgs {
  width: 100%;
  position: relative;
}

.newcens .newpers .swiper-slide .imgs .hm {
  width: 100%;
  padding-top: 65.95%;
}

.newcens .newpers .swiper-slide .imgs .hmg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.newcens .newpers .swiper-slide .imgs .hmg .img {
  width: 100%;
  padding-top: 65.95%;
  transition: all ease 0.5s;
}

.newcens .newpers .swiper-slide:hover .som .xm {
  color: #39c1aa;
}

.newcens .newpers .swiper-slide:hover .imgs .hmg .img {
  padding-top: 80%;
}

.newcens .newpers .btn {
  position: absolute;
  z-index: 4;
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.newcens .newpers .btn img {
  width: 100%;
  display: block;
}

.newcens .newpers .bl {
  left: 0;
}

.newcens .newpers .br {
  right: calc(110 / 1920 * 100%);
}

@media (max-width: 1520px) {
  .newcens .newpers {
    padding-left: 3%;
  }
}

.aboutds {
  width: 100%;
  padding: 1.1rem 0;
}

.aboutds .aitop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.aboutds .aitop .ait {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.aboutds .ainp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.aboutds .ainp p {
  color: #fff;
  line-height: 1.5;
}

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

.aboutds .more a {
  display: inline-block;
  vertical-align: middle;
  background-color: #39c1aa;
  line-height: 3;
  border-radius: 1.5em;
  text-align: center;
  color: #fff;
  min-width: 2rem;
  padding: 0 0.3rem;
}

.aboutds .abotm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1.5rem;
}

.aboutds .abotm .abim {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.aboutds .abotm .abim .xm {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  margin-right: 0.18rem;
}

.aboutds .abotm .abim .rpm {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
}

.aboutds .abotm .abim .rpm .lx {
  width: 0.2rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.aboutds .abotm .abim .rpm .km {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.15rem;
}

.producm {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0.8rem 0;
}

.producm .pitop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.75rem;
}

.producm .pitop .pit {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.producm .produlis {
  width: 100%;
  font-size: 0;
}

.producm .produlis .prdum {
  display: inline-block;
  vertical-align: top;
  width: calc(338 / 1500 * 100%);
  margin-right: calc(45 / 1500 * 100%);
  margin-bottom: 0.6rem;
  background-color: #fff;
}

.producm .produlis .prdum a {
  width: 100%;
  display: block;
}

.producm .produlis .prdum .imgs {
  width: 100%;
  position: relative;
}

.producm .produlis .prdum .imgs .hm {
  width: 100%;
  padding-top: 109.46%;
}

.producm .produlis .prdum .imgs .hmg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.producm .produlis .prdum .imgs .hmg .img {
  width: 100%;
  padding-top: 109.46%;
  transition: all ease 0.5s;
  background-color: #fff;
}

.producm .produlis .prdum .imgs .hmg .cod {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.2rem;
  z-index: 3;
}

.producm .produlis .prdum .imgs .hmg .cod .xt {
  width: 100%;
  color: #222;
  line-height: 1.5;
  padding-right: 0.5rem;
}

.producm .produlis .prdum .imgs .hmg .cod .xd {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 0.5rem;
}

.producm .produlis .prdum .imgs .hmg .cod .menx {
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.producm .produlis .prdum .imgs .hmg .cod .menx img {
  width: 100%;
  display: block;
}

.producm .produlis .prdum .poom {
  width: 100%;
  background-color: #fff;
  padding: 0.2rem 0.34rem 0.3rem;
}

.producm .produlis .prdum .poom .aic {
  width: 100%;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
}

.producm .produlis .prdum .poom .pm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0 0.2rem;
}

.producm .produlis .prdum .poom .more {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.producm .produlis .prdum:hover .imgs .hmg .img {
  padding-top: 124.26%;
}

.producm .produlis .prdum:hover .poom {
  background-color: #39c1aa;
}

.producm .produlis .prdum:hover .poom .aic, .producm .produlis .prdum:hover .poom .pm, .producm .produlis .prdum:hover .poom .more {
  color: #fff;
}

.producm .produlis .prdum:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 800px) {
  .producm .produlis .prdum {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.7rem;
  }
  .producm .produlis .prdum:nth-child(2n) {
    margin-right: 0;
  }
}
