﻿@charset "UTF-8";
.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1620px) {
  .w1600 {
    width: 1200px;
  }
}
@media (max-width: 800px) {
  .w1600 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all ease 0.5s;
  background-color: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

header .hop {
  width: 100%;
  display: flex;
  align-items: center;
}

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

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

header .logo img:first-child {
  display: block;
}

header .logo img:last-child {
  display: none;
}

header nav {
  flex: 1;
  text-align: center;
  padding-left: 0.2rem;
}

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

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

header nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 1rem;
  color: #333;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 0 0.2rem;
}

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

header nav .natem .navuls {
  width: 2.8rem;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  padding: 0.1rem 0.2rem;
  display: none;
  border-top: solid 2px #d21b2d;
}

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

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

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

header 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.2rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .ns:after {
  content: ' ';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.1rem;
  background-image: url("../images/r1.png");
  background-size: 100% 100%;
}

header nav .natem .navuls ul li .ns:hover {
  color: #da1b2e;
}

header nav .natem .navuls ul li .theul {
  width: 100%;
  background-color: #fff;
  display: none;
}

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

header 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 nav .natem .navuls ul li .theul li .xn:hover {
  color: #da1b2e;
}

header nav .natem .navuls ul li:hover .ns {
  color: #da1b2e;
}

header nav .natem .navuls ul li.has-the: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;
  display: none;
}

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

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

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

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

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

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

header .rav .languages .lauges .lashow {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  padding: 0 0.3rem 0 0.2rem;
  font-size: 0;
}

header .rav .languages .lauges .lashow .ac {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  width: 22px;
  height: 22px;
  margin-right: 0.1rem;
}

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

header .rav .languages .lauges .lashow .ac img:first-child {
  display: block;
}

header .rav .languages .lauges .lashow .ac img:last-child {
  display: none;
}

header .rav .languages .lauges .lashow .am {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  margin-left: 0.1rem;
  white-space: nowrap;
  width: calc(100% - 0.2rem - 22px);
}

header .rav .languages .lauges .lashow:after {
  content: " ";
  position: absolute;
  z-index: 3;
  right: 0.05rem;
  top: calc(50% + 0.01rem);
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

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

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

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

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

header .rav .menu {
  display: inline-block;
  vertical-align: middle;
  display: none;
}

header .rav .menu img:first-child {
  display: block;
}

header .rav .menu img:last-child {
  display: none;
}

header .rav .ss {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-left: 0.1rem;
}

header .rav .ss img:first-child {
  display: block;
}

header .rav .ss img:last-child {
  display: none;
}

header .rav .vhn {
  display: inline-block;
  vertical-align: middle;
  background-color: #d21b2d;
  padding: 0 0.3rem;
  color: #fff;
  line-height: 3;
  border-radius: 1.5em;
  margin-left: 0.25rem;
}

header .rav .vhn span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  width: 20px;
  height: 20px;
  width: 18px;
  height: 18px;
  margin-right: 0.1rem;
}

header .rav .vhn span img {
  width: 100%;
  display: block;
}

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

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0.3rem;
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1111;
  background: #fff;
  top: calc(100% + 0.1rem);
  top: 100%;
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #f6f6f6;
}

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

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #f6f6f6;
  color: #666666;
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

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

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #da1b2e;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

header.white {
  background-color: #fff;
}

header.white .logo img:first-child {
  display: none;
}

header.white .logo img:last-child {
  display: block;
}

header.white nav .natem .nas a {
  color: #333;
}

header.white nav .natem .nas:after {
  background-color: #da1b2e;
}

header.white nav .natem.on .nas a, header.white nav .natem:hover .nas a {
  color: #da1b2e;
}

header.white nav .natem.on .nas:after, header.white nav .natem:hover .nas:after {
  opacity: 1;
}

header.white .rav .ss img:first-child {
  display: none;
}

header.white .rav .ss img:last-child {
  display: block;
}

header.white .rav .menu img:first-child {
  display: none;
}

header.white .rav .menu img:last-child {
  display: block;
}

header.white .rav .languages .lauges .ac img:first-child {
  display: none;
}

header.white .rav .languages .lauges .ac img:last-child {
  display: block;
}

header.white .rav .languages .lauges .am {
  color: #333;
}

@media (max-width: 850px) {
  header {
    padding: 0.1rem 0;
  }
  header nav {
    width: 80%;
    position: fixed;
    max-width: 90%;
    right: 0;
    top: 0;
    left: auto;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 500;
    transform: translate(100%, 0);
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
  }
  header nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
  }
  header nav .natem .nas {
    width: auto;
    display: inline-block;
    width: 100%;
  }
  header 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 nav .natem .nas a:hover {
    color: #da1b2e;
  }
  header nav .natem .navuls {
    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;
  }
  header nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.3rem;
  }
  header nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
  }
  header 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 nav .natem .navuls ul li .ns:hover {
    color: #da1b2e;
  }
  header nav .natem .navuls ul li .ns:after {
    content: ' ';
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url("../images/r.png");
    background-size: 100% 100%;
  }
  header nav .natem .navuls ul li + li {
    border-top: solid 1px #eee;
  }
  header nav .natem .navuls ul li:hover .ns {
    color: #da1b2e;
  }
  header nav .natem .navuls ul li.has-the:after {
    display: block;
  }
  header nav .natem:before {
    display: none !important;
  }
  header nav .natem.on .nas:after {
    display: none;
  }
  header 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 nav .natem.has-nav.show:after {
    content: "-";
  }
  header .rav {
    flex: 1;
    text-align: right;
  }
  header .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
  }
  header .rav .vhn {
    font-size: 0;
    padding: 0.1rem 0.15rem;
    border-radius: 0.15rem;
  }
  header .rav .vhn span {
    margin-right: 0;
  }
  header.menu-state .w1600 {
    z-index: 15;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

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

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

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

.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 .boxs {
  position: absolute;
  left: calc((160 / 1920) * 100%);
  bottom: 2rem;
  width: 100%;
  width: calc((1600 / 1920) * 100%);
}

.banner .swiper-slide .boxs .xt {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}

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

.banner .swiper-slide .boxs .bx {
  width: 100%;
  border-bottom: solid 1px rgba(206, 216, 225, 0.2);
  font-size: 0;
}

.banner .swiper-slide .boxs .bx span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 2px;
  position: relative;
  top: 1px;
  background-color: #d21b2d;
}

.banner .swiper-slide .boxs .xm {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  margin: 0.2rem 0 0.4rem;
}

.banner .swiper-slide .boxs .xm p {
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-slide .boxs .xm h1 {
  color: #fff;
  line-height: 1.3;
}

.banner .swiper-pagination {
  font-size: 0;
  text-align: center;
  bottom: 1rem;
  z-index: 10;
  width: auto;
  left: auto;
  right: calc((160 / 1920) * 100%);
}

.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.3rem;
  opacity: 1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
}

.banner .swiper-pagination-bullet-active {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/i5.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.banner .down {
  position: absolute;
  left: calc((160 / 1920) * 100%);
  bottom: 1rem;
  width: 0.18rem;
  width: 18px;
  cursor: pointer;
  z-index: 3;
}

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

@media (max-width: 1620px) {
  .banner .swiper-slide .boxs {
    left: 3%;
    width: 94%;
  }
  .banner .down {
    left: 3%;
  }
  .banner .swiper-pagination {
    right: 3%;
  }
}

@media (max-width: 800px) {
  .banner .swiper-slide .img {
    padding-top: 110%;
  }
  .banner .swiper-slide .sox {
    top: 50%;
    width: 80%;
  }
}

.footer {
  width: 100%;
}

.footer .message {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.footer .message:after {
  content: ' ';
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
}

.footer .message .mesgm {
  width: 100%;
  padding: 0.7rem 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer .message .mesgm .mel {
  display: inline-block;
  vertical-align: middle;
  width: calc((500 / 1440) * 100%);
}

.footer .message .mesgm .mel .mit {
  width: 100%;
  color: #fff;
  line-height: 1.4;
}

.footer .message .mesgm .mel .mic {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.footer .message .mesgm .mel .number {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.6rem;
}

.footer .message .mesgm .mel .number span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}

.footer .message .mesgm .mel .number span img {
  width: 100%;
  display: block;
}

.footer .message .mesgm .mer {
  display: inline-block;
  vertical-align: middle;
  width: calc((790 / 1440) * 100%);
}

.footer .message .mesgm .mer form {
  width: 100%;
  display: block;
}

.footer .message .mesgm .mer .row {
  width: 100%;
  font-size: 0;
}

.footer .message .mesgm .mer .row .inputs {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.3rem;
  padding: 0 0.2rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
}

.footer .message .mesgm .mer .row .inputs .ic {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.footer .message .mesgm .mer .row .inputs .ic img {
  width: 100%;
  display: block;
}

.footer .message .mesgm .mer .row .inputs input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 22px);
  line-height: 3.1;
  height: 3.1em;
  border: none;
  padding-left: 0.25rem;
  color: #fff;
  background-color: transparent;
}

.footer .message .mesgm .mer .row .inputs input::-webkit-input-placeholder,
.footer .message .mesgm .mer .row .inputs textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.footer .message .mesgm .mer .row .inputs input:-moz-placeholder,
.footer .message .mesgm .mer .row .inputs textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.footer .message .mesgm .mer .row .inputs input::-moz-placeholder,
.footer .message .mesgm .mer .row .inputs textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.footer .message .mesgm .mer .row .inputs input:-ms-input-placeholder,
.footer .message .mesgm .mer .row .inputs textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.footer .message .mesgm .mer .row .inputs:nth-child(2n) {
  margin-right: 0;
}

.footer .message .mesgm .mer .bot {
  width: 100%;
  font-size: 0;
}

.footer .message .mesgm .mer .bot .stn {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  width: 48%;
  color: #e3283a;
  line-height: 3.1;
  height: 3.1em;
  position: relative;
}

.footer .message .mesgm .mer .bot .stn span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.footer .message .mesgm .mer .bot .stn span img {
  width: 100%;
  display: block;
}

.footer .message .mesgm .mer .bot .stn .svh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.footer .message .mesgm .mer .row .inputs .select {
  width: calc(100% - 22px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.25rem;
}

.footer .message .mesgm .mer .row .inputs .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.footer .message .mesgm .mer .row .inputs .select .select-con .select-value {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: transparent;
  line-height: 3.1;
  height: 3.1em;
  padding: 0 0.4rem 0 0.2rem;
}

.footer .message .mesgm .mer .row .inputs .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.footer .message .mesgm .mer .row .inputs .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.footer .message .mesgm .mer .row .inputs .select .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 12px;
  height: 6px;
  background-image: url("../images/xp1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.footer .message .mesgm .mer .row .inputs:nth-child(2n) {
  margin-right: 0;
}

.footer .message .mesgm .mer .bot {
  width: 100%;
  font-size: 0;
}

.footer .message .mesgm .mer .bot .stn {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  width: 48%;
  color: #e3283a;
  line-height: 3.1;
  height: 3.1em;
  position: relative;
}

.footer .message .mesgm .mer .bot .stn span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.footer .message .mesgm .mer .bot .stn span img {
  width: 100%;
  display: block;
}

.footer .message .mesgm .mer .bot .stn .svh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

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

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

footer .ftop .fot {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .ftop .fot .fol {
  display: inline-block;
  vertical-align: top;
}

footer .ftop .fot .fol .fogo {
  width: 100%;
  font-size: 0;
}

footer .ftop .fot .fol .fogo a {
  display: inline-block;
  vertical-align: middle;
  width: 2.35rem;
}

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

footer .ftop .fot .fom {
  display: inline-block;
  vertical-align: top;
  width: calc((760 / 1600) * 100%);
}

footer .ftop .fot .fom .flist {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.3rem;
  width: calc((190 / 820) * 100%);
}
footer .ftop .fot .fom .flist.long{
  width: calc((250 / 820) * 100%);
}
footer .ftop .fot .fom .flist:first-child{
  width: calc((250 / 820) * 100%);
}

footer .ftop .fot .fom .flist .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.35rem;
}

footer .ftop .fot .fom .flist .fit a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

footer .ftop .fot .fom .flist .ful {
  width: 100%;
}

footer .ftop .fot .fom .flist .ful a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
  padding: 0.08rem 0;
  transition: all ease 0.5s;
}

footer .ftop .fot .fom .flist .ful a:hover {
  color: white;
}

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

footer .ftop .fot .for {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: calc((320 / 1600) * 100%);
  text-align: center;
}

footer .ftop .fot .for .fodm {
  width: 100%;
}

footer .ftop .fot .for .comd {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.1rem;
}

footer .ftop .fot .for .comd .cm {
  width: 100%;
  width: 1.3rem;
  margin-bottom: 0.12rem;
}

footer .ftop .fot .for .comd .cm img {
  width: 100%;
  display: block;
}

footer .ftop .fot .for .comd .pm {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

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

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

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

@media (max-width: 800px) {
  .footer .message .mesgm {
    padding: 0.4rem;
  }
  .footer .message .mesgm .mel {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .footer .message .mesgm .mel .number {
    margin-top: 0.2rem;
  }
  .footer .message .mesgm .mer {
    width: 100%;
  }
  footer .ftop {
    padding: 0.5rem 0 0.3rem;
  }
  footer .ftop .fot {
    width: 100%;
  }
  footer .ftop .fot .fol {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .fot .fom {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .ftop .fot .fom .flist {
    width: 100% !important;
    flex: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
  }
  footer .ftop .fot .fom .flist .fit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
  footer .ftop .fot .fom .flist .ful {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.15rem;
    display: none;
  }
  footer .ftop .fot .fom .flist .ful a {
    line-height: 2;
  }
  footer .ftop .fot .fom .flist:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  footer .ftop .fot .fom .flist.has-ful:after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 9px;
    width: 0.21rem;
    height: 0.21rem;
    width: 21px;
    height: 21px;
    background-image: url("../images/x2s.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    left: auto;
    transform: translateX(0);
    top: 0.30rem;
    color: #333;
    border: none;
    transition: all ease 0.5s;
  }
  footer .ftop .fot .fom .flist.has-ful.show:after {
    content: " ";
    transform: translateX(0) rotate(180deg);
  }
  footer .ftop .fot .for {
    width: 100%;
    text-align: center;
  }
  footer .ftop .fot .for .fodm {
    width: 100%;
  }
  footer .ftop .fot .for .fodm .comd .cm {
    width: 2rem;
  }
}

.rightnav {
  position: fixed;
  right: 0.3rem;
  top: 60%;
  z-index: 5;
  transform: translateY(-50%);
}

.rightnav .ritm {
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  position: relative;
  background-color: #cb1f26;
}

.rightnav .ritm a, .rightnav .ritm img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightnav .ritm .codm {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  display: none;
}

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

.rightnav .ritm:hover {
  background-color: #d0363c;
}

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

@media (max-width: 800px) {
  .rightnav {
    right: 0;
    top: auto;
    transform: translateY(0);
    bottom: 10%;
  }
}

.cooperation {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}

.cooperation .cotop {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.cooperation .cotop .ct {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.cooperation .cotop .cm {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.cooperation .coopnav {
  width: 100%;
  background-color: #da1b2e;
}

.cooperation .coopnav .swiper-slide {
  width: auto;
  background-color: #da1b2e;
}

.cooperation .coopnav .swiper-slide a {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 3.5;
  padding: 0 0.53rem;
}

.cooperation .coopnav .swiper-slide.on, .cooperation .coopnav .swiper-slide:hover {
  background-color: #b70114;
}

.cooperation .conteom {
  width: 100%;
  position: relative;
}
.cooperation .conteom .height{
  width: 100%;
}
.cooperation .conteom .height .hm{
  width: 100%;
  padding-top: 27.5%;
}
@media (max-width: 800px) {
  .cooperation .conteom .height .hm{
    width: 100%;
    padding-top: 55%;
  }
}

.cooperation .conteom .contm {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.cooperation .conteom .contm.on {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

.cooperation .conteom .conpmer {
  width: 100%;
  font-size: 0;
}

.cooperation .conteom .conpmer .cetrm {
  display: inline-block;
  vertical-align: top;
  width: calc((266 / 1600) * 100%);
  background-color: #fff;
  border: solid 0.5px #eee;
  position: relative;
  overflow: hidden;
}

.cooperation .conteom .conpmer .cetrm .img {
  width: 100%;
  padding-top: 54.71%;
  transition: all ease 0.5s;
}

.cooperation .conteom .conpmer .cetrm:hover .img {
  transform: scale(1.1);
}

.cooperation .yearper {
  width: 100%;
  margin-top: 0.7rem;
}

.cooperation .yearper .swiper-slide {
  width: 100%;
  background-color: #fff;
}

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

.cooperation .yearper .swiper-slide .yam {
  width: 100%;
  font-size: 0;
}

.cooperation .yearper .swiper-slide .yam span {
  display: inline-block;
  vertical-align: middle;
  color: #d0363c;
  border: solid 1px #d0363c;
  line-height: 2.2;
  border-radius: 1.1em;
  padding: 0 0.15rem;
}

.cooperation .yearper .swiper-slide .yit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin: 0.15rem 0;
}

.cooperation .yearper .swiper-slide .pim {
  width: 100%;
  font-size: 0;
}

.cooperation .yearper .swiper-slide .pim .pm {
  width: 1.3rem;
  height: 1.3rem;
  overflow: hidden;
}

.cooperation .yearper .swiper-slide .pim .pm img {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
}

.cooperation .yearper .swiper-slide:hover .pim .pm img {
  transform: scale(1.1);
}

@media (max-width: 800px) {
  .cooperation .conteom .conpmer .cetrm {
    width: 33.3%;
  }
}

.information {
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 0;
}

.information .int {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}

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

.information .inform .inl {
  display: inline-block;
  vertical-align: middle;
  width: calc((705 / 1600) * 100%);
  position: relative;
}

.information .inform .inl .img {
  width: 100%;
  padding-top: 75.17%;
}

.information .inform .inl .play {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.84rem;
  height: 0.84rem;
  cursor: pointer;
  transition: all ease 0.5s;
}

.information .inform .inl .play img {
  width: 100%;
  display: block;
}

.information .inform .inl .play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.information .inform .inl .pom {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.2rem 0.4rem;
  color: #fff;
  line-height: 1.5;
}

.information .inform .inm {
  display: inline-block;
  vertical-align: middle;
  width: calc((425 / 1600) * 100%);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.information .inform .inm .inmte {
  width: 100%;
  background-color: #f8f8f8;
  text-align: left;
}

.information .inform .inm .inmte a {
  width: 100%;
  display: block;
  padding: 0.3rem;
}

.information .inform .inm .inmte .inc {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.information .inform .inm .inmte .inn {
  width: 100%;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
  height: 3em;
}

.information .inform .inm .inmte .inb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  padding-top: 0.225rem;
  margin-top: 0.225rem;
}

.information .inform .inm .inmte .inb .nil {
  display: inline-block;
  vertical-align: middle;
}

.information .inform .inm .inmte .inb .nil .nm {
  width: 100%;
  color: #888;
  line-height: 1;
}

.information .inform .inm .inmte .inb .nil .km {
  width: 100%;
  color: #888;
  line-height: 1.3;
}

.information .inform .inm .inmte .inb .nir {
  display: inline-block;
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
}

.information .inform .inm .inmte .inb .nir img {
  width: 100%;
  display: block;
}

.information .inform .inm .inmte .inb .nir img:first-child {
  display: block;
}

.information .inform .inm .inmte .inb .nir img:last-child {
  display: none;
}

.information .inform .inm .inmte:hover {
  background-color: #cb1f26;
}

.information .inform .inm .inmte:hover .inc {
  color: #fff;
}

.information .inform .inm .inmte:hover .inn {
  color: rgba(255, 255, 255, 0.7);
}

.information .inform .inm .inmte:hover .inb .nil .nm {
  color: #fff;
}

.information .inform .inm .inmte:hover .inb .nil .km {
  color: rgba(255, 255, 255, 0.7);
}

.information .inform .inm .inmte:hover .inb .nir img:first-child {
  display: none;
}

.information .inform .inm .inmte:hover .inb .nir img:last-child {
  display: block;
}

.information .inform .inr {
  display: inline-block;
  vertical-align: middle;
  width: calc((380 / 1600) * 100%);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.information .inform .inr .inrte {
  width: 100%;
  font-size: 0;
}

.information .inform .inr .inrte a {
  width: 100%;
  display: block;
  padding: 0.3rem;
}

.information .inform .inr .inrte .ril {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
}

.information .inform .inr .inrte .ril .nm {
  width: 100%;
  color: #888;
  line-height: 1;
}

.information .inform .inr .inrte .ril .lx {
  width: 0.16rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0.12rem 0;
}

.information .inform .inr .inrte .ril .km {
  width: 100%;
  color: #888;
  line-height: 1.3;
}

.information .inform .inr .inrte .rir {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.8rem);
  padding-left: 0.25rem;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.information .inform .inr .inrte .rir .rmd {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.information .inform .inr .inrte .rir .xd {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
}

.information .inform .inr .inrte .rir .xd img {
  width: 100%;
  display: block;
}

.information .inform .inr .inrte .rir .xd img:first-child {
  display: block;
}

.information .inform .inr .inrte .rir .xd img:last-child {
  display: none;
}

.information .inform .inr .inrte:hover .rir .rmd {
  color: #d0363c;
}

.information .inform .inr .inrte:hover .rir .xd img:first-child {
  display: none;
}

.information .inform .inr .inrte:hover .rir .xd img:last-child {
  display: block;
}

@media (max-width: 1200px) {
  .information .inform .inm .inmte a {
    padding: 0.2rem;
  }
}

@media (max-width: 800px) {
  .information .inform .inl {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .information .inform .inm {
    width: 100%;
  }
  .information .inform .inm .inmte {
    margin-bottom: 0.2rem;
  }
  .information .inform .inr {
    width: 100%;
  }
  .information .inform .inr .inrte .ril {
    width: 20%;
  }
  .information .inform .inr .inrte .rir {
    width: 80%;
  }
  .information .inform .inr .inrte + .inrte {
    margin-top: 0.2rem;
  }
}

.advantage {
  width: 100%;
}

.advantage .advan {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.advantage .advan .adl {
  display: inline-block;
  vertical-align: middle;
  width: calc((610 / 1920) * 100%);
  padding: 0.8rem 0.6rem 0.8rem calc((160 / 1920) * 100%);
  height: 8rem;
}

.advantage .advan .adl .ait {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.advantage .advan .adl .pip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.advantage .advan .adl .advom {
  width: 100%;
  margin-top: 0.6rem;
}

.advantage .advan .adl .advom .swiper-container {
  height: calc(30px + 1.76rem + 1.8rem);
  position: relative;
  left: -0.3rem;
  padding: 0.1rem 0;
}

.advantage .advan .adl .advom .ail {
  width: 100%;
  font-size: 0;
  padding: 0.2rem 0.3rem;
  transition: all ease 0.5s;
  cursor: pointer;
  max-width: 3.4rem;
  max-width: 340px;
  position: relative;
  top: 0;
}

.advantage .advan .adl .advom .ail .sm {
  display: inline-block;
  vertical-align: middle;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.1rem;
  transition: all ease 0.5s;
  opacity: 0.7;
  transition: all ease 0.5s;
}

.advantage .advan .adl .advom .ail .sm img {
  width: 100%;
  display: block;
}

.advantage .advan .adl .advom .ail .dm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.54rem);
  color: rgba(255, 255, 255, 0.6);
  transition: all ease 0.5s;
  line-height: 1.5;
}

.advantage .advan .adl .advom .ail.on, .advantage .advan .adl .advom .ail:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.advantage .advan .adl .advom .ail.on .sm, .advantage .advan .adl .advom .ail:hover .sm {
  opacity: 1;
}

.advantage .advan .adl .advom .ail.on .dm, .advantage .advan .adl .advom .ail:hover .dm {
  color: #fff;
}

.advantage .advan .adl .advom .ail:hover {
  top: -0.1rem;
}

.advantage .advan .adr {
  display: inline-block;
  vertical-align: middle;
  width: calc((1310 / 1920) * 100%);
  padding: 0.8rem calc((160 / 1920) * 100%) 0.8rem 0.8rem;
  position: relative;
}

.advantage .advan .adr .adroms {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  padding: 0.8rem calc((160 / 1920) * 100%) 0.8rem 0.8rem;
}

.advantage .advan .adr .adroms.on {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  z-index: 5;
}

.advantage .advan .adr .aid {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.advantage .advan .adr .aid span {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.advantage .advan .adr .aid span img {
  width: 100%;
  display: block;
}

.advantage .advan .adr .aip {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.advantage .advan .adr .aip span {
  background-color: #cb1f26;
  padding: 0.1rem 0.3rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.advantage .advan .adr .aeom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 0.4rem;
}

.advantage .advan .adr .aeom .aol {
  display: inline-block;
  vertical-align: middle;
  width: calc((570 / 1040) * 100%);
  position: relative;
  top: 0;
  position: relative;
}

.advantage .advan .adr .aeom .aol .img {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.5s;
}

.advantage .advan .adr .aeom .aor {
  width: calc((450 / 1040) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.advantage .advan .adr .aeom .aor .aob {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.advantage .advan .adr .aeom .aor .aob a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  color: #fff;
  line-height: 3;
  padding: 0 0.3rem;
}

.advantage .advan .adr .aeom .aor .aob a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.advantage .advan .adr .aeom .aor .aob a span img {
  width: 100%;
  display: block;
}

.advantage .advan .adr .aeom .aor .romlis {
  width: 100%;
}

.advantage .advan .adr .aeom .aor .romlis .vli {
  width: 100%;
  font-size: 0;
  padding: 0.2rem 0;
}

.advantage .advan .adr .aeom .aor .romlis .vli .vts {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.advantage .advan .adr .aeom .aor .romlis .vli .vp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 1620px) {
  .advantage .advan .adl {
    padding-left: 3%;
  }
  .advantage .advan .adr {
    padding-right: 3%;
  }
}

@media (max-width: 800px) {
  .advantage .advan .adl {
    width: 100%;
    padding: 0.4rem;
    background-image: none !important;
    background-color: #cb1f26;
    height: auto;
  }
  .advantage .advan .adl .advom .swiper-container {
    height: auto;
    left: 0;
  }
  .advantage .advan .adl .advom .swiper-slide {
    width: auto;
    max-width: 100%;
  }
  .advantage .advan .adr {
    width: 100%;
    padding: 0.4rem;
  }
  .advantage .advan .adr .adroms {
    padding: 0;
    position: relative;
    height: auto;
    display: none;
  }
  .advantage .advan .adr .adroms.on {
    display: block;
  }
}

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

.records .revom {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.records .revom .rel {
  display: inline-block;
  vertical-align: top;
  width: calc((1000 / 1600) * 100%);
  position: relative;
  z-index: 1;
}

.records .revom .rel .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.records .revom .rel .imgs .img {
  width: 100%;
  padding-top: 42.28%;
}

.records .revom .rel .iconlist {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.records .revom .rel .iconlist .ic {
  position: absolute;
  z-index: 4;
}

.records .revom .rel .iconlist .ic span {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
}

@keyframes kuosan {
  0% {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
  }
  50% {
    width: 0.2rem;
    height: 0.2rem;
    opacity: 0.6;
  }
  100% {
    width: 0.3rem;
    height: 0.3rem;
    opacity: 0;
  }
}

.records .revom .rel .iconlist .ic span:before {
  content: '';
  background: rgba(218, 27, 46, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: kuosan 2.2s linear 0.1s infinite;
}

.records .revom .rel .iconlist .ic span:after {
  content: '';
  background: rgba(218, 27, 46, 0.4);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: kuosan 2.2s linear .8s infinite;
}

.records .revom .rel .iconlist .ic i {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #da1b2e;
}

.records .revom .rel .iconlist .ic.big span {
  width: 0.93rem;
  height: 0.93rem;
  background-image: url("../images/i28.png");
  background-size: 100%;
  background-color: transparent;
}

.records .revom .rer {
  display: inline-block;
  vertical-align: top;
  width: calc((600 / 1600) * 100%);
  position: relative;
  z-index: 3;
}

.records .revom .rer .rerlist {
  width: 100%;
  font-size: 0;
}

.records .revom .rer .rerlist .reim {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.4rem;
}

.records .revom .rer .rerlist .reim .rop {
  width: 100%;
  font-size: 0;
}

.records .revom .rer .rerlist .reim .rop .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.18rem;
}

.records .revom .rer .rerlist .reim .rop .ic img {
  width: 100%;
  display: block;
}

.records .revom .rer .rerlist .reim .rop .cm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.36rem - 0.18rem);
  color: #da1b2e;
  font-weight: bold;
  line-height: 1.3;
}

.records .revom .rer .rerlist .reim .rm {
  width: 100%;
  color: #555;
  line-height: 1.3;
  margin-top: 0.06rem;
  height: 2.6em;
  padding-left: 0.54rem;
}

.records .revom .rer .rerlist .reim:nth-child(2n) {
  margin-right: 0;
}

.records .rebom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.records .rebom .robm {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding: 0.3rem 0.8rem;
  background-color: #f8f8f8;
}

.records .rebom .robm .rc {
  display: inline-block;
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3rem;
}

.records .rebom .robm .rc img {
  width: 100%;
  display: block;
}

.records .rebom .robm .rc img:first-child {
  display: block;
}

.records .rebom .robm .rc img:last-child {
  display: none;
}

.records .rebom .robm .rom {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.5rem - 0.3rem);
}

.records .rebom .robm .rom .rt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.records .rebom .robm .rom .rip {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
}

.records .rebom .robm .rom .rip p {
  color: #666;
  line-height: 1.5;
}

.records .rebom .robm:hover {
  background-color: #da1b2e;
}

.records .rebom .robm:hover .rc img:first-child {
  display: none;
}

.records .rebom .robm:hover .rc img:last-child {
  display: block;
}

.records .rebom .robm:hover .rom .rt {
  color: #fff;
}

.records .rebom .robm:hover .rom .rip {
  color: #fff;
}

.records .rebom .robm:hover .rom .rip p {
  color: #fff;
}

/* .records .rebom .robm:nth-child(3n+1) {
  transition-delay: 0.1s;
}

.records .rebom .robm:nth-child(3n+2) {
  transition-delay: 0.2s;
}

.records .rebom .robm:nth-child(3n+3) {
  transition-delay: 0.3s;
} */

@media (max-width: 800px) {
  .records .revom .rel {
    width: 100%;
  }
  .records .revom .rer {
    width: 100%;
    margin-top: 0.4rem;
  }
  .records .rebom {
    width: 100%;
  }
  .records .rebom .robm {
    width: 100%;
  }
  .records .rebom .robm + .robm {
    margin-top: 10px;
  }
}

.procent {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}

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

.procent .potop .pt {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.04rem;
}

.procent .potop .xm {
  width: 100%;
  color: #666;
  line-height: 1.3;
}

.procent .pronavs {
  width: 100%;
  margin: 0.5rem 0;
}

.procent .pronavs .swiper-slide {
  width: auto;
  color: #666;
  line-height: 3.5;
  padding: 0 0.4rem;
  cursor: pointer;
  border-bottom: solid 1px #da1b2e;
}

.procent .pronavs .swiper-slide:hover, .procent .pronavs .swiper-slide.on {
  background-color: #da1b2e;
  color: #fff;
}

.procent .procontd {
  width: 100%;
}

.procent .procontd .contds {
  width: 100%;
  display: none;
}

.procent .procontd .contds.on {
  display: block;
}

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

.procent .pecont .pel {
  width: 2.66rem;
  display: inline-block;
  vertical-align: middle;
}

.procent .pecont .pel .swiper-container {
  height: 6rem;
}

.procent .pecont .pel .swiper-slide {
  width: 100%;
  height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.procent .pecont .pel .swiper-slide .icon {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  margin: 0 auto 0.1rem;
}

.procent .pecont .pel .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.procent .pecont .pel .swiper-slide .icon img:first-child {
  display: block;
}

.procent .pecont .pel .swiper-slide .icon img:last-child {
  display: none;
}

.procent .pecont .pel .swiper-slide .dm {
  width: 100%;
  color: #555;
  line-height: 2;
}

.procent .pecont .pel .swiper-slide.on, .procent .pecont .pel .swiper-slide:hover {
  background-color: #da1b2e;
}

.procent .pecont .pel .swiper-slide.on .icon img:first-child, .procent .pecont .pel .swiper-slide:hover .icon img:first-child {
  display: none;
}

.procent .pecont .pel .swiper-slide.on .icon img:last-child, .procent .pecont .pel .swiper-slide:hover .icon img:last-child {
  display: block;
}

.procent .pecont .pel .swiper-slide.on .dm, .procent .pecont .pel .swiper-slide:hover .dm {
  color: #fff;
}

.procent .pecont .per {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.66rem - 0.3rem);
  background-color: #fff;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.procent .pecont .per .perom {
  width: 100%;
  display: none;
}

.procent .pecont .per .perom.on {
  display: block;
}

.procent .pecont .per .epom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.procent .pecont .per .epom .epl {
  display: inline-block;
  vertical-align: middle;
  width: calc((580 / 1200) * 100%);
  position: relative;
}

.procent .pecont .per .epom .epl .img {
  width: 100%;
  padding-top: 67.24%;
  transition: all ease 0.5s;
}

.procent .pecont .per .epom .epl:hover .img {
  transform: scale(1.1);
}

.procent .pecont .per .epom .epr {
  display: inline-block;
  vertical-align: middle;
  width: calc((515 / 1200) * 100%);
}

.procent .pecont .per .epom .epr .eop {
  width: 100%;
  font-size: 0;
}

.procent .pecont .per .epom .epr .eop .ec {
  display: inline-block;
  vertical-align: top;
  width: 0.47rem;
  height: 0.47rem;
  border-radius: 50%;
  background-color: #da1b2e;
  margin-right: 0.22rem;
}

.procent .pecont .per .epom .epr .eop .cop {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.7rem);
}

.procent .pecont .per .epom .epr .eop .cop .ck {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.procent .pecont .per .epom .epr .eop .cop .cj {
  width: 100%;
  color: #da1b2e;
  line-height: 1.5;
  font-weight: bold;
}

.procent .pecont .per .epom .epr .eop .cop .cinp {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.procent .pecont .per .epom .epr .eop .cop .cinp p {
  color: #555;
  line-height: 1.5;
}

.procent .pecont .per .epom .epr .eop + .eop {
  margin-top: 0.4rem;
}

.procent .pecont .per .epom .epr .eob {
  width: 100%;
  padding-left: 0.7rem;
  font-size: 0;
  margin-top: 0.4rem;
}

.procent .pecont .per .epom .epr .eob a {
  display: inline-block;
  vertical-align: middle;
  background-color: #da1b2e;
  color: #fff;
  padding: 0 0.3rem;
  line-height: 2.8;
}

.procent .pecont .per .epom .epr .eob a span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.Strategy {
  width: 100%;
  padding: 0.8rem 0 0;
}

.Strategy .bestm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #cb1f26;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.Strategy .bestm:after {
  content: '';
  width: 100%;
  height: 0.4rem;
  position: absolute;
  left: 0%;
  top: 0;
  z-index: 1;
  border-radius: 0 0 100% 100%;
  background: #fff;
}

.Strategy .bestm .bel {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1920) * 100%);
  position: relative;
  overflow: hidden;
}

.Strategy .bestm .bel .img {
  width: 100%;
  height: 100%;
}

.Strategy .bestm .ber {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1920) * 100%);
  padding: 0.8rem calc((160 / 1920) * 100%) 0.8rem 1rem;
}

.Strategy .bestm .ber .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.Strategy .bestm .ber .bm {
  width: 100%;
  color: #fff;
  margin: 0.25rem 0;
}

.Strategy .bestm .ber .bm span {
  font-weight: bold;
  color: #fff;
  margin: 0 0.05rem;
}

.Strategy .bestm .ber .login {
  width: 100%;
  font-size: 0;
}

.Strategy .bestm .ber .login a {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  padding: 0 0.4rem;
  line-height: 2.5;
  color: #e2182c;
}

.Strategy .bestm .ber .login a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.Strategy .bestm .ber .login a span img {
  width: 100%;
  display: block;
}

.Strategy .strater {
  width: 100%;
  margin-bottom: 0.7rem;
}

.Strategy .strater .swiper-slide {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.7rem 0.5rem 0;
}

.Strategy .strater .swiper-slide .icon {
  display: block;
  margin: 0 auto 0.2rem;
  width: 0.64rem;
  height: 0.64rem;
  position: relative;
  top: 0;
  transition: all ease 0.5s;
}

.Strategy .strater .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.Strategy .strater .swiper-slide .icon img:first-child {
  display: block;
}

.Strategy .strater .swiper-slide .icon img:last-child {
  display: none;
}

.Strategy .strater .swiper-slide .cim {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 2;
  margin: 0.2rem 0 0.15rem;
  position: relative;
  top: 0;
  transition: all ease 0.5s;
}

.Strategy .strater .swiper-slide .ctn {
  width: 100%;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: all ease 0.5s;
}

.Strategy .strater .swiper-slide .ctn .vtn {
  display: inline-block;
  vertical-align: middle;
  background-color: #da1b2e;
  color: #fff;
  line-height: 3;
  padding: 0 0.4rem;
  cursor: pointer;
}

.Strategy .strater .swiper-slide .ctn .vtn span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: -0.02rem;
  margin-right: 0.1rem;
}

.Strategy .strater .swiper-slide .ctn .vtn span img {
  width: 100%;
  display: block;
}

.Strategy .strater .swiper-slide:hover .icon {
  top: -0.15rem;
}

.Strategy .strater .swiper-slide:hover .icon img:first-child {
  display: none;
}

.Strategy .strater .swiper-slide:hover .icon img:last-child {
  display: block;
}

.Strategy .strater .swiper-slide:hover .cim {
  top: -0.15rem;
  color: #333;
}

.Strategy .strater .swiper-slide:hover .ctn {
  opacity: 1;
}

.Strategy .strater .swiper-slide:nth-child(3n+1) {
  transition-delay: 0.1s;
}

.Strategy .strater .swiper-slide:nth-child(3n+2) {
  transition-delay: 0.2s;
}

.Strategy .strater .swiper-slide:nth-child(3n+3) {
  transition-delay: 0.3s;
}

@media (max-width: 800px) {
  .Strategy .bestm:after {
    display: none;
  }
  .Strategy .bestm .bel {
    width: 100%;
  }
  .Strategy .bestm .bel .img {
    width: 100%;
    padding-top: 35.41%;
  }
}

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

.deliver .dmglist {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.deliver .dmglist .dmg {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.deliver .dmglist .dmg.on {
  display: block;
}

.deliver .dmglist .img {
  width: 100%;
  height: 100%;
}

.deliver .w1600 {
  position: relative;
  z-index: 2;
}

.deliver .delnav {
  width: 100%;
}

.deliver .delnav .swiper-slide {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.4rem;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}

.deliver .delnav .swiper-slide .cx {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.15rem;
  display: inline-block;
  vertical-align: middle;
}

.deliver .delnav .swiper-slide .cx img {
  width: 100%;
  display: block;
}

.deliver .delnav .swiper-slide .dm {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.deliver .delnav .swiper-slide .dm img {
  width: 100%;
  display: block;
}

.deliver .delnav .swiper-slide.on, .deliver .delnav .swiper-slide:hover {
  background-color: #cb1f26;
}

.deliver .deconvt {
  width: 100%;
  padding-top: 1.2rem;
}

.deliver .deconvt .conpen {
  width: 100%;
  display: none;
  padding: 0 0 1.8rem;
}

.deliver .deconvt .conpen.on {
  display: block;
}

.deliver .deconvt .opt {
  width: 100%;
  margin-bottom: 0.7rem;
}

.deliver .deconvt .opt .pt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.deliver .deconvt .opt .ot {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.deliver .deconvt .penc {
  width: 100%;
}

.deliver .deconvt .penc .pv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.deliver .deconvt .penc .lx {
  width: 0.36rem;
  height: 3px;
  background-color: #da1b2e;
  margin: 0.25rem 0;
}

.deliver .deconvt .penc .pvls {
  width: 100%;
  font-size: 0;
  width: 4.8rem;
}

.deliver .deconvt .penc .pvls .vli {
  display: inline-block;
  vertical-align: top;
  padding-right: 0.2rem;
  width: 50%;
  margin-bottom: 0.2rem;
}

.deliver .deconvt .penc .pvls .vli .vt, .deliver .deconvt .penc .pvls .vli .vm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

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

.nanber .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
padding-top: 90px;}

.nanber .imgs .img {
  width: 100%;
  padding-top: 32.29%;
}

.nanber .nox {
  position: absolute;
  z-index: 5;
  left: calc((160 / 1920) * 100%);
  top: 50%;
  transform: translateY(-50%);
  width: calc((1600 / 1920) * 100%);padding-top: 90px;
}

.nanber .nox .sit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  position: relative;
}

.nanber .nox .sit:after {
  content: ' ';
  position: absolute;
  width: 1.47rem;
  height: 0.42rem;
  background-image: url("../images/x1.png");
  background-size: 100% 100%;
  left: -0.4rem;
  top: -0.12rem;
}

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

.nanber .nox .not {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.nanber .nox .not a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  line-height: 3;
  padding: 0 0.3rem;
  color: #fff;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}

.nanber .nox .not a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.nanber .nox .not a span img {
  width: 100%;
  display: block;
}

.nanber .nox .not a:hover {
  top: -0.1rem;
}

@media (max-width: 800px) {
  .nanber .imgs .img {
    padding-top: 50%;
  }
  .nanber .nox .sit {
    font-size: 20px;
  }
  .nanber .nox .sp {
    font-size: 16px;
  }
}

.crumbs {
  width: 100%;
}

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

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

.crumbs .crum .cul .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.18rem;
  height: 0.18rem;
  width: 18px;
  height: 18px;
  position: relative;
  top: -0.02rem;
  margin-right: 0.15rem;
}

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

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

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

.crumbs .crum .cul a:hover {
  color: #cb1f26;
}

.crumbs .crum .cul a:hover span {
  color: #666;
}

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

.crumbs .crum .cur {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.crumbs .crum .cur .swiper-container {
  width: 100%;
}

.crumbs .crum .cur .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 0.24rem;
}

.crumbs .crum .cur .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0 0.1rem;
  color: #333;
  line-height: 3.5;
  border-bottom: solid 0.04rem transparent;
}

.crumbs .crum .cur .swiper-slide.on a {
  color: #cb1f26;
  border-bottom: solid 0.04rem #cb1f26;
}

.crumbs.t0 {
  padding-top: 0;
}

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

.diagnosis .diaom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0.8rem;
}

.diagnosis .diaom .dal {
  display: inline-block;
  vertical-align: middle;
  width: calc((685 / 1600) * 100%);
}

.diagnosis .diaom .dal .ditop {
  width: 100%;
  margin-bottom: 0.6rem;
}

.diagnosis .diaom .dal .ditop .dt {
  width: 100%;
  color: #333;
  margin-bottom: 0.1rem;
}

.diagnosis .diaom .dal .ditop .dt span {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
}

.diagnosis .diaom .dal .ditop .dt span img {
  width: 100%;
}

.diagnosis .diaom .dal .ditop .pm {
  width: 100%;
  color: #da1b2e;
  line-height: 1.5;
}

.diagnosis .diaom .dal .dinp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.diagnosis .diaom .dal .dinp p {
  color: #555;
  line-height: 1.8;
}

.diagnosis .diaom .dar {
  display: inline-block;
  vertical-align: middle;
  width: calc((885 / 1600) * 100%);
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
}

.diagnosis .diaom .dar .img {
  width: 100%;
  padding-top: 38.41%;
}

.diagnosis .diaom .dar:hover {
  transform: scale(1.05);
}

.diagnosis .vaiom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #f7f7f7;
  padding: 0.8rem 0;
  flex-direction: row-reverse;
}

.diagnosis .vaiom .val {
  display: inline-block;
  vertical-align: middle;
  width: calc((580 / 1600) * 100%);
}

.diagnosis .vaiom .val .vit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.diagnosis .vaiom .val .dinp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.diagnosis .vaiom .val .dinp p {
  color: #555;
  line-height: 1.8;
}

.diagnosis .vaiom .var {
  display: inline-block;
  vertical-align: middle;
  width: calc((885 /  1600) * 100%);
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
}

.diagnosis .vaiom .var .img {
  width: 100%;
  padding-top: 38.41%;
}

.diagnosis .vaiom .var:hover {
  transform: scale(1.05);
}

.modular {
  width: 100%;
}

.modular .mitop {
  width: 100%;
  margin-bottom: 0.55rem;
}

.modular .mitop .mit {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.modular .mitop .mit span {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
}

.modular .mitop .mit span img {
  width: 100%;
  display: inline-block;
}

.modular .mitop .mit .kim {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0.2rem;
  max-width: calc(100% - 0.4rem - 0.64rem);
}

.modular .mitop .mit .kim b {
  color: #da1b2e;
}

.modular .mitop .mm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.15rem;
}

.modular .mitop .vm {
  width: 100%;
  color: #cb1f26;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.15rem;
}

.modular .leftop {
  width: 100%;
  margin-bottom: 0.5rem;
}

.modular .leftop .lit {
  width: 100%;
  font-size: 0;
}

.modular .leftop .lit .cm {
  display: inline-block;
  color: #333;
  font-weight: bold;
  margin-right: 0.1rem;
}

.modular .leftop .lit .cm b {
  color: #da1b2e;
}

.modular .leftop .lit .cc {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
}

.modular .leftop .lit .cc img {
  width: 100%;
  display: block;
}

.modular .leftop .vm {
  width: 100%;
  color: #cb1f26;
  line-height: 1.5;
  text-align: left;
  margin-top: 0.15rem;
}

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

.modular.white .mitop .mm {
  color: #fff;
}

.solve {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.8rem 0;
}

.solve .solvmper {
  width: 100%;
  font-size: 0;
}

.solve .solvmper .swiper-slide, .solve .solvmper .ax {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.4rem 0;
  box-shadow: 0px 0px 40px 0px  #f0f3fa;
}

.solve .solvmper .ax:nth-child(2n) {
  flex-direction: row-reverse;
}

.solve .solvmper .sol {
  display: inline-block;
  vertical-align: middle;
  width: calc((835 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.solve .solvmper .sol .img {
  width: 100%;
  padding-top: 64.73%;
}

.solve .solvmper .sor {
  display: inline-block;
  vertical-align: middle;
  width: calc((764 / 1600) * 100%);
  padding: 0.55rem 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.solve .solvmper .sor .sip {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.solve .solvmper .sor .sul {
  width: 100%;
  margin: 0.3rem 0;
}

.solve .solvmper .sor .sul .sitm {
  width: 100%;
}

.solve .solvmper .sor .sul .sitm .st {
  width: 100%;
  color: #cb1f26;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.12rem;
}

.solve .solvmper .sor .sul .sitm .sm {
  width: 100%;
  color: #333;
  line-height: 1.8;
}

.solve .solvmper .sor .sul .sitm .sm p {
  color: #333;
  line-height: 1.8;
}

.solve .solvmper .sor .sul .sitm + .sitm {
  margin-top: 0.3rem;
}

.solve .solvmper .sor .stms {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 0;
}

.solve .solvmper .sor .stms .stn {
  display: inline-block;
  vertical-align: middle;
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.solve .solvmper .sor .stms .stn img {
  width: 100%;
  display: block;
}

.solve .solvmper .sor .stms .stn img:first-child {
  display: block;
}

.solve .solvmper .sor .stms .stn img:last-child {
  display: none;
}

.solve .solvmper .sor .stms .stn:hover img:first-child {
  display: none;
}

.solve .solvmper .sor .stms .stn:hover img:last-child {
  display: block;
}

.solve .solvmper .sor .stms .stn + .stn {
  margin-left: 0.2rem;
}

.theory {
  width: 100%;
  padding: 0.8rem 0;
}

.theory .theoroms {
  width: 100%;
  font-size: 0;
}

.theory .theoroms .theom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0.4rem 0;
}

.theory .theoroms .theom .thl {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: calc((725 / 1600) * 100%);
  transition: all ease 0.5s;
}

.theory .theoroms .theom .thl .img {
  width: 100%;
  padding-top: 55.17%;
}

.theory .theoroms .theom .thl:hover {
  transform: scale(1.05);
}

.theory .theoroms .theom .thr {
  display: inline-block;
  vertical-align: middle;
  width: calc((710 / 1600) * 100%);
}

.theory .theoroms .theom .thr .opm {
  width: 100%;
  margin-bottom: 0.5rem;
}

.theory .theoroms .theom .thr .opm .tht {
  width: 100%;
  color: #cb1f26;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.theory .theoroms .theom .thr .opm .hm {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.theory .theoroms .theom .thr .sinp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.theory .theoroms .theom .thr .sinp p {
  color: #555;
  line-height: 1.8;
}

.theory .theoroms .theom:nth-child(2n) {
  flex-direction: row;
}

.beworth {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0.8rem 0;
}

.beworth .worhlis {
  width: 100%;
  font-size: 0;
}

.beworth .worhlis .worem {
  display: inline-block;
  vertical-align: top;
  width: calc((503 / 1600) * 100%);
  margin-right: calc((45 / 1600) * 100%);
  background-color: #fff;
  padding: 0.6rem 0.4rem;
  margin-bottom: 0.5rem;
}

.beworth .worhlis .worem .ic {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  margin-bottom: 0.6rem;
  position: relative;
  top: 0;
  transition: all ease 0.5s;
}

.beworth .worhlis .worem .ic img {
  width: 100%;
  display: block;
}

.beworth .worhlis .worem .wt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.beworth .worhlis .worem .lx {
  display: block;
  width: 0.32rem;
  height: 3px;
  margin: 0.2rem 0;
  background-color: #da1b2e;
}

.beworth .worhlis .worem .xim {
  width: 100%;
  color: #555;
  line-height: 1.5;
  height: 4.5em;
}

.beworth .worhlis .worem:hover .ic {
  top: -0.1rem;
}

.beworth .worhlis .worem:nth-child(3n) {
  margin-right: 0;
}

.beworth .worhlis .worem:nth-child(3n+1) {
  transition-delay: 0.1s;
}

.beworth .worhlis .worem:nth-child(3n+2) {
  transition-delay: 0.2s;
}

.beworth .worhlis .worem:nth-child(3n+3) {
  transition-delay: 0.3s;
}

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

.beworth .wob a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  line-height: 3;
  padding: 0 0.5rem;
  color: #fff;
}

.beworth .wob a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.beworth .wob a span img {
  width: 100%;
  display: block;
}

.Enabling {
  width: 100%;
  font-size: 0;
  padding: 0.8rem 0;
}

.Enabling .enablper {
  width: 100%;
}

.Enabling .enablper .swiper-slide {
  display: inline-block;
  vertical-align: top;
  width: calc((173 / 1600) * 100%);
  margin-right: calc((1 / 1600) * 100%);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: width ease 0.5s;
  cursor: pointer;
}

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

.Enabling .enablper .swiper-slide .heigh {
  width: 100%;
  height: 2.4rem;
}

.Enabling .enablper .swiper-slide .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
}

.Enabling .enablper .swiper-slide .som {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 0.15rem;
}

.Enabling .enablper .swiper-slide .som .ic {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto 0.3rem;
}

.Enabling .enablper .swiper-slide .som .ic img {
  width: 100%;
  display: block;
}

.Enabling .enablper .swiper-slide .som .cm {
  width: 100%;
  text-align: center;
  color: #555;
  line-height: 1.5;
}

.Enabling .enablper .swiper-slide.on {
  width: calc((376 / 1600) * 100%);
}

.Enabling .enablper .swiper-slide.on .heigh {
  height: 2.4rem;
}

.Enabling .enablper .swiper-slide.on .img {
  opacity: 1;
}

.Enabling .rind {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  margin-top: 0.6rem;
}

.Enabling .rind p {
  color: #fff;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .Enabling .enablper .swiper-slide {
    width: 25%;
  }
  .Enabling .enablper .swiper-slide.on {
    width: 50%;
  }
}

.other {
  width: 100%;
  padding: 0.8rem 0;
}

.other .othpers {
  width: 100%;
}

.other .othpers .swiper-container {
  padding: 0.2rem 0;
}

.other .othpers .swiper-slide {
  width: 100%;
  background-color: #f7f8fa;
  position: relative;
  transition: all ease 0.5s;
}

.other .othpers .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0.6rem 0.35rem;
}

.other .othpers .swiper-slide .xit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.other .othpers .swiper-slide .xik {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
}

.other .othpers .swiper-slide .sjx {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: solid 0.6rem;
  border-color: transparent #eaecef #eaecef transparent;
  transition: all ease 0.5s;
  z-index: 2;
}

.other .othpers .swiper-slide .ic {
  position: absolute;
  z-index: 4;
  right: 0.15rem;
  bottom: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
}

.other .othpers .swiper-slide .ic img {
  width: 100%;
  display: block;
}

.other .othpers .swiper-slide .ic img:first-child {
  display: block;
}

.other .othpers .swiper-slide .ic img:last-child {
  display: none;
}

.other .othpers .swiper-slide:hover {
  transform: scale(1.05);
}

.other .othpers .swiper-slide:hover .xit {
  color: #da1b2e;
}

.other .othpers .swiper-slide:hover .sjx {
  border: solid 0.6rem;
  border-color: transparent #cb1f26 #cb1f26 transparent;
}

.other .othpers .swiper-slide:hover .ic img:first-child {
  display: none;
}

.other .othpers .swiper-slide:hover .ic img:last-child {
  display: block;
}

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

.requirement .requiper {
  width: 100%;
  position: relative;
}

.requirement .requiper .swiper-slide {
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.requirement .requiper .swiper-slide .sml {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.requirement .requiper .swiper-slide .sml .img {
  width: 100%;
  padding-top: 50%;
}

.requirement .requiper .swiper-slide .smr {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
  padding: 0.9rem 0.6rem;
  position: relative;
}

.requirement .requiper .swiper-slide .smr .ic {
  position: absolute;
  left: 0.6rem;
  top: 0;
  width: 0.55rem;
}

.requirement .requiper .swiper-slide .smr .ic img {
  width: 100%;
  display: block;
}

.requirement .requiper .swiper-slide .smr .sit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.requirement .requiper .swiper-slide .smr .sinp {
  width: 100%;
  color: #555;
  line-height: 1.6;
  /* height: 1.6rem; */
}

.requirement .requiper .swiper-slide .smr .sinp p {
  color: #555;
  line-height: 1.6;
}

.requirement .requiper .btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.requirement .requiper .btn img {
  width: 100%;
  display: block;
}

.requirement .requiper .btn img:first-child {
  display: block;
}

.requirement .requiper .btn img:last-child {
  display: none;
}

.requirement .requiper .btn:hover img:first-child {
  display: none;
}

.requirement .requiper .btn:hover img:last-child {
  display: block;
}

.requirement .requiper .bl {
  left: -0.6rem;
}

.requirement .requiper .br {
  right: -0.6rem;
}

@media (max-width: 1620px) {
  .requirement .requiper .bl {
    left: -0.15rem;
  }
  .requirement .requiper .br {
    right: -0.15rem;
  }
}

.cased {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f9f9f9;
}

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

.cased .casem .cal {
  width: calc((720 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  transition: all ease 0.5s;
}

.cased .casem .cal .img {
  width: 100%;
  padding-top: 55.55%;
}

.cased .casem .cal:hover {
  transform: scale(1.05);
}

.cased .casem .car {
  width: calc((660 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.cased .casem .car .rit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.cased .casem .car .lx {
  width: 0.32rem;
  height: 3px;
  background-color: #da1b2e;
  display: block;
  margin: 0.22rem 0;
}

.cased .casem .car .cinp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.cased .casem .car .cinp p {
  color: #555;
  line-height: 1.8;
}

.processd {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f9f9f9;
}

.processd .proceper {
  width: 100%;
}

.processd .proceper .swiper-slide {
  width: 100%;
  background-color: #fff;
  padding: 0.6rem 0.3rem 0.3rem;
}

.processd .proceper .swiper-slide .icon {
  display: block;
  margin: 0 auto 0.4rem;
  width: 0.95rem;
  height: 0.95rem;
  position: relative;
  top: 0;
  transition: all ease 0.5s;
}

.processd .proceper .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.processd .proceper .swiper-slide .xi {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  text-align: center;
}

.processd .proceper .swiper-slide .xi p {
  color: #333;
  line-height: 1.5;
}

.processd .proceper .swiper-slide .num {
  width: 100%;
  margin-top: 0.3rem;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  color: rgba(17, 17, 25, 0.1);
}

.processd .proceper .swiper-slide:hover .icon {
  top: -0.1rem;
}

.checks {
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
}

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

.checks .cot a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  line-height: 3;
  padding: 0 0.5rem;
  color: #fff;
}

.checks .cot a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.checks .cot a span img {
  width: 100%;
  display: block;
}

.checks .checper {
  width: 100%;
}

.checks .checper .swiper-slide {
  width: calc((232 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((2 / 1600) * 100%);
  transition: all ease 0.5s;
}

.checks .checper .swiper-slide .bog {
  width: 100%;
  height: 5rem;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem 0.3rem;
  align-content: center;
  position: relative;
}

.checks .checper .swiper-slide .bog .icon {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto 0.2rem;
}

.checks .checper .swiper-slide .bog .icm {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.checks .checper .swiper-slide .bog .lx {
  width: 0.32rem;
  height: 3px;
  display: block;
  margin: 0 auto;
  background-color: rgba(203, 31, 38, 0.1);
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.checks .checper .swiper-slide .sog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: #cb1f26;
  padding: 0.35rem;
}

.checks .checper .swiper-slide .sog .icon {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto 0.4rem;
}

.checks .checper .swiper-slide .sog .scm {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.checks .checper .swiper-slide .sog .xx {
  width: 0.32rem;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  margin: 0.2rem auto;
}

.checks .checper .swiper-slide .sog .xinp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 9em;
  -webkit-line-clamp: 6;
  text-align: justify;
}

.checks .checper .swiper-slide .sog .xinp p {
  color: #fff;
  line-height: 1.5;
}

.checks .checper .swiper-slide.on {
  width: calc((430 / 1600) * 100%);
}

.checks .checper .swiper-slide.on .sog {
  opacity: 1;
}

@media (max-width: 800px) {
  .checks .checper .swiper-slide {
    width: 25%;
  }
  .checks .checper .swiper-slide .bog {
    height: 5rem;
  }
  .checks .checper .swiper-slide .bog .icm {
    font-size: 14px;
  }
  .checks .checper .swiper-slide .sog .scm {
    font-size: 16px;
  }
  .checks .checper .swiper-slide.on {
    width: 50%;
  }
}

.necessary {
  width: 100%;
  background-color: #fff;
  padding: 0.4rem 0;
}

.necessary .necessm {
  width: 100%;
  font-style: 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.necessary .necessm .nel {
  width: calc((930 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  background-color: #f0f5fa;
  padding: 0.5rem 0.4rem 0.5rem 1.7rem;
}

.necessary .necessm .nel .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.necessary .necessm .nel .imgs .img {
  width: 100%;
  padding-top: 52.77%;
  transition: all ease 0.5s;
}

.necessary .necessm .ner {
  width: calc((800 / 1600) * 100%);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px  #f0f3fa;
  padding: 0.6rem 0.8rem;
}

.necessary .necessm .ner .mit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.necessary .necessm .ner .lx {
  width: 0.44rem;
  height: 4px;
  background-color: #176eb3;
  margin: 0.26rem 0;
}

.necessary .necessm .ner .linp {
  width: 100%;
  font-size: 0;
}

.necessary .necessm .ner .linp .lim {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 0.2rem;
  color: #333;
  line-height: 1.8;
}
.necessary .necessm .ner .linp .vits{
  width: 100%;
  color: #333;
  /* font-weight: bold; */
  line-height: 1.5;
  margin: 0.15rem 0 0.1rem;
}

@media (max-width: 800px) {
  .necessary .necessm .nel {
    width: 100%;
    padding: 0.5rem;
  }
  .necessary .necessm .ner {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    padding: 0.4rem;
  }
}

.programme {
  width: 100%;
  padding: 1rem 0 0.3rem;
  background-color: #f9fcff;
}

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

.programme .proom .prl {
  display: inline-block;
  vertical-align: middle;
  width: calc((470 / 1600)  * 100%);
  text-align: right;
}

.programme .proom .prm {
  display: inline-block;
  vertical-align: middle;
  width: calc((457 / 1600)  * 100%);
  position: relative;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all ease 0.5s;
}

.programme .proom .prm .img {
  width: 100%;
  padding-top: 114.00%;
}

.programme .proom .prm:hover {
  top: -0.1rem;
}

.programme .proom .prr {
  display: inline-block;
  vertical-align: middle;
  width: calc((470 / 1600)  * 100%);
  text-align: left;
}

.programme .proom .prom {
  width: 100%;
  margin-bottom: 0.6rem;
}

.programme .proom .prom .pms {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.15rem;
  position: relative;
  top: 0;
  transition: all ease 0.5s;
}

.programme .proom .prom .pms .pm {
  display: inline-block;
  vertical-align: middle;
  width: 2.1rem;
}

.programme .proom .prom .pms .pm img {
  width: 100%;
  display: block;
}

.programme .proom .prom .pt {
  width: 100%;
  color: #0767b0;
  line-height: 2;
}

.programme .proom .prom .pim {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 6em;
}

.programme .proom .prom .pim p {
  color: #666;
  line-height: 1.5;
}

.programme .proom .prom:hover .pms {
  top: -0.1rem;
}

@media (max-width: 800px) {
  .programme .proom .prm {
    width: 100%;
    order: 1;
    max-width: 60%;
    margin: 0 auto 0.5rem;
    display: block;
  }
  .programme .proom .prl {
    width: 100%;
    order: 2;
    text-align: left;
    max-width: 90%;
    margin: 0 auto 0rem;
  }
  .programme .proom .prr {
    width: 100%;
    order: 3;
    text-align: left;
    max-width: 90%;
    margin: 0 auto 0rem;
  }
  .programme .proom .prom {
    margin-bottom: 0.4rem;
  }
}

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

.Backtone .backper {
  width: 100%;
}

.Backtone .backper .swiper-slide {
  width: 100%;
  background-color: #fff;
  padding: 0.4rem;
  position: relative;
}

.Backtone .backper .swiper-slide .num {
  width: 100%;
  font-size: 0;
  position: relative;
}

.Backtone .backper .swiper-slide .num .nn {
  display: inline-block;
  vertical-align: middle;
  color: #eee;
  font-weight: bold;
}

.Backtone .backper .swiper-slide .num .mm {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #333;
  position: absolute;
  z-index: 2;
  bottom: 0.1rem;
  left: 0;
}

.Backtone .backper .swiper-slide .lx {
  width: 0.25rem;
  height: 3px;
  background-color: #cb1f26;
  margin: 0.14rem 0 0.24rem;
}

.Backtone .backper .swiper-slide .nim {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
  padding-right: 0.3rem;
}

.Backtone .backper .swiper-slide .pc {
  position: absolute;
  width: 0.68rem;
  height: 0.68rem;
  right: 0.2rem;
  bottom: 0.2rem;
}

.Backtone .backper .swiper-slide .pc img {
  width: 100%;
  display: block;
}

.Backtone .backper .swiper-slide:hover .num .mm{
  color: #d21b2d;
}
.Backtone .backper .swiper-slide:hover .nim{
  color: #d21b2d;
}

.projects {
  width: 100%;
  padding: 0.8rem 0;
}

.projects .jectlist {
  width: 100%;
  font-size: 0;
}

.projects .jectlist .jecom {
  display: inline-block;
  vertical-align: top;
  width: calc((506 / 1600) * 100%);
  margin-right: calc((40 / 1600) * 100%);
  margin-bottom: 0.4rem;
  background-color: #f2f8fd;
  padding: 0.5rem 0.45rem;
  position: relative;
}

.projects .jectlist .jecom .icon {
  width: 1.06rem;
  height: 1.06rem;
  display: block;
  border-radius: 50%;
  background-color: #dae9f9;
  margin: 0 auto 0.4rem;
}

.projects .jectlist .jecom .icon img {
  width: 100%;
  display: block;
}

.projects .jectlist .jecom .jm {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
}

.projects .jectlist .jecom .jom {
  background-color: #176eb3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  padding: 0.4rem 0.8rem;
}

.projects .jectlist .jecom .jom .jt {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.projects .jectlist .jecom .jom .jim {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 6em;
}

.projects .jectlist .jecom .jom .jim p {
  color: #fff;
  line-height: 1.5;
}

.projects .jectlist .jecom:hover .jom {
  opacity: 1;
}

.projects .jectlist .jecom:nth-child(3n) {
  margin-right: 0;
}

.projects .pectlist {
  width: 100%;
  font-size: 0;
}

.projects .pectlist .pecom {
  display: inline-block;
  vertical-align: top;
  width: calc((370 / 1600) * 100%);
  margin-right: calc((39 / 1600) * 100%);
  margin-bottom: 0.4rem;
  background-color: #f8f8f8;
  padding: 0.4rem 0.3rem;
  position: relative;
}

.projects .pectlist .pecom .icon {
  width: 1.06rem;
  height: 1.06rem;
  display: block;
  border-radius: 50%;
  background-color: #e3e3e3;
  margin: 0 auto 0.4rem;
}

.projects .pectlist .pecom .icon img {
  width: 100%;
  display: block;
}

.projects .pectlist .pecom .jm {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
}

.projects .pectlist .pecom .jom {
  background-color: #cb1f26;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  padding: 0.4rem 0.35rem;
}

.projects .pectlist .pecom .jom .jt {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.projects .pectlist .pecom .jom .jim {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 6em;
}

.projects .pectlist .pecom .jom .jim p {
  color: #fff;
  line-height: 1.5;
}

.projects .pectlist .pecom:hover .jom {
  opacity: 1;
}

.projects .pectlist .pecom:nth-child(4n) {
  margin-right: 0;
}

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

.projects .cot a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  line-height: 3;
  padding: 0 0.5rem;
  color: #fff;
}

.projects .cot a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.projects .cot a span img {
  width: 100%;
  display: block;
}

.projects .more {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4rem;
}

.projects .more .mtn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem;
  cursor: pointer;
}

.projects .more .mtn .ic {
  width: 0.42rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.1rem;
  background-color: #f0f0f0;
  border-radius: 50%;
}

.projects .more .mtn .km {
  width: 100%;
  text-align: center;
  color: #888;
  line-height: 2;
}

.projects .more .lx {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: #eaeaea;
  flex: 1;
}

.scenes {
  width: 100%;
  padding: 1rem 0;
  background-color: #f7f7f7;
}

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

.scenes .sceom .scl {
  display: inline-block;
  vertical-align: middle;
  width: calc((500 / 1600) * 100%);
  margin-right: calc((49 / 1600) * 100%);
  margin-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
}

.scenes .sceom .scl .img {
  width: 100%;
  padding-top: 140%;
  transition: all ease 0.5s;
}

.scenes .sceom .scl .com {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0.5rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.scenes .sceom .scl .com .cit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.scenes .sceom .scl .com .lx {
  display: block;
  width: 0.25rem;
  height: 3px;
  background-color: #da1b2e;
  margin: 0rem 0;
  transition: all ease 0.5s;
  height: 0;
}

.scenes .sceom .scl .com .pim {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 3em;
  transition: all ease 0.5s;
  height: 0;
  overflow: hidden;
}

.scenes .sceom .scl .com .pim p {
  color: #fff;
  line-height: 1.5;
}

.scenes .sceom .scl:hover .img {
  transform: scale(1.1);
}

.scenes .sceom .scl:hover .com .lx {
  height: 3px;
  background-color: #da1b2e;
  margin: 0.2rem 0;
}

.scenes .sceom .scl:hover .com .pim {
  height: 3em;
}

.scenes .sceom .scr {
  display: inline-block;
  vertical-align: middle;
  width: calc((1050 / 1600) * 100%);
  font-size: 0;
}

.scenes .sceom .scr .crm {
  display: inline-block;
  vertical-align: top;
  width: calc((500 / 1050) * 100%);
  margin-right: calc((49 / 1050) * 100%);
  margin-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
}

.scenes .sceom .scr .crm .img {
  width: 100%;
  padding-top: 66%;
  transition: all ease 0.5s;
}

.scenes .sceom .scr .crm .com {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0.4rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.scenes .sceom .scr .crm .com .cit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.scenes .sceom .scr .crm .com .lx {
  display: block;
  width: 0.25rem;
  height: 3px;
  background-color: #da1b2e;
  margin: 0rem 0;
  transition: all ease 0.5s;
  height: 0;
}

.scenes .sceom .scr .crm .com .pim {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 3em;
  transition: all ease 0.5s;
  height: 0;
  overflow: hidden;
}

.scenes .sceom .scr .crm .com .pim p {
  color: #fff;
  line-height: 1.5;
}

.scenes .sceom .scr .crm:nth-child(2n) {
  margin-right: 0;
}

.scenes .sceom .scr .crm:hover .img {
  transform: scale(1.1);
}

.scenes .sceom .scr .crm:hover .com .lx {
  height: 3px;
  background-color: #da1b2e;
  margin: 0.2rem 0;
}

.scenes .sceom .scr .crm:hover .com .pim {
  height: 3em;
}

@media (max-width: 800px) {
  .scenes .sceom .scl .img {
    padding-top: 50%;
  }
}

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

.Preview .preper {
  width: 100%;
}

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

.Preview .preper .swiper-slide .som {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #f8f8f8;
  padding: 0.6rem 0.4rem;
}

.Preview .preper .swiper-slide .som .sm {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.Preview .preper .swiper-slide .som .lx {
  width: 0.32rem;
  height: 3px;
  background-color: #cb1f26;
  margin: 0.5rem auto;
  display: block;
}

.Preview .preper .swiper-slide .som .sp {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 4.5em;
}

.Preview .preper .swiper-slide .smp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.4rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.Preview .preper .swiper-slide .smp .sinp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 2rem;
}

.Preview .preper .swiper-slide .smp .sinp p {
  color: #fff;
  line-height: 1.5;
}

.Preview .preper .swiper-slide .smp .son {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.Preview .preper .swiper-slide .smp .son span {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: #cb1f26;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.Preview .preper .swiper-slide:hover .smp {
  opacity: 1;
}

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

.Styles .stypers {
  width: 100%;
  padding-left: calc((160 / 1920) * 100%);
}

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

.Styles .stypers .swiper-slide .img {
  width: 100%;
  padding-top: 63.37%;
  transition: all ease 0.5s;
}

.Styles .stypers .swiper-slide .time {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: #da1b2e;
  color: #fff;
  line-height: 2.5;
  padding: 0 0.3rem;
}

.Styles .stypers .swiper-slide:hover .img {
  transform: scale(1.1);
}

.Styles .stms {
  width: 100%;
  font-size: 0;
  margin-top: 0.45rem;
  font-size: 0;
}

.Styles .stms .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.55rem;
  height: 0.55rem;
}

.Styles .stms .btn img {
  width: 100%;
  display: block;
}

.Styles .stms .btn img:first-child {
  display: block;
}

.Styles .stms .btn img:last-child {
  display: none;
}

.Styles .stms .btn:hover img:first-child {
  display: none;
}

.Styles .stms .btn:hover img:last-child {
  display: block;
}

.Styles .stms .btn + .btn {
  margin-left: 0.3rem;
}

@media (max-width: 1620px) {
  .Styles .stypers {
    padding-left: 3%;
  }
}

.periods {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}

.periods .perilist {
  width: 100%;
}

.periods .perilist .riodm {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.5rem;
  transition: all ease 0.5s;
}

.periods .perilist .riodm a {
  width: 100%;
  display: block;
  padding: 0.35rem 0.4rem;
}

.periods .perilist .riodm .imgs {
  display: inline-block;
  vertical-align: middle;
  width: 3.45rem;
  position: relative;
  overflow: hidden;
}

.periods .perilist .riodm .imgs .img {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.5s;
}

.periods .perilist .riodm .vom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.45rem - 0.55rem);
  padding: 0 0.6rem;
}

.periods .perilist .riodm .vom .vt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.periods .perilist .riodm .vom .vim {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin: 0.15rem 0;
}

.periods .perilist .riodm .vom .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.periods .perilist .riodm .rc {
  display: inline-block;
  vertical-align: middle;
  width: 0.55rem;
  height: 0.55rem;
}

.periods .perilist .riodm .rc img {
  width: 100%;
  display: block;
}

.periods .perilist .riodm .rc img:first-child {
  display: block;
}

.periods .perilist .riodm .rc img:last-child {
  display: none;
}

.periods .perilist .riodm:hover {
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.09);
}

.periods .perilist .riodm:hover .imgs .img {
  transform: scale(1.1);
}

.periods .perilist .riodm:hover .vom .vt {
  color: #cb1f26;
}

.periods .perilist .riodm:hover .rc img:first-child {
  display: none;
}

.periods .perilist .riodm:hover .rc img:last-child {
  display: block;
}

.cooperation {
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 0;
}

.cooperation .coopm {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.cooperation .coopm .col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.cooperation .coopm .col .img {
  width: 100%;
  padding-top: 57.5%;
}

.cooperation .coopm .cor {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0.2rem;
}

.cooperation .coopm .cor .cit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.cooperation .coopm .cor .cp {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin: 0.08rem 0;
}

.cooperation .coopm .cor .culs {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
}

.cooperation .coopm .cor .culs .cli {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 0;
}

.cooperation .coopm .cor .culs .cli .di {
  display: inline-block;
  vertical-align: middle;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background-color: #cb1f26;
}

.cooperation .coopm .cor .culs .cli .mrd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.52rem);
  padding-left: 0.24rem;
  padding-right: 0.15rem;
}

.cooperation .coopm .cor .culs .cli .mrd .mt {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.cooperation .coopm .cor .culs .cli .mrd .mv {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.cooperation.gray {
  background-color: #f8f8f8;
}

.prvideos {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}

.prvideos .playper {
  width: 100%;
}

.prvideos .playper .swiper-slide {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}

.prvideos .playper .swiper-slide .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((985 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.prvideos .playper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 49.94%;
}

.prvideos .playper .swiper-slide .somp {
  display: inline-block;
  vertical-align: middle;
  width: calc((615 / 1600) * 100%);
  padding: 0.6rem;
}

.prvideos .playper .swiper-slide .somp .sc {
  display: block;
  width: 0.56rem;
}

.prvideos .playper .swiper-slide .somp .sc img {
  width: 100%;
  display: block;
}

.prvideos .playper .swiper-slide .somp .sid {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.3rem 0;
}

.prvideos .playper .swiper-slide .somp .sim {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin: 0.24rem 0;
}

.prvideos .playper .swiper-slide .somp .check {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.prvideos .playper .swiper-slide .somp .check a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
  background-color: #cb1f26;
  color: #fff;
  line-height: 3;
}

.prvideos .viewper {
  width: 100%;
  margin-top: 0.5rem;
}

.prvideos .viewper .swiper-slide {
  width: 100%;
  background-color: #fefefe;
  box-shadow: 2px 5px 5px 1px rgba(50, 50, 50, 0.1);
  font-size: 0;
  padding: 0.4rem 0.3rem;
  position: relative;
  cursor: pointer;
}

.prvideos .viewper .swiper-slide:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 0.06rem;
  height: 100%;
  background-color: #cb1f26;
}

.prvideos .viewper .swiper-slide .xx {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  line-height: 1.5;
  margin-top: calc(0.75em - 3px);
  border-radius: 50%;
  background-color: #cb1f26;
  margin-right: 0.1rem;
}

.prvideos .viewper .swiper-slide .xm {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  color: #333;
  width: calc(100% - 0.1rem - 6px);
  height: 3em;
}

.prvideos .viewper .swiper-slide:hover, .prvideos .viewper .swiper-slide.on {
  background-color: #cb1f26;
}

.prvideos .viewper .swiper-slide:hover:after, .prvideos .viewper .swiper-slide.on:after {
  background-color: #dd6268;
}

.prvideos .viewper .swiper-slide:hover .xx, .prvideos .viewper .swiper-slide.on .xx {
  background-color: #fff;
}

.prvideos .viewper .swiper-slide:hover .xm, .prvideos .viewper .swiper-slide.on .xm {
  color: #fff;
}

.dynamic {
  width: 100%;
  padding: 0.8rem 0;
}

.dynamic .dycom {
  width: 100%;
  font-size: 0;
  background-color: #f8f8f8;
}

.dynamic .dycom a {
  width: 100%;
  display: block;
}

.dynamic .dycom .dyl {
  display: inline-block;
  vertical-align: middle;
  width: calc((1000 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.dynamic .dycom .dyl .img {
  width: 100%;
  padding-top: 56%;
  transition: all ease 0.5s;
}

.dynamic .dycom .dyr {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1600) * 100%);
  padding: 0.6rem;
}

.dynamic .dycom .dyr .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.dynamic .dycom .dyr .sid {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.3rem 0;
}

.dynamic .dycom .dyr .sim {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin: 0.24rem 0;
}

.dynamic .dycom .dyr .check {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.dynamic .dycom .dyr .check span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
  background-color: #cb1f26;
  color: #fff;
  line-height: 3;
}

.dynamic .dycom:hover .dyl .img {
  transform: scale(1.1);
}

.dynamic .dycom:hover .dyr .sid {
  color: #da1b2e;
}

.dynamic .newlist {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
}

.dynamic .newlist .newom {
  width: 100%;
  background-color: #f8f8f8;
  font-size: 0;
  margin-bottom: 0.3rem;
}

.dynamic .newlist .newom a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.4rem;
}

.dynamic .newlist .newom .yom {
  display: inline-block;
  vertical-align: middle;
  background-color: #ececec;
  padding: 0.2rem 0.1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.dynamic .newlist .newom .yom .num {
  width: 100%;
  color: #888;
  font-weight: lighter;
}

.dynamic .newlist .newom .yom .xm {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.dynamic .newlist .newom .pom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  flex: 1;
}

.dynamic .newlist .newom .pom .pt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.dynamic .newlist .newom .pom .px {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.15rem;
}

.dynamic .newlist .newom:hover .yom {
  background-color: #da1b2e;
}

.dynamic .newlist .newom:hover .yom .num, .dynamic .newlist .newom:hover .yom .xm {
  color: #fff;
}

.dynamic .newlist .newom:hover .pom .pt {
  color: #da1b2e;
}

@media (max-width: 1000px) {
  .dynamic .newlist .newom .yom {
    height: auto;
    align-items: center;
    padding: 0.1rem 0.3rem;
  }
  .dynamic .newlist .newom .yom .num, .dynamic .newlist .newom .yom .xm {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .dynamic .newlist .newom .yom .xm {
    margin-left: 0.2rem;
  }
  .dynamic .newlist .newom .pom {
    flex: none;
  }
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  background-color: #f9f9f9;
  border: solid 1px #eeeeee;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #666;
  margin: 0 0.075rem 0.1rem;
  text-align: center;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.2rem;
}

.pages .page:hover, .pages .page.on {
  background-color: #da1b2e;
  color: #fff;
  border: solid 1px #da1b2e;
}

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

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

.details:after {
  content: ' ';
  position: absolute;
  width: calc((610 / 1920) * 100%);
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-color: #f8f8f8;
}

.details .detaim {
  width: 100%;
  padding: 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.details .detaim .del {
  display: inline-block;
  vertical-align: top;
  width: calc((1080 / 1600) * 100%);
}

.details .detaim .del .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.details .detaim .del .sim {
  width: 100%;
  font-size: 0;
  margin: 0.15rem 0;
}

.details .detaim .del .sim span {
  display: inline-block;
  vertical-align: middle;
  color: #444;
  line-height: 1.5;
}

.details .detaim .del .dinp {
  width: 100%;
  color: #444;
  line-height: 1.5;
  padding: 0.3rem 0;
}

.details .detaim .del .dinp p {
  color: #444;
  line-height: 1.5;
}

.details .detaim .del .dinp img {
  max-width: 100%;
}

.details .detaim .del .dot {
  width: 100%;
  font-size: 0;
  background-color: #f8f8f8;
  margin-top: 0.25rem;
  font-size: 0;
  padding: 0.3rem 0.5rem;
}

.details .detaim .del .dot a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 0.3rem;
}

.details .detaim .del .dot a .at {
  width: 100%;
  color: #bbb;
  line-height: 1.5;
}

.details .detaim .del .dot a .am {
  width: 100%;
  color: #444;
  line-height: 1.8;
}

.details .detaim .del .dot a:hover .at, .details .detaim .del .dot a:hover .am {
  color: #da1b2e;
}

.details .detaim .der {
  display: inline-block;
  vertical-align: top;
  width: calc((380 / 1600) * 100%);
}

.details .detaim .der .dp {
  width: 100%;
  margin-bottom: 0.3rem;
}

.details .detaim .der .dp .dip {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.details .detaim .der .dp .lx {
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  font-size: 0;
}

.details .detaim .der .dp .lx span {
  display: inline-block;
  vertical-align: middle;
  width: 0.34rem;
  height: 3px;
  background-color: #da1b2e;
  position: relative;
  top: 1px;
}

.details .detaim .der .duls {
  width: 100%;
  margin: 0.3rem 0;
}

.details .detaim .der .duls a {
  width: 100%;
  display: block;
  color: #444;
  line-height: 2;
  position: relative;
  padding-left: 0.2rem;
}

.details .detaim .der .duls a span {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #d8d8d8;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.details .detaim .der .duls a:hover {
  color: #da1b2e;
}

.details .detaim .der .duls a:hover span {
  background-color: #da1b2e;
}

.details .detaim .der .daom {
  width: 100%;
}

.details .detaim .der .daom a {
  width: 100%;
  display: block;
}

.details .detaim .der .daom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.details .detaim .der .daom .imgs .img {
  width: 100%;
  padding-top: 56.05%;
  transition: all ease 0.5s;
}

.details .detaim .der .daom .dd {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.15rem 0;
}

.details .detaim .der .daom .mm {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.details .detaim .der .daom:hover .imgs .img {
  transform: scale(1.1);
}

.details .detaim .der .daom:hover .dd {
  color: #da1b2e;
}

.details .detaim .der .dmgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0.4rem;
}

.details .detaim .der .dmgs a {
  width: 100%;
  display: block;
}

.details .detaim .der .dmgs .img {
  width: 100%;
  padding-top: 116.66%;
  transition: all ease 0.5s;
}

.details .detaim .der .dmgs:hover .img {
  transform: scale(1.1);
}

@media (max-width: 800px) {
  .details:after {
    display: none;
  }
}

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

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

.sites .sitem .sitt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  position: relative;
  padding-left: 0.24rem;
  margin-bottom: 0.25rem;
}

.sites .sitem .sitt:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  background-color: #cb181c;
  height: 0.24rem;
}

.sites .sitem .siom {
  width: 100%;
  font-size: 0;
  padding: 0 0.24rem;
}

.sites .sitem .siom a {
  display: inline-block;
  vertical-align: top;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.sites .sitem .siom a span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.02rem;
  line-height: 1.5;
  color: #ddd;
  margin: 0 0.2rem;
}

.sites .sitem .siom a:hover {
  color: #d21b2d;
}

.sites .sitem .siom a:hover span {
  color: #ddd;
}

.sites .sitem .siom a:last-child span {
  display: none;
}

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

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

.Solution .solulist {
  width: 100%;
}

.Solution .solulist .solum {
  width: 100%;
  background-color: #f8f9fd;
  padding: 0.5rem 0;
}

.Solution .solulist .solm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.Solution .solulist .solm .sol {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.Solution .solulist .solm .sol .img {
  width: 100%;
  padding-top: 69.23%;
}

.Solution .solulist .solm .sor {
  display: inline-block;
  vertical-align: middle;
  width: calc((700 / 1600) * 100%);
}

.Solution .solulist .solm .sor .tis {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.Solution .solulist .solm .sor .object {
  width: 100%;
  margin: 0.2rem 0;
}

.Solution .solulist .solm .sor .object .ot {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.Solution .solulist .solm .sor .object .od {
  width: 100%;
  color: #da1b2e;
  font-weight: bold;
  line-height: 1.5;
}

.Solution .solulist .solm .sor .sinp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.Solution .solulist .solm .sor .sinp p {
  color: #555;
  line-height: 1.8;
}

.Solution .solulist .solm .sor .obp {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.Solution .solulist .solm .sor .obp a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  line-height: 3;
  padding: 0 0.25rem;
  color: #fff;
}

.Solution .solulist .solm .sor .obp a span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.Solution .solulist .solm .sor .obp a span img {
  width: 100%;
  display: block;
}

.Solution .solulist .solm .sor .ptm {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding-right: 0.25rem;
}

.Solution .solulist .solum:nth-child(2n) {
  background-color: #fff;
}

.Solution .solulist .solum:nth-child(2n) .solm {
  flex-direction: row;
}

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

.qualifications .leftop {
  margin-bottom: 0.3rem;
}

.qualifications .qualiper {
  width: 100%;
  position: relative;
}

.qualifications .qualiper .swiper-container {
  padding: 0.2rem 0;
}

.qualifications .qualiper .swiper-slide {
  width: 100%;
}

.qualifications .qualiper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #fafafa;
  transition: all ease 0.5s;
}

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

.qualifications .qualiper .swiper-slide .imgs .linx {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  background-image: url("../images/bg8.png");
  background-size: 100% 100%;
}

.qualifications .qualiper .swiper-slide .sim {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  height: 3em;
  margin-top: 0.25rem;
}

.qualifications .qualiper .swiper-slide:hover .imgs {
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.11);
}

.qualifications .qualiper .swiper-slide:hover .imgs .linx {
  opacity: 1;
}

.qualifications .qualiper .btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.qualifications .qualiper .btn img {
  width: 100%;
  display: block;
}

.qualifications .qualiper .btn img:first-child {
  display: block;
}

.qualifications .qualiper .btn img:last-child {
  display: none;
}

.qualifications .qualiper .btn:hover img:first-child {
  display: none;
}

.qualifications .qualiper .btn:hover img:last-child {
  display: block;
}

.qualifications .qualiper .bl {
  left: -0.6rem;
}

.qualifications .qualiper .br {
  right: -0.6rem;
}

@media (max-width: 1620px) {
  .qualifications .qualiper .bl {
    left: -0.15rem;
  }
  .qualifications .qualiper .br {
    right: -0.15rem;
  }
}

.pswp__bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.honors {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #fafafa;
}

.honors .honorlis {
  width: 100%;
  font-size: 0;
}

.honors .honorlis .horem {
  width: calc((500 / 1600) * 100%);
  margin-right: calc((49 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding: 0.38rem;
  margin-bottom: 0.4rem;
}

.honors .honorlis .horem .hit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.honors .honorlis .horem .jg {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.honors .honorlis .horem .lx {
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  margin: 0.25rem 0;
}

.honors .honorlis .horem .imgs {
  width: 100%;
  font-size: 0;
}

.honors .honorlis .horem .imgs span {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
}

.honors .honorlis .horem .imgs span img {
  width: 100%;
  display: block;
}

.honors .honorlis .horem:nth-child(3n) {
  margin-right: 0;
}

.honors .more {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4rem;
}

.honors .more .mtn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem;
  cursor: pointer;
}

.honors .more .mtn .ic {
  width: 0.42rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.1rem;
  background-color: #f0f0f0;
  border-radius: 50%;
}

.honors .more .mtn .km {
  width: 100%;
  text-align: center;
  color: #888;
  line-height: 2;
}

.honors .more .lx {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: #eaeaea;
  flex: 1;
}

.patents {
  width: 100%;
  padding: 0.8rem 0;
}

.patents .patenper {
  width: 100%;
  position: relative;
}

.patents .patenper .swiper-slide {
  width: 100%;
  background-color: #fafafa;
}

.patents .patenper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all ease 0.5s;
}

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

.patents .patenper .swiper-slide .sim {
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #333;
  padding: 0.2rem 0.3rem;
  position: relative;
}

.patents .patenper .swiper-slide .sim:after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #e6e6e6;
}

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

.patents .patenper .swiper-slide:hover .sim {
  color: #da1b2e;
}

.patents .patenper .btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.patents .patenper .btn img {
  width: 100%;
  display: block;
}

.patents .patenper .btn img:first-child {
  display: block;
}

.patents .patenper .btn img:last-child {
  display: none;
}

.patents .patenper .btn:hover img:first-child {
  display: none;
}

.patents .patenper .btn:hover img:last-child {
  display: block;
}

.patents .patenper .bl {
  left: -0.6rem;
}

.patents .patenper .br {
  right: -0.6rem;
}

@media (max-width: 1620px) {
  .patents .patenper .bl {
    left: -0.15rem;
  }
  .patents .patenper .br {
    right: -0.15rem;
  }
}

.contacts {
  width: 100%;
  padding: 0.3rem 0 1.2rem;
  background-color: #f9f9f9;
}

.contacts .conpd {
  width: 100%;
  display: block;
  max-width: 780px;
  max-width: 7.8rem;
  margin: 0 auto;
}

.contacts .conpd form {
  width: 100%;
  display: block;
}

.contacts .conpd .inputs {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  padding: 0 0.3rem;
  margin-bottom: 0.4rem;
  border: solid 1px #f5f5f5;
}

.contacts .conpd .inputs .ic {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.contacts .conpd .inputs .ic img {
  width: 100%;
  display: inline-block;
}

.contacts .conpd .inputs .input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 24px);
  padding-left: 0.15rem;
}

.contacts .conpd .inputs .input input {
  width: 100%;
  display: block;
  color: #333;
  line-height: 3.2;
  height: 3.2em;
  border: none;
  background-color: transparent;
}

.contacts .conpd .inputs .select {
  width: calc(100% - 24px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.15rem;
}

.contacts .conpd .inputs .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.contacts .conpd .inputs .select .select-con .select-value {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  background-color: transparent;
  line-height: 3.2;
  height: 3.2em;
  padding: 0 0.4rem 0 0rem;
}

.contacts .conpd .inputs .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.contacts .conpd .inputs .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.contacts .conpd .inputs .select .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 12px;
  height: 6px;
  background-image: url("../images/xp2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts .conpd .cot {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.contacts .conpd .cot .btn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: #da1b2e;
  color: #fff;
  line-height: 3.2;
  height: 3.2em;
  position: relative;
  width: 3.2rem;
  text-align: center;
}

.contacts .conpd .cot .btn span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.contacts .conpd .cot .btn span img {
  width: 100%;
  display: inline-block;
}

.contacts .conpd .cot .btn .stn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.contacts .conpd .hotline {
  width: 100%;
  text-align: center;
  margin-top: 0.6rem;
}

.contacts .conpd .hotline .hom {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.contacts .conpd .hotline .dm {
  display: inline-block;
  vertical-align: middle;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background-color: #da1b2e;
  margin-right: 0.2rem;
}

.contacts .conpd .hotline .dm img {
  width: 100%;
  display: block;
}

.contacts .conpd .hotline .rom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.88rem);
  text-align: left;
}

.contacts .conpd .hotline .rom .rt {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.contacts .conpd .hotline .rom .sin {
  width: 100%;
  color: #da1b2e;
  line-height: 1.5;
  font-weight: bold;
  white-space: nowrap;
}

.reports {
  width: 100%;
  padding: 1rem 0;
  background-color: #f8f8f8;
}

.reports .repolist {
  width: 100%;
  font-size: 0;
}

.reports .repom {
  width: calc((500 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((49 / 1600) * 100%);
  margin-bottom: 0.5rem;
  background-color: #fff;
}

.reports .repom a {
  width: 100%;
  display: block;
  padding: 0.4rem;
}

.reports .repom .lx {
  width: 0.28rem;
  height: 4px;
  background-color: #da1b2e;
}

.reports .repom .lm {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin: 0.24rem 0;
}

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

.reports .repom .imgs .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.5s;
}

.reports .repom .cim {
  width: 100%;
  color: #888;
  line-height: 1.5;
  height: 3em;
  margin: 0.15rem 0;
}

.reports .repom .myn {
  width: 100%;
  color: #888;
  line-height: 1.5;
}

.reports .repom:nth-child(3n) {
  margin-right: 0;
}

.reports .repom:hover .lm {
  color: #da1b2e;
}

.reports .repom:hover .imgs .img {
  transform: scale(1.1);
}

.reports .repolist.video .repom {
  width: calc((374 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((34 / 1600) * 100%);
}

.reports .repolist.video .repom .imgs .img {
  padding-top: 177.83%;
}

.reports .repolist.video .repom:nth-child(3n) {
  margin-right: calc((34 / 1600) * 100%);
}

.reports .repolist.video .repom:nth-child(4n) {
  margin-right: 0;
}

.Benchmark {
  width: 100%;
  padding: 0.8rem 0;
}

.Benchmark .bench {
  width: 100%;
  margin-bottom: 0.5rem;
}

.Benchmark .bench .becm {
  width: 100%;
  display: none;
}

.Benchmark .bench .becm.on {
  display: block;
}

.Benchmark .bench .vit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.Benchmark .bench .lx {
  width: 0.26rem;
  height: 3px;
  background-color: #da1b2e;
  margin: 0.2rem 0 0.15rem;
}

.Benchmark .bench .xm {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.Benchmark .benchper {
  width: 100%;
  position: relative;
  font-size: 0;
}

.Benchmark .benchper .swom {
  width: 100%;
  width: calc((378 / 1600) * 100%);
  margin-right: calc((29 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  background-color: #f8f8f8;
  padding: 0.5rem 0.4rem;
}

.Benchmark .benchper .swom .bic {
  width: 100%;
  font-size: 0;
}

.Benchmark .benchper .swom .bic span {
  display: inline-block;
  vertical-align: middle;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background-color: #da1b2e;
}

.Benchmark .benchper .swom .bic span img {
  width: 100%;
  display: block;
}

.Benchmark .benchper .swom .xt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.3rem 0 0.25rem;
}

.Benchmark .benchper .swom .sinp {
  width: 100%;
  height: 1.8rem;
  color: #666;
  line-height: 1.5;
  overflow: auto;
  overflow: auto;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}

.Benchmark .benchper .swom .sinp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.Benchmark .benchper .swom .sinp::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(234, 0, 0, 0.8);
  background: rgba(234, 0, 0, 0.8);
  scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.Benchmark .benchper .swom .sinp::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

.Benchmark .benchper .swom .sinp p {
  color: #666;
  line-height: 1.5;
}

.Benchmark .benchper .swom:nth-child(4n) {
  margin-right: 0;
}

.Benchmark .benchper .btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.Benchmark .benchper .btn img {
  width: 100%;
  display: block;
}

.Benchmark .benchper .btn img:first-child {
  display: block;
}

.Benchmark .benchper .btn img:last-child {
  display: none;
}

.Benchmark .benchper .btn:hover img:first-child {
  display: none;
}

.Benchmark .benchper .btn:hover img:last-child {
  display: block;
}

.Benchmark .benchper .bl {
  left: -0.6rem;
}

.Benchmark .benchper .br {
  right: -0.6rem;
}

@media (max-width: 1620px) {
  .Benchmark .benchper .bl {
    left: -0.15rem;
  }
  .Benchmark .benchper .br {
    right: -0.15rem;
  }
}

@media (max-width: 800px) {
  .Benchmark .benchper .swom {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  .Benchmark .benchper .swom:nth-child(2n) {
    margin-right: 0;
  }
}

.evaluate {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0.9rem 0;
}
.evaluate .mork{
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0.2rem;
}

.evaluate .mork a{
  display: inline-block;
  vertical-align: middle;
  background-color: #b70114;
  color: #fff;
  line-height: 2.5;
  width: auto;
  padding: 0 0.4rem;
}

.evaluate .evalper {
  width: 100%;
  position: relative;
  font-size: 0;
}

.evaluate .evalper .evam{
  display: inline-block;
  vertical-align: top;
  width: calc((510 / 1600 * 100%));
  margin-right: calc((34 / 1600) * 100%);
  margin-bottom: 0.2rem;
  transition: all ease 0.5s;
  background-color: #fff;
  padding: 0.4rem 0.4rem 0.6rem;
  position: relative;
}

@media (max-width: 800px) {
  .evaluate .evalper .evam{
    width: 100%;
    margin-right: 0;
  }
}

.evaluate .evalper .evam:nth-child(3n){
  margin-right: 0;
}

.evaluate .evalper .swiper-container {
  padding-bottom: 0.7rem;
}

.evaluate .evalper .evam {
  /* width: 100%; */
  transition: all ease 0.5s;
  background-color: #fff;
  padding: 0.4rem 0.4rem 0.6rem;
  position: relative;
  transform: scale(0.95);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}

.evaluate .evalper .evam .icm {
  width: 100%;
  font-size: 0;
}

.evaluate .evalper .evam .icm span {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
}

.evaluate .evalper .evam .icm span img {
  width: 100%;
  display: block;
}

.evaluate .evalper .evam .lx {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 0.3rem 0;
}

.evaluate .evalper .evam .xir {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.15rem 0;
}

.evaluate .evalper .evam .xim {
  width: 100%;
  color: #555;
  line-height: 1.5;
  height: 4.5em;
}
.evaluate .evalper .evam .xim.h12{
  height: 18em;
  overflow: auto;
}
.evaluate .evalper .evam .xim.h12::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-arrow-color:rgba(0,0,0,.1);
}
/*滚动条里面小方块*/
.evaluate .evalper .evam .xim.h12::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(234, 0, 0, 0.8);
    background: rgba(234, 0, 0, 0.8);
    scrollbar-arrow-color:rgba(0,0,0,.1);
}
/*滚动条里面轨道*/
.evaluate .evalper .evam .xim.h12::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}

.evaluate .evalper .evam .ic {
  position: absolute;
  width: 0.57rem;
  right: 0.3rem;
  transform: translateY(50%);
  bottom: 0;
  opacity: 0;
}

.evaluate .evalper .evam .ic img {
  width: 100%;
  display: block;
}

.evaluate .evalper .evam:hover {
  transform: scale(1);
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(0);
}

.evaluate .evalper .evam:hover .ic {
  opacity: 1;
}

.evaluate .evalper .swiper-pagination {
  bottom: 0;
}

.evaluate .evalper .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #dcdcdc;
  opacity: 1;
}

.evaluate .evalper .swiper-pagination-bullet-active {
  background-color: #cb1f26;
}

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

.choose .conavs {
  width: 100%;
  /* border-bottom: solid 1px #e8e8e8; */
}

.choose .conavs .cnnavper {
  width: 100%;
  background-color: #da1b2e;
}

.choose .conavs .cnnavper .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.choose .conavs .cnnavper .swiper-slide a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5rem;
  color: #555;
  color: #fff;
  line-height: 3.2;
  position: relative;
  cursor: pointer;
}


.choose .conavs .cnnavper .swiper-slide.on {
  background-color: #b70114;
}

.choose .conavs .cnnavper .swiper-slide.on a {
  color: #fff;
}

.choose .conavs .cnnavper .swiper-slide:hover {
  background-color: #b70114;
}

.choose .conavs .cnnavper .swiper-slide:hover a {
  color: #fff;
}

.choose .conteom {
  width: 100%;
  margin-top: 0.5rem;
}

.choose .conteom .contm {
  width: 100%;
  display: none;
}

.choose .conteom .contm.on {
  display: block;
}

.choose .conpmer {
  width: 100%;
  font-size: 0;
}

.choose .conpmer .cetrm {
  display: inline-block;
  vertical-align: top;
  width: calc((240 / 1600) * 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
  border: solid 1px #eee;
  margin-right: calc((31 / 1600) * 100%);
}

.choose .conpmer .cetrm .img {
  width: 100%;
  padding-top: 45.83%;
  transition: all ease 0.5s;
}

.choose .conpmer .cetrm:nth-child(6n) {
  margin-right: 0;
}

@media (max-width: 800px) {
  .choose .conpmer .cetrm {
    width: 32%;
    margin-right: 2%;
  }
  .choose .conpmer .cetrm:nth-child(3n) {
    margin-right: 0;
  }
}

.vitecom {
  width: 100%;
}

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

.vitecom .videm:nth-child(2n) {
  background-color: #f8f8f8;
}

.vitecom .videom {
  width: 100%;
}

.vitecom .videom .viem {
  width: 100%;
  display: none;
}

.vitecom .videom .viem.on {
  display: block;
}

.vitecom .videos {
  width: 100%;
  display: block;
  height: 9rem;
  object-fit: cover;
}

.vitecom .moretj {
  width: 100%;
  margin-top: 0.5rem;
}

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

.vitecom .moretj .mop .ml {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
}

.vitecom .moretj .mop .ml span {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  margin-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.vitecom .moretj .mop .ml span img {
  width: 100%;
  display: block;
}

.vitecom .moretj .mop .mr {
  display: inline-block;
  vertical-align: middle;
}

.vitecom .moretj .mop .mr a {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
}

.vitecom .moretj .mop .mr a:hover {
  color: #da1b2e;
}

.vitecom .moretj .mulper {
  width: 100%;
}

.vitecom .moretj .mulper .swiper-slide {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.vitecom .moretj .mulper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vitecom .moretj .mulper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 56.08%;
  transition: all ease 0.5s;
}

.vitecom .moretj .mulper .swiper-slide .imgs .ic {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 2;
  width: 0.86rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.vitecom .moretj .mulper .swiper-slide .imgs .ic img {
  width: 100%;
  display: block;
}

.vitecom .moretj .mulper .swiper-slide .md {
  width: 100%;
  color: #333;
  margin-top: 0.1rem;
  line-height: 1.5;
  height: 3em;
}

.vitecom .moretj .mulper .swiper-slide:hover .imgs .img, .vitecom .moretj .mulper .swiper-slide.on .imgs .img {
  transform: scale(1.1);
}

.vitecom .moretj .mulper .swiper-slide:hover .md, .vitecom .moretj .mulper .swiper-slide.on .md {
  color: #da1b2e;
}

.vitecom .moretj .mulper .swiper-slide.on .imgs .ic {
  opacity: 1;
}

.vitecom .plack {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #cb1f26;
  align-items: center;
}

.vitecom .plack .pml {
  display: inline-block;
  vertical-align: middle;
  width: calc((1080 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.vitecom .plack .pml .img {
  width: 100%;
  padding-top: 56.29%;
}

.vitecom .plack .pml .play {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  width: 0.52rem;
  height: 0.52rem;
  cursor: pointer;
  z-index: 2;
}

.vitecom .plack .pml .play img {
  width: 100%;
  display: inline-block;
}
.vitecom .plack .pml .vidom {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #000;
}

.vitecom .plack .pml .vidom .vi1 {
  /* visibility: hidden; */
  width: 100%;
  height: 100%;
}

.vitecom .plack .pml .vidom .vi2 {
  display: none;
  width: 100%;
  height: 100%;
}

.vitecom .plack .pmr {
  display: inline-block;
  vertical-align: middle;
  padding: 0.6rem;
  width: calc((520 / 1600) * 100%);
}

.vitecom .plack .pmr .pc {
  width: 0.56rem;
  height: 0.56rem;
}

.vitecom .plack .pmr .pc img {
  width: 100%;
  display: block;
}

.vitecom .plack .pmr .pt {
  width: 100%;
  margin: 0.25rem 0;
  color: #fff;
  line-height: 1.5;
}

.vitecom .plack .pmr .pinp {
  width: 100%;
  color: #fff;
  line-height: 1.8;
}

.vitecom .plack .pmr .pinp p {
  color: #fff;
  line-height: 1.8;
}

.exchange {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}

.exchange .exchom {
  width: 100%;
  font-size: 0;
}

.exchange .exchom .ecom {
  display: inline-block;
  vertical-align: top;
  width: calc((780 / 1600) * 100%);
  margin-right: calc((39 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.exchange .exchom .ecom .img {
  width: 100%;
  padding-top: 56.41%;
}

.exchange .exchom .ecom:nth-child(2n) {
  margin-right: 0;
}

.Short {
  width: 100%;
  padding: 0.8rem 0;
}

.Short .leftop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.Short .leftop .lit {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.Short .leftop .vom {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.Short .leftop .vom a {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
}

.Short .leftop .vom a:hover {
  color: #da1b2e;
}

.Short .shortper {
  width: 100%;
}

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

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

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

.Short .shortper .swiper-slide .play {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  width: 0.52rem;
  height: 0.52rem;
  cursor: pointer;
}

.Short .shortper .swiper-slide .play img {
  width: 100%;
  display: block;
}

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

.playback {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #f8f8f8;
}

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

.abouts .aboem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.abouts .aboem .abl {
  display: inline-block;
  vertical-align: middle;
  width: calc((680 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.abouts .aboem .abl .img {
  width: 100%;
  padding-top: 66.66%;
}

.abouts .aboem .abr {
  display: inline-block;
  vertical-align: middle;
  width: calc((820 / 1600) * 100%);
}

.abouts .aboem .abr .ainp {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.abouts .aboem .abr .ainp p {
  color: #555;
  line-height: 1.8;
}

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

.abouts .aboulis .aboum {
  width: calc((506 / 1600) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((39 / 1600) * 100%);
  margin-bottom: 0.2rem;
  padding: 0.4rem;
  background-color: #f6f6f6;
  transition: all ease 0.5s;
}

.abouts .aboulis .aboum .ca {
  display: inline-block;
  vertical-align: top;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.35rem;
}

.abouts .aboulis .aboum .ca img {
  width: 100%;
  display: block;
}

.abouts .aboulis .aboum .uom {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.92rem - 0.35rem);
}

.abouts .aboulis .aboum .uom .ut {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.abouts .aboulis .aboum .uom .um {
  margin-top: 0.15rem;
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
}
.abouts .aboulis .aboum .uom .um p{
  color: #666;
  line-height: 1.5;
}

.abouts .aboulis .aboum:hover {
  background-color: #cb1f26;
}

.abouts .aboulis .aboum:hover .uom .ut, .abouts .aboulis .aboum:hover .uom .um {
  color: #fff;
}

.abouts .aboulis .aboum:nth-child(3n) {
  margin-right: 0;
}

.cultrue {
  width: 100%;
  padding: 0.8rem 0;
}

.cultrue .culom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.cultrue .culom .cul {
  display: inline-block;
  vertical-align: middle;
  width: calc((750 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.cultrue .culom .cul .img {
  width: 100%;
  padding-top: 66.66%;
}

.cultrue .culom .cur {
  display: inline-block;
  vertical-align: middle;
  width: calc((750 / 1600) * 100%);
  padding: 0.6rem 0;
}

.cultrue .culom .cur .curlis {
  width: 100%;
}

.cultrue .culom .cur .curlis .culi {
  width: 100%;
  font-size: 0;
}

.cultrue .culom .cur .curlis .culi .num {
  display: inline-block;
  vertical-align: top;
  color: #cb1f26;
  font-weight: bold;
  width: 50px;
  line-height: 1.5;
}

.cultrue .culom .cur .curlis .culi .rpm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
  padding-left: 0.3rem;
}

.cultrue .culom .cur .curlis .culi .rpm .pt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.cultrue .culom .cur .curlis .culi .rpm .pp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.08rem;
}

.cultrue .culom .cur .curlis .culi + .culi {
  margin-top: 0.45rem;
}

.history {
  width: 100%;
  padding: 0.8rem 0;
}

.history .leftop {
  margin-bottom: 0;
}

.history .histper {
  width: 100%;
  position: relative;
}

.history .histper .line {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.history .histper .line .img {
  width: 100%;
  padding-top: 30.20%;
}

.history .histper .swiper-container {
  width: 100%;
  padding: 1.6rem 0 3.2rem;
}

.history .histper .swiper-slide {
  width: 100%;
}

.history .histper .swiper-slide .som {
  width: 1.7rem;
}

.history .histper .swiper-slide .year {
  width: 100%;
  color: #cb1f26;
  font-weight: bold;
  line-height: 1.5;
}

.history .histper .swiper-slide .yim {
  width: 100%;
  color: #555;
  line-height: 1.5;
  height: 4.5em;
  margin-top: 0.1rem;
}

.history .histper .swiper-slide .yim p {
  color: #555;
  line-height: 1.5;
}

.history .histper .swiper-slide-active {
  width: calc((100 / 1600) * 100%);
  padding-left: 0.6rem;
}

.history .histper .swiper-slide-active .som {
  position: relative;
  top: 1rem;
}

.history .histper .swiper-slide-active .yim {
  height: 3em;
}

.history .histper .swiper-slide-active + .swiper-slide {
  padding-left: 0.5rem;
}

.history .histper .swiper-slide-active + .swiper-slide .som {
  position: relative;
  top: 3.5rem;
  left: -0.7rem;
}

.history .histper .swiper-slide-active + .swiper-slide .yim {
  height: 3em;
}

.history .histper .swiper-slide-active + .swiper-slide + .swiper-slide .som {
  position: relative;
  top: 0.6rem;
  left: 0.2rem;
}

.history .histper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .som {
  position: relative;
  top: 3.2rem;
  left: -0.2rem;
}

.history .histper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .som {
  position: relative;
  top: 0rem;
  left: -0.2rem;
}

.history .histper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .som {
  position: relative;
  top: 2.8rem;
  left: -0.3rem;
}

.history .histper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .som {
  position: relative;
  top: -0.6rem;
  left: -0.5rem;
}

.history .histper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .som {
  position: relative;
  top: 2.5rem;
  left: -0.4rem;
}

.history .histper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .som {
  position: relative;
  top: -1.2rem;
  left: -0.9rem;
}
.history .histper .btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 0.45rem;
  height: 0.45rem;
  cursor: pointer;
}

.history .histper .btn img {
  width: 100%;
  display: block;
}

.history .histper .btn img:first-child {
  display: block;
}

.history .histper .btn img:last-child {
  display: none;
}

.history .histper .btn:hover img:first-child {
  display: none;
}

.history .histper .btn:hover img:last-child {
  display: block;
}

.history .histper .bl {
  left: -0.6rem;
}

.history .histper .br {
  right: -0.6rem;
}

@media (max-width: 1620px) {
  .history .histper .bl {
    left: -0.15rem;
  }
  .history .histper .br {
    right: -0.15rem;
  }
}

@media (max-width: 800px) {
  .history .leftop {
    margin-bottom: 0.5rem;
  }
  .history .histper {
    position: relative;
  }
  .history .histper .line {
    display: none;
  }
  .history .histper:after {
    content: ' ';
    position: absolute;
    left: 0.25rem;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #ddd;
  }
  .history .histper .swiper-container {
    padding: 0;
    height: 8rem;
  }
  .history .histper .swiper-slide {
    width: 100%;
    padding-left: 0.5rem;
    height: auto;
    padding: 0.2rem 0 0.2rem 0.8rem !important;
    position: relative;
  }
  .history .histper .swiper-slide:after {
    content: ' ';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #da1b2e;
    left: calc(0.25rem - 2px);
    top: 30%;
    transform: translateY(-50%);
  }
  .history .histper .swiper-slide .som {
    width: 100%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
  .history .histper .swiper-slide .yim {
    width: 100%;
    height: auto;
  }
}

.address {
  width: 100%;
  padding: 1rem 0;
  background-color: rgba(246, 246, 246, 0.3);
}

.address .adrom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background-color: #cb1f26;
}

.address .adrom .adl {
  display: inline-block;
  vertical-align: middle;
  width: calc((1070 / 1600) * 100%);
}

.address .adrom .adl .map {
  width: 100%;
  height: 5.1rem;
}

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

.address .adrom .adl .map .BMap_Marker > div span {
  background-size: 100% 100% !important;
}

.address .adrom .adl .map .BMap_noprint {
  background-position: center !important;
}

.address .adrom .adl .map p {
  font-size: 14px;
  line-height: 1.5;
}

.address .adrom .adl .map div {
  font-size: 14px;
  line-height: 1.5;
}

.address .adrom .adr {
  display: inline-block;
  vertical-align: middle;
  width: calc((530 / 1600) * 100%);
  padding: 0.4rem 0.8rem;
}

.address .adrom .adr .ait {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.address .adrom .adr .adrlist {
  width: 100%;
}

.address .adrom .adr .adrlist .ali {
  width: 100%;
  font-size: 0;
}

.address .adrom .adr .adrlist .ali .ac {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.2rem;
  background-color: #fff;
}

.address .adrom .adr .adrlist .ali .ac img {
  width: 100%;
  display: inline-block;
}

.address .adrom .adr .adrlist .ali .cp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.7rem);
}

.address .adrom .adr .adrlist .ali .cp .ct {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.address .adrom .adr .adrlist .ali .cp .cd {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.06rem;
}

.address .adrom .adr .adrlist .ali + .ali {
  margin-top: 0.3rem;
}

.address .palces {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
}

.address .palces .plam {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  background-color: #f6f6f6;
  margin-bottom: 0.3rem;
  padding: 0.45rem 0.55rem;
  position: relative;
}

.address .palces .plam:after {
  content: ' ';
  position: absolute;
  right: 0;
  width: 1px;
  height: calc(100% - 0.9rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdcdc;
}

.address .palces .plam .ic {
  display: block;
  width: 24px;
}

.address .palces .plam .ic img {
  width: 100%;
  display: block;
}

.address .palces .plam .ic img:first-child {
  display: block;
}

.address .palces .plam .ic img:last-child {
  display: none;
}

.address .palces .plam .ct {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.24rem 0 0.12rem;
}

.address .palces .plam .cim {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
}

.address .palces .plam .cim p {
  color: #666;
  line-height: 1.5;
}

.address .palces .plam:nth-child(3n):after {
  display: none;
}

.address .palces .plam:hover .ct {
  width: 100%;
  color: #cb1f26;
  line-height: 1.5;
}

.address .palces .plam:hover .ic img:first-child {
  display: none;
}

.address .palces .plam:hover .ic img:last-child {
  display: block;
}

@media (max-width: 800px) {
  .address .palces .plam:after {
    display: none !important;
  }
}

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

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

.searchom .seom form {
  display: block;
  width: 100%;
  max-width: 8rem;
  margin: 0 auto 0;
}

.searchom .seom .inputs {
  width: 100%;
  font-size: 0;
}

.searchom .seom .inputs .int {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px);
  padding-right: 0.2rem;
  border: none;
  border-bottom: solid 1px #ddd;
  background-color: transparent;
  line-height: 3;
  height: 3em;
  color: #333;
}

.searchom .seom .inputs .stn {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
}

.searchom .seom .inputs .stn img {
  width: 100%;
  display: block;
}

.searchom .seom .inputs .stn .sub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.searchom .seom .clear {
  width: 100%;
  text-align: right;
  font-size: 0;
  margin-top: 0.24rem;
}

.searchom .seom .clear a {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  line-height: 1.5;
}

.searchom .seom .clear a:hover {
  color: #da1b2e;
}

.searchom .result {
  width: 100%;
}

.searchom .result .retop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ddd;
}

.searchom .result .retop .renav {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.searchom .result .retop .renav .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #888;
  line-height: 3;
  margin-right: 0.4rem;
  position: relative;
  cursor: pointer;
}

.searchom .result .retop .renav .swiper-slide:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #da1b2e;
  opacity: 0;
  left: 0;
  transition: all ease 0.5s;
}

.searchom .result .retop .renav .swiper-slide.on {
  color: #da1b2e;
}

.searchom .result .retop .renav .swiper-slide.on:after {
  opacity: 1;
}

.searchom .result .retop .rer {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #888;
  line-height: 1.5;
}

.searchom .result .retop .rer span {
  color: #d21b2d;
}

.searchom .result .resiom {
  width: 100%;
  margin-top: 0.5rem;
}

.searchom .result .resom {
  width: 100%;
}

.searchom .result .resom .rit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}

.searchom .result .resom.in .rit {
  margin-bottom: 0.1rem;
}

.searchom .result .resom + .resom {
  margin-top: 0.5rem;
}

.searchom .result .reomper {
  width: 100%;
}

.searchom .result .reomper .swiper-slide {
  width: 100%;
  background-color: #f7f7f7;
  font-size: 0;
}

.searchom .result .reomper .swiper-slide a {
  width: 100%;
  display: block;
}

.searchom .result .reomper .swiper-slide .imgs {
  width: 45%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.searchom .result .reomper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 56.34%;
  transition: all ease 0.5s;
}

.searchom .result .reomper .swiper-slide .som {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding: 0.5rem;
}

.searchom .result .reomper .swiper-slide .som .sit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.searchom .result .reomper .swiper-slide .som .sim {
  width: 100%;
  margin-top: 0.06rem;
  color: #666;
  line-height: 1.5;
}

.searchom .result .reomper .swiper-slide .som .sim p {
  color: #666;
  line-height: 1.5;
}

.searchom .result .reomper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.searchom .result .reomper .swiper-slide:hover .som .sit {
  color: #da1b2e;
}

.searchom .result .mulper {
  width: 100%;
}

.searchom .result .mulper .swiper-slide {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.searchom .result .mulper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.searchom .result .mulper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 56.08%;
  transition: all ease 0.5s;
}

.searchom .result .mulper .swiper-slide .imgs .ic {
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 2;
  width: 0.86rem;
  transition: all ease 0.5s;
  opacity: 0;
}

.searchom .result .mulper .swiper-slide .imgs .ic img {
  width: 100%;
  display: block;
}

.searchom .result .mulper .swiper-slide .md {
  width: 100%;
  color: #333;
  margin-top: 0.1rem;
  line-height: 1.5;
  height: 3em;
}

.searchom .result .mulper .swiper-slide:hover .imgs .img, .searchom .result .mulper .swiper-slide.on .imgs .img {
  transform: scale(1.1);
}

.searchom .result .mulper .swiper-slide:hover .md, .searchom .result .mulper .swiper-slide.on .md {
  color: #da1b2e;
}

.searchom .result .mulper .swiper-slide.on .imgs .ic {
  opacity: 1;
}

.searchom .result .infos {
  width: 100%;
  font-size: 0;
}

.searchom .result .infos .infom {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  border-bottom: dashed 1px #eee;
}

.searchom .result .infos .infom a {
  width: 100%;
  display: block;
  padding: 0.15rem 0;
}

.searchom .result .infos .infom .sm {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.searchom .result .infos .infom .time {
  width: 100%;
  color: #888;
  line-height: 1.5;
  margin-top: 0.04rem;
}

.searchom .result .infos .infom:hover .sm {
  color: #da1b2e;
}

.searchom .result .infos .infom:nth-child(2n) {
  margin-right: 0;
}

.main {
  width: 100%;
  padding: 1rem 0;
  background-color: #a6a6a6;
  height: 100vh;
  position: relative;
  overflow: auto;
}

.main .minp {
  width: 100%;
  color: #333;
  line-height: 1.8;
  background-color: #fff;
  padding: 0.4rem;
}

.main .minp p {
  color: #333;
  line-height: 1.8;
}

.main .head {
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #fff;
}

.main .head .heam {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.main .head .heam .hel {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 1.5;
}

.main .head .heam .hel span {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.1rem;
}

.main .head .heam .hel span img {
  width: 100%;
  display: block;
}

.main .head .heam .her {
  display: inline-block;
  vertical-align: middle;
}

.main .head .heam .her a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  padding: 0 0.2rem;
  color: #fff;
  line-height: 2.5;
  display: none;
}

.main .head .heam .her a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.23rem;
  height: 0.23rem;
}

.main .head .heam .her a span img {
  width: 100%;
  display: block;
}

.main .bottom {
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.main .bottom .bott {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.main .bottom .bott .bol {
  display: inline-block;
  vertical-align: middle;
}

.main .bottom .bott .bor {
  display: inline-block;
  vertical-align: middle;
}

.main .bottom .bott .bor a {
  display: inline-block;
  vertical-align: middle;
  background-color: #cb1f26;
  padding: 0 0.2rem;
  color: #fff;
  line-height: 2.5;
}

.main .bottom .bott .bor a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.23rem;
  height: 0.23rem;
}

.main .bottom .bott .bor a span img {
  width: 100%;
  display: block;
}

.poped {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.poped .pox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 7.8rem;
  max-width: 90%;
  padding: 0.7rem;
}

.poped .pox .pt {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.poped .pox form {
  width: 100%;
  display: block;
}

.poped .pox .input {
  width: 100%;
  font-size: 0;
  background-color: #fafafa;
  border: solid 1px #e5e5e5;
  padding: 0 0.2rem;
  margin-bottom: 0.2rem;
}

.poped .pox .input .ac {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 0.15rem;
}

.poped .pox .input .ac img {
  width: 100%;
  display: block;
}

.poped .pox .input input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 24px - 0.15rem);
  color: #333;
  line-height: 3;
  height: 3em;
  border: none;
  background-color: transparent;
}

.poped .pox .sub {
  width: 100%;
  font-size: 0;
}

.poped .pox .sub input {
  width: 100%;
  display: block;
  color: #fff;
  background-color: #cb1f26;
  line-height: 3;
  height: 3em;
  text-align: center;
  border: none;
  cursor: pointer;
}

.poped .pox .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  color: #333;
  line-height: 1.5;
  z-index: 2;
}

