@charset "UTF-8";
.w1640 {
  width: 16.4rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

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

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

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

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

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

.w1800 {
  width: 18rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1820px) {
  .w1800 {
    width: 94%;
  }
}

#fp-nav ul li {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0.1rem 0;
}

#fp-nav ul li a span {
  background-color: #fff !important;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}

#fp-nav ul li a.active span {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 !important;
  background-image: url("../images/p.png") !important;
  background-position: center !important;
  background-color: transparent !important;
  background-size: 100% !important;
}

#fp-nav.left {
  left: 0.4rem;
}

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

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

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

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

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

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

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

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

header nav .natem .navul {
  width: 1.6rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
}

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

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

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

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

header nav .natem:after {
  content: ' ';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #1d2088;
  display: none;
}

header nav .natem.on:after {
  display: block;
}

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

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

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

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

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

header .service {
  width: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}

header .service a {
  width: 100%;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  border-radius: 1.25em;
  background: #1d2088;
  display: block;
}

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

header .tim .co {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
  height: 0.35rem;
  position: relative;
  cursor: pointer;
}

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

header .tim .co .com {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  display: none;
}

header .tim .co .com img {
  width: 100%;
  display: block;
}

header .tim .co .cox {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
  color: #333;
  padding: 0.1rem 0.2rem;
  line-height: 2;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  box-shadow: 0px 5px 13px 0px rgba(27, 19, 19, 0.2);
}

header .tim .co + .co {
  margin-left: 0.2rem;
}

header .tim .co:hover .com {
  display: block;
}

header .tim .co:hover .cox {
  display: block;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1111;
  background: #fff;
}

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

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

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

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

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

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

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

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

.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  background-color: #000;
}

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

.banner .swiper-slide .plays {
  position: absolute;
  left: calc((170 / 1920) * 100%);
  bottom: 20%;
  font-size: 0;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-slide .plays .ims {
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  animation: sace 1.4s infinite;
}

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

@keyframes sace {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.banner .swiper-slide .plays .tix {
  display: inline-block;
  vertical-align: middle;
  color: #1d2088;
  margin-left: 0.14rem;
}

.banner .swiper-slide .plays .pon {
  width: 100%;
  font-size: 0;
}

.banner .swiper-slide .vidoc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

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

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

.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: rgba(29, 32, 136, 0.4);
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: middle;
}

.banner .swiper-pagination-bullet-active {
  background-image: url("../images/point.png");
  width: 0.16rem;
  height: 0.16rem;
  background-size: 100%;
  background-position: center;
  background-color: transparent;
}

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

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

.banner .bl {
  left: 0.5rem;
}

.banner .br {
  right: 0.5rem;
}

@media (max-width: 768px) {
  .banner .swiper-slide a {
    opacity: 1;
  }
  .banner .swiper-slide .plays {
    bottom: auto;
    top: 42%;
    left: calc((180 / 1920) * 100%);
  }
}

.modular {
  width: 100%;
}

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

.modular .mit .en {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.18rem;
}

.modular .mit .cn {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.modular .mit .cx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

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

.modular .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  background: #1d2088;
  color: #fff;
  line-height: 3;
  border-radius: 1.5em;
  position: relative;
  transition: all ease 0.3s;
  top: 0;
}

.modular .more a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.1rem;
  top: -0.01rem;
}

.modular .more a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.modular .more a:hover {
  top: -0.1rem;
}

.modular .more a.green {
  background: #97cb80;
}

.modular .more a + a {
  margin-left: 0.2rem;
}

.modular .nit {
  width: 100%;
  text-align: center;
  margin-bottom: 0.46rem;
}

.modular .nit .en {
  width: 100%;
  color: #1d2088;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.modular .nit .cn {
  width: 100%;
  color: #1d2088;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .modular .mit .cn {
    font-weight: bold;
  }
  .modular .nit .cn {
    font-weight: bold;
  }
}

.processing {
  width: 100%;
}

.processing .proswiper {
  width: 100%;
  position: relative;
}

.processing .proswiper .swiper-slide {
  width: 100%;
}

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

.processing .proswiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.14rem;
}

.processing .proswiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.processing .proswiper .swiper-slide .en {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  transition: all ease 0.3s;
}

.processing .proswiper .swiper-slide .cn {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  transition: all ease 0.3s;
}

.processing .proswiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.processing .proswiper .swiper-slide:hover .cn, .processing .proswiper .swiper-slide:hover .en {
  color: #1d2088;
}

.processing .proswiper .button {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.processing .proswiper .button img {
  width: 100%;
  height: 100%;
  display: block;
}

.processing .proswiper .button img:first-child {
  display: block;
}

.processing .proswiper .button img:last-child {
  display: none;
}

.processing .proswiper .button:hover img:first-child {
  display: none;
}

.processing .proswiper .button:hover img:last-child {
  display: block;
}

.processing .proswiper .pl {
  left: 0;
}

.processing .proswiper .pr {
  right: 0;
}

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

.proswn .proem {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.25rem;
  position: relative;
}

.proswn .proem .img {
  width: 100%;
  overflow: hidden;
  width: 1.6rem;
  margin-bottom: 0.14rem;
  margin: 0 auto 0.14rem;
}

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

.proswn .proem .en {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  transition: all ease 0.3s;
  padding: 0 0.14rem;
}

.proswn .proem .cn {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.14rem;
  transition: all ease 0.3s;
}

.proswn .proem .rom {
  position: absolute;
  z-index: 10;
  z-index: -1;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.2rem 0.2rem;
  background-color: rgba(29, 32, 136, 0.8);
  width: 3.4rem;
  opacity: 0;
  transition: all ease 0.3s;
}

.proswn .proem .rom .rit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.proswn .proem .rom .rinp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 4.5em;
}

.proswn .proem .rom .rinp p {
  color: #fff;
  line-height: 1.5;
}

.proswn .proem .rom .vms {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.15rem;
}

.proswn .proem .rom .vms .vx {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.proswn .proem .rom .vms .mm {
  display: inline-block;
  vertical-align: middle;
  width: 0.54rem;
  height: 0.54rem;
}

.proswn .proem .rom .vms .mm img {
  width: 100%;
  display: block;
}

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

.proswn .proem:hover .rom {
  z-index: 10;
  opacity: 1;
}

.proswn .proem:hover .cn, .proswn .proem:hover .en {
  color: #1d2088;
}

.proswn .proem:nth-child(5n+4) .rom, .proswn .proem:nth-child(5n+5) .rom {
  left: auto;
  right: 80%;
}

.proswn .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

@media (max-width: 1400px) {
  .proswn {
    height: 5.4rem;
  }
}

@media (max-width: 1150px) {
  .proswn {
    height: 5.6rem;
  }
}

@media (max-width: 980px) {
  .proswn {
    height: 5.76rem;
  }
}

.choose {
  width: 100%;
}

.choose .choswiper {
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  font-size: 0;
}

.choose .choswiper .swiper-slide {
  width: 100%;
}

.choose .choswiper .swiper-slide .img {
  overflow: hidden;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto 0.3rem;
}

.choose .choswiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.choose .choswiper .swiper-slide .cn {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  height: 3em;
  transition: all ease 0.3s;
}

.choose .choswiper .button {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.choose .choswiper .button img {
  width: 100%;
  height: 100%;
  display: block;
}

.choose .choswiper .button img:first-child {
  display: block;
}

.choose .choswiper .button img:last-child {
  display: none;
}

.choose .choswiper .button:hover img:first-child {
  display: none;
}

.choose .choswiper .button:hover img:last-child {
  display: block;
}

.choose .choswiper .cl {
  left: 0;
}

.choose .choswiper .cr {
  right: 0;
}

.choose .choswiper .choem {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 0.1rem;
  position: relative;
  top: 0;
  transition: all ease 0.3s;
  cursor: pointer;
}

.choose .choswiper .choem .img {
  overflow: hidden;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto 0.3rem;
}

.choose .choswiper .choem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.choose .choswiper .choem .cn {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  height: 3em;
  transition: all ease 0.3s;
}

.choose .choswiper .choem:hover {
  position: relative;
  top: -0.1rem;
}

@media (max-width: 768px) {
  .choose .choswiper {
    height: 6.4rem;
  }
}

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

.bmglis .mg {
  width: 100%;
  height: 100%;
  display: none;
}

.bmglis .mg.on {
  display: block;
}

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

.services .mit {
  margin-bottom: 0.3rem;
}

.services .seriper {
  width: 100%;
  position: relative;
}

.services .seriper .swiper-slide {
  width: 100%;
  font-size: 0;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.services .seriper .swiper-slide .img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

.services .seriper .swiper-slide .son {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.6rem;
}

.services .seriper .swiper-slide .son .sit {
  width: 100%;
  color: #202027;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.services .seriper .swiper-slide .son .datas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.services .seriper .swiper-slide .son .datas .data {
  flex: 1;
}

.services .seriper .swiper-slide .son .datas .data .num {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.services .seriper .swiper-slide .son .datas .data .num .b {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  color: #97cb80;
}

.services .seriper .swiper-slide .son .datas .data .num .s {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  color: #555555;
  margin-left: 0.1rem;
}

.services .seriper .swiper-slide .son .datas .data .tx {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.services .seriper .swiper-slide .son .datas .data .mx {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0 0.1rem;
  display: block;
}

.services .seriper .swiper-slide .son .datas .data .mx img {
  width: 100%;
  display: block;
  height: 100%;
}

.services .seriper .button {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.services .seriper .button img {
  width: 100%;
  height: 100%;
  display: block;
}

.services .seriper .button img:first-child {
  display: block;
}

.services .seriper .button img:last-child {
  display: none;
}

.services .seriper .button:hover img:first-child {
  display: none;
}

.services .seriper .button:hover img:last-child {
  display: block;
}

.services .seriper .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 0.3rem;
  right: 0.2rem;
}

.services .seriper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.services .seriper .swiper-pagination-bullet-active {
  background: #1d2088;
}

.services .seriper .sl {
  left: -0.68rem;
}

.services .seriper .sr {
  right: -0.68rem;
}

.services .dataGrid {
  width: 100%;
}

.services .dataGrid .row {
  width: 100%;
  font-size: 0;
  padding: 0.2rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.services .dataGrid .row .name {
  display: inline-block;
  vertical-align: top;
  width: calc((390 / 1440) * 100%);
  padding: 0 0.2rem;
  color: #fff;
  line-height: 1.5;
}

.services .dataGrid .row .dons {
  display: inline-block;
  vertical-align: top;
  width: calc((1049 / 1440) * 100%);
  font-size: 0;
}

.services .dataGrid .row .dons .datm {
  display: inline-block;
  vertical-align: top;
  width: calc((174 / 1049) * 100%);
  padding-right: 0.1rem;
  position: relative;
  transition: all ease 0.3s;
}

.services .dataGrid .row .dons .datm .dit {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.16rem;
}

.services .dataGrid .row .dons .datm .dit .num {
  display: inline-block;
  color: #fff;
}

.services .dataGrid .row .dons .datm .dit .unit {
  display: inline-block;
  margin-left: 0.08rem;
  color: #fff;
}

.services .dataGrid .row .dons .datm .desc {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.services .dataGrid .row .dons .datm .dmg {
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
}

.services .dataGrid .row .dons .datm .dmg img {
  width: 100%;
  display: block;
}

.services .dataGrid .row .dons .datm:hover {
  transform: scale(1.09);
}

@media (max-width: 768px) {
  .services .seriper .swiper-slide {
    flex-direction: row;
  }
  .services .seriper .swiper-slide .img {
    width: 100%;
  }
  .services .seriper .swiper-slide .son {
    width: 100%;
  }
  .services .seriper .sl {
    left: -0.3rem;
  }
  .services .seriper .sr {
    right: -0.3rem;
  }
  .services .dataGrid {
    width: 100%;
    padding-left: 30px;
    height: 6rem;
  }
  .services .dataGrid .row .name {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .services .dataGrid .row .dons {
    width: 100%;
  }
  .services .dataGrid .row .dons .datm {
    width: 50%;
    padding: 0.2rem;
  }
}

.responsibility {
  width: 100%;
}

.responsibility .w1440 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.responsibility .mex {
  width: 6rem;
  text-align: center;
  margin-right: 2rem;
}

.responsibility .mex .mit {
  width: 3.76rem;
  display: block;
  margin: 0 auto 0.2rem;
}

.responsibility .mex .mit img {
  width: 100%;
  height: 100%;
  display: block;
}

.responsibility .mex .miv {
  width: 100%;
  color: #1d2088;
  line-height: 1.4;
}

.responsibility .mex .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
  text-align: center;
}

.responsibility .mex .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 3px;
  background: #fff;
}

.responsibility .mex .lx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.responsibility .mex .lc {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.respon {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.respon .rer {
  display: inline-block;
  vertical-align: middle;
  width: calc((720 / 1440) * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}

.respon .rer img {
  width: 100%;
  display: block;
}

.respon .rel {
  display: inline-block;
  vertical-align: middle;
  width: calc((720 / 1440) * 100%);
  padding-right: 1rem;
}

.respon .rel .riv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.respon .rel .rib {
  width: 100%;
  color: #1d2088;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.respon .rel .ric {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.respon .rel .rip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.respon .rel .more {
  width: 100%;
  font-size: 0;
  text-align: left;
  margin-top: 0.6rem;
}

.respon .rel .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  background: #1d2088;
  color: #fff;
  line-height: 3;
  border-radius: 1.5em;
  position: relative;
  transition: all ease 0.3s;
  top: 0;
}

.respon .rel .more a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.1rem;
  top: -0.01rem;
}

.respon .rel .more a i img {
  width: 100%;
  height: 100%;
  display: block;
}

.respon .rel .more a:hover {
  top: -0.1rem;
}

.respon .rel .more a.green {
  background: #97cb80;
}

.respon .rel .more a + a {
  margin-left: 0.2rem;
}

.about {
  width: 100%;
}

.about .abotms {
  width: 100%;
  font-size: 0;
}

.about .abotms .img {
  width: calc((640 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.2rem;
  overflow: hidden;
}

.about .abotms .aon {
  width: calc((800 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
}

.about .abotms .aon .aps {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.about .abotms .aon .datas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0.3rem 0;
}

.about .abotms .aon .datas .data {
  flex: 1;
}

.about .abotms .aon .datas .data .num {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.about .abotms .aon .datas .data .num .b {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
}

.about .abotms .aon .datas .data .num .s {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  margin-left: 0.1rem;
}

.about .abotms .aon .datas .data .tx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  height: 3em;
}

.about .abotms .aon .more {
  text-align: left;
}

.news {
  width: 100%;
}

.news .newiper {
  width: 100%;
  position: relative;
}

.news .newiper .swiper-slide {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}

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

.news .newiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}

.news .newiper .swiper-slide .img img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}

.news .newiper .swiper-slide .non {
  width: 100%;
  background: #fff;
  padding: 0.2rem 0.3rem;
}

.news .newiper .swiper-slide .non .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.news .newiper .swiper-slide .non .cn {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.news .newiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}

.news .newiper .swiper-slide:hover .non .time {
  color: #1d2088;
}

.news .newiper .swiper-slide:hover .non .cn {
  color: #1d2088;
}

.news .newiper .button {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.news .newiper .button img {
  width: 100%;
  height: 100%;
  display: block;
}

.news .newiper .button img:first-child {
  display: block;
}

.news .newiper .button img:last-child {
  display: none;
}

.news .newiper .button:hover img:first-child {
  display: none;
}

.news .newiper .button:hover img:last-child {
  display: block;
}

.news .newiper .nl {
  left: -0.68rem;
}

.news .newiper .nr {
  right: -0.68rem;
}

@media (max-width: 768px) {
  .news .newiper {
    padding: 0 0.4rem;
  }
  .news .newiper .nl {
    left: 0rem;
  }
  .news .newiper .nr {
    right: 0rem;
  }
}

footer {
  width: 100%;
  background: #202027;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px #28282f;
  font-size: 0;
  padding: 0.12rem 0;
}

footer .fbot .fx {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem);
  color: #aaa;
  line-height: 2;
}

footer .fbot .icons {
  width: 100%;
  font-size: 0;
}

footer .fbot .icons .ic {
  display: inline-block;
  vertical-align: middle;
}

footer .fbot .icons .ic img {
  width: 100%;
  display: block;
}

footer .fbot .icons .ic + .ic {
  margin-left: 0.2rem;
}

footer .fbot .top {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #37373d;
  cursor: pointer;
}

footer .fbot .top img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop {
  width: 100%;
  padding: 0.8rem 0 0.4rem;
  font-size: 0;
}

footer .ftop .fl {
  display: inline-block;
  vertical-align: top;
  width: calc((480 / 1440) * 100%);
  position: relative;
}

footer .ftop .fl:after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 1rem;
  background-color: rgba(238, 238, 238, 0.04);
  top: 0.6rem;
  right: 0;
}

footer .ftop .fl .tell {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0;
}

footer .ftop .fl .tell .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
}

footer .ftop .fl .tell .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .fl .tell .num {
  width: calc(100% - 0.24rem - 0.12rem);
  margin-left: 0.11rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

footer .ftop .fl .fli {
  width: 100%;
  color: #fff;
  line-height: 2;
  margin-top: 0.1rem;
}

footer .ftop .fm {
  display: inline-block;
  vertical-align: top;
  width: calc((480 / 1440) * 100%);
  position: relative;
  padding: 0 0.4rem;
}

footer .ftop .fm:after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 1rem;
  background-color: rgba(238, 238, 238, 0.04);
  top: 0.6rem;
  right: 0.4rem;
}

footer .ftop .fm .ful {
  width: 100%;
  font-size: 0;
}

footer .ftop .fm .ful .fa {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  color: #fff;
  line-height: 2.2;
  margin-bottom: 0.1rem;
}

footer .ftop .fm .ful .fa:hover {
  color: #666666;
}

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

footer .ftop .fr .fode {
  width: 100%;
  font-size: 0;
}

footer .ftop .fr .fode .ftm {
  display: inline-block;
  vertical-align: bottom;
  width: 2.6rem;
}

footer .ftop .fr .fode .codm {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
}

footer .ftop .fr .fode .ftip {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

footer .ftop .fr .fode .codm + .codm {
  margin-left: 0.19rem;
}

footer .ftop .fr .fode .code {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
}

footer .ftop .fr .fode .code img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .fr .fode .tx {
  width: calc(100% - 2.6rem);
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0.2rem;
  color: #fff;
  line-height: 2;
}

footer .ftop .ftip {
  width: 100%;
  color: #aaa;
  line-height: 2;
  margin-bottom: 0.3rem;
}

@media (max-width: 768px) {
  footer .ftop .fl {
    width: 100%;
  }
  footer .ftop .fm {
    width: 100%;
    padding: 0;
    margin: 0.3rem 0;
  }
  footer .ftop .fm .ful {
    width: 100%;
  }
  footer .ftop .fm .ful .fa {
    width: auto;
    margin-right: 0.2rem;
  }
  footer .ftop .fr {
    width: 100%;
  }
  footer .ftop .ftip {
    margin-bottom: 0.2rem;
  }
}

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

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

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

.nanner .imgs {
  width: 100%;
}

.nanner .imgs .imgx {
  width: 100%;
  padding-top: 21.87%;
}

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

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

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

.nanner .nox .not {
  width: 100%;
  font-size: 0;
}

.nanner .nox .not a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 1.25em;
  color: #1d2088;
  line-height: 2.5;
  padding: 0 0.4rem;
}

.nanner .nox .not a span {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  position: relative;
  top: -0.02rem;
}

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

.nanner .nox .not a + a {
  margin-left: 0.4rem;
}

.nanner .nox .not a:hover {
  background-color: #1d2088;
  color: #fff;
}

.nanner .nox.bov {
  top: auto;
  bottom: 5%;
}

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

.nanbar {
  width: 100%;
  font-size: 0;
  position: absolute;
  bottom: 0;
  position: relative;
}

.nanbar .w1440 {
  background: #fff;
  border-bottom: solid 1px #eee;
}

.nanbar .nal {
  width: 6rem;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}

.nanbar .nal .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #999;
  line-height: 3.5;
  margin-right: 0.16rem;
}

.nanbar .nal .nts span {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5;
  margin-left: 0.16rem;
}

.nanbar .nal .nts:last-child {
  color: #97cb80;
}

.nanbar .nal .nts:last-child span {
  display: none;
}

.nanbar .nar {
  width: calc(100% - 6rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.nanbar .nar .swiper-container {
  width: calc(100% - 61px);
  display: inline-block;
  vertical-align: middle;
}

.nanbar .nar .swiper-wrapper {
  justify-content: flex-end;
}

.nanbar .nar .swiper-slide {
  width: auto;
  border-left: solid 1px #eee;
  padding: 0 0.2rem;
}

.nanbar .nar .swiper-slide a {
  display: block;
  line-height: 3.2;
  color: #555555;
  position: relative;
}

.nanbar .nar .swiper-slide a:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1d2088;
  display: none;
}

.nanbar .nar .swiper-slide.on a {
  color: #1d2088;
}

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

.nanbar .nar .ntns {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  font-size: 0;
}

.nanbar .nar .ntns .atn {
  display: inline-block;
  vertical-align: middle;
  height: 3.2em;
  width: 29px;
  position: relative;
  cursor: pointer;
}

.nanbar .nar .ntns .atn img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nanbar .nar .ntns .atn img:first-child {
  display: block;
}

.nanbar .nar .ntns .atn img:last-child {
  display: none;
}

.nanbar .nar .ntns .atn:hover img:first-child {
  display: none;
}

.nanbar .nar .ntns .atn:hover img:last-child {
  display: block;
}

@media (max-width: 900px) {
  .nanbar {
    position: relative;
  }
  .nanbar .nal {
    width: 100%;
    padding: 0.16rem 0;
  }
  .nanbar .nar {
    width: 100%;
  }
  .nanbar .nar .swiper-wrapper {
    justify-content: flex-start;
  }
}

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

.raw .rawem {
  width: 100%;
  font-size: 0;
  background: #f7f7f7;
  margin-bottom: 0.4rem;
}

.raw .rawem .img {
  width: calc((720 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

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

.raw .rawem .rvn {
  width: calc((720 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.raw .rawem .rvn .mg {
  width: 1.2rem;
  display: block;
  margin: 0 auto 0.3rem;
}

.raw .rawem .rvn .mg img {
  width: 100%;
  height: 100%;
  display: block;
}

.raw .rawem .rvn .rt {
  width: 100%;
  color: #202027;
  line-height: 1.3;
  margin-bottom: 0.14rem;
}

.raw .rawem .rvn .rx {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

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

.raw .rist {
  width: 100%;
  margin: 0 auto;
  max-width: 10.5rem;
  text-align: center;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}

.raw .rawlis {
  width: 100%;
}

.raw .rawlis .rawam {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f7f7f7;
  margin-bottom: 0.4rem;
}

.raw .rawlis .rawam .img {
  width: calc((720 / 1440) * 100%);
  display: block;
}

.raw .rawlis .rawam .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.raw .rawlis .rawam .ron {
  width: calc((720 / 1440) * 100%);
  display: block;
  padding: 0.2rem 0.6rem;
}

.raw .rawlis .rawam .ron .rit {
  width: 100%;
  color: #202027;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

.raw .rawlis .rawam .ron .res {
  width: 100%;
  color: #555;
  line-height: 1.5;
  font-size: calc(12px - 0.12rem + 0.18rem);
}

.raw .rawlis .rawam .ron .res p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  color: #555;
  line-height: 1.5;
}

.raw .rawlis .rawam:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .raw .rawlis .rawam {
    flex-direction: row;
  }
  .raw .rawlis .rawam .img {
    width: 100%;
  }
  .raw .rawlis .rawam .ron {
    width: 100%;
  }
}

.Illustration {
  width: 100%;
  padding-top: calc((720 / 1440) * 100vw);
  position: relative;
}

.Illustration .illust {
  position: absolute;
  width: 1440px;
  height: 720px;
  top: 0;
  left: 0;
  z-index: 4;
  transform-origin: 0 0;
}

.Illustration .illust .img {
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 106px;
}

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

.Illustration .illust .explain {
  width: 100%;
}

.Illustration .illust .explain .exp {
  position: absolute;
  max-width: 360px;
}

.Illustration .illust .explain .exp .eit {
  width: 100%;
  font-size: 26px;
  color: #555;
  line-height: 1.4;
  margin-bottom: 14px;
}

.Illustration .illust .explain .exp .ex {
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}

.Illustration .illust .explain .exp .lm {
  width: 418px;
  height: 70px;
  margin-top: 14px;
  position: relative;
  top: 0;
  left: 0;
}

.Illustration .illust .explain .exp .lm img {
  width: 100%;
  height: 100%;
  display: block;
}

.Illustration .illust .explain .exp:nth-child(1) {
  left: 68px;
  top: 78px;
}

.Illustration .illust .explain .exp:nth-child(2) {
  left: 1040px;
  top: 78px;
}

.Illustration .illust .explain .exp:nth-child(2) .lm {
  left: -96px;
}

.Illustration .illust .explain .exp:nth-child(3) {
  left: 68px;
  top: 360px;
}

.Illustration .illust .explain .exp:nth-child(4) {
  left: 1040px;
  top: 360px;
}

.Illustration .illust .explain .exp:nth-child(4) .lm {
  left: -96px;
}

.Illustration .illust .explain .exp:nth-child(5) {
  left: 50%;
  top: 590px;
  transform: translateX(-50%);
  text-align: center;
}

.Illustration .illust .explain .exp:nth-child(5) .lx {
  position: absolute;
  width: 2px;
  background: #ddd;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}

@media (max-width: 768px) {
  .Illustration {
    padding-top: 0;
  }
  .Illustration .illust {
    position: relative;
    width: 100%;
    height: auto;
  }
  .Illustration .illust .img {
    width: 100%;
    display: block;
    left: 0;
    position: relative;
    transform: translateX(0);
    top: 0;
    width: 80%;
    height: auto;
    margin: 0 auto 0.2rem;
  }
  .Illustration .illust .explain {
    width: 100%;
  }
  .Illustration .illust .explain .exp {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    transform: translateX(0) !important;
    margin-bottom: 14px;
    max-width: 100%;
    text-align: left !important;
  }
  .Illustration .illust .explain .exp .lm {
    display: none;
  }
  .Illustration .illust .explain .exp .lx {
    display: none;
  }
  .Illustration .illust .explain .exp .eit {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .Illustration .illust .explain .exp .ex {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

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

.supplys .staple {
  width: 100%;
}

.supplys .staple .sitc {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

.supplys .staple .sitm {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 8.5rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.supplys .staple .smg {
  width: 100%;
  margin: 0.4rem 0;
}

.supplys .staple .smg img {
  max-width: 100%;
  display: block;
}

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

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

.supplys .supplier .suplis {
  width: 100%;
  text-align: center;
  font-size: 0;
  position: relative;
}

.supplys .supplier .suplis .supem {
  width: 100%;
}

.supplys .supplier .suplis .supem img {
  width: 100%;
  display: block;
  max-width: 2.6rem;
  border-radius: 50%;
  margin: 0 auto;
}

.supplys .supplier .suplis .htn {
  position: absolute;
  z-index: 5;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.supplys .supplier .suplis .htn img {
  width: 100%;
  height: 100%;
  display: block;
}

.supplys .supplier .suplis .sl {
  left: 0;
}

.supplys .supplier .suplis .sr {
  right: 0;
}

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

.supplys .mlist .metam {
  display: inline-block;
  vertical-align: top;
  width: calc((700 / 1440) * 100%);
  margin-right: calc((39 / 1440) * 100%);
}

.supplys .mlist .metam .men {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.5rem;
  min-height: 4.2rem;
}

.supplys .mlist .metam .mic {
  width: 100%;
  color: #222;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.supplys .mlist .metam .mon {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #555;
  line-height: 1.5;
}

.supplys .mlist .metam .mon p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #555;
  line-height: 1.5;
}

.supplys .mlist .metam:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .supplys .supplier .sit {
    font-weight: bold;
  }
}

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

.product .procem {
  width: 100%;
  font-size: 0;
  background: #f7f7f7;
}

.product .procem .lpsem {
  width: 100%;
  font-size: 0;
  background: #97cb80;
  display: flex;
  flex-wrap: wrap;
  border-right: solid 1px #afdd9a;
}

.product .procem .lpsem a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product .procem .lpsem .im {
  display: inline-block;
  vertical-align: middle;
  width: calc((180 / 360) * 100%);
  overflow: hidden;
  padding-top: 50%;
}

.product .procem .lpsem .im img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}

.product .procem .lpsem .pis {
  display: inline-block;
  vertical-align: middle;
  width: calc((180 / 360) * 100%);
  overflow: hidden;
}

.product .procem .lpsem .pis .sox {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  transition: all ease 0.3s;
  text-align: center;
}

.product .procem .lpsem .pis .sox .en {
  width: 100%;
  color: #fff;
  line-height: 1.4;
}

.product .procem .lpsem .pis .sox .cn {
  width: 100%;
  color: #fff;
  line-height: 1.4;
}

.product .procem .lpsem .pis .sox:after {
  content: ' ';
  position: absolute;
  left: 0.04rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-right: solid 5px #fff;
}

.product .procem .lpsem:nth-child(2n) a {
  flex-direction: row-reverse;
  text-align: right;
}

.product .procem .lpsem:nth-child(2n) .sox:after {
  border: solid 5px transparent;
  border-left: solid 5px #fff;
  left: auto;
  right: 0.04rem;
}

.product .procem .lpsem:hover .im img {
  transform: scale(1.1);
}

.product .procem .lpsem:hover .pis .sox {
  transform: scale(1.09);
}

.product .procem .lps {
  width: calc((360 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.product .procem .lms {
  width: calc((360 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.product .procem .lms .lpsem a {
  flex-direction: row-reverse;
  text-align: right;
}

.product .procem .lms .lpsem .sox:after {
  border: solid 5px transparent;
  border-left: solid 5px #fff;
  left: auto;
  right: 0.02rem;
}

.product .procem .lms .lpsem:nth-child(2n) a {
  flex-direction: row;
  text-align: left;
}

.product .procem .lms .lpsem:nth-child(2n) .sox:after {
  border: solid 5px transparent;
  border-right: solid 5px #fff;
  right: auto;
  left: 0.02rem;
}

.product .procem .rms {
  width: calc((180 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.product .procem .rms .rmsem {
  width: 100%;
}

.product .procem .rms .rmsem a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #97cb80;
}

.product .procem .rms .rmsem .im {
  width: 100%;
  padding-top: 100%;
}

.product .procem .rms .rmsem .ren {
  width: 100%;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
}

.product .procem .rms .rmsem .ren .rox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.1rem;
  text-align: center;
  transition: all ease 0.3s;
}

.product .procem .rms .rmsem .ren .rox:after {
  content: ' ';
  position: absolute;
  top: 0.02rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-bottom: solid 5px #fff;
}

.product .procem .rms .rmsem .ren .en {
  width: 100%;
  color: #fff;
  line-height: 1.4;
}

.product .procem .rms .rmsem .ren .cn {
  width: 100%;
  color: #fff;
  line-height: 1.4;
}

.product .procem .rms .rmsem:nth-child(2n) a {
  flex-direction: column-reverse;
}

.product .procem .rms .rmsem:nth-child(2n) .ren .rox:after {
  content: ' ';
  position: absolute;
  bottom: 0.02rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  top: auto;
  border: solid 5px transparent;
  border-top: solid 5px #fff;
}

.product .procem .rms .rmsem:hover .ren .rox {
  transform: scale(1.09);
}

.product .procem .rps {
  width: calc((538 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.product .procem .rps .rpn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.product .procem .rps .rpn .imf {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  margin: 0 auto 0.2rem;
}

.product .procem .rps .rpn .imf img {
  width: 100%;
  height: 100%;
  display: block;
}

.product .procem .rps .rpn .rit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin: 0.1rem 0;
}

@media (max-width: 768px) {
  .product .procem .lpsem .pis {
    text-align: center;
  }
  .product .procem .rms .rmsem a {
    align-items: center;
  }
  .product .procem .rms .rmsem .im {
    width: 50%;
    padding-top: 50%;
  }
  .product .procem .rms .rmsem .ren {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    text-align: center;
    padding-top: 0;
  }
  .product .procem .rms .rmsem .ren .rox {
    position: relative;
    height: auto;
    padding: 0;
  }
  .product .procem .rms .rmsem .ren .rox:after {
    border: solid 5px transparent;
    border-right: solid 5px #fff;
    left: auto;
    bottom: auto;
    top: 50%;
    left: 0.02rem;
    transform: translateY(-50%);
  }
  .product .procem .rms .rmsem:nth-child(2n) a {
    flex-direction: row-reverse;
  }
  .product .procem .rms .rmsem:nth-child(2n) .ren .rox:after {
    border: solid 5px transparent;
    border-left: solid 5px #fff;
    left: auto;
    bottom: auto;
    top: 50%;
    right: 0.02rem;
    transform: translateY(-50%);
  }
}

.productivity {
  width: 100%;
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  background: #f7f7f7;
}

.productivity .img {
  width: 50%;
}

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

.productivity .prn {
  width: 50%;
  padding: 0.3rem 0.8rem;
}

.productivity .prn .pit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.productivity .prn .datalis {
  width: 100%;
  font-size: 0;
}

.productivity .prn .datalis .daem {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.14rem;
  margin-bottom: 0.2rem;
}

.productivity .prn .datalis .daem .icon {
  width: 0.34rem;
  height: 0.34rem;
  display: block;
}

.productivity .prn .datalis .daem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.productivity .prn .datalis .daem .dix {
  width: 100%;
  color: #555;
  line-height: 2;
}

@media (max-width: 768px) {
  .productivity {
    flex-direction: row;
  }
  .productivity .img {
    width: 100%;
  }
  .productivity .prn {
    width: 100%;
    padding: 0.3rem;
  }
  .productivity .prn .datalis .daem {
    width: 100%;
  }
}

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

.tables .tits {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}

.tables .table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tables .table table {
  width: 100%;
  display: block;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}

.tables .table table tbody {
  width: 100%;
  display: block;
}

.tables .table table tr {
  width: 100%;
  font-size: 0;
  display: flex;
  align-content: center;
}

.tables .table table tr td {
  flex: 1;
  padding: 0.2rem;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  text-align: center;
}

.tables .table table tr td .nums {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.08rem;
}

.tables .table table tr td .nums .num {
  display: inline-block;
  color: #97cb80;
  margin-right: 0.08rem;
}

.tables .table table tr td .nums .unit {
  display: inline-block;
  color: #555;
}

.tables .table table tr td .nix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.tables .table .tr {
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.tables .table .td {
  width: calc((204 / 1440) * 100%);
  padding: 0.2rem 0.1rem;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  text-align: center;
  min-height: 1.4rem;
}

.tables .table .td .nums {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.08rem;
}

.tables .table .td .nums .num {
  display: inline-block;
  color: #97cb80;
  margin-right: 0.08rem;
}

.tables .table .td .nums .unit {
  display: inline-block;
  color: #555;
}

.tables .table .td .nix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .tables .tits {
    font-weight: bold;
  }
  .tables .table .tr .td {
    width: 50%;
  }
  .tables .table .td {
    width: 50%;
  }
}

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

.staniper .sti {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}

.staniper .siper {
  width: 100%;
  position: relative;
}

.staniper .siper .swiper-slide {
  width: 100%;
  cursor: pointer;
}

.staniper .siper .swiper-slide .img {
  width: 100%;
  padding-top: 61%;
  display: block;
}

.staniper .siper .swiper-slide .son {
  width: 100%;
  background: #f7f7f7;
  padding: 0.2rem;
}

.staniper .siper .swiper-slide .son .sin {
  width: 100%;
  color: #202027;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.staniper .siper .swiper-slide .son .sim {
  width: 100%;
  color: #555555;
  line-height: 1.6;
  height: 3.2em;
}

.staniper .siper .swiper-slide:hover .son {
  background: #1d2088;
}

.staniper .siper .swiper-slide:hover .son .sin, .staniper .siper .swiper-slide:hover .son .sim {
  color: #fff;
}

.staniper .siper .htn {
  position: absolute;
  z-index: 5;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.staniper .siper .htn img {
  width: 100%;
  height: 100%;
  display: block;
}

.staniper .siper .sl {
  left: 0;
}

.staniper .siper .sr {
  right: 0;
}

@media (max-width: 768px) {
  .staniper .sti {
    font-weight: bold;
  }
}

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

.form .fit {
  width: 100%;
  text-align: center;
  color: #202027;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.form .fix {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  text-align: center;
}

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

.form .mlist .metam {
  display: inline-block;
  vertical-align: top;
  width: calc((700 / 1440) * 100%);
  margin-right: calc((39 / 1440) * 100%);
}

.form .mlist .metam .men {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.5rem;
  min-height: 4.2rem;
}

.form .mlist .metam .mic {
  width: 100%;
  color: #222;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.form .mlist .metam .mon {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.20rem);
  color: #fff;
  line-height: 1.5;
}

.form .mlist .metam .mon p {
  font-size: calc(12px - 0.12rem + 0.20rem);
  color: #fff;
  line-height: 1.5;
}

.form .mlist .metam:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .form .fit {
    font-weight: bold;
  }
}

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

.Culture .cullis {
  width: 100%;
}

.Culture .cullis .cul {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.Culture .cullis .cur {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.Culture .cullis .cutem {
  width: 100%;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  flex-wrap: wrap;
}

.Culture .cullis .cutem .img {
  width: 50%;
  padding-top: 55%;
}

.Culture .cullis .cutem .cons {
  width: 50%;
  padding: 0.2rem 0.3rem;
}

.Culture .cullis .cutem .cons .cix {
  width: 100%;
  color: #1d2088;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.Culture .cullis .cutem .cons .cim {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.Culture .cullis .cutem:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 450px) {
  .Culture .cullis .cutem .img {
    width: 100%;
  }
  .Culture .cullis .cutem .cons {
    width: 100%;
  }
}

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

.newx .newlis {
  width: 100%;
  font-size: 0;
}

.newx .newlis .newem {
  display: inline-block;
  vertical-align: top;
  width: calc((453 / 1440) * 100%);
  margin-right: calc((40 / 1440) * 100%);
  margin-bottom: 0.4rem;
}

.newx .newlis .newem .img {
  width: 100%;
  padding-top: 76%;
  display: block;
}

.newx .newlis .newem .nen {
  width: 100%;
  padding: 0.16rem 0;
}

.newx .newlis .newem .nen .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.newx .newlis .newem .nen .nix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.newx .newlis .newem:nth-child(3n) {
  margin-right: 0;
}

.newx .newlis .newem:hover .nen .time, .newx .newlis .newem:hover .nen .nix {
  color: #1d2088;
}

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

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

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

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

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

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

.rightnav .rtem {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: #97cb80;
  position: relative;
}

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

.rightnav .rtem .codm {
  position: absolute;
  z-index: -1;
  right: -1000px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: 1.1rem;
  height: 1.1rem;
}

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

.rightnav .rtem .phone {
  position: absolute;
  z-index: -1;
  right: -1000px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  width: auto;
  padding: 0.1rem 0.2rem;
  line-height: 1.5;
  white-space: nowrap;
  background-color: #97cb80;
  color: #fff;
  text-align: center;
}

.rightnav .rtem + .rtem {
  border-top: solid 1px #86be6e;
}

.rightnav .rtem:hover {
  background: #86be6e;
}

.rightnav .rtem:hover .codm, .rightnav .rtem:hover .phone {
  right: 110%;
}

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

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

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

.details .del .dit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.details .del .dems {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.details .del .dems .time {
  color: #666;
  line-height: 1.5;
}

.details .del .dems .share {
  font-size: 0;
}

.details .del .dems .share .ix {
  display: inline-block;
  vertical-align: middle;
  color: #777;
}

.details .del .dems .share .sas {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 0.26rem;
}

.details .del .dems .share .sas img {
  width: 100%;
  height: 100%;
  display: block;
}

.details .del .dems .share .sas img:first-child {
  display: block;
}

.details .del .dems .share .sas img:last-child {
  display: none;
}

.details .del .dems .share .sas:hover img:first-child {
  display: none;
}

.details .del .dems .share .sas:hover img:last-child {
  display: block;
}

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

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

.details .del .pens img {
  max-width: 100%;
}

.details .del .bot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
}

.details .del .bot .bens {
  font-size: 0;
}

.details .del .bot .bens a {
  width: 100%;
  height: 100%;
  display: block;
}

.details .del .bot .bens .im {
  width: 9px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.details .del .bot .bens .im img {
  width: 100%;
  height: 100%;
  display: block;
}

.details .del .bot .bens .im img:first-child {
  display: block;
}

.details .del .bot .bens .im img:last-child {
  display: none;
}

.details .del .bot .bens .ix {
  color: #999;
  line-height: 1.5;
  margin: 0 0.3rem;
  display: inline-block;
  vertical-align: middle;
}

.details .del .bot .bens:hover .ix {
  color: #1d2088;
}

.details .del .bot .bens:hover .im img:first-child {
  display: none;
}

.details .del .bot .bens:hover .im img:last-child {
  display: block;
}

.details .del .bot .mis a {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
}

.details .del .bot .mis a img {
  width: 100%;
  height: 100%;
  display: block;
}

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

.details .der .rits {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.details .der .derlis {
  width: 100%;
}

.details .der .derlis .dem {
  width: 100%;
  border-bottom: solid 1px #eee;
}

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

.details .der .derlis .dem .img {
  width: 100%;
  padding-top: 60%;
  display: block;
}

.details .der .derlis .dem .nen {
  width: 100%;
  padding: 0.16rem 0;
}

.details .der .derlis .dem .nen .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.details .der .derlis .dem .nen .nix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.details .der .derlis .dem:hover .nen .time, .details .der .derlis .dem:hover .nen .nix {
  color: #1d2088;
}

@media (max-width: 768px) {
  .details .del {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .details .del .dems .share .sas {
    margin: 0 0.06rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .details .der {
    width: 100%;
  }
}

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

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

.videos .vtop .classc {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3rem);
  font-size: 0;
}

.videos .vtop .classc .claem {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.8em;
  border-radius: 1.4em;
  height: 2.8em;
  color: #666;
  padding: 0 0.2rem;
  margin-right: 0.1rem;
}

.videos .vtop .classc .claem.on {
  background: #1d2088;
  color: #fff;
}

.videos .vtop .query {
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
  background: #f7f7f7;
  height: 2.8em;
  line-height: 2.8em;
  border-radius: 1.4em;
  position: relative;
}

.videos .vtop .query .qnt {
  width: 100%;
  display: block;
  border: none;
  background: none;
  line-height: 2.8em;
  height: 2.8em;
  padding: 0 1rem 0 0.2rem;
  color: #0c0c0c;
}

.videos .vtop .query .sub {
  width: 0.9rem;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  line-height: 2.8em;
  height: 2.8em;
  border-radius: 1.4em;
  color: #fff;
  text-align: center;
  border: none;
  background: #1d2088;
  cursor: pointer;
}

.videos .videolis {
  width: 100%;
  font-size: 0;
}

.videos .videolis .videm {
  display: inline-block;
  vertical-align: top;
  width: calc((453 / 1440) * 100%);
  margin-right: calc((40 / 1440) * 100%);
  margin-bottom: 0.3rem;
}

.videos .videolis .videm .img {
  width: 100%;
  padding-top: 76%;
  display: block;
  position: relative;
  margin-bottom: 0.16rem;
  cursor: pointer;
}

.videos .videolis .videm .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
}

.videos .videolis .videm .img .play img {
  width: 100%;
  height: 100%;
  display: block;
}

.videos .videolis .videm .vix {
  width: 100%;
  line-height: 1.5;
  color: #333;
  height: 3em;
}

.videos .videolis .videm:nth-child(3n) {
  margin-right: 0;
}

.videos .videolis .videm:hover .vix {
  color: #1d2088;
}

@media (max-width: 768px) {
  .videos .vtop .query .sub {
    width: 80px;
  }
  .videos .vtop .query .qnt {
    padding: 0 86px 0 0.3rem;
  }
}

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

.coops .nit {
  width: 100%;
  margin-bottom: 0.4rem;
}

.coops .vits {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  text-align: center;
}

.coops .rist {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.coops .coopems {
  width: 100%;
}

.coops .coopems .rows {
  width: 100%;
  font-size: 0;
}

.coops .coopems .rows .coopem {
  width: calc((359 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.coops .coopems .rows .coopem a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
}

.coops .coopems .rows .coopem .cmg {
  display: inline-block;
  vertical-align: middle;
  width: calc((180 / 360) * 100%);
  overflow: hidden;
  padding-top: 50%;
}

.coops .coopems .rows .coopem .cmg img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}

.coops .coopems .rows .coopem .pis {
  display: inline-block;
  vertical-align: middle;
  width: calc((180 / 360) * 100%);
  overflow: hidden;
}

.coops .coopems .rows .coopem .pis .sox {
  display: inline-block;
  vertical-align: middle;
  padding: 0.14rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
  transition: all ease 0.3s;
  text-align: center;
}

.coops .coopems .rows .coopem .pis .sox .en {
  width: 100%;
  color: #1d2088;
  line-height: 1.4;
}

.coops .coopems .rows .coopem .pis .sox .cn {
  width: 100%;
  color: #1d2088;
  line-height: 1.4;
}

.coops .coopems .rows .coopem:hover .pis .sox {
  transform: scale(1.09);
}

.coops .coopems .rows:nth-child(2n) .coopem a {
  flex-direction: row-reverse;
}

.coops .coopems .rows:nth-child(2n) .coopem a .pis {
  text-align: right;
}

.coops .cot {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
  padding: 0.2rem 0;
}

.coops .cot .civ {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.coops .cot .more {
  margin-top: 0.2rem;
}

@media (max-width: 768px) {
  .coops .coopems .rows .coopem:nth-child(2n) a {
    flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .coops .coopems .rows .coopem:nth-child(2n) a .pis {
    text-align: right;
  }
  .coops .coopems .rows:nth-child(2n) .coopem a {
    flex-direction: row;
  }
  .coops .coopems .rows:nth-child(2n) .coopem a .pis {
    text-align: left;
  }
  .coops .coopems .rows:nth-child(2n) .coopem:nth-child(2n) a {
    flex-direction: row-reverse;
  }
  .coops .coopems .rows:nth-child(2n) .coopem:nth-child(2n) a .pis {
    text-align: right;
  }
}

.results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  background: #fafafa;
  margin: 0.4rem 0;
}

.results .rel {
  width: calc((720 / 1440) * 100%);
}

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

.results .rer {
  width: calc((720 / 1440) * 100%);
  padding: 0.3rem 0.5rem;
}

.results .rer .radelis {
  width: 100%;
  font-size: 0;
}

.results .rer .radelis .ras {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding-right: 0.1rem;
  margin-bottom: 0.2rem;
}

.results .rer .radelis .ras .nums {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.08rem;
}

.results .rer .radelis .ras .nums .num {
  display: inline-block;
  color: #97cb80;
  margin-right: 0.08rem;
}

.results .rer .radelis .ras .nums .unit {
  display: inline-block;
  color: #555;
}

.results .rer .radelis .ras .nix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .results {
    flex-direction: row;
  }
  .results .rer .radelis .ras {
    width: 50%;
  }
}

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

.rndiper .swiper-slide {
  width: 100%;
}

.rndiper .swiper-slide .img {
  width: 100%;
  padding-top: 66%;
}

.rndiper .swiper-slide .son {
  width: 100%;
  background: #1d2088;
  padding: 0.3rem 0.2rem;
}

.rndiper .swiper-slide .son .siv {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  height: 3em;
  color: #fff;
}

.rndiper .htn {
  position: absolute;
  z-index: 5;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

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

.rndiper .rl {
  left: 0;
}

.rndiper .rr {
  right: 0;
}

.videocm {
  width: 100%;
  margin: 0.4rem 0;
  background: #f7f7f7;
}

.videocm .vil {
  display: inline-block;
  vertical-align: middle;
  width: calc((720 / 1440) * 100%);
}

.videocm .vil .vilem {
  width: 100%;
  padding-top: 69%;
  display: none;
  position: relative;
}

.videocm .vil .vilem .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
}

.videocm .vil .vilem .play img {
  width: 100%;
  height: 100%;
  display: block;
}

.videocm .vil .vilem.on {
  display: block;
}

.videocm .vir {
  display: inline-block;
  vertical-align: middle;
  width: calc((720 / 1440) * 100%);
  padding: 0.3rem 0.6rem;
}

.videocm .vir .rit {
  width: 100%;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.2rem;
}

.videocm .vir .urllis {
  width: 100%;
}

.videocm .vir .urllis .urls {
  width: 100%;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.1rem;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
}

.videocm .vir .urllis .urls:after {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 5px #97cb80;
}

.videocm .vir .urllis .urls:hover {
  color: #97cb80;
}

.videocm .vir .urllis .urls.on {
  color: #97cb80;
}

.guarantee {
  width: 100%;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  background: #fafafa;
}

.guarantee .img {
  width: calc((720 / 1440) * 100%);
}

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

.guarantee .gon {
  width: calc((720 / 1440) * 100%);
  padding: 0.3rem 0.6rem;
}

.guarantee .gon .git {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}

.guarantee .gon .radelis {
  width: 100%;
  font-size: 0;
  margin: 0.26rem 0;
}

.guarantee .gon .radelis .ras {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding-right: 0.1rem;
  margin-bottom: 0.2rem;
}

.guarantee .gon .radelis .ras .nums {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.08rem;
}

.guarantee .gon .radelis .ras .nums .num {
  display: inline-block;
  color: #97cb80;
  margin-right: 0.08rem;
}

.guarantee .gon .radelis .ras .nums .unit {
  display: inline-block;
  color: #555;
}

.guarantee .gon .radelis .ras .nix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.guarantee .gon .gix {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

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

.equipment .eit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.equipment .six {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #555;
  margin-bottom: 0.5rem;
}

.equipment .swiper {
  width: 100%;
  margin-bottom: 0.5rem;
}

.equipment .swiper .swiper-slide {
  width: 100%;
}

.equipment .swiper .swiper-slide .img {
  width: 100%;
  padding-top: 86%;
  margin-bottom: 0.1rem;
}

.equipment .swiper .swiper-slide .sit {
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #333;
}

.equipment .bwiper .swiper-slide {
  width: 100%;
}

.equipment .bwiper .swiper-slide .img {
  width: 100%;
  padding-top: 64%;
  margin-bottom: 0.1rem;
}

.equipment .bwiper .swiper-slide .sit {
  width: 100%;
  text-align: center;
  line-height: 2;
  color: #333;
}

@media (max-width: 768px) {
  .equipment .eit {
    font-weight: bold;
  }
}

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

.enterprise .eit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.enterprise .six {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #555;
  margin-bottom: 0.5rem;
}

.enterprise .enswiper {
  width: 100%;
}

.enterprise .enswiper .swiper-container {
  padding-bottom: 0.5rem;
}

.enterprise .enswiper .cy {
  display: inline-block;
  vertical-align: top;
  width: calc((287/ 1440) * 100%);
  border: solid 1px #eee;
  cursor: pointer;
}

.enterprise .enswiper .cy .img {
  width: 100%;
  padding-top: 60%;
}

.enterprise .enswiper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background: rgba(29, 32, 136, 0.4);
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: middle;
}

.enterprise .enswiper .swiper-pagination-bullet-active {
  background-image: url("../images/point.png");
  width: 0.16rem;
  height: 0.16rem;
  background-size: 100%;
  background-position: center;
  background-color: transparent;
}

@media (max-width: 768px) {
  .enterprise .eit {
    font-weight: bold;
  }
  .enterprise .enswiper .cy {
    width: 50%;
  }
}

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

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

.steps .steom {
  width: 100%;
  padding-top: calc((400 / 1920) * 100vw);
  position: relative;
  padding-top: 28%;
  margin: 0.4rem 0;
}

.steps .steom .sem {
  width: 1440px;
  height: 400px;
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  transform-origin: 0 0;
}

.steps .steom .sem .line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 4;
}

.steps .steom .sem .line img {
  width: 100%;
  display: block;
}

.steps .steom .sem .itemlis {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}

.steps .steom .sem .itemlis .item {
  position: absolute;
  width: 180px;
}

.steps .steom .sem .itemlis .item .icon {
  width: 113px;
  height: 123px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}

.steps .steom .sem .itemlis .item .icon .bg {
  width: 100%;
  height: 100%;
  display: block;
}

.steps .steom .sem .itemlis .item .icon .bg img {
  width: 100%;
  height: 100%;
  display: block;
}

.steps .steom .sem .itemlis .item .icon .bg img:first-child {
  display: block;
}

.steps .steom .sem .itemlis .item .icon .bg img:last-child {
  display: none;
}

.steps .steom .sem .itemlis .item .icon .ic {
  position: absolute;
  width: 113px;
  height: 113px;
  left: 0;
  top: 0;
}

.steps .steom .sem .itemlis .item .icon .ic img {
  width: 100%;
  height: 100%;
  display: block;
}

.steps .steom .sem .itemlis .item .cys {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4bc1dd;
  margin: 20px auto;
}

.steps .steom .sem .itemlis .item .cit {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #555;
  line-height: 1.5;
}

.steps .steom .sem .itemlis .item:nth-child(2n) .cys {
  background: #92d050;
}

.steps .steom .sem .itemlis .item:nth-child(2n) .icon .bg img:first-child {
  display: none;
}

.steps .steom .sem .itemlis .item:nth-child(2n) .icon .bg img:last-child {
  display: block;
}

.steps .steom .sem .itemlis .item:nth-child(1) {
  left: 161px;
  top: 140px;
  transform: translateX(-50%);
}

.steps .steom .sem .itemlis .item:nth-child(2) {
  left: 432px;
  top: 80px;
  transform: translateX(-50%);
}

.steps .steom .sem .itemlis .item:nth-child(3) {
  left: 720px;
  top: 60px;
  transform: translateX(-50%);
}

.steps .steom .sem .itemlis .item:nth-child(4) {
  left: 990px;
  top: 80px;
  transform: translateX(-50%);
}

.steps .steom .sem .itemlis .item:nth-child(5) {
  left: 1276px;
  top: 140px;
  transform: translateX(-50%);
}

.steps .cot {
  width: 100%;
}

.steps .cot .in {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.2rem;
  text-align: center;
}

.steps .cot .in span {
  display: inline-block;
  vertical-align: middle;
  width: 0.35rem;
}

.steps .cot .in span img {
  width: 100%;
  height: 100%;
  display: block;
}

.steps .cot .cix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.steps .cot .more {
  margin-top: 0.3rem;
}

@media (max-width: 768px) {
  .steps .sit {
    font-weight: bold;
  }
}

.union {
  background: #f7f7f7;
}

@media (max-width: 768px) {
  .union .sti {
    font-weight: bold;
  }
}

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

.strength .eit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.strength .six {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #555;
  margin-bottom: 0.5rem;
}

.strength .datelis {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}

.strength .datelis .dac {
  width: auto;
}

.strength .datelis .dac .nums {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.08rem;
}

.strength .datelis .dac .nums .num {
  display: inline-block;
  color: #97cb80;
  margin-right: 0.08rem;
}

.strength .datelis .dac .nums .unit {
  display: inline-block;
  color: #555;
}

.strength .datelis .dac .nix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

.strength .xmg {
  width: 100%;
}

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

.strength.gary {
  background-color: #f7f7f7;
}

.strength.gary .datelis .dac .nums .num {
  color: #1d2088;
}

@media (max-width: 768px) {
  .strength .eit {
    font-weight: bold;
  }
  .strength .datelis .dac {
    width: 100%;
    width: 33.3%;
    text-align: center;
    margin-bottom: 14px;
  }
}

.xmgper {
  width: 100%;
}

.xmgper .swiper-slide {
  width: 100%;
}

.xmgper .swiper-slide .imgs {
  width: 100%;
}

.xmgper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 34.72%;
}

.xmgper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
}

.xmgper .swiper-pagination {
  bottom: 0.3rem;
}

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

.patent .eit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.patent .datelis {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}

.patent .datelis .dac {
  width: auto;
}

.patent .datelis .dac .nums {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.08rem;
}

.patent .datelis .dac .nums .num {
  display: inline-block;
  color: #97cb80;
  margin-right: 0.08rem;
}

.patent .datelis .dac .nums .unit {
  display: inline-block;
  color: #555;
}

.patent .datelis .dac .nix {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

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

.patent .honiper .swiper-container {
  padding-bottom: 0.5rem;
}

.patent .honiper .cy {
  width: calc((224 / 1200) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((20 / 1200) * 100%);
  cursor: pointer;
}

.patent .honiper .cy .img {
  width: 100%;
  padding-top: 66%;
  margin-bottom: 0.1rem;
  position: relative;
  overflow: hidden;
}

.patent .honiper .cy .img img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}

.patent .honiper .cy .cix {
  width: 100%;
  color: #555;
  line-height: 1.5;
  height: 3em;
  text-align: center;
}

.patent .honiper .cy:nth-child(5n) {
  margin-right: 0;
}

.patent .honiper .swiper-pagination-bullet-active {
  background: #97cb80;
}

.patent .honiper .htn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.patent .honiper .htn img {
  width: 100%;
  height: 100%;
  display: block;
}

.patent .honiper .hl {
  left: 0;
}

.patent .honiper .hr {
  right: 0;
}

@media (max-width: 768px) {
  .patent .eit {
    font-weight: bold;
  }
  .patent .datelis .dac {
    width: 100%;
    width: 33.3%;
    text-align: center;
    margin-bottom: 14px;
  }
}

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

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

.honnrs .nit {
  margin-bottom: 0.1rem;
}

.honnrs .risb {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.honnrs .award {
  width: 100%;
  padding: 0.3rem;
  background: #f7f7f7;
  font-size: 0;
}

.honnrs .award .awl {
  width: calc((660 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

.honnrs .award .awl .swiper-container {
  height: 4.65rem;
}

.honnrs .award .awl .swiper-slide {
  width: 100%;
  font-size: 0;
  background: #fff;
  border: solid 1px #fafafa;
  padding: 0.1rem 0.26rem;
  margin-bottom: 0.2rem;
  height: auto;
  cursor: pointer;
}

.honnrs .award .awl .swiper-slide .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}

.honnrs .award .awl .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.honnrs .award .awl .swiper-slide .icon img:first-child {
  display: block;
}

.honnrs .award .awl .swiper-slide .icon img:last-child {
  display: none;
}

.honnrs .award .awl .swiper-slide .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem);
  color: #333;
  line-height: 2;
}

.honnrs .award .awl .swiper-slide.on .icon img:first-child {
  display: none;
}

.honnrs .award .awl .swiper-slide.on .icon img:last-child {
  display: block;
}

.honnrs .award .awl .swiper-slide.on .name {
  color: #1d2088;
}

.honnrs .award .awl .btns {
  width: 100%;
  font-size: 0;
  margin-top: 0.2rem;
}

.honnrs .award .awl .btns .btn {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  background: #fff;
  border: solid 1px #fafafa;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0.2rem 0;
}

.honnrs .award .awl .btns .btn img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 14px;
}

.honnrs .award .awl .btns .btn img:first-child {
  display: inline-block;
}

.honnrs .award .awl .btns .btn img:last-child {
  display: none;
}

.honnrs .award .awl .btns .btn:nth-child(2n) {
  margin-right: 0;
}

.honnrs .award .awr {
  width: calc((780 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-left: 0.6rem;
}

.honnrs .award .awr .awrem {
  width: 100%;
  padding: 0.2rem;
  display: none;
}

.honnrs .award .awr .awrem .img {
  max-width: 4rem;
  padding-top: 70%;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.honnrs .award .awr .awrem .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.honnrs .award .awr .awrem.on {
  display: block;
}

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

.honpers .honperv {
  width: 100%;
}

.honpers .honperv .parm {
  display: inline-block;
  vertical-align: top;
  width: calc((225 / 1200) * 100%);
  margin-right: calc((18 / 1200) * 100%);
  margin-bottom: 0.2rem;
}

.honpers .honperv .parm a {
  width: 100%;
  display: block;
}

.honpers .honperv .parm .imgs {
  width: 100%;
  overflow: hidden;
}

.honpers .honperv .parm .imgs .img {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.3s;
  position: relative;
}

.honpers .honperv .parm .imgs .img .bm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.honpers .honperv .parm .vit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #555;
  height: 3em;
  margin-top: 0.12rem;
}

.honpers .honperv .parm:hover .imgs .img {
  transform: scale(1.1);
}

.honpers .honperv .parm:nth-child(5n) {
  margin-right: 0;
}

.honpers .swiper-pagination-bullet {
  background-color: #999;
  opacity: 1;
}

.honpers .swiper-pagination-bullet-active {
  background-color: #92d050;
}

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

.cultume .cultlist {
  width: 100%;
}

.cultume .cultlist .cultm {
  width: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  border-radius: 0.1rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
}

.cultume .cultlist .cultm .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((940 / 1440) * 100%);
}

.cultume .cultlist .cultm .imgs .img {
  width: 100%;
  padding-top: 47.44%;
}

.cultume .cultlist .cultm .cum {
  width: calc((499 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.4rem;
}

.cultume .cultlist .cultm .cum .cix {
  width: 100%;
  color: #1d2088;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.cultume .cultlist .cultm .cum .cinp {
  width: 100%;
  color: #717273;
  line-height: 1.5;
}

.cultume .cultlist .cultm .cum .cinp p {
  color: #717273;
  line-height: 1.5;
}

.cultume .cultlist .cultm:nth-child(2n) {
  flex-direction: row-reverse;
}

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

.culpers .swiper-slide {
  width: 100%;
  overflow: hidden;
  border-radius: 9px;
}

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

.culpers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 34.72%;
}

.culpers .swiper-slide .imgs .six {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 15%;
  left: 50%;
  color: #1d2088;
  transform: translate(-50%, -50%);
  line-height: 2.5;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 0 0.4rem;
}

.culpers .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
  border-radius: 50%;
}

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

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

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

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

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

.culpers .bl {
  left: 0.5rem;
}

.culpers .br {
  right: 0.5rem;
}

.culpers .swiper-pagination {
  bottom: 0.3rem;
}

.culpers .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
}

.culpers .swiper-pagination-bullet-active {
  background-color: #1d2088;
}

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

.products .propers {
  width: 100%;
}

.products .propers .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.products .propers .swiper-slide .imgs {
  width: 100%;
  position: relative;
}

.products .propers .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 85.10%;
}

.products .propers .swiper-slide .imgs .six {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.products .propers .swiper-slide .yix {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  margin-top: 0.15rem;
  color: #515153;
  opacity: 0;
  transition: all ease 0.3s;
}

.products .propers .swiper-slide-active {
  transform: scale(1.1);
}

.products .propers .swiper-slide-active .yix {
  opacity: 1;
}

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

.Exhibition .eideolis {
  width: 100%;
}

.Exhibition .eideolis .eidem {
  width: 100%;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.Exhibition .eideolis .eidem .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.Exhibition .eideolis .eidem .imgs .img {
  width: 100%;
  padding-top: 22.22%;
  transition: all ease 0.3s;
}

.Exhibition .eideolis .eidem .imgs .eox {
  position: absolute;
  top: 50%;
  left: calc((60 / 1260) * 100%);
  transform: translateY(-50%);
  min-width: 400px;
}

.Exhibition .eideolis .eidem .imgs .eox .et {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.Exhibition .eideolis .eidem .imgs .eox .eix {
  width: 100%;
  color: #fff;
  line-height: 2.2;
}

.Exhibition .eideolis .eidem .imgs .play {
  position: absolute;
  right: calc((120 / 1260) * 100%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.Exhibition .eideolis .eidem .imgs .play img {
  width: 100%;
  display: block;
}

.Exhibition .eideolis .eidem:hover .imgs .img {
  transform: scale(1.1);
}

.codom {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  display: none;
}

.codom .code {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.servicts .mit {
  margin-bottom: 0.8rem;
}

.servicts .mit .en, .servicts .mit .cn, .servicts .mit .cx {
  color: #333;
}

.servicts .servlis {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.servicts .servlis .servm {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  height: 7.2rem;
  transition: all ease 0.3s;
}

.servicts .servlis .servm .som {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  padding: 1rem;
}

.servicts .servlis .servm .som .vm {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all ease 0.3s;
}

.servicts .servlis .servm .som .sit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 2;
}

.servicts .servlis .servm .som .sinp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  display: none;
}

.servicts .servlis .servm .som .sinp p {
  color: #fff;
  line-height: 1.5;
}

.servicts .servlis .servm.on {
  flex: 3;
}

.servicts .servlis .servm.on .sinp {
  display: block;
}

.servicts .servlis .servm.on .som .vm {
  background-color: transparent;
}

@media (max-width: 768px) {
  .servicts .servlis .servm {
    height: auto;
    width: 100%;
    flex: none;
  }
  .servicts .servlis .servm .som {
    padding: 1.3rem 1rem;
  }
  .servicts .servlis .servm .som .sinp {
    display: block;
  }
}

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

.businesst .busslit {
  width: 100%;
}

.businesst .busslit .bussm {
  width: 100%;
  font-size: 0;
  padding: 0.5rem 0;
  border-bottom: solid 1px #e8e8e8;
}

.businesst .busslit .bussm .bul {
  display: inline-block;
  vertical-align: middle;
  width: calc((590 / 1440) * 100%);
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}

.businesst .busslit .bussm .bul .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.22rem;
}

.businesst .busslit .bussm .bul .icon img {
  width: 100%;
  display: inline-block;
}

.businesst .busslit .bussm .bul .xms {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 1.5;
}

.businesst .busslit .bussm .bur {
  display: inline-block;
  vertical-align: middle;
  width: calc((849 / 1440) * 100%);
  padding-right: 0.6rem;
}

.businesst .busslit .bussm .bur .uinp {
  width: 100%;
  color: #666;
  line-height: 2;
}

.businesst .busslit .bussm .bur .uinp p {
  color: #666;
  line-height: 2;
}

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

.caset .mit .en, .caset .mit .cn, .caset .mit .cx {
  color: #333;
}

.caset .casem {
  width: 100%;
}

.caset .casem .cmg {
  width: 100%;
}

.caset .casem .cmg img {
  width: 100%;
  display: block;
}

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

.Realization .reallist {
  width: 100%;
  font-size: 0;
  padding: 1rem 0;
}

.Realization .reallist .ream {
  display: inline-block;
  vertical-align: top;
  width: calc((272 / 1440) * 100%);
  margin-right: calc((19 / 1440) * 100%);
}

.Realization .reallist .ream .icon {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  margin: 0 auto 0.2rem;
}

.Realization .reallist .ream .icon img {
  width: 100%;
  display: block;
}

.Realization .reallist .ream .ix {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #1a1a1a;
}

.Realization .reallist .ream:nth-child(4n) {
  margin-right: 0;
}

.Realization .rot {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.Realization .rot a {
  display: inline-block;
  vertical-align: middle;
  background-color: #1d2088;
  line-height: 3;
  border-radius: 1.5em;
  color: #fff;
  padding: 0 0.4rem;
}

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

.institute .instlis {
  width: 100%;
}

.institute .instlis .instm {
  width: 100%;
  font-size: 0;
  padding: 0.5rem 0;
}

.institute .instlis .instm .inl {
  display: inline-block;
  vertical-align: middle;
  width: calc((569 / 1400) * 100%);
  padding: 0 0.3rem;
}

.institute .instlis .instm .inl .ity {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.institute .instlis .instm .inl .imx {
  width: 100%;
  color: #555;
  line-height: 1.5;
}

.institute .instlis .instm .inl .imx p {
  color: #555;
  line-height: 1.5;
}

.institute .instlis .instm .inr {
  display: inline-block;
  vertical-align: middle;
  width: calc((830 / 1400) * 100%);
}

.institute .instlis .instm .inr .swiper-slide {
  width: 100%;
}

.institute .instlis .instm .inr .swiper-slide .imgs {
  width: 100%;
  position: relative;
}

.institute .instlis .instm .inr .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 67.26%;
  transition: all ease 0.3s;
}

.tgideas {
  width: 100%;
}

.tgideas .tagom {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.tgideas .tagom .tal {
  display: inline-block;
  vertical-align: middle;
  width: calc((1045 / 1440) * 100%);
  position: relative;
  height: 100%;
}

.tgideas .tagom .tal .talem {
  width: 100%;
  background-color: #fff;
  padding: 0.6rem 0.8rem;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
}

.tgideas .tagom .tal .talem .tit {
  width: 100%;
  color: #1d2088;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.tgideas .tagom .tal .talem .tinp {
  width: 100%;
  color: #363636;
  line-height: 1.8;
  height: 3rem;
  height: 300px;
}

.tgideas .tagom .tal .talem .tinp p {
  color: #363636;
  line-height: 1.8;
}

.tgideas .tagom .tal .talem.show {
  visibility: visible;
  opacity: 1;
}

.tgideas .tagom .tal .talem.vem {
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}

.tgideas .tagom .tal .talem.vem.on {
  visibility: visible;
  opacity: 1;
}

.tgideas .tagom .tar {
  display: inline-block;
  vertical-align: middle;
  width: calc((280 / 1440) * 100%);
}

.tgideas .tagom .tar .tarem {
  width: 100%;
  display: block;
  margin-bottom: 0.1rem;
  cursor: pointer;
  transition: all ease 0.3s;
  opacity: 0.6;
}

.tgideas .tagom .tar .tarem .imgs {
  width: 100%;
  overflow: hidden;
}

.tgideas .tagom .tar .tarem .imgs .img {
  width: 100%;
  padding-top: 50.25%;
  transition: all ease 0.3s;
}

.tgideas .tagom .tar .tarem .tim {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.05rem;
}

.tgideas .tagom .tar .tarem.on {
  opacity: 1;
}

@media (max-width: 768px) {
  .tgideas .tagom {
    flex-direction: row;
  }
  .tgideas .tagom .tar {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.3rem;
  }
  .tgideas .tagom .tar .tarem {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
  .tgideas .tagom .tar .tarem:nth-child(3n) {
    margin-right: 0;
  }
  .tgideas .tagom .tal {
    width: 100%;
  }
  .tgideas .tagom .tal .talem {
    position: relative;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .tgideas .tagom .tal .talem.show {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .tgideas .tagom .tal .talem.vem {
    visibility: visible;
    opacity: 1;
  }
}

.strengtht {
  width: 100%;
  padding-top: 0.7rem;
}

.strengtht .mit {
  margin-bottom: 0.7rem;
}

.strengtht .mit .en {
  margin-bottom: 0.24rem;
}

.strengtht .strenlist {
  width: 100%;
  font-size: 0;
}

.strengtht .strenlist .strem {
  display: inline-block;
  vertical-align: top;
  width: calc((360 / 1800) * 100%);
  padding: 1rem 0.3rem 0.8rem;
  transition: all ease 0.3s;
}

.strengtht .strenlist .strem a {
  width: 100%;
  display: block;
}

.strengtht .strenlist .strem .icon {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto 0.3rem;
  position: relative;
  top: 0.4rem;
  transition: all ease 0.3s;
}

.strengtht .strenlist .strem .icon img {
  width: 100%;
  display: block;
}

.strengtht .strenlist .strem .sit {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  position: relative;
  margin: 0.2rem 0;
  position: relative;
  top: 0.4rem;
  transition: all ease 0.3s;
}

.strengtht .strenlist .strem .sit:after {
  width: 70%;
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #fff;
}

.strengtht .strenlist .strem .simp {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  height: 4.5em;
}

.strengtht .strenlist .strem .sip {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  height: 4.5em;
  height: 0rem;
  transition: all ease 0.3s;
}

.strengtht .strenlist .strem .sip p {
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.strengtht .strenlist .strem .more {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.strengtht .strenlist .strem .more .vm {
  width: 100%;
  text-align: center;
  height: 2.5em;
}

.strengtht .strenlist .strem .more span {
  display: inline-block;
  vertical-align: middle;
  background-color: #006aaf;
  line-height: 2.5;
  height: 2.5em;
  color: #fff;
  padding: 0 0.4rem;
  border-radius: 1.25em;
  height: 0;
  opacity: 0;
  transition: all ease 0.3s;
}

.strengtht .strenlist .strem:hover {
  background-color: rgba(29, 32, 136, 0.8);
}

.strengtht .strenlist .strem:hover .icon {
  top: 0;
}

.strengtht .strenlist .strem:hover .sit {
  top: 0;
}

.strengtht .strenlist .strem:hover .sip {
  height: 4.5em;
}

.strengtht .strenlist .strem:hover .more span {
  height: 2.5em;
  opacity: 1;
}

@media (max-width: 768px) {
  .strengtht .strenlist .strem {
    padding: 0.2rem 0.1rem;
    width: 48%;
    margin-right: 4%;
  }
  .strengtht .strenlist .strem .simp {
    height: 0;
  }
  .strengtht .strenlist .strem .more .vm {
    height: 0;
  }
  .strengtht .strenlist .strem:hover {
    background-color: none;
  }
  .strengtht .strenlist .strem:hover .icon {
    top: 0.4rem;
  }
  .strengtht .strenlist .strem:hover .sit {
    top: 0.4rem;
  }
  .strengtht .strenlist .strem:hover .sip {
    height: 0;
  }
  .strengtht .strenlist .strem:hover .simp {
    height: 0;
  }
  .strengtht .strenlist .strem:hover .more .vm {
    height: 0;
  }
  .strengtht .strenlist .strem:hover .more span {
    height: 0;
    opacity: 0;
  }
  .strengtht .strenlist .strem:nth-child(2n) {
    margin-right: 0;
  }
}

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

.histptm .yearper {
  width: 100%;
}

.histptm .yearper .swiper-container {
  padding: 0.5rem 0;
}

.histptm .yearper .swiper-slide {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.histptm .yearper .swiper-slide .year {
  width: 100%;
  line-height: 1.5;
  color: #3a3a3a;
  margin-bottom: 0.2rem;
}

.histptm .yearper .swiper-slide .point {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.histptm .yearper .swiper-slide .point span {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 0.26rem;
  background-color: #a2a2a2;
  border-radius: 50%;
}

.histptm .yearper .swiper-slide.on .year {
  color: #1d2088;
}

.histptm .yearper .swiper-slide.on .point span {
  background-color: #1d2088;
}

.histptm .yearper .swiper-slide:hover .year {
  color: #1d2088;
}

.histptm .yearper .swiper-slide:hover .point span {
  background-color: #1d2088;
}

.histptm .yearper .swiper-scrollbar-drag {
  background-color: #a2a2a2;
}

.histptm .yearom {
  width: 100%;
  margin-top: 1rem;
}

.histptm .yearom .yeom {
  width: 100%;
  font-size: 0;
  max-width: 10rem;
  display: none;
  margin: 0 auto 0;
}

.histptm .yearom .yeom .icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  margin-right: 0.8rem;
}

.histptm .yearom .yeom .icon img {
  width: 100%;
  display: block;
}

.histptm .yearom .yeom .com {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.4rem - 0.8rem);
}

.histptm .yearom .yeom .com .cit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.histptm .yearom .yeom .com .cinp {
  width: 100%;
  color: #3a3a3a;
  line-height: 1.5;
}

.histptm .yearom .yeom .com .cinp p {
  color: #3a3a3a;
  line-height: 1.5;
}

.histptm .yearom .yeom .yinp {
  width: 100%;
  color: #3a3a3a;
  line-height: 1.5;
}

.histptm .yearom .yeom .yinp p {
  color: #3a3a3a;
  line-height: 1.5;
}

.histptm .yearom .yeom .yinp img {
  max-width: 100%;
}

.histptm .yearom .yeom.on {
  display: block;
}

/*视频列表样式*/
.a-a {
  width: 128px;
  margin-right: 50px;
  display: inline-block;
  cursor: pointer;
}

.a-b {
  width: 100%;
}

/*视频容器样式*/
.v-a {
  position: fixed;
  left: 50%;
  top: 1000%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10000000;
  transition: top .5s ease-in-out;
  max-width: 880px;
  max-height: 500px;
  transform: translate(-50%, -50%);
}

.v-a.show {
  top: 50%;
}

.v-a.show .v-e {
  visibility: visible;
}

.v-a.show .v-f {
  display: block;
}

.v-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.v-c {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1d2088;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.v-d {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.v-e {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  max-width: 800px;
  max-height: 460;
}

.v-f {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.v-f2 {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .v-f2 {
  display: block !important;
}

  .v-f {
  display: none !important;
}
}