.w1200 {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 1220px) {
  .w1200 {
    width: 88%;
  }
}

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

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

@media (max-width: 1420px) {
  .w1400 {
    width: 88%;
  }
}

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

.w1600 {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  z-index: 2;
}

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

@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 .htop {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

header .htop nav .natem .nas {
  width: auto;
  display: inline-block;
  margin: 0 0.3rem;
}

header .htop nav .natem .nas a {
  display: inline-block;
  line-height: 3.5;
  line-height: 1rem;
  color: #fff;
  border-bottom: solid 2px transparent;
  position: relative;
}

header .htop nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  left: calc(100% + 0.06rem);
  top: 48%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  width: 0.12rem;
  height: 0.07rem;
  display: none;
  background-image: url("../images/r4.png");
  transition: all ease 0.5s;
  background-size: 100% 100%;
}

header .htop nav .natem .navuls {
  width: 100vw;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 100%;
  padding: 0.4rem 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

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

header .htop nav .natem .navuls ul li {
  width: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0.1rem 0.1rem;
}

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

header .htop 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.4rem 0 0.2rem;
  position: relative;
}

header .htop nav .natem .navuls ul li .ns:after {
  content: ' ';
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 16px;
  background-image: url("../images/r3.png");
  background-size: 100% 100%;
  display: none;
}

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

header .htop nav .natem .navuls ul li .ns:hover:after {
  display: block;
}

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

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

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

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

header .htop nav .natem .navuls ul li:hover .ns:after {
  display: block;
}

header .htop 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 .htop nav .natem .navuls ul li.has-the.show:after {
  content: "-";
}

header .htop nav .natem.on .nas a {
  border-bottom: solid 2px #fff;
}

header .htop nav .natem.on .nas a:after {
  transform: translateY(-50%) rotate(180deg);
}

header .htop nav .natem:hover .nas a {
  border-bottom: solid 2px #fff;
}

header .htop nav .natem:hover .nas a:after {
  display: block;
  transform: translateY(-50%) rotate(180deg);
}

header .htop nav .natem.has-nav .nas a:after {
  display: block;
}

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

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

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

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

header .htop .rav .languages .lauges .lashow .ac {
  display: inline-block;
  vertical-align: middle;
  width: 0.23rem;
  height: 0.23rem;
}

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

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

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

header .htop .rav .languages .lauges .lashow .am {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  margin-left: 0.1rem;
}

header .htop .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;
  border: solid 0.05rem;
  border-color: #fff transparent transparent transparent;
}

header .htop .rav .languages .lauges .language {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  display: none;
}

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

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

header .htop .rav .languages .lauges .language .latem a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}

header .htop .rav .languages .lauges .language .latem a span img {
  width: 100%;
  display: inline-block;
}

header .htop .rav .languages .lauges .language .latem a i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #fff;
  line-height: 3;
}

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

header .htop .rav .ss {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 0.23rem;
  height: 0.23rem;
  width: 20px;
  height: 20px;
  margin: 0 0.15rem;
  font-size: 0;
  cursor: pointer;
}

header .htop .rav .ss img {
  width: 100%;
  display: block;
}

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

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

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

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

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

header .htop .rav .atn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  padding-right: 0.2rem;
}

header .htop .rav .atn:after {
  content: ' ';
  position: absolute;
  right: 0;
  height: 0.2rem;
  width: 1px;
  background-color: #ddd;
  top: 50%;
  transform: translateY(-50%);
}

header .htop .rav .atn a {
  width: 100%;
  display: block;
  color: #fff;
  line-height: 2.5;
}

header .htop .rav .atn a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

header .htop .rav .atn a span img {
  width: 100%;
  display: block;
}

header .htop .rav .atn a span img:first-child {
  display: block;
}

header .htop .rav .atn a span img:last-child {
  display: none;
}

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: #e84f38;
  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 .htop .logo img:first-child {
  display: none;
}

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

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

header.white .htop nav .natem .nas a:after {
  content: ' ';
  position: absolute;
  left: calc(100% + 0.06rem);
  top: 48%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  width: 0.12rem;
  height: 0.07rem;
  display: none;
  background-image: url("../images/r4s.png");
  transition: all ease 0.5s;
  background-size: 100% 100%;
}

header.white .htop nav .natem.on .nas a {
  color: #e84f38;
  border-bottom: solid 2px #e84f38;
}

header.white .htop nav .natem.on .nas a:after {
  background-image: url("../images/r4r.png");
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(180deg);
}

header.white .htop nav .natem.has-nav .nas a:after {
  display: block;
}

header.white .htop .rav .atn a {
  color: #333;
}

header.white .htop .rav .atn a span img:first-child {
  display: none;
}

header.white .htop .rav .atn a span img:last-child {
  display: block;
}

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

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

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

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

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

header.white .htop .rav .languages .lauges .lashow:after {
  border: solid 0.05rem;
  border-color: #333 transparent transparent transparent;
}

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

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

header.gray {
  background-color: rgba(0, 0, 0, 0.2);
}

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

@media (max-width: 800px) {
  header {
    background-color: #fff !important;
  }

  header .htop {
    padding: 0.06rem 0;
  }

  header .htop 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 .htop nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
  }

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

  header .htop 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 .htop nav .natem .nas a:after {
    display: none;
  }

  header .htop nav .natem .nas a:hover {
    color: #e84f38;
  }

  header .htop 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;
    padding: 0;
  }

  header .htop nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem 0.3rem;
  }

  header .htop nav .natem .navuls ul li {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
  }

  header .htop 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;
    width: 100%;
  }

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

  header .htop nav .natem .navuls ul li .ns:after {
    content: ' ';
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 16px;
    background-image: url("../images/r3.png");
    background-size: 100% 100%;
  }

  header .htop nav .natem .navuls ul li+li {
    border-top: solid 1px #eee;
  }

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

  header .htop nav .natem .navuls ul li.has-the:after {
    display: block;
  }

  header .htop nav .natem:before {
    display: none !important;
  }

  header .htop nav .natem.on .nas a:after {
    display: none;
  }

  header .htop nav .natem.on .nas:after {
    display: none;
  }

  header .htop nav .natem.has-nav .nas a:after {
    display: none !important;
  }

  header .htop 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 .htop nav .natem.has-nav.show:after {
    content: "-";
  }

  header .htop .rav {
    width: calc(100%);
    text-align: right;
  }

  header .htop .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
  }

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

  header .htop .logo {
    width: 0.6rem;
  }

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

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

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

  header .htop nav .natem.on .nas a {
    color: #e84f38;
    border-bottom: solid 2px #e84f38;
  }

  header .htop .rav .atn a {
    color: #333;
  }

  header .htop .rav .atn a span img:first-child {
    display: none;
  }

  header .htop .rav .atn a span img:last-child {
    display: block;
  }

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

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

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

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

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

  header .htop .rav .languages .lauges .lashow:after {
    border: solid 0.05rem;
    border-color: #333 transparent transparent transparent;
  }

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

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

  header.menu-state .w1600 {
    z-index: auto;
  }

  header.menu-state .htop 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: 48.95%;
}

.banner .swiper-slide .sox {
  position: absolute;
  top: 50%;
  left: calc((160 / 1920) * 100%);
  transform: translateY(-50%);
  width: 100%;
  /* max-width: 6.8rem; */
  max-width: 90%;
}

.banner .swiper-slide .sox .sm {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.3rem;
}

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

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

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

.banner .swiper-slide .sox .lx {
  width: 100%;
  font-size: 0;
  margin-top: 0.8rem;
}

.banner .swiper-slide .sox .lx span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.04rem;
  background-color: #fff;
}

.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-pagination {
  font-size: 0;
  text-align: center;
  bottom: 0.4rem;
  z-index: 10;
}

.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15rem !important;
  background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15rem !important;
  background-image: url("../images/i27.png");
  background-size: 100% 100%;
  background-color: transparent;
  animation: infinite 4s roun ease-in-out;
}

@keyframes roun {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1620px) {
  .banner .swiper-slide .sox {
    left: 3%;
  }

  .banner .swiper-pagination {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media (max-width: 800px) {
  .banner .swiper-slide .img {
    /* padding-top: 76%; */
  }
  .banner .swiper-slide .sox{
    max-width: 94%;
  }
  .banner .swiper-slide .sox .sm {
    font-size: 16px;
  }

  .banner .swiper-slide .sox .em {
    font-size: 12px;
  }

  .banner .swiper-slide .sox .sp {
    font-size: 12px;
    margin: 0.2rem 0;
  }

  .banner .swiper-slide .sox .more {
    margin-top: 0.3rem;
  }
}

footer {
  width: 100%;
}

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

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

footer .fop .fpl {
  display: inline-block;
  vertical-align: top;
  width: calc((570 / 1600) * 100%);
}

footer .fop .fpl .fogo {
  width: 100%;
  font-size: 0;
}

footer .fop .fpl .fogo a {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

footer .fop .fpl .fogo a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.69rem;
  margin-right: 0.2rem;
}

footer .fop .fpl .fogo a span img {
  width: 100%;
  display: block;
}

footer .fop .fpl .finp {
  width: 100%;
  margin: 0.24rem 0 0.2rem;
  color: #8a8f99;
  line-height: 2.2;
}

footer .fop .fpl .finp p {
  color: #8a8f99;
  line-height: 2.2;
}

footer .fop .fpl .share {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

footer .fop .fpl .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all ease 0.5s;
  margin-right: 0.12rem;
}

footer .fop .fpl .share .am a,
footer .fop .fpl .share .am img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .fop .fpl .share .am:hover {
  background-color: #e84f38;
}

footer .fop .fpl .fode {
  width: 100%;
  font-size: 0;
}

footer .fop .fpl .fode .mg {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
}

footer .fop .fpl .fode .mg img {
  width: 100%;
  display: block;
}

footer .fop .fpr {
  display: inline-block;
  vertical-align: top;
  width: calc((950 / 1600) * 100%);
  font-size: 0;
}

footer .fop .fpr .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((190 / 950) * 100%);
  padding-right: 0.1rem;
}

footer .fop .fpr .flist .fit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
}

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

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

footer .fop .fpr .flist .ful a {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #8a8f99;
  line-height: 2.2;
  transition: all ease 0.5s;
}

footer .fop .fpr .flist .ful a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.1rem;
}

footer .fop .fpr .flist .ful a span img {
  width: 100%;
  display: block;
}

footer .fop .fpr .flist .ful a span img:first-child {
  display: block;
}

footer .fop .fpr .flist .ful a span img:last-child {
  display: none;
}

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

footer .fop .fpr .flist .ful a:hover span img:first-child {
  display: none;
}

footer .fop .fpr .flist .ful a:hover span img:last-child {
  display: block;
}

footer .fbot {
  width: 100%;
  background-color: #191d24;
  padding: 0.2rem 0;
}

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

footer .fob .fbl {
  display: inline-block;
  vertical-align: middle;
}

footer .fob .fbl .fm {
  width: 100%;
  color: #8a8f99;
  line-height: 1.5;
}

footer .fob .fbr {
  display: inline-block;
  vertical-align: middle;
}

footer .fob .fbr .fanguages {
  width: 2.1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 0.1rem;
  text-align: left;
}

footer .fob .fbr .fanguages .fauges {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

footer .fob .fbr .fanguages .fauges .fashow {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  padding: 0 0.3rem 0 0.1rem;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
}

footer .fob .fbr .fanguages .fauges .fashow .am {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
  margin-left: 0.1rem;
}

footer .fob .fbr .fanguages .fauges .fashow:after {
  content: " ";
  position: absolute;
  z-index: 3;
  right: 0.2rem;
  top: calc(50% + 0.01rem);
  transform: translateY(-50%) rotate(90deg);
  width: 0;
  height: 0;
  width: 11px;
  height: 16px;
  background-image: url("../images/r2.png");
  background-size: 100% 100%;
}

footer .fob .fbr .fanguages .fauges .fanguage {
  position: absolute;
  z-index: 10;
  width: 100%;
  display: none;
  bottom: 100%;
  left: 0;
  right: 0;
}

footer .fob .fbr .fanguages .fauges .fanguage .fatem {
  width: 100%;
}

footer .fob .fbr .fanguages .fauges .fanguage .fatem a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 0 0.1rem;
  line-height: 3;
  background: rgba(34, 34, 34, 0.5);
}

footer .fob .fbr .fanguages .fauges .fanguage .fatem:hover a {
  background: #222;
  color: #fff;
}

@media (max-width: 800px) {
  footer .fop .fpl .share .am {
    width: 0.6rem;
    height: 0.6rem;
  }

  footer .fop .fpr .flist {
    width: 100%;
    border-bottom: solid 1px rgba(223, 223, 223, 0.3);
    position: relative;
  }

  footer .fop .fpr .flist .fit {
    width: 100%;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }

  footer .fop .fpr .flist .ful {
    width: 100%;
    font-size: 0;
    padding-bottom: 0.15rem;
    display: none;
  }

  footer .fop .fpr .flist .ful a {
    line-height: 2;
  }

  footer .fop .fpr .flist:first-child {
    border-top: solid 1px rgba(223, 223, 223, 0.3);
  }

  footer .fop .fpr .flist.has-ful:after {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 16px;
    background-image: url("../images/r2.png");
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 0.3rem;
    left: auto;
    transform: translateX(0) rotate(90deg);
    top: 0.40rem;
    color: #333;
    border: none;
    transition: all ease 0.5s;
  }

  footer .fop .fpr .flist.has-ful.show:after {
    content: " ";
    transform: translateX(0) rotate(270deg);
  }

  footer .fob .fbl {
    width: calc(100% - 160px);
    margin-bottom: 0.15rem;
  }

  footer .fob .fbr {
    text-align: right;
  }

  footer .fob .fbr .fanguages {
    width: 150px;
    text-align: left;
  }
}

.modular {
  width: 100%;
}

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

.modular .mitop .em {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
}

.modular .mitop .cm {
  margin-top: 0.08rem;
  width: 100%;
  color: #222;
  font-weight: bold;
}

.modular .mitop.mt {
  text-align: center;
}

.modular .mstop {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.5rem;
}

.modular .mstop .cn {
  display: inline-block;
  color: #222;
  font-weight: bold;
  width: auto;
  margin-right: 0.1rem;
}

.modular .mstop .pm {
  display: inline-block;
  color: #222;
  font-weight: bold;
}

.modular.white .mitop .em,
.modular.white .mitop .cm {
  color: #fff;
}

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

.products .prodtper {
  width: 100%;
  position: relative;
}

.products .prodtper .swiper-slide {
  width: 100%;
  background-image: url("../images/bg11.png");
  background-size: 100% 100%;
  padding: 0.25rem 0.2rem;
  cursor: pointer;
}

.products .prodtper .swiper-slide .tic {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.products .prodtper .swiper-slide .tic span {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}

.products .prodtper .swiper-slide .tic span img {
  width: 100%;
  display: block;
}

.products .prodtper .swiper-slide .tic span img:first-child {
  display: block;
}

.products .prodtper .swiper-slide .tic span img:last-child {
  display: none;
}

.products .prodtper .swiper-slide .vm {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.8;
}

.products .prodtper .swiper-slide.on,
.products .prodtper .swiper-slide:hover {
  background-image: url("../images/bg12.png");
  background-size: 100% 100%;
}

.products .prodtper .swiper-slide.on .tic span img:first-child,
.products .prodtper .swiper-slide:hover .tic span img:first-child {
  display: none;
}

.products .prodtper .swiper-slide.on .tic span img:last-child,
.products .prodtper .swiper-slide:hover .tic span img:last-child {
  display: block;
}

.products .prodtper .swiper-slide.on .vm,
.products .prodtper .swiper-slide:hover .vm {
  color: #fff;
}

.products .prodtper .btn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  display: none;
}

.products .prodtper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.products .prodtper .btn img:first-child {
  display: block;
}

.products .prodtper .btn img:last-child {
  display: none;
}

.products .prodtper .btn:hover {
  background-color: #e84f38;
}

.products .prodtper .btn:hover img:first-child {
  display: none;
}

.products .prodtper .btn:hover img:last-child {
  display: block;
}

.products .prodtper .bl {
  left: 0rem;
}

.products .prodtper .br {
  right: 0rem;
}

.products .prodtper .swiper-container {
  padding-bottom: 0.3rem;
}

.products .rodtom {
  width: 100%;
  margin-top: 0.3rem;
}

.products .rodtom .rodem {
  width: 100%;
  display: none;
}

.products .rodtom .rodem.on {
  display: block;
}

.products .rodtom .rolm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.products .rodtom .rolm .rol {
  display: inline-block;
  vertical-align: middle;
  width: calc((520 / 1600) * 100%);
  position: relative;
  overflow: hidden;
}

.products .rodtom .rolm .rol a {
  width: 100%;
  display: block;
}

.products .rodtom .rolm .rol .img {
  width: 100%;
  padding-top: 119.23%;
}

.products .rodtom .rolm .rol .rox {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.products .rodtom .rolm .rol .rox .rt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.products .rodtom .rolm .rol .rox .rinp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin: 0.2rem 0;
  height: 2rem;
  overflow: auto;
  padding-right: 0.1rem;
}

.products .rodtom .rolm .rol .rox .rinp p {
  color: #fff;
  line-height: 1.5;
}

.products .rodtom .rolm .rol .rox .dmg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.products .rodtom .rolm .rol .rox .dmg .cg {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.5s;
}

.products .rodtom .rolm .rol:hover .rox .dmg .cg {
  transform: scale(1.1);
}

.products .rodtom .rolm .ror {
  display: inline-block;
  vertical-align: middle;
  width: calc((1060 / 1600) * 100%);
  font-size: 0;
}

.products .rodtom .rolm .ror .rorm {
  display: inline-block;
  vertical-align: top;
  width: calc((520 / 1060) * 100%);
  margin-right: calc((19 / 1060) * 100%);
  background-color: #fff;
  font-size: 0;
}

.products .rodtom .rolm .ror .rorm a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0.4rem;
}

.products .rodtom .rolm .ror .rorm .vol {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding-right: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.products .rodtom .rolm .ror .rorm .vol .lts {
  width: 100%;
}

.products .rodtom .rolm .ror .rorm .vol .vt {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.products .rodtom .rolm .ror .rorm .vol .vo {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.1rem;
}

.products .rodtom .rolm .ror .rorm .vol .more {
  width: 100%;
  color: #0074c1;
  line-height: 1.5;
}

.products .rodtom .rolm .ror .rorm .vor {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.products .rodtom .rolm .ror .rorm .vor .vm {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.products .rodtom .rolm .ror .rorm:nth-child(2n) {
  margin-right: 0;
}

.products .rodtom .rolm .ror .rorm:nth-child(4n+1),
.products .rodtom .rolm .ror .rorm:nth-child(4n+2) {
  margin-bottom: 0.2rem;
}

.products .rodtom .rolm .ror .rorm:hover .vol .vt {
  color: #e84f38;
}

.products .rodtom .rolm .ror .rorm:hover .vol .more {
  color: #e84f38;
}

.products .rodtom .rolm .ror .rorm:hover .vor .vm {
  transform: scale(1.1);
}

@media (max-width: 1620px) {
  .products .prodtper .bl {
    left: -0.2rem;
  }

  .products .prodtper .br {
    right: -0.2rem;
  }
}

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

.plans .plamglis {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 8.4rem;
}

.plans .plamglis .plam {
  width: 100%;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition: all ease 1s;
  height: 100%;
}

.plans .plamglis .plam .img {
  width: 100%;
  height: 100%;
  display: block;
}

.plans .plamglis .plam.on {
  z-index: 5;
  opacity: 1;
}

.plans .mitop {
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: 3;
}

.plans .planpers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.plans .planpers .swiper-container,
.plans .planpers .swiper-wrapper {
  height: 100%;
}

.plans .planpers .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.plans .planpers .swiper-slide .vom {
  width: 100%;
  padding: 0.3rem 0.8rem 0.5rem;
  transition: all ease 0.5s;
}

.plans .planpers .swiper-slide .vom a {
  width: 100%;
  display: block;
}

.plans .planpers .swiper-slide .vom .vc {
  width: 100%;
  font-size: 0;
}

.plans .planpers .swiper-slide .vom .vc span {
  display: inline-block;
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
}

.plans .planpers .swiper-slide .vom .vc span img {
  width: 100%;
  display: block;
}

.plans .planpers .swiper-slide .vom .vt {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.15rem 0;
}

.plans .planpers .swiper-slide .vom .vm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.plans .planpers .swiper-slide .vom .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.6rem;
}

.plans .planpers .swiper-slide .vom .more span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.plans .planpers .swiper-slide .vom .more i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 13px;
  margin-left: 0.15rem;
  position: relative;
  transition: all ease 0.5s;
}

.plans .planpers .swiper-slide .vom .more i img {
  width: 100%;
  display: block;
}

.plans .planpers .swiper-slide+.swiper-slide {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.plans .planpers .swiper-slide.on .vom {
  /* background-color: #e84f38; */
  background-color: rgba(232, 79, 56, 0.7);
}

.plans .planpers .swiper-slide.on .vom .more i {
  margin-left: 0.35rem;
}

.plans .planpers .btn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

.plans .planpers .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.plans .planpers .btn:hover {
  background-color: #0074c1;
}

.plans .planpers .bl {
  left: 0rem;
}

.plans .planpers .br {
  right: 0rem;
}

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

.abouts .abotm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  /*align-items: center;*/
}

.abouts .abotm .abl {
  display: inline-block;
  vertical-align: middle;
  width: calc((800 / 1600) * 100%);
  position: relative;
}

.abouts .abotm .abl .img {
  width: 100%;
  padding-top: 56.25%;
}

.abouts .abotm .abl .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
  transition: all ease 0.5s;
}

.abouts .abotm .abl .play img {
  width: 100%;
  display: block;
}

.abouts .abotm .abl .play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.abouts .abotm .abr {
  display: inline-block;
  vertical-align: middle;
  width: calc((700 / 1600) * 100%);
}

.abouts .abotm .abr .ainp {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.abouts .abotm .abr .ainp p {
  color: #666;
  line-height: 1.8;
}

.abouts .abotm .abr .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.7rem;
}

.abouts .abotm .abr .more a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #333;
  color: #333;
  line-height: 3;
  padding: 0 0.3rem;
  border-radius: 1.5em;
}

.abouts .abotm .abr .more a span {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 16px;
  width: 0.18rem;
  height: 0.13rem;
  position: relative;
  top: -0.02rem;
  left: -0.1rem;
  margin-left: 0.3rem;
  transition: all ease 0.5s;
}

.abouts .abotm .abr .more a span img {
  width: 100%;
  display: block;
}

.abouts .abotm .abr .more a span img:first-child {
  display: block;
}

.abouts .abotm .abr .more a span img:last-child {
  display: none;
}

.abouts .abotm .abr .more a:hover {
  border: solid 1px #e84f38;
  background-color: #e84f38;
  color: #fff;
}

.abouts .abotm .abr .more a:hover span {
  left: 0.1rem;
}

.abouts .abotm .abr .more a:hover span img:first-child {
  display: none;
}

.abouts .abotm .abr .more a:hover span img:last-child {
  display: block;
}

.abouts .vtcoms {
  width: 100%;
  font-size: 0;
  margin-top: 0.7rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.abouts .vtcoms .vtem {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0.4rem 0;
}

.abouts .vtcoms .vtem .vc {
  display: inline-block;
  vertical-align: top;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.15rem;
}

.abouts .vtcoms .vtem .vc img {
  width: 100%;
  display: block;
}

.abouts .vtcoms .vtem .vrm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.75rem);
}

.abouts .vtcoms .vtem .vrm .vh {
  width: 100%;
  color: #e84f38;
}

.abouts .vtcoms .vtem .vrm .vh span {
  font-weight: bold;
  margin-right: 0.08rem;
}

.abouts .vtcoms .vtem .vrm .vx {
  width: 100%;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.5;
  margin-top: 0.06rem;
}

.partners {
  width: 100%;
  padding: 1.2rem 0;
}

.partners .partper {
  width: 100%;
  font-size: 0;
  position: relative;
}

.partners .partper .swiper-container {
  padding-bottom: 0.3rem;
}

.partners .partper .cerm {
  /* display: inline-block; */
  vertical-align: top;
  /* width: calc((250 / 1600) * 100%); */
  overflow: hidden;
  margin-bottom: 0.2rem;
  margin-right: calc((19 / 1600) * 100%);
  transition: all ease 0.5s;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}

.partners .partper .cerm a {
  width: 100%;
  display: block;
}

.partners .partper .cerm .img {
  width: 100%;
  padding-top: 64%;
  transition: all ease 0.5s;
  background-color: #fff;
}

.partners .partper .cerm:hover {
  box-shadow: 10px 10px 24px 0px rgba(138, 150, 166, 0.34);
}

.partners .partper .cerm:hover .img {
  transform: scale(1.1);
}

.partners .partper .cerm:nth-child(6n) {
  margin-right: 0;
}

.partners .partper .btn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.partners .partper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.partners .partper .btn img:first-child {
  display: block;
}

.partners .partper .btn img:last-child {
  display: none;
}

.partners .partper .btn:hover {
  background-color: #e84f38;
}

.partners .partper .btn:hover img:first-child {
  display: none;
}

.partners .partper .btn:hover img:last-child {
  display: block;
}

.partners .partper .bl {
  left: -1rem;
}

.partners .partper .br {
  right: -1rem;
}

@media (max-width: 1620px) {
  .partners .partper .bl {
    left: -0.2rem;
  }

  .partners .partper .br {
    right: -0.2rem;
  }
}

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

.news .mitop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news .mitop .mol {
  display: inline-block;
  vertical-align: middle;
}

.news .mitop .mor {
  display: inline-block;
  vertical-align: middle;
}

.news .mitop .mor a {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #333;
  color: #333;
  line-height: 3;
  padding: 0 0.3rem;
  border-radius: 1.5em;
}

.news .mitop .mor a span {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 16px;
  width: 0.18rem;
  height: 0.13rem;
  position: relative;
  top: -0.02rem;
  left: -0.1rem;
  margin-left: 0.3rem;
  transition: all ease 0.5s;
}

.news .mitop .mor a span img {
  width: 100%;
  display: block;
}

.news .mitop .mor a span img:first-child {
  display: block;
}

.news .mitop .mor a span img:last-child {
  display: none;
}

.news .mitop .mor a:hover {
  border: solid 1px #e84f38;
  background-color: #e84f38;
  color: #fff;
}

.news .mitop .mor a:hover span {
  left: 0.1rem;
}

.news .mitop .mor a:hover span img:first-child {
  display: none;
}

.news .mitop .mor a:hover span img:last-child {
  display: block;
}

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

.news .newsom .nel {
  display: inline-block;
  vertical-align: middle;
  width: calc((940 / 1600) * 100%);
}

.news .newsom .nel .nelom {
  width: 100%;
}

.news .newsom .nel .nelom a {
  width: 100%;
  display: block;
}

.news .newsom .nel .nelom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((320 / 940) * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}

.news .newsom .nel .nelom .imgs .img {
  width: 100%;
  padding-top: 56.25%;
  transition: all ease 0.5s;
}

.news .newsom .nel .nelom .com {
  display: inline-block;
  vertical-align: middle;
  width: calc((620 / 940) * 100%);
  padding-left: 0.4rem;
}

.news .newsom .nel .nelom .com .time {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.news .newsom .nel .nelom .com .xt {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.news .newsom .nel .nelom .com .xm {
  width: 100%;
  color: #999;
  line-height: 1.5;
  height: 3em;
}

.news .newsom .nel .nelom .com .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.15rem;
}

.news .newsom .nel .nelom .com .more span {
  display: inline-block;
  vertical-align: middle;
  color: #0074c1;
  line-height: 1.5;
}

.news .newsom .nel .nelom .com .more i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 13px;
  margin-left: 0.15rem;
  transition: all ease 0.5s;
}

.news .newsom .nel .nelom .com .more i img {
  width: 100%;
  display: block;
}

.news .newsom .nel .nelom .com .more i img:first-child {
  display: block;
}

.news .newsom .nel .nelom .com .more i img:last-child {
  display: none;
}

.news .newsom .nel .nelom+.nelom {
  margin-top: 0.55rem;
}

.news .newsom .nel .nelom:hover .imgs .img {
  transform: scale(1.1);
}

.news .newsom .nel .nelom:hover .com .xt {
  color: #e84f38;
}

.news .newsom .nel .nelom:hover .com .more span {
  color: #e84f38;
}

.news .newsom .nel .nelom:hover .com .more i {
  margin-left: 0.35rem;
}

.news .newsom .nel .nelom:hover .com .more i img:first-child {
  display: none;
}

.news .newsom .nel .nelom:hover .com .more i img:last-child {
  display: block;
}

.news .newsom .ner {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: calc((560 / 1600) * 100%);
}

.news .newsom .ner .nerm {
  width: 100%;
}

.news .newsom .ner .nerm a {
  width: 100%;
  display: block;
}

.news .newsom .ner .nerm .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.news .newsom .ner .nerm .imgs .img {
  width: 100%;
  padding-top: 56.25%;
  transition: all ease 0.5s;
}

.news .newsom .ner .nerm .rem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 0.1rem;
  z-index: 3;
  transition: all ease 0.5s;
  background-color: rgba(51, 51, 51, 0.4);
  padding: 0.3rem 0.4rem;
}

.news .newsom .ner .nerm .rem .retop {
  width: 100%;
}

.news .newsom .ner .nerm .rem .retop .rm {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}

.news .newsom .ner .nerm .rem .retop .rd {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.news .newsom .ner .nerm .rem .rot {
  width: 100%;
}

.news .newsom .ner .nerm .rem .rot .rt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.news .newsom .ner .nerm .rem .rot .rp {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  height: 0;
  transition: all ease 0.5s;
}

.news .newsom .ner .nerm:hover .rem {
  background-color: #e84f38;
  background-color: rgba(232, 79, 56, 0.7);
}

.news .newsom .ner .nerm:hover .rem .rot .rp {
  height: 3em;
  margin-top: 0.1rem;
}

.news .newsom .ner .nerm+.nerm {
  margin-top: 0.2rem;
}

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

.nenner .img {
  width: 100%;
  padding-top: 26.041%;
}

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

.nenner .nox .lx {
  width: 100%;
  font-size: 0;
}

.nenner .nox .lx span {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 3px;
  background-color: #fff;
}

.nenner .nox .nm {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.3rem 0;
}

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

.nenner .mod {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90%;
  max-width: 600px;
}

.nenner .mod .searc {
  width: 100%;
  border-radius: 1.6em;
  border: solid 1px #fff;
}

.nenner .mod .searc form {
  width: 100%;
  display: block;
  font-size: 0;
  padding: 0 0.3rem;
}

.nenner .mod .searc .int {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.28rem);
  height: 3.2em;
  background-color: transparent;
  border: none;
  color: #fff;
  line-height: 3.2em;
}

.nenner .mod .searc .int::-webkit-input-placeholder {
  color: #fff;
}

.nenner .mod .searc .sun {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-image: url("../images/ss.png");
  background-size: 100% 100%;
  width: 0.28rem;
  height: 0.28rem;
  background-color: transparent;
  border: none;
}

.nenner .mod .pid {
  width: 100%;
  margin-top: 0.1rem;
  font-size: 0;
}

.nenner .mod .pid a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2;
  padding: 0 0.1rem;
  margin-right: 0.2rem;
}

.nenner .mod .pid a:hover {
  color: #e84f38;
}

@media (max-width: 800px) {
  .nenner .img {
    padding-top: 60%;
  }

  .partners .partper .cerm {
    display: block;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}

.crumbs {
  width: 100%;
}

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

.crumbs .crum .cul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: right;
  position: relative;
}

.crumbs .crum .cul .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
}

.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;
  color: #666;
  margin: 0 0.1rem;
}

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

.centers {
  width: 100%;
  background-color: #f7f7f7;
}

.centers .center {
  width: 100%;
  margin-top: 0.4rem;
  padding-bottom: 0.8rem;
}

.centers .center .cel {
  display: inline-block;
  vertical-align: top;
  width: calc((280 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
}

.centers .center .cel .cim {
  width: 100%;
  background-image: url("../images/bg1.png");
  background-size: 100% 100%;
  padding: 0.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.centers .center .cel .celist {
  width: 100%;
  margin-top: 0.1rem;
}

.centers .center .cel .celist .clem {
  width: 100%;
  font-size: 0;
  background-color: #fff;
}

.centers .center .cel .celist .clem a {
  width: 100%;
  display: block;
  padding: 0.2rem 0.28rem;
}

.centers .center .cel .celist .clem .ci {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}

.centers .center .cel .celist .clem .ci img {
  width: 100%;
  display: block;
}

.centers .center .cel .celist .clem .ci img:first-child {
  display: block;
}

.centers .center .cel .celist .clem .ci img:last-child {
  display: none;
}

.centers .center .cel .celist .clem .dp {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem - 11px);
  padding: 0 0.2rem;
  color: #333;
  line-height: 1.5;
}

.centers .center .cel .celist .clem .rc {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 16px;
}

.centers .center .cel .celist .clem .rc img {
  width: 100%;
  display: block;
}

.centers .center .cel .celist .clem .rc img:first-child {
  display: block;
}

.centers .center .cel .celist .clem .rc img:last-child {
  display: none;
}

.centers .center .cel .celist .clem+.clem {
  margin-top: 0.1rem;
}

.centers .center .cel .celist .clem:hover {
  background-color: #e84f38;
}

.centers .center .cel .celist .clem:hover .ci img:first-child {
  display: none;
}

.centers .center .cel .celist .clem:hover .ci img:last-child {
  display: block;
}

.centers .center .cel .celist .clem:hover .dp {
  color: #fff;
}

.centers .center .cel .celist .clem:hover .rc img:first-child {
  display: none;
}

.centers .center .cel .celist .clem:hover .rc img:last-child {
  display: block;
}

.centers .center .cer {
  display: inline-block;
  vertical-align: top;
  width: calc((1080 / 1400) * 100%);
}

.centers .center .cer .sip {
  width: 100%;
  color: #666;
  line-height: 1.5;
  padding: 0 0 0.2rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 0.3rem;
}

.centers .center .cer .sip span {
  color: #e84f38;
}

.centers .center .cer .certlist {
  width: 100%;
  font-size: 0;
}

.centers .center .cer .certlist .clem {
  display: inline-block;
  vertical-align: top;
  width: calc((340 / 1080) * 100%);
  margin-right: calc((29 / 1080) * 100%);
  background-color: #fff;
  margin-bottom: 0.3rem;
}

.centers .center .cer .certlist .clem a {
  width: 100%;
  display: block;
  padding: 0.2rem 0.3rem 0.4rem;
}

.centers .center .cer .certlist .clem .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.centers .center .cer .certlist .clem .imgs .img {
  width: 100%;
  padding-top: 72.72%;
  transition: all ease 0.5s;
}

.centers .center .cer .certlist .clem .vc {
  width: 100%;
  text-align: center;
  color: #333;
  height: 3em;
  font-weight: bold;
  line-height: 1.5;
}

.centers .center .cer .certlist .clem .cm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.06rem;
}

.centers .center .cer .certlist .clem:hover .imgs .img {
  transform: scale(1.1);
}

.centers .center .cer .certlist .clem:hover .vc {
  color: #e84f38;
}

.centers .center .cer .certlist .clem:nth-child(3n) {
  margin-right: 0;
}

.centers .center .cer .consulting {
  width: 100%;
  padding: 0.5rem 0.6rem;
}

.centers .center .cer .consulting .comt {
  width: 100%;
  font-size: 0;
}

.centers .center .cer .consulting .comt .comd {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
}

.centers .center .cer .consulting .comt .comd img {
  width: 100%;
  display: block;
}

.centers .center .cer .consulting .comt .prm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.2rem);
  padding-left: 0.3rem;
  font-size: 0;
}

.centers .center .cer .consulting .comt .prm .it {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}

.centers .center .cer .consulting .comt .prm .cpd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.6rem);
  padding-left: 0.12rem;
}

.centers .center .cer .consulting .comt .prm .cpd .dc {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.centers .center .cer .consulting .comt .prm .cpd .dm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

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

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #111;
  background-color: #fff;
  margin: 0 0.1rem;
  border-radius: 50%;
}

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

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

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

.pages .page.on.ltn {
  background-color: transparent;
  background-image: url("../images/b3.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.on.rtn {
  background-color: transparent;
  background-image: url("../images/b4.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.pages .page.auto {
  width: auto;
  padding: 0 0.24rem;
}

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

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

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

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

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

.petails .petail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.petails .petail .pel {
  display: inline-block;
  vertical-align: middle;
  width: calc((700 / 1600) * 100%);
}

.petails .petail .pel .ptper {
  width: 100%;
}

.petails .petail .pel .ptper .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.petails .petail .pel .ptper .swiper-slide .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.5s;
}

.petails .petail .pel .pbper {
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
}

.petails .petail .pel .pbper .btn {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  width: 0.4rem;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all ease 0.5s;
}

.petails .petail .pel .pbper .btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 16px;
}

.petails .petail .pel .pbper .btn:hover {
  background-color: rgba(232, 79, 56, 0.7);
}

.petails .petail .pel .pbper .bl {
  left: 0;
}

.petails .petail .pel .pbper .br {
  right: 0;
}

.petails .petail .pel .pbper .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: solid 1px transparent;
}

.petails .petail .pel .pbper .swiper-slide .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.5s;
}

.petails .petail .pel .pbper .swiper-slide.on {
  border: solid 1px #e84f38;
}

.petails .petail .per {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1600) * 100%);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.petails .petail .per .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.petails .petail .per .po {
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 0.1rem 0;
  margin: 0.35rem 0;
}

.petails .petail .per .po .pf {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 1.5;
}

.petails .petail .per .pinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.petails .petail .per .pinp p {
  color: #666;
  line-height: 1.75;
}

.petails .petail .per .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.4rem;
}

.petails .petail .per .more a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  border: solid 1px #333;
  line-height: 3;
  border-radius: 1.5em;
  padding: 0 0.3rem;
  width: auto;
  position: relative;
}

.petails .petail .per .more a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(232, 79, 56, 0.7);
  color: #fff;
  line-height: 3;
  padding: 0 0.3rem;
  border-radius: 1.5em;
  white-space: nowrap;
  bottom: calc(100% + 0.1rem);
  display: none;
}

.petails .petail .per .more a span:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border: solid 0.05rem;
  border-color: rgba(232, 79, 56, 0.7) transparent transparent transparent;
}

.petails .petail .per .more a:hover {
  background-color: rgba(232, 79, 56, 0.7);
  color: #fff;
  border: solid 1px rgba(232, 79, 56, 0.7);
}

.petails .petail .per .more a:hover span {
  display: block;
}

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

.showd .shom {
  width: 100%;
  background-color: #fff;
}

.showd .shom .sop {
  width: 100%;
  border-bottom: solid 1px #eee;
  font-size: 0;
}

.showd .shom .sop span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  padding: 0 0.4rem;
  color: #333;
  border-top: solid 2px #e84f38;
  border-right: solid 1px #eee;
}

.showd .shom .hosm {
  width: 100%;
  padding: 0.5rem;
}

.showd .shom .hosm .hinp {
  width: 100%;
  color: #666;
  line-height: 1.75;
}

.showd .shom .hosm .hinp p {
  color: #666;
  line-height: 1.75;
}

.showd .shom .hosm .hinp img {
  max-width: 720px;
}

.showd .shom .hosm .homper {
  width: 100%;
  margin-top: 0.5rem;
}

.showd .shom .hosm .homper .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.showd .shom .hosm .homper .swiper-slide .img {
  width: 100%;
  padding-top: 119.04%;
  transition: all ease 0.5s;
}

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

.relevant .rit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.5rem;
}

.relevant .releper {
  width: 100%;
  position: relative;
}

.relevant .releper .swiper-slide {
  width: 100%;
  background-color: #fff;
}

.relevant .releper .swiper-slide a {
  width: 100%;
  display: block;
  padding: 0.6rem 0.3rem 0.4rem;
}

.relevant .releper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

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

.relevant .releper .swiper-slide .vc {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.relevant .releper .swiper-slide .cm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.06rem;
}

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

.relevant .releper .swiper-slide:hover .vc {
  color: #e84f38;
}

.relevant .releper .btn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.relevant .releper .btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.relevant .releper .btn img:first-child {
  display: block;
}

.relevant .releper .btn img:last-child {
  display: none;
}

.relevant .releper .btn:hover {
  background-color: #e84f38;
}

.relevant .releper .btn:hover img:first-child {
  display: none;
}

.relevant .releper .btn:hover img:last-child {
  display: block;
}

.relevant .releper .bl {
  left: -1rem;
}

.relevant .releper .br {
  right: -1rem;
}

@media (max-width: 1700px) {
  .relevant .releper .bl {
    left: 0rem;
  }

  .relevant .releper .br {
    right: 0rem;
  }
}

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

.processs .pit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}

.processs .cesslist {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

.processs .cesslist .cesem {
  display: inline-block;
  vertical-align: top;
  width: calc((200 / 1400) * 100%);
  position: relative;
}

.processs .cesslist .cesem .bgs {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  padding-top: 100%;
}

.processs .cesslist .cesem .imgs {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.processs .cesslist .cesem .imgs .img {
  width: 100%;
  padding-top: 100%;
}

.processs .cesslist .cesem .imgs .vg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.processs .cesslist .cesem .imgs .vg .vc {
  display: block;
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 auto 0.1rem;
}

.processs .cesslist .cesem .imgs .vg .vc img {
  width: 100%;
  display: block;
}

.processs .cesslist .cesem .imgs .vg .vm {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.processs .cesslist .cesem:nth-child(10n+1),
.processs .cesslist .cesem:nth-child(10n+2),
.processs .cesslist .cesem:nth-child(10n+3),
.processs .cesslist .cesem:nth-child(10n+4) {
  float: left;
  margin-right: calc((99 / 1400) * 100%);
  margin-bottom: 0.8rem;
}

.processs .cesslist .cesem:nth-child(10n+1):after,
.processs .cesslist .cesem:nth-child(10n+2):after,
.processs .cesslist .cesem:nth-child(10n+3):after,
.processs .cesslist .cesem:nth-child(10n+4):after {
  content: ' ';
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/i4.png");
  background-size: 100% 100%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  width: 0.4rem;
  height: 0.4rem;
}

.processs .cesslist .cesem:nth-child(10n+6),
.processs .cesslist .cesem:nth-child(10n+7),
.processs .cesslist .cesem:nth-child(10n+8),
.processs .cesslist .cesem:nth-child(10n+9) {
  float: right;
  margin-left: calc((99 / 1400) * 100%);
}

.processs .cesslist .cesem:nth-child(10n+6):after,
.processs .cesslist .cesem:nth-child(10n+7):after,
.processs .cesslist .cesem:nth-child(10n+8):after,
.processs .cesslist .cesem:nth-child(10n+9):after {
  content: ' ';
  position: absolute;
  right: calc(100% + 0.3rem);
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/i5.png");
  background-size: 100% 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
}

.processs .cesslist .cesem:nth-child(10n+5) {
  float: left;
  margin-bottom: 0.8rem;
}

.processs .cesslist .cesem:nth-child(10n+5):after {
  content: ' ';
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/i5d.png");
  background-size: 100% 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
}

.processs .cesslist .cesem:nth-child(10n+10) {
  float: right;
}

.processs .pmgs {
  width: 100%;
}

.processs .pmgs .pcmg {
  width: 100%;
  display: block;
}

.processs .pmgs .pcmg img {
  width: 100%;
  display: block;
}

.processs .pmgs .phmg {
  width: 100%;
  display: none;
}

.processs .pmgs .phmg img {
  width: 100%;
  display: block;
}

@media (max-width: 800px) {
  .processs .cesslist .cesem:nth-child(2n+1) {
    width: calc(50% - 0.78rem) !important;
    margin-bottom: 0.8rem;
  }

  .processs .cesslist .cesem:nth-child(2n+2) {
    width: calc(50% - 0.78rem) !important;
    margin-bottom: 0.8rem;
  }

  .processs .cesslist .cesem:nth-child(1),
  .processs .cesslist .cesem:nth-child(5),
  .processs .cesslist .cesem:nth-child(9) {
    float: left;
    margin-left: 0 !important;
  }

  .processs .cesslist .cesem:nth-child(1):after,
  .processs .cesslist .cesem:nth-child(5):after,
  .processs .cesslist .cesem:nth-child(9):after {
    content: ' ';
    position: absolute;
    left: calc(100% + 0.48rem);
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/i4.png");
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.48rem;
  }

  .processs .cesslist .cesem:nth-child(2),
  .processs .cesslist .cesem:nth-child(6) {
    float: right;
    margin-right: 0 !important;
  }

  .processs .cesslist .cesem:nth-child(2):after,
  .processs .cesslist .cesem:nth-child(6):after {
    content: ' ';
    position: absolute;
    top: calc(100% + 0.24rem);
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/i5d.png");
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.48rem;
  }

  .processs .cesslist .cesem:nth-child(3),
  .processs .cesslist .cesem:nth-child(7) {
    float: right;
    margin-right: 0 !important;
    margin-left: 0.88rem !important;
  }

  .processs .cesslist .cesem:nth-child(3):after,
  .processs .cesslist .cesem:nth-child(7):after {
    content: ' ';
    position: absolute;
    right: calc(100% + 0.48rem);
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    background-image: url("../images/i5.png");
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.48rem;
  }

  .processs .cesslist .cesem:nth-child(4),
  .processs .cesslist .cesem:nth-child(8) {
    float: left;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .processs .cesslist .cesem:nth-child(4):after,
  .processs .cesslist .cesem:nth-child(8):after {
    content: ' ';
    position: absolute;
    top: calc(100% + 0.24rem);
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/i5d.png");
    background-size: 100% 100%;
    width: 0.48rem;
    height: 0.48rem;
  }

  .processs .cesslist .cesem:nth-child(10) {
    float: right;
    margin-right: 0 !important;
  }

  .processs .pmgs .pcmg {
    display: none;
  }

  .processs .pmgs .phmg {
    display: block;
  }
}

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

.crumom .crumper {
  width: 100%;
  background-color: #fff;
  padding: 0.24rem;
}

.crumom .crumper .swiper-wrapper {
  justify-content: center;
}

.crumom .crumper .swiper-slide {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0.3rem;
}

.crumom .crumper .swiper-slide:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #ddd;
  height: 0.18rem;
}

.crumom .crumper .swiper-slide a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 1.5;
}

.crumom .crumper .swiper-slide.on a,
.crumom .crumper .swiper-slide:hover a {
  color: #e84f38;
}

.crumom .crumper .swiper-slide:last-child:after {
  display: none;
}

.crumom .pumom {
  width: 100%;
  margin-top: 0.24rem;
}

.crumom .pumom .purom {
  width: 100%;
  display: none;
}

.crumom .pumom .purom.on {
  display: block;
}

.crumom .pumom .crumlist {
  width: 100%;
  font-size: 0;
}

.crumom .pumom .crumlist .curm {
  display: inline-block;
  vertical-align: top;
  width: calc((332 / 1400) * 100%);
  margin-right: calc((23 / 1400) * 100%);
  margin-bottom: 0.24rem;
  background-color: #fff;
}

.crumom .pumom .crumlist .curm a {
  width: 100%;
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
}

.crumom .pumom .crumlist .curm .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.crumom .pumom .crumlist .curm .imgs .img {
  width: 100%;
  padding-top: 109.375%;
  transition: all ease 0.5s;
}

.crumom .pumom .crumlist .curm .cm {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.06rem;
}

.crumom .pumom .crumlist .curm:nth-child(4n) {
  margin-right: 0;
}

.crumom .pumom .crumlist .curm:hover .imgs .img {
  transform: scale(1.1);
}

.crumom .pumom .crumlist .curm:hover .cm {
  color: #e84f38;
}

@media (max-width: 1600px) {
  .crumom .swiper-wrapper {
    justify-content: flex-start;
  }
}

@media (max-width: 800px) {
  .crumom {
    padding: 0.5rem 0;
  }
}

.listom {
  width: 100%;
  background-color: #e6ebf1;
  padding: 1.3rem 0 0.8rem;
}

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

.listom .lisom .lol {
  display: inline-block;
  vertical-align: middle;
  width: calc((700 / 1400) * 100%);
  position: relative;
}

.listom .lisom .lol .swiper-container {
  padding-bottom: 0.3rem;
}

.listom .lisom .lol .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.listom .lisom .lol .swiper-slide .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.listom .lisom .lol .swiper-pagination {
  bottom: 0;
}

.listom .lisom .lol .swiper-pagination-bullet {
  width: 0.8rem;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.1rem;
  background-color: rgba(0, 0, 0, 0.15);
}

.listom .lisom .lol .swiper-pagination-bullet-active {
  background-color: #e84f38;
}

.listom .lisom .lor {
  display: inline-block;
  vertical-align: middle;
  width: calc((600 / 1400) * 100%);
}

.listom .lisom .lor .rit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.listom .lisom .lor .rinp {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin: 0.3rem 0 0.4rem;
}

.listom .lisom .lor .rinp p {
  color: #333;
  line-height: 1.5;
}

.listom .lisom .lor .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.5rem;
}

.listom .lisom .lor .more .ptn {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #333;
  color: #333;
  line-height: 3;
  border-radius: 1.5em;
  margin-right: 0.2rem;
  width: 1.8rem;
  cursor: pointer;
  text-align: center;
}

.listom .lisom .lor .more .ptn:hover {
  border: solid 1px #e84f38;
  background-color: #e84f38;
  color: #fff;
}

.listom .lisom .lor .more .ptn.show {
  border: solid 1px #e84f38;
  background-color: #e84f38;
  color: #fff;
}

.listom .lisom .lor .more .btns {
  width: 100%;
  display: block;
  margin-top: 0.2rem;
  display: none;
}

.listom .lisom .lor .more .btns.show {
  display: block;
}

.listom .lisom .lor .more .btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}

.listom .lisom .lor .more .btn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 1.8rem;
  text-align: center;
  color: #e84f38;
  border: solid 1px #e84f38;
  line-height: 3;
  border-radius: 1.5em;
}

.listom .lisom .lor .more .btn a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}

.listom .lisom .lor .more .btn a span img {
  width: 100%;
  display: block;
}

.listom .lisom .lor .more .btn a span img:first-child {
  display: block;
}

.listom .lisom .lor .more .btn a span img:last-child {
  display: none;
}

.listom .lisom .lor .more .btn a:hover {
  background-color: #e84f38;
  color: #fff;
}

.listom .lisom .lor .more .btn a:hover span img:first-child {
  display: none;
}

.listom .lisom .lor .more .btn a:hover span img:last-child {
  display: block;
}

.pumps {
  width: 100%;
}

.pumps .pumop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

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

.pumps .pumop .pul .img {
  width: 100%;
  padding-top: 97.91%;
  transition: all ease 0.5s;
}

.pumps .pumop .pur {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1920) * 100%);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0.5rem 1.5rem 0.5rem calc((260 / 1920) * 100%);
}

.pumps .pumop .pur .pit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.45rem;
}

.pumps .pumop .pur .pinp {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.pumps .pumop .pur .pinp p {
  color: #333;
  line-height: 1.5;
}

.pumps .pumop:nth-child(2n) {
  flex-direction: row;
}

.pumps .pumop:nth-child(2n) .pur {
  padding: 0.5rem calc((260 / 1920) * 100%) 0.5rem 1.5rem;
}

.pedslist {
  width: 100%;
}

.pedslist .midom {
  width: 100%;
  padding: 1rem 0;
  background-color: #dbe2e5;
}

.pedslist .midom .mdtop {
  width: 100%;
  text-align: center;
  margin-bottom: 0.7rem;
}

.pedslist .midom .mdtop .mt {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.pedslist .midom .mdtop .mx {
  margin-top: 0.3rem;
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.pedslist .midom .mdtop .mx p {
  color: #fff;
  line-height: 1.5;
}

.pedslist .midom .momg {
  width: 100%;
}

.pedslist .midom .momg .img {
  width: 100%;
  font-size: 0;
}

.pedslist .midom .momg .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.pedslist .deslist {
  width: 100%;
}

.pedslist .deslist .desom {
  width: 100%;
  padding: 1rem 0;
}

.pedslist .deslist .desom .dom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.pedslist .deslist .desom .dom .del {
  display: inline-block;
  vertical-align: middle;
  width: calc((650 / 1400) * 100%);
}

.pedslist .deslist .desom .dom .del .img {
  width: 100%;
  padding-top: 100%;
  transition: all ease 0.5s;
}

.pedslist .deslist .desom .dom .der {
  display: inline-block;
  vertical-align: middle;
  width: calc((650 / 1400) * 100%);
}

.pedslist .deslist .desom .dom .der .pit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.45rem;
}

.pedslist .deslist .desom .dom .der .pinp {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.pedslist .deslist .desom .dom .der .pinp p {
  color: #333;
  line-height: 1.5;
}

.pedslist .deslist .desom:nth-child(2n) .dom {
  flex-direction: row;
}

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

.buys .bitop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.buys .bitop .bt {
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.buys .bitop .bx {
  width: 100%;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

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

.buys .btns .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
}

.buys .btns .btn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.4rem;
  color: #e84f38;
  border: solid 2px #e84f38;
  line-height: 3;
  border-radius: 1.5em;
}

.buys .btns .btn a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}

.buys .btns .btn a span img {
  width: 100%;
  display: block;
}

.buys .btns .btn a span img:first-child {
  display: block;
}

.buys .btns .btn a span img:last-child {
  display: none;
}

.buys .btns .btn a:hover {
  background-color: #e84f38;
  color: #fff;
}

.buys .btns .btn a:hover span img:first-child {
  display: none;
}

.buys .btns .btn a:hover span img:last-child {
  display: block;
}

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

.sercom .sepom {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  top: -0.9rem;
}

.sercom .sepom .stod {
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
  border-bottom: solid 1px #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.6rem;
  align-items: center;
  justify-content: space-between;
}

.sercom .sepom .stod .stl {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.sercom .sepom .stod .stl .stm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 3;
}

.sercom .sepom .stod .stl .stm span {
  color: #e84f38;
}

.sercom .sepom .stod .str {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
  text-align: right;
}

.sercom .sepom .stod .str .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.12rem;
}

.sercom .sepom .stod .str .home img {
  width: 100%;
  display: block;
}

.sercom .sepom .stod .str a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 3.5;
}

.sercom .sepom .stod .str a span {
  display: inline-block;
  color: #666;
  margin: 0 0.1rem;
}

.sercom .sepom .stod .str a:last-child span {
  display: none;
}

.sercom .sepom .seplist {
  width: 100%;
}

.sercom .sepom .seplist .sepm {
  width: 100%;
  border-bottom: solid 1px #eee;
}

.sercom .sepom .seplist .sepm a {
  width: 100%;
  display: block;
  padding: 0.4rem 0.6rem;
}

.sercom .sepom .seplist .sepm .xt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.sercom .sepom .seplist .sepm .xm {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-top: 0.08rem;
}

.sercom .sepom .seplist .sepm:hover .xt {
  color: #e84f38;
}

@media (max-width: 800px) {
  .sercom {
    padding: 0.5rem 0;
  }

  .sercom .sepom {
    top: 0;
  }

  .sercom .sepom .seplist .sepm a {
    padding: 0.3rem;
  }
}

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

.netails .netail {
  width: 100%;
  background-color: #fff;
  padding: 0.5rem;
}

.netails .netail .dit {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.netails .netail .dim {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0.3rem 0 0.2rem;
}

.netails .netail .dim .dls {
  display: inline-block;
  vertical-align: middle;
}

.netails .netail .dim .drs {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.netails .netail .dim .day {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  margin-right: 0.4rem;
}

.netails .netail .dim .share {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.netails .netail .dim .share span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.netails .netail .dim .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: solid 1px #eee;
  position: relative;
  margin: 0 0.05rem;
}

.netails .netail .dim .share .am img {
  width: 100%;
  display: block;
}

.netails .netail .dim .share .am img:first-child {
  display: block;
}

.netails .netail .dim .share .am img:last-child {
  display: none;
}

.netails .netail .dim .share .am .code {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0.1rem;
  bottom: calc(100% + 0.1rem);
  display: none;
  box-shadow: 0px 0px 50px 0px rgba(0, 55, 122, 0.2);
}

.netails .netail .dim .share .am .code .mg {
  display: block;
  margin: 0 auto 0.08rem;
  width: 1.3rem;
  height: 1.3rem;
}

.netails .netail .dim .share .am .code .mg img {
  width: 100%;
  display: block;
}

.netails .netail .dim .share .am .code .cm {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
}

.netails .netail .dim .share .am:hover {
  border: solid 1px #e84f38;
  background-color: #e84f38;
}

.netails .netail .dim .share .am:hover .code {
  display: block;
}

.netails .netail .dim .share .am:hover img:first-child {
  display: none;
}

.netails .netail .dim .share .am:hover img:last-child {
  display: block;
}

.netails .netail .dim .back {
  display: inline-block;
  vertical-align: middle;
}

.netails .netail .dim .back a {
  width: 100%;
  display: block;
  color: #666;
  line-height: 1.5;
}

.netails .netail .dim .back a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.08rem;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  top: -0.02rem;
}

.netails .netail .dim .back a span img {
  width: 100%;
  display: block;
}

.netails .netail .dim .back a:hover {
  color: #e84f38;
}

.netails .netail .dinp {
  width: 100%;
  margin: 0.3rem 0;
  padding: 0.3rem 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  color: #666;
  line-height: 1.75;
}

.netails .netail .dinp p {
  color: #666;
  line-height: 1.75;
}

.netails .netail .dinp img {
  max-width: 720px;
}

.netails .netail .dot {
  width: 100%;
  border-radius: 0.4rem;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.28rem 0.4rem;
}

.netails .netail .dot .dtm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.netails .netail .dot .dtm a {
  width: 100%;
  color: #666;
  line-height: 1.5;
  display: block;
}

.netails .netail .dot .dtm a:hover {
  color: #e84f38;
}

@media (max-width: 800px) {
  .netails {
    padding-bottom: 0.5rem;
  }

  .netails .netail {
    padding: 0.5rem 0 0.5rem;
  }

  .netails .netail .dim .share .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.65rem;
    height: 0.65rem;
  }

  .netails .netail .dim .back a span {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
  }
}

.newp {
  width: 100%;
  background-color: #f7f7f7;
}

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

.newp .newds .newdlis {
  width: 100%;
  font-size: 0;
}

.newp .newds .newdlis .newom {
  display: inline-block;
  vertical-align: top;
  width: calc((688 / 1400) * 100%);
  margin-bottom: 0.4rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: calc((23 / 1400) * 100%);
}

.newp .newds .newdlis .newom a {
  width: 100%;
  display: block;
}

.newp .newds .newdlis .newom .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.newp .newds .newdlis .newom .imgs .img {
  width: 100%;
  padding-top: 56.25%;
  transition: all ease 0.5s;
}

.newp .newds .newdlis .newom .wom {
  width: 100%;
  padding: 0.45rem 0.4rem;
  background-color: #fff;
}

.newp .newds .newdlis .newom .wom .vc {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.newp .newds .newdlis .newom .wom .cm {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-top: 0.06rem;
}

.newp .newds .newdlis .newom:hover .imgs .img {
  transform: scale(1.1);
}

.newp .newds .newdlis .newom:hover .wom .vc {
  color: #e84f38;
}

.newp .newds .newdlis .newom:nth-child(2n) {
  margin-right: 0;
}

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

.contacts .contact {
  width: 100%;
  background-color: #fff;
  margin-top: 0.5rem;
}

.contacts .contact .cit {
  width: 100%;
  border-bottom: solid 1px #eee;
  padding: 0.2rem 0.5rem;
  line-height: 1.5;
  color: #333;
}

.contacts .contact .conts {
  width: 100%;
  padding: 0.5rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts .contact .conts .cnl {
  display: inline-block;
  vertical-align: top;
  width: calc((580 / 1300) * 100%);
}

.contacts .contact .conts .cnl .cind {
  width: 100%;
  color: #666;
  line-height: 2;
  margin-bottom: 0.4rem;
}

.contacts .contact .conts .cnl .cind p {
  color: #666;
  line-height: 2;
}

.contacts .contact .conts .cnl .cindlis {
  width: 100%;
  position: relative;
}

.contacts .contact .conts .cnl .cindlis .cinm {
  width: 100%;
  font-size: 0;
  padding: 0.15rem 0;
}

.contacts .contact .conts .cnl .cindlis .cinm .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}

.contacts .contact .conts .cnl .cindlis .cinm .ic img {
  width: 100%;
  display: block;
}

.contacts .contact .conts .cnl .cindlis .cinm .dom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem);
  padding-left: 0.2rem;
}

.contacts .contact .conts .cnl .cindlis .cinm .dom .dc {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.contacts .contact .conts .cnl .cindlis .cinm .dom .dn {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.contacts .contact .conts .cnl .cindlis .codm {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.4rem;
  height: 1.4rem;
  z-index: 2;
  padding: 0.07rem;
  background-color: #f7f7f7;
}

.contacts .contact .conts .cnl .cindlis .codm img {
  width: 100%;
  display: block;
  background-color: #fff;
}

.contacts .contact .conts .cnr {
  display: inline-block;
  vertical-align: top;
  width: calc((580 / 1300) * 100%);
}

.contacts .contact .conts .cnr form {
  width: 100%;
  display: block;
}

.contacts .contact .conts .cnr .tit {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.contacts .contact .conts .cnr .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.contacts .contact .conts .cnr .row .inp {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
}

.contacts .contact .conts .cnr .row .inp .int {
  width: 100%;
  display: block;
  border: solid 1px #eee;
  line-height: 3.2;
  border-radius: 1.6em;
  padding: 0 0.26rem;
  color: #999;
  background-color: transparent;
  background-color: #fff;
}

.contacts .contact .conts .cnr .row .inp:nth-child(2n) {
  margin-right: 0;
}

.contacts .contact .conts .cnr .row .text {
  width: 100%;
  display: block;
}

.contacts .contact .conts .cnr .row .text .area {
  width: 100%;
  display: block;
  border-radius: 0.25rem;
  border: solid 1px #eee;
  padding: 0.15rem 0.26rem;
  color: #999;
  line-height: 1.5;
  background-color: transparent;
  background-color: #fff;
}

.contacts .contact .conts .cnr .stc {
  width: 100%;
  font-size: 0;
}

.contacts .contact .conts .cnr .stc .stn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: #fff;
  background-color: #e84f38;
  border-radius: 1.6em;
  line-height: 3.2;
  text-align: center;
  width: auto;
  padding: 0 0.6rem;
  cursor: pointer;
}

.contacts .pioms {
  width: 100%;
  margin-top: 0.2rem;
}

.contacts .pioms .ciop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

.contacts .pioms .ciop .col {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.contacts .pioms .ciop .col .cy {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.contacts .pioms .ciop .col .dd {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.08rem;
}

.contacts .pioms .ciop .cor {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.contacts .pioms .ciop .cor .mc {
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  position: relative;
  z-index: 2;
}

.contacts .pioms .ciop .cor .mc img {
  width: 100%;
  display: block;
}

.contacts .pioms .ciop .cor .mp {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.5rem;
  line-height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #e84f38;
  position: relative;
  left: -0.2rem;
  border-radius: 0 0.4rem 0.4rem 0;
}

.contacts .pioms .ciop .cor .mp span {
  display: inline-block;
  vertical-align: middle;
  width: 0.31rem;
  height: 0.31rem;
  margin-right: 0.1rem;
}

.contacts .pioms .ciop .cor .mp span img {
  width: 100%;
  display: block;
}

.contacts .maps {
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
}

.contacts .maps .mapons {
  width: 100%;
  position: relative;
}

.contacts .maps .mapons .mapon {
  width: 100%;
  display: none;
  height: 5.4rem;
}

.contacts .maps .mapons .mapon .BMap_Marker>div {
  width: 39px !important;
  font-size: 14px;
  line-height: 1.5;
}

.contacts .maps .mapons .mapon p {
  font-size: 14px;
  line-height: 1.5;
}

.contacts .maps .mapons .mapon div {
  font-size: 14px;
  line-height: 1.5;
}

.contacts .maps .mapons .mapon.on {
  display: block;
}

.contacts .maps .voms {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.contacts .maps .voms .vom {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.5rem;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.contacts .maps .voms .vom .gc {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}

.contacts .maps .voms .vom .pv {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem);
  padding-left: 0.25rem;
}

.contacts .maps .voms .vom .pv .vt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.contacts .maps .voms .vom .pv .vm {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.contacts .maps .voms .vom.on {
  background-color: rgba(232, 79, 56, 0.8);
}

@media (max-width: 800px) {
  .contacts .maps .voms {
    position: relative;
  }

  .contacts .maps .voms .vom {
    width: 100%;
  }
}

.cases {
  width: 100%;
  background-color: #f7f7f7;
}

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

.cases .hows .howom {
  width: 100%;
  background-color: #fff;
  padding: 0.6rem;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.cases .hows .howom .hol {
  display: inline-block;
  vertical-align: middle;
  width: calc((560 / 1300) * 100%);
  position: relative;
  overflow: hidden;
}

.cases .hows .howom .hol .img {
  width: 100%;
  padding-top: 75%;
}

.cases .hows .howom .hor {
  display: inline-block;
  vertical-align: middle;
  width: calc((580 / 1300) * 100%);
}

.cases .hows .howom .hor .hinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.cases .hows .howom .hor .hinp p {
  color: #666;
  line-height: 1.5;
}

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

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

.cases .service .servlis .scom {
  display: inline-block;
  vertical-align: top;
  width: calc((690 / 1400) * 100%);
  margin-right: calc((19 / 1400) * 100%);
  background-color: #fff;
  padding: 0.4rem;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.cases .service .servlis .scom .tn {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
}

.cases .service .servlis .scom .tn img {
  width: 100%;
  display: block;
}

.cases .service .servlis .scom .com {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2rem);
  padding-left: 0.4rem;
}

.cases .service .servlis .scom .com .st {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.cases .service .servlis .scom .com .cm {
  width: 100%;
  color: #666;
  line-height: 2;
  margin-top: 0.08rem;
}

.cases .service .servlis .scom:nth-child(2n) {
  margin-right: 0;
}

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

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

.cases .integrate .intelist .intem {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 1400) * 100%);
  margin-right: calc((39 / 1400) * 100%);
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.cases .integrate .intelist .intem a {
  width: 100%;
  display: block;
}

.cases .integrate .intelist .intem .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem 0.1rem 0 0;
}

.cases .integrate .intelist .intem .imgs .img {
  width: 100%;
  padding-top: 75%;
  transition: all ease 0.5s;
}

.cases .integrate .intelist .intem .vom {
  width: 100%;
  background-color: #fff;
  padding: 0.4rem;
  text-align: center;
}

.cases .integrate .intelist .intem .vom .vt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
}

.cases .integrate .intelist .intem .vom .vm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  text-align: center;
  margin-top: 0.08rem;
}

.cases .integrate .intelist .intem:hover .imgs .img {
  transform: scale(1.1);
}

.cases .integrate .intelist .intem:hover .vom .vt {
  color: #e84f38;
}

.cases .integrate .intelist .intem:nth-child(3n) {
  margin-right: 0;
}

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

.optimize .opovm {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.optimize .opovm .optims {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.optimize .opovm .optims .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.optimize .opovm .optims .imgs .img {
  width: 100%;
  transition: all ease 0.5s;
  height: 3.2rem;
}

.optimize .opovm .optims .coms {
  width: 100%;
  background-color: #f7f7f7;
  padding: 0.3rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 3.2rem;
}

.optimize .opovm .optims .coms .ct {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.optimize .opovm .optims .coms .cinp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin-top: 0.2rem;
}

.optimize .opovm .optims .coms .cinp p {
  color: #666;
  line-height: 1.8;
}

.optimize .opovm .optims:nth-child(2n) {
  flex-direction: column-reverse;
}

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

.message .meom {
  background-color: #fff;
  padding: 0.6rem;
  width: 100%;
}

.message .meom .eom {
  width: 100%;
  max-width: 6.4rem;
}

.message .meom .eom .erom {
  width: 100%;
}

.message .meom .eom .erom form {
  width: 100%;
  display: block;
}

.message .meom .eom .erom .tit {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.message .meom .eom .erom .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
}

.message .meom .eom .erom .row .inp {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
}

.message .meom .eom .erom .row .inp .int {
  width: 100%;
  display: block;
  border: solid 1px #eee;
  line-height: 3.2;
  border-radius: 1.6em;
  padding: 0 0.26rem;
  color: #999;
  background-color: transparent;
  background-color: #fff;
}

.message .meom .eom .erom .row .inp:nth-child(2n) {
  margin-right: 0;
}

.message .meom .eom .erom .row .text {
  width: 100%;
  display: block;
}

.message .meom .eom .erom .row .text .area {
  width: 100%;
  display: block;
  border-radius: 0.25rem;
  border: solid 1px #eee;
  padding: 0.15rem 0.26rem;
  color: #999;
  line-height: 1.5;
  background-color: transparent;
  background-color: #fff;
}

.message .meom .eom .erom .stc {
  width: 100%;
  font-size: 0;
}

.message .meom .eom .erom .stc .stn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: #fff;
  background-color: #e84f38;
  border-radius: 1.6em;
  line-height: 3.2;
  text-align: center;
  width: auto;
  padding: 0 0.6rem;
  cursor: pointer;
}

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

.classify .classlis {
  width: 100%;
  font-size: 0;
}

.classify .classlis .clasm {
  display: inline-block;
  vertical-align: top;
  width: calc((272 / 1400) * 100%);
  margin-right: calc((9 / 1400) * 100%);
  margin-bottom: 0.1rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.classify .classlis .clasm .img {
  width: 100%;
  padding-top: 44.11%;
  transition: all ease 0.5s;
}

.classify .classlis .clasm .cov {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 4;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}

.classify .classlis .clasm .cov .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}

.classify .classlis .clasm .cov .ic img {
  width: 100%;
  display: block;
}

.classify .classlis .clasm .cov .pm {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.classify .classlis .clasm:nth-child(5n) {
  margin-right: 0;
}

.classify .classlis .clasm:hover .cov,
.classify .classlis .clasm.on .cov {
  background-color: rgba(232, 79, 56, 0.7);
}

.lassoms {
  width: 100%;
  padding: 0rem 0;
}

.lassoms .lassom {
  width: 100%;
  display: none;
}

.lassoms .lassom.on {
  display: block;
}

.lassoms .lit {
  width: 100%;
  text-align: center;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.lassoms .linp {
  width: 80%;
  color: #666;
  line-height: 1.8;
  margin: 0.8rem auto;
  display: block;
}

.lassoms .linp table {
  margin: auto;
}

.lassoms .linp p {
  color: #666;
  line-height: 1.8;
}

.lassoms .linp img {
  max-width: 100%;
  /* max-width: 720px; */
}

.lassoms .lanlist {
  width: 100%;
}

.lanlist {
  clear: both;
}

.lassoms .lanlist .langs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-top: solid 1px #eee;
  padding: 0.7rem 0;
}

.lassoms .lanlist .langs .lal {
  display: inline-block;
  vertical-align: middle;
  width: calc((700 / 1400) * 100%);
  position: relative;
  overflow: hidden;
}

.lassoms .lanlist .langs .lal .img {
  width: 100%;
  padding-top: 55.85%;
}

.lassoms .lanlist .langs .lar {
  display: inline-block;
  vertical-align: middle;
  width: calc((616 / 1400) * 100%);
}

.lassoms .lanlist .langs .lar .lins {
  width: 100%;
  color: #666;
  line-height: 2;
}

.lassoms .lanlist .langs .lar .lins p {
  color: #666;
  line-height: 2;
}

.lassoms .lanlist .langs:nth-child(2n) {
  flex-direction: row;
}

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

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

.company .comps .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((688 / 1400) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.company .comps .col .img {
  width: 100%;
  padding-top: 71.94%;
}

.company .comps .cor {
  display: inline-block;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #f7f7f7;
  width: calc((1056 / 1400) * 100%);
  border-radius: 0.1rem;
  min-height: 6.35rem;
  padding: 0.6rem 0.6rem 0.6rem calc((405 / 1400) * 100%);
}

.company .comps .cor .cinps {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.company .comps .cor .cinps p {
  color: #666;
  line-height: 1.8;
}

@media (max-width: 800px) {

  .lassoms .linp img,
  .netails .netail .dinp img {
    max-width: 100%;
  }

  .company .comps .col {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}

.Factory {
  width: 100%;
  padding: 0.5rem 0;
  border-top: solid 1px #eee;
}

.Factory .factper {
  width: 100%;
}

.Factory .factper .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
}

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

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

.equipment .mstop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.equipment .mstop .vol {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.equipment .mstop .vor {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.equipment .mstop .vtns {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.equipment .mstop .vtns .vtn {
  display: inline-block;
  vertical-align: middle;
}

.equipment .mstop .vtns .vtn a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.6rem;
  line-height: 3;
  border-radius: 1.5em;
  background-color: #fff;
  color: #333;
}

.equipment .mstop .vtns .vtn:hover a,
.equipment .mstop .vtns .vtn.on a {
  background-color: #e84f38;
  color: #fff;
}

.equipment .mstop .vtns .vtn+.vtn {
  margin-left: 0.2rem;
}

.equipment .equipms {
  width: 100%;
}

.equipment .equipms .equom {
  width: 100%;
  display: none;
}

.equipment .equipms .equom.on {
  display: block;
}

.equipment .equipms .equsper {
  width: 100%;
  position: relative;
}

.equipment .equipms .equsper .swiper-container {
  padding-bottom: 0.6rem;
}

.equipment .equipms .equsper .swiper-slide {
  width: 100%;
}

.equipment .equipms .equsper .swiper-slide .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}

.equipment .equipms .equsper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 56.25%;
  transition: all ease 0.5s;
}

.equipment .equipms .equsper .swiper-slide .cim {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.15rem;
  text-align: center;
}

.equipment .equipms .equsper .swiper-slide:hover .imgs .img {
  transform: scale(1.1);
}

.equipment .equipms .equsper .swiper-scrollbar {
  bottom: 0;
}

.equipment .equipms .equsper .swiper-scrollbar-drag {
  background-color: #e84f38;
}

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

.calls .tic {
  width: 100%;
}

.calls .tic .dm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: #e84f38;
  line-height: 2.2;
  border-radius: 1.1em 1.1em 1.1em 0;
  padding: 0 0.2rem;
  color: #fff;
}

.calls .tic .dm span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

.calls .tic .dm span img {
  width: 100%;
  display: block;
}

.calls .xm {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.1rem 0 0.15rem;
}

.calls .sp {
  width: 100%;
  color: #fff;
  line-height: 1.8;
}

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

.coops .coop {
  width: 100%;
  position: relative;
}

.coops .coop .height {
  width: 100%;
  padding-top: 38.57%;
}

.coops .coop .mitop {
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  text-align: center;
}

.coops .coop .mitop .em {
  margin-top: 0.1rem;
}

.coops .coop .mitop .cm {
  margin-top: 0rem;
}

.coops .coop .iconlist {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}

.coops .coop .iconlist .icom {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  border-radius: 50%;
  transition: all ease 0.5s;
}

.coops .coop .iconlist .icom .img {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}

.coops .coop .iconlist .icom:nth-child(1) {
  width: 1.8rem;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.coops .coop .iconlist .icom:nth-child(1) .border {
  position: absolute;
  z-index: -1;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: rgba(232, 79, 56, 0.5);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
  .coops .coop .iconlist .icom:nth-child(1){
    width: 1.4rem;
    top: 60%;
  }
  .coops .coop .iconlist .icom:nth-child(1) .border{
    width: 1.8rem;
    height: 1.8rem;
  }
  .coops .coop .iconlist .icom:nth-child(2){
    top: calc((110 / 540) * 100%);
  }
  .coops .coop .iconlist .icom:nth-child(3){
    top: calc((110 / 540) * 100%);
  }
}

.coops .coop .iconlist .icom:nth-child(2) {
  width: 1.2rem;
  left: 0;
  top: calc((70 / 540) * 100%);
}

.coops .coop .iconlist .icom:nth-child(3) {
  width: 1.2rem;
  right: 0;
  top: calc((70 / 540) * 100%);
}
@media (max-width: 800px) {
  .coops .coop .iconlist .icom:nth-child(2){
    top: calc((110 / 540) * 100%);
  }
  .coops .coop .iconlist .icom:nth-child(3){
    top: calc((110 / 540) * 100%);
  }
}

.coops .coop .iconlist .icom:nth-child(4) {
  width: 1.2rem;
  left: 0;
  bottom: 0rem;
}

.coops .coop .iconlist .icom:nth-child(5) {
  width: 1.2rem;
  right: 0;
  bottom: 0rem;
}

.coops .coop .iconlist .icom:nth-child(6) {
  width: 1.2rem;
  left: calc((360 / 1400) * 100%);
  top: calc((150 / 540) * 100%);
}

.coops .coop .iconlist .icom:nth-child(7) {
  width: 1.2rem;
  right: calc((360 / 1400) * 100%);
  top: calc((150 / 540) * 100%);
}

.coops .coop .iconlist .icom:nth-child(8) {
  width: 1.2rem;
  left: calc((360 / 1400) * 100%);
  bottom: 0.26rem;
}

.coops .coop .iconlist .icom:nth-child(9) {
  width: 1rem;
  right: calc((360 / 1400) * 100%);
  bottom: 0.26rem;
}

.coops .coop .iconlist .icom:nth-child(10) {
  width: 1rem;
  left: calc((260 / 1400) * 100%);
  top: 0rem;
}

.coops .coop .iconlist .icom:nth-child(11) {
  width: 1rem;
  right: calc((260 / 1400) * 100%);
  top: 0rem;
}

.coops .coop .iconlist .icom:nth-child(12) {
  width: 1rem;
  left: calc((160 / 1400) * 100%);
  bottom: calc((150 / 540) * 100%);
}

.coops .coop .iconlist .icom:nth-child(13) {
  width: 1rem;
  right: calc((160 / 1400) * 100%);
  bottom: calc((150 / 540) * 100%);
}

.coops .coop .iconlist .icom:hover {
  transform: scale(1.1);
}

.coops .coop .iconlist .icom:nth-child(1):hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 800px) {
  .coops .coop {
    padding-top: 1rem;
  }

  .coops .coop .height {
    padding-top: 80%;
  }

  .coops .coop .mitop {
    transform: translate(-50%, -50%);
  }

  .coops .coop .iconlist .icom:nth-child(10) {
    width: 1rem;
    left: calc((260 / 1400) * 100%);
    top: 0.8rem;
  }

  .coops .coop .iconlist .icom:nth-child(11) {
    width: 1rem;
    right: calc((260 / 1400) * 100%);
    top: 0.8rem;
  }
}

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

.honors .honpers {
  width: 100%;
  position: relative;
}

.honors .honpers .swiper-container {
  padding-top: 1rem;
}

.honors .honpers .swiper-slide {
  width: 100%;
}

.honors .honpers .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease 0.5s;
}

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

.honors .honpers .swiper-slide .simt {
  margin-top: 1rem;
  text-align: center;
  line-height: 3;
  font-weight: bold;
  color: #333;
  opacity: 0;
  white-space: nowrap;
  height: 3em;
}

.honors .honpers .swiper-slide .simt span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 3;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.honors .honpers .swiper-slide-active .imgs {
  transform: scale(1.2);
}

.honors .honpers .swiper-slide-active .simt {
  opacity: 1;
}

.honors .honpers .btn {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #f7f7f7;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 45%;
  transform: translateY(-50%);
}

.honors .honpers .btn img {
  width: 100%;
  display: block;
}

.honors .honpers .btn img:first-child {
  display: block;
}

.honors .honpers .btn img:last-child {
  display: none;
}

.honors .honpers .btn:hover {
  background-color: #e84f38;
}

.honors .honpers .btn:hover img:first-child {
  display: none;
}

.honors .honpers .btn:hover img:last-child {
  display: block;
}

.honors .honpers .bl {
  left: -0.9rem;
}

.honors .honpers .br {
  right: -0.9rem;
}

@media (max-width: 1460px) {
  .honors .honpers .bl {
    left: 0;
  }

  .honors .honpers .br {
    right: 0rem;
  }
}

.rightnav {
  position: fixed;
  z-index: 10;
  right: 0rem;
  top: 60%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
  right: 0;
}

.rightnav .rtem {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
}

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

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

.rightnav .rtem .tel {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  white-space: nowrap;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 0.1rem;
  display: none;
}

.rightnav .rtem .tel .tc {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0rem;
}

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

.rightnav .rtem .tel .tm {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2.5;
}

.rightnav .rtem .codm {
  position: absolute;
  right: calc(100% + 0.1rem);
  right: 100%;
  right: calc(100% + 1px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.1rem;
  display: none;
  width: auto;
}

.rightnav .rtem .codm .mg {
  display: block;
  width: 1.2rem;
  margin: 0 auto 0.1rem;
}

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

.rightnav .rtem .codm .cm {
  width: 100%;
  color: #333;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}

.rightnav .rtem:hover {
  background-color: #e84f38;
  border: solid 1px #e84f38;
}

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

.rightnav .rtem:hover .tel {
  display: block;
}

@media (max-width: 1460px) {
  .rightnav .rtem {
    width: 0.8rem;
    height: 0.8rem;
  }

  .rightnav .rtem .tel {
    right: 100%;
  }
}

.popop {
  width: 100%;
  position: fixed;
  z-index: 20;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.popop .pox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  max-width: 90%;
}

.popop .pox .meom {
  background-color: #fff;
  padding: 0.4rem;
  width: 100%;
}
@media (max-width: 800px) {
  .popop .pox .meom{
    background-image: none !important;
  }
}


.popop .pox .meom .eom {
  width: 100%;
  max-width: 6.4rem;
}

.popop .pox .meom .eom .erom {
  width: 100%;
}

.popop .pox .meom .eom .erom form {
  width: 100%;
  display: block;
}

.popop .pox .meom .eom .erom .tit {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.popop .pox .meom .eom .erom .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.popop .pox .meom .eom .erom .row .inp {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 4%;
}

.popop .pox .meom .eom .erom .row .inp .int {
  width: 100%;
  display: block;
  border: solid 1px #eee;
  line-height: 3.2;
  border-radius: 1.6em;
  padding: 0 0.26rem;
  color: #999;
  background-color: transparent;
  background-color: #fff;
}

.popop .pox .meom .eom .erom .row .inp:nth-child(2n) {
  margin-right: 0;
}

.popop .pox .meom .eom .erom .row .text {
  width: 100%;
  display: block;
}

.popop .pox .meom .eom .erom .row .text .area {
  width: 100%;
  display: block;
  border-radius: 0.25rem;
  border: solid 1px #eee;
  padding: 0.15rem 0.26rem;
  color: #999;
  line-height: 1.5;
  background-color: transparent;
  background-color: #fff;
}

.popop .pox .meom .eom .erom .stc {
  width: 100%;
  font-size: 0;
}

.popop .pox .meom .eom .erom .stc .stn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: #fff;
  background-color: #e84f38;
  border-radius: 1.6em;
  line-height: 3.2;
  text-align: center;
  width: auto;
  padding: 0 0.6rem;
  cursor: pointer;
}

.popop .pox .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

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

/*2022-10-13*/
.pcp-lsit {
  display: flex;
  justify-content: space-between;
}

.pcp-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25%;
  background-color: #f7f7f7;
  padding: .45rem 0;
}

.pcp-b .pcp-item {
  background-color: #f0f0f0;
}

.pcp-b .pcp-item:nth-child(2n) {
  background-color: #f7f7f7;
}


.pcp-item:nth-child(2n) {
  background-color: #f0f0f0;
}

.pmgs .pcp-lsit .pcp-item img {
  width: .45rem;
}

.pcp-item .s20 {
  font-family: HarmonyOS_Sans_SC;
  margin: .2rem 0;
  color: #333333;
  text-align: center;
}

.pcp-item .s16 {
  font-family: HarmonyOS_Sans_SC;

  color: #666666;
}

.pcmg.pcp {
  position: relative;
}

.pcp-pop {
  position: absolute;
  top: 53%;
  left: 50%;
  width: calc(760 / 1400 *100%);
  display: flex;
  align-items: center;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  justify-content: center;
  padding: .3rem 0;
  flex-direction: column;
  z-index: 1;
  background-image: linear-gradient(135deg,
      #286dcc 0%,
      #28aee3 100%);
}

.pcp-pop .s50:first-child {
  margin-top: 0;
  margin-bottom: .2rem;
}

.pcp-pop .s50 {
  font-family: HarmonyOS_Sans_SC_Bold;
  margin-top: .2rem;
  color: #ffffff;
}

.pop-title {
  position: relative;
}

.pop-title::after {
  left: 50%;
  bottom: -.2rem;
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  background-color: #fff;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 3px;

}

.pcp-pop .s24 {
  font-family: HarmonyOS_Sans_SC_Light;
  color: #ffffff;
}


.pcp-pop .s18 {
  color: #7dc1ef;
  margin-top: .2rem;
}

@media (max-width: 800px) {

  .processs .pmgs .phmg {
    display: none;
  }

  .processs .pmgs .pcmg {
    display: block;
  }

  .pcp-lsit {

    flex-wrap: wrap;

  }

  .pcp-item {
    width: 50%;
  }

  .pcp-pop {
    position: relative;
    width: 100%;
    transform: translateY(0) translateX(-50%);
  }

  .pcp-lsit .pcp-item:nth-child(3) {
    background-color: #f0f0f0;
  }

  .pcp-lsit .pcp-item:nth-child(4) {
    background-color: #f7f7f7;
  }


  .pcp-b .pcp-item {
    background-color: #f7f7f7;
  }

  .pcp-b .pcp-item:nth-child(2n) {

    background-color: #f0f0f0;
  }

  .pcp-lsit:last-child .pcp-item:nth-child(1) {

    background-color: #f0f0f0;
  }

  .pcp-lsit:last-child .pcp-item {

    background-color: #f7f7f7;
  }



  .pcp-lsit:last-child .pcp-item:nth-child(4) {

    background-color: #f0f0f0;
  }



}


.lassom-banner {
  position: relative;
}


.lassom-banner>img {
  width: 100%;
}


.la-pop {
  position: absolute;
  top: 50px;
  /* transform: translateY(-50%); */
  left: 100px;

}

.la-pop>img {
  width: .6rem;
}



.la-pop .s36 {
  font-family: HarmonyOS_Sans_SC_Bold;
  color: #ffffff;
  margin-bottom: .15rem;
  margin-top: .3rem;
}

.la-pop .s24 {
  font-family: HarmonyOS_Sans_SC_Light;

  color: #ffffff;
}


@media (max-width: 800px) {

  .la-pop {
    position: absolute;
    top: 15%;

    left: 10%;

  }
}