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

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

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

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

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

@media (max-width: 1580px) {
  .w1560 {
    width: 94%;
  }
}

@media (max-width: 768px) {
  .w1560 {
    width: 88%;
  }
}

.lb {
  position: relative;
}

.lb:after {
  content: ' ';
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 0.1rem;
  background-color: #1c583a;
  height: 100%;
}

header {
  width: 100%;
  position: fixed !important;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}

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

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

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

header nav {
  flex: 1;
  text-align: right;
}

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

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

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

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

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

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

header nav .natem .navuls ul li .ns {
  width: 100%;
  display: block;
  line-height: 3;
  color: #1c583a;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
  position: relative;
  text-align: center;
}

header nav .natem .navuls ul li:hover .ns {
  background-color: #1c583a;
  color: #fff;
}

header nav .natem.on .nas a {
  color: #fff;
  background-color: #1c583a;
}

header nav .natem.on .navuls {
  background-color: #f7f7f7;
}

header nav .natem:hover .nas a {
  color: #fff;
  background-color: #1c583a;
}

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

header .rav .ss {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}

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

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

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

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

header .rav .stvm .input input {
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  line-height: 2.5;
  padding: 0 0.15rem;
  color: #999;
}

header .rav .stvm .clost {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  width: 0;
  cursor: pointer;
  transition: all ease 0.3s;
}

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

header .rav .stvm .tli {
  width: 100%;
  padding: 0.1rem 0;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  display: none;
}

header .rav .stvm .tli ul {
  width: 100%;
  display: block;
}

header .rav .stvm .tli li {
  width: 100%;
  padding: 0 0.2rem;
  cursor: pointer;
  color: #666;
  line-height: 2;
}

header .rav .stvm .tli li a {
  width: 100%;
  color: #666;
  line-height: 2;
  display: block;
}

header .rav .stvm .tli li a:hover {
  color: #1c583a;
}

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

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

header .rav .stvm.long .clost {
  width: 0.24rem;
}

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

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.3rem 0.3rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: fixed;
  right: 0;
  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% - 1rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #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: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #1c583a;
  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;
}

@media (max-width: 800px) {
  header .logo{
    /* width: 7.82rem; */
  }
  header .w1800 {
    z-index: 150;
  }
  header .hop {
    height: 0.9rem;
  }
  header nav {
    width: 80%;
    position: fixed;
    max-width: 90%;
    right: 0;
    top: 0;
    left: auto;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 500;
    transform: translate(100%, 0);
    transition: transform .3s;
    padding-left: 0.1rem;
    padding: 0.1rem;
    display: block;
    text-align: left;
  }
  header nav .natem {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: auto;
    width: 100%;
    padding: 0.1rem 0;
  }
  header nav .natem .nas {
    width: auto;
    display: inline-block;
    width: 100%;
  }
  header nav .natem .nas a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.5;
    color: #333;
    font-weight: bold;
    padding: 0 0.3rem;
    position: relative;
  }
  header nav .natem .navuls {
    width: 100%;
    position: relative;
    z-index: 101;
    left: 0%;
    top: 0%;
    transform: translateX(0%);
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    display: none;
  }
  header nav .natem .navuls ul {
    width: 100%;
    padding: 0.1rem;
  }
  header nav .natem .navuls li {
    width: 100%;
    display: block;
    position: relative;
  }
  header nav .natem .navuls li .ns {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #333;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.2rem;
    background: #fff;
    position: relative;
  }
  header nav .natem .navuls li .ns:hover {
    color: #1c583a;
  }
  header nav .natem .navuls li .ns:after {
    content: ' ';
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 12px;
    background-image: url("../images/r.png");
    background-size: 100% 100%;
  }
  header nav .natem .navuls li + li {
    border-top: solid 1px #eee;
  }
  header nav .natem.on .nas a {
    color: #fff;
    background-color: #1c583a;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .rav {
    width: calc(100% - 1.62rem);
    text-align: right;
  }
  header .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
  }
  header .rav .ss {
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
  }
  header .rav .stvm.long {
    text-align: left;
  }
  header .rav .stvm.long .input {
    width: 3.3rem;
  }
  header.menu-state {
    z-index: 10000;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

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

.banper .banner {
  width: 100%;
  overflow: hidden;
}

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

.banper .banner .swiper-slide .pcimg {
  width: 100%;
  padding-top: 43.33%;
  position: relative;
  display: block;
}

.banper .banner .swiper-slide .phimg {
  width: 100%;
  padding-top: 43.33%;
  position: relative;
  display: none;
}

.banper .opginper {
  position: absolute;
  left: calc((180 / 1920) * 100%);
  background-color: #1c583a;
  padding: 0.3rem;
  /* width: 5.2rem; */
  z-index: 10;
  bottom: -0.3rem;
}

.banper .opginper .swiper-slide {
  display: inline-block;
  vertical-align: middle;
  width:auto;
  padding: 0 0.4rem;
  cursor: pointer;
}

.banper .opginper .swiper-slide .sim {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 0.15rem;
}

.banper .opginper .swiper-slide .sim span {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}

.banper .opginper .swiper-slide .sit {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
}

.banper .opginper .swiper-slide.on .sim, .banper .opginper .swiper-slide.on .sit {
  color: #fff;
}

@media (max-width: 800px) {
  .banper .banner .swiper-slide .pcimg {
    display: none;
  }
  .banper .banner .swiper-slide .phimg {
    display: block;
  }
  .banper .opginper {
    left: 0;
    width: 100%;
    position: relative;
    bottom: 0;
  }
}

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

footer .fop {
  width: 100%;
  padding: 0.65rem 0 0.7rem;
  font-size: 0;
}

footer .fop .flist {
  display: inline-block;
  vertical-align: top;
  width: calc((195 / 1560) * 100%);
  padding-right: 0.15rem;
}

footer .fop .flist .fit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

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

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

footer .fop .flist .ful a {
  width: 100%;
  color: rgba(255, 255, 255, 0.3);
  transition: all ease 0.3s;
  display: block;
  line-height: 2;
}

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

footer .fot {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.24rem 0;
  flex-wrap: wrap;
}

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

footer .fot .fol p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
}

footer .fot .for {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: right;
}

footer .fot .for .share {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

footer .fot .for .share .am {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.5;
  margin-right: 0.15rem;
}

footer .fot .for .share .as {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.3;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.04rem;
  transition: all ease 0.3s;
  position: relative;
}

footer .fot .for .share .as a, footer .fot .for .share .as img {
  width: 100%;
  display: block;
}

footer .fot .for .share .as .codm {
  position: absolute;
  bottom: calc(100% + 0.14rem);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.1rem;
  display: none;
  background-color: #fff;
}

footer .fot .for .share .as .codm img {
  width: 100%;
  display: block;
}

footer .fot .for .share .as .codm:after {
  content: ' ';
  position: absolute;
  top: 100%;
  right: 0.05rem;
  width: 0;
  height: 0rem;
  border: solid 0.05rem;
  border-color: #fff transparent transparent transparent;
}

footer .fot .for .share .as:hover {
  opacity: 1;
}

footer .fot .for .share .as:hover .codm {
  display: block;
}

@media (max-width: 800px) {
  footer .fop {
    padding: 0.3rem 0;
  }
  footer .fop .flist {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .fop .flist .fit {
    margin-bottom: 0.14rem;
  }
  footer .fop .flist .ful {
    width: 100%;
    font-size: 0;
  }
  footer .fop .flist .ful a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
  }
  footer .fop .flist {
    display: inline-block;
    vertical-align: top;
    width: auto;
    width: 25%;
    text-align: center;
    margin-bottom: 0.1rem;
  }
  footer .fop .flist .fit {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  footer .fop .flist .ful {
    display: none;
  }
  footer .fot {
    width: 100%;
  }
  footer .fot .fol {
    width: 100%;
    margin-bottom: 0.1rem;
    text-align: center;
    line-height: 1.8;
  }
  footer .fot .fol p {
    line-height: 1.8;
  }
  footer .fot .for {
    width: 100%;
    margin-top: 0.15rem;
    text-align: center;
  }
  footer .fot .for .share .as {
    width: 0.45rem;
    height: 0.45rem;
    margin: 0 0.06rem;
  }
  footer .fot .for .share .as .codm {
    width: 2rem;
    height: 2rem;
  }
}

.bussines {
  width: 100%;
  padding: 1.8rem 0 0rem;
  position: relative;
}

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

.bussines .busom .bul {
  display: inline-block;
  vertical-align: middle;
  width: calc((540 / 1560) * 100%);
  margin-right: calc((79 / 1560) * 100%);
}

.bussines .busom .bul .butop {
  width: 100%;
  margin-bottom: 0.25rem;
  position: relative;
}

.bussines .busom .bul .butop .em {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}

.bussines .busom .bul .butop .cn {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
}

.bussines .busom .bul .butop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.bussines .busom .bul .butop .bm img {
  width: 100%;
  display: block;
}

.bussines .busom .bul .mid {
  width: 100%;
}

.bussines .busom .bul .mid .vc {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.bussines .busom .bul .mid .vt {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.1rem 0 0.06rem;
}

.bussines .busom .bul .mid .vinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.bussines .busom .bul .mid .vinp p {
  color: #666;
  line-height: 1.5;
}

.bussines .busom .bul .mid .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.35rem;
}

.bussines .busom .bul .mid .more a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.bussines .busom .bul .mid .more a span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  position: relative;
  top: -0.02rem;
  margin-left: 0.1rem;
  transition: all ease 0.3s;
}

.bussines .busom .bul .mid .more a:hover {
  color: #1c583a;
}

.bussines .busom .bul .mid .more a:hover span {
  color: #1c583a;
  margin-left: 0.3rem;
}

.bussines .busom .bur {
  display: inline-block;
  vertical-align: middle;
  width: calc((940 / 1560) * 100%);
  font-size: 0;
}

.bussines .busom .bur .bmg {
  display: inline-block;
  vertical-align: middle;
  width: calc((520 / 940) * 100%);
}

.bussines .busom .bur .bmg .box {
  width: 100%;
  position: relative;
}

.bussines .busom .bur .bmg .box .imgx {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.3);
}

.bussines .busom .bur .bmg .box .imgx .mg {
  position: absolute;
  z-index: 2;
  width: 4.45rem;
  height: 4.45rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
  transition: all ease 0.5s;
}

.bussines .busom .bur .bmg .box .imgx .mg.on {
  z-index: 4;
  opacity: 1;
}

.bussines .busom .bur .bmg .box .iconlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.bussines .busom .bur .bmg .box .iconlist .icon {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}

.bussines .busom .bur .bmg .box .iconlist .icon .vom {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  border: solid 1px #666666;
  z-index: 10;
}

.bussines .busom .bur .bmg .box .iconlist .icon .vom img {
  width: 100%;
  display: block;
}

.bussines .busom .bur .bmg .box .iconlist .icon .vom img:first-child {
  display: block;
}

.bussines .busom .bur .bmg .box .iconlist .icon .vom img:last-child {
  display: none;
}

.bussines .busom .bur .bmg .box .iconlist .icon .vom:after {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border: dashed 1px #a0a0a0;
  opacity: 0;
  border-radius: 50%;
}

.bussines .busom .bur .bmg .box .iconlist .icon:hover .vom, .bussines .busom .bur .bmg .box .iconlist .icon.on .vom {
  background-color: #1c583a;
  border: solid 1px #1c583a;
}

.bussines .busom .bur .bmg .box .iconlist .icon:hover .vom:after, .bussines .busom .bur .bmg .box .iconlist .icon.on .vom:after {
  opacity: 1;
}

.bussines .busom .bur .bmg .box .iconlist .icon:hover .vom img:first-child, .bussines .busom .bur .bmg .box .iconlist .icon.on .vom img:first-child {
  display: none;
}

.bussines .busom .bur .bmg .box .iconlist .icon:hover .vom img:last-child, .bussines .busom .bur .bmg .box .iconlist .icon.on .vom img:last-child {
  display: block;
}

.bussines .busom .bur .bmg .box .iconlist .item1 {
  left: 2%;
  top: 20%;
}

.bussines .busom .bur .bmg .box .iconlist .item2 {
  right: 2%;
  top: 20%;
}

.bussines .busom .bur .bmg .box .iconlist .item3 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.bussines .busom .bur .roms {
  display: inline-block;
  vertical-align: middle;
  width: calc((320 / 940) * 100%);
  margin-left: calc((99 / 940) * 100%);
}

.bussines .busom .bur .roms .rom {
  width: 100%;
  display: none;
}

.bussines .busom .bur .roms .rom .rit {
  width: 100%;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.15rem;
  font-weight: bold;
}

.bussines .busom .bur .roms .rom .rinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.bussines .busom .bur .roms .rom .rinp p {
  color: #666;
  line-height: 1.5;
}

.bussines .busom .bur .roms .rom.on {
  display: block;
}

.bussines .bussper {
  width: 100%;
  padding: 0.8rem 0 0rem;
  position: relative;
}

.bussines .bussper .swiper-container {
  padding-bottom: 0.4rem;
}

.bussines .bussper .swiper-slide {
  width: 100%;
  padding: 0.15rem;
  position: relative;
}

.bussines .bussper .swiper-slide .pom {
  width: 100%;
  padding: 0.5rem 0.2rem 0.2rem;
}

.bussines .bussper .swiper-slide .pom .icon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.3rem;
}

.bussines .bussper .swiper-slide .pom .icon img {
  width: 100%;
  display: block;
}

.bussines .bussper .swiper-slide .pom .icon img:first-child {
  display: block;
}

.bussines .bussper .swiper-slide .pom .icon img:last-child {
  display: none;
}

.bussines .bussper .swiper-slide .pom .pim {
  width: 100%;
  text-align: center;
}

.bussines .bussper .swiper-slide .pom .pim .em {
  width: 100%;
  color: #666;
  line-height: 2;
  margin-bottom: 0.04rem;
}

.bussines .bussper .swiper-slide .pom .pim .cm {
  width: 100%;
  color: #666;
  line-height: 2;
}

.bussines .bussper .swiper-slide .pom .pim .add {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.bussines .bussper .swiper-slide .pom .pim .add span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 2;
  opacity: 0;
  font-weight: 10;
  transition: all ease 0.3s;
}

.bussines .bussper .swiper-slide .line {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0.4rem;
  display: none;
}

.bussines .bussper .swiper-slide .line span {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  background-color: #ebebeb;
  height: 0.7rem;
}

.bussines .bussper .swiper-slide .line b {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 1px;
  background-color: #000;
}

.bussines .bussper .swiper-slide .line i {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 1px;
  height: 0.2rem;
  background-color: #000;
}

.bussines .bussper .swiper-slide:hover .pom {
  background-color: #1c583a;
}

.bussines .bussper .swiper-slide:hover .pom .icon img:first-child {
  display: none;
}

.bussines .bussper .swiper-slide:hover .pom .icon img:last-child {
  display: block;
}

.bussines .bussper .swiper-slide:hover .pom .pim .em, .bussines .bussper .swiper-slide:hover .pom .pim .cm {
  color: #fff;
}

.bussines .bussper .swiper-slide:hover .pom .pim .add span {
  opacity: 1;
}

.bussines .bussper .swiper-slide + .swiper-slide .line {
  display: block;
}

.bussines .bussper .swiper-slide:first-child {
  padding-left: 0;
}

.bussines .bussper .swiper-slide:last-child {
  padding-right: 0;
}

.bussines .bussper .swiper-pagination {
  bottom: 0.1rem;
}

.bussines .bussper .swiper-pagination-bullet-active {
  background-color: #1c583a;
}

.bussines .bussper .swiper-slide:nth-child(8n+1) {
  transition-delay: 0.2s;
}

.bussines .bussper .swiper-slide:nth-child(8n+2) {
  transition-delay: 0.3s;
}

.bussines .bussper .swiper-slide:nth-child(8n+3) {
  transition-delay: 0.4s;
}

.bussines .bussper .swiper-slide:nth-child(8n+4) {
  transition-delay: 0.5s;
}

.bussines .bussper .swiper-slide:nth-child(8n+5) {
  transition-delay: 0.6s;
}

.bussines .bussper .swiper-slide:nth-child(8n+6) {
  transition-delay: 0.7s;
}

.bussines .bussper .swiper-slide:nth-child(8n+7) {
  transition-delay: 0.8s;
}

.bussines .bussper .swiper-slide:nth-child(8n+8) {
  transition-delay: 0.9s;
}

@media (max-width: 800px) {
  .bussines {
    padding: 0.5rem 0;
  }
  .bussines .busom .bul {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .bussines .busom .bur {
    width: 100%;
  }
  .bussines .busom .bur .bmg {
    width: 100%;
    margin-right: 0;
    max-width: 80%;
    display: block;
    margin: 0 auto 0.9rem;
  }
  .bussines .busom .bur .bmg .box .iconlist .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .bussines .busom .bur .roms {
    width: 100%;
    margin-left: 0;
  }
}

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

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

.technology .tetop .teom {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: #fff;
  position: relative;
  top: 0.8rem;
  z-index: 4;
  padding: 0 0.8rem 0.25rem calc((180 / 1920) * 100%);
}

.technology .tetop .teom .butop {
  width: 100%;
  margin-bottom: 0.25rem;
  position: relative;
}

.technology .tetop .teom .butop .em {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}

.technology .tetop .teom .butop .cn {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
}

.technology .tetop .teom .butop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.technology .tetop .teom .butop .bm img {
  width: 100%;
  display: block;
}

.technology .tetop .teom .mid {
  width: 100%;
}

.technology .tetop .teom .mid .vc {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.technology .tetop .teom .mid .vt {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.1rem 0 0.06rem;
}

.technology .techper {
  width: 100%;
  position: relative;
}

.technology .techper .swiper-slide {
  width: 100%;
}

.technology .techper .swiper-slide .bmg {
  width: 100%;
  position: relative;
}

.technology .techper .swiper-slide .bmg .pcmg {
  width: 100%;
  padding-top: 43.75%;
  display: block;
}

.technology .techper .swiper-slide .bmg .phmg {
  width: 100%;
  padding-top: 60.75%;
  display: none;
}

.technology .techper .swiper-slide .bmg .pionlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.technology .techper .swiper-slide .bmg .pionlist .pion {
  position: absolute;
  z-index: 10;
}

.technology .techper .swiper-slide .bmg .pionlist .pion .im {
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.technology .techper .swiper-slide .bmg .pionlist .pion .im:before {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: kuosan 2.2s linear 0.1s infinite;
}

.technology .techper .swiper-slide .bmg .pionlist .pion .im:after {
  content: '';
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: kuosan 2.2s linear .8s infinite;
}

.technology .techper .swiper-slide .bmg .pionlist .pion .moc {
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  transition: width ease-in-out 0.3s;
}

.technology .techper .swiper-slide .bmg .pionlist .pion:hover .moc {
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #1c583a;
  color: #fff;
  text-align: center;
  opacity: 1;
  font-size: 14px;
}

.technology .techper .swiper-slide .bmg .pionlist .pion:nth-child(1) {
  left: 20%;
  top: 40%;
}

.technology .techper .swiper-slide .bmg .pionlist .pion:nth-child(2) {
  left: 66%;
  top: 47%;
}

.technology .techper .swiper-slide .bmg .pionlist .pion:nth-child(3) {
  left: 33%;
  top: 57%;
}

.technology .techper .swiper-slide .bmg .pionlist .pion:nth-child(4) {
  left: 23%;
  top: 80%;
}

.technology .techper .swiper-pagination {
  width: auto;
  left: calc((1740 / 1920) * 100%);
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.technology .techper .swiper-pagination-bullet {
  display: block;
  width: 0.25rem;
  height: 4px;
  background-color: #fff;
  margin: 0.15rem 0;
  border-radius: 0;
  transition: all ease 0.3s;
}

.technology .techper .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 4px;
}

.technology .tebot {
  width: 100%;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  right: 0;
}

.technology .tebot .tebolist {
  width: 100%;
  font-size: 0;
}

.technology .tebot .tebolist .swiper-container {
  width: 100%;
  padding: 0.4rem 0;
}

.technology .tebot .tebolist .tebom {
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0.4rem;
  font-size: 0;
  transition: all ease 0.3s;
  position: relative;
  z-index: 1;
}

.technology .tebot .tebolist .tebom .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}

.technology .tebot .tebolist .tebom .icon img {
  width: 100%;
  display: block;
}

.technology .tebot .tebolist .tebom .icon img:first-child {
  display: block;
}

.technology .tebot .tebolist .tebom .icon img:last-child {
  display: none;
}

.technology .tebot .tebolist .tebom .eom {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.7rem);
}

.technology .tebot .tebolist .tebom .eom .tm {
  width: 100%;
  color: #dddddd;
  line-height: 1.5;
}

.technology .tebot .tebolist .tebom .eom .gm {
  width: 100%;
  color: #dddddd;
  line-height: 1.5;
}

.technology .tebot .tebolist .tebom:hover {
  transform: scale(1.1);
  background-color: #1c583a;
  z-index: 2;
}

.technology .tebot .tebolist .tebom:hover .icon img:first-child {
  display: none;
}

.technology .tebot .tebolist .tebom:hover .icon img:last-child {
  display: block;
}

.technology .tebot .tebolist .tebom:hover .eom .tm, .technology .tebot .tebolist .tebom:hover .eom .gm {
  color: #fff;
}

@media (max-width: 800px) {
  .technology .tetop .teom {
    width: 94%;
    margin: 0 auto;
    display: block;
    top: 0;
    padding: 0.25rem 0;
  }
  .technology .techper .swiper-slide .bmg .pcmg {
    display: none;
  }
  .technology .techper .swiper-slide .bmg .phmg {
    padding-top: 43.75%;
    display: block;
  }
  .technology .tebot {
    width: 100%;
    bottom: 0rem;
    position: relative;
    margin-top: -0.2rem;
    margin-bottom: -0.2rem;
  }
  .technology .tebot .w1560 {
    width: 100%;
  }
  .technology .tebot .tebolist .swiper-container {
    padding: 0.2rem 0;
  }
  .technology .tebot .tebolist .tebom {
    width: 100%;
    padding: 0.2rem;
  }
  .technology .tebot .tebolist .tebom .icon {
    width: 0.8rem;
  }
  .technology .tebot .tebolist .tebom .eom {
    width: calc(100% - 1.0rem);
  }
  .technology .tebot .tebolist .tebom .eom .gm {
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .technology .tebot .tebolist .tebom.on {
    transform: scale(1.1);
    background-color: #1c583a;
    z-index: 2;
  }
  .technology .tebot .tebolist .tebom.on .icon img:first-child {
    display: none;
  }
  .technology .tebot .tebolist .tebom.on .icon img:last-child {
    display: block;
  }
  .technology .tebot .tebolist .tebom.on .eom .tm, .technology .tebot .tebolist .tebom.on .eom .gm {
    color: #fff;
  }
}

.application {
  width: 100%;
  padding: 1.2rem 0;
  position: relative;
  background-color: #ededed;
}

.application .applom {
  width: 100%;
  overflow: hidden;
}

.application .applom .aptop {
  width: calc((420 / 1560) * 100%);
  float: left;
  border-top: solid 4px #dbdad7;
  padding-top: 0.1rem;
  position: relative;
}

.application .applom .aptop:after {
  content: ' ';
  position: absolute;
  width: 0.3rem;
  height: 2px;
  background-color: #1c583a;
  animation: bots 6s linear infinite;
  top: -3px;
}

@keyframes bots {
  0% {
    left: -0.3rem;
  }
  100% {
    left: calc(100% - 0.3rem);
  }
}

.application .applom .aptop .at {
  width: 100%;
  color: #1c583a;
  font-weight: bold;
  line-height: 1.5;
}

.application .applom .aptop .ax {
  width: 100%;
  color: #222;
  line-height: 1.8;
}

.application .applom .apmgs {
  width: calc((1040 / 1560) * 100%);
  float: right;
}

.application .applom .apmgs .img {
  width: 100%;
  display: none;
}

.application .applom .apmgs .img .mg {
  width: 100%;
  padding-top: 66.73%;
}

.application .applom .apmgs .img.on {
  display: block;
}

.application .applom .messag {
  width: calc((420 / 1560) * 100%);
  float: left;
  margin-top: 1.2rem;
  overflow: hidden;
}

.application .applom .messag .megn {
  width: 100%;
  display: none;
  padding-left: 0.2rem;
  border-left: solid 1px rgba(36, 42, 45, 0.4);
}

.application .applom .messag .megn .mion {
  width: 100%;
  font-size: 0;
}

.application .applom .messag .megn .mion span {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
}

.application .applom .messag .megn .mion span img {
  width: 100%;
  display: block;
}

.application .applom .messag .megn .vit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin: 0.1rem 0;
}

.application .applom .messag .megn .vinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.application .applom .messag .megn .vinp p {
  color: #666;
  line-height: 1.5;
}

.application .applom .messag .megn.on {
  display: block;
}

.application .applom .change {
  z-index: 4;
  width: calc((650 / 1560) * 100%);
  margin-top: 0.75rem;
  background-color: #1c583a;
  padding: 0.2rem 0.15rem;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
}

.application .applom .change .citm {
  flex: 1;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.application .applom .change .citm .ic {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0.5;
  margin: 0 auto 0.1rem;
  transition: all ease 0.3s;
}

.application .applom .change .citm .ic img {
  width: 100%;
  display: block;
}

.application .applom .change .citm .cm {
  width: 100%;
  text-align: center;
  transition: all ease 0.3s;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.application .applom .change .citm.on .ic, .application .applom .change .citm:hover .ic {
  opacity: 1;
}

.application .applom .change .citm.on .cm, .application .applom .change .citm:hover .cm {
  color: #fff;
}

@media (max-width: 1150px) {
  .application .applom .change {
    width: calc((520 / 1560) * 100%);
    float: left;
    position: relative;
    bottom: 0;
    margin: 0.3rem 0;
  }
  .application .applom .aptop {
    width: calc((520 / 1560) * 100%);
  }
  .application .applom .messag {
    width: calc((520 / 1560) * 100%);
    margin-top: 0.6rem;
  }
  .application .applom .apmgs {
    width: calc((1000 / 1560) * 100%);
  }
}

@media (max-width: 800px) {
  .application {
    padding: 0.6rem 0 0.5rem;
  }
  .application .applom {
    display: flex;
    flex-wrap: wrap;
  }
  .application .applom .aptop {
    width: 100%;
    order: 1;
    margin-bottom: 0.3rem;
  }
  .application .applom .change {
    width: 100%;
    order: 2;
    position: relative;
    bottom: 0;
    margin: 0.3rem 0;
  }
  .application .applom .messag {
    width: 100%;
    order: 3;
    margin: 0.3rem 0;
  }
  .application .applom .apmgs {
    width: 100%;
    order: 4;
    margin-top: 0.4rem;
  }
}

.engineering {
  width: 100%;
  padding: 1.2rem 0;
  position: relative;
  background-color: #1c583a;
}

.engineering:after {
  content: ' ';
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  width: 0.3rem;
  background-color: #ededed;
  height: 100%;
}

.engineering .entop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.engineering .entop .butop {
  width: 100%;
  margin-bottom: 0.05rem;
  position: relative;
}

.engineering .entop .butop .em {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.engineering .entop .butop .cn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.engineering .entop .butop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.engineering .entop .butop .bm img {
  width: 100%;
  display: block;
}

.engineering .entop .mid {
  width: 100%;
}

.engineering .entop .mid .vc {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.engineering .entop .mid .vt {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.06rem 0 0.06rem;
}

.engineering .entop .mid .vinp {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.engineering .entop .mid .vinp p {
  color: #fff;
  line-height: 1.5;
}

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

.engineering .enginlist .engam {
  display: inline-block;
  vertical-align: top;
  width: calc((510 / 1560) * 100%);
  margin-right: calc((14 / 1560) * 100%);
  margin-bottom: 0.15rem;
  position: relative;
  overflow: hidden;
}

.engineering .enginlist .engam a {
  width: 100%;
  display: block;
}

.engineering .enginlist .engam .img {
  width: 100%;
  padding-top: 66.66%;
  transition: all ease 0.3s;
}

.engineering .enginlist .engam .bkm {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 0.25rem;
  transition: all ease 0.3s;
}

.engineering .enginlist .engam .bkm .bkop {
  width: 100%;
  margin-bottom: 0.2rem;
}

.engineering .enginlist .engam .bkm .bkop .bt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.engineering .enginlist .engam .bkm .bkop .bx {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.engineering .enginlist .engam .bkm .more {
  width: 100%;
  font-size: 0%;
}

.engineering .enginlist .engam .bkm .more span {
  display: inline-block;
  vertical-align: middle;
  color: #1c583a;
  line-height: 1.5;
}

.engineering .enginlist .engam .bkm .more span i {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  position: relative;
  top: -0.02rem;
  margin-left: 0.12rem;
  border: solid 0.05rem;
  border-color: transparent transparent transparent #1c583a;
}

.engineering .enginlist .engam:hover .bkm {
  top: 0;
}

.engineering .enginlist .engam:nth-child(3n) {
  margin-right: 0;
}

.engineering .enginlist .engam:nth-child(3n+1) {
  transition-delay: 0.2s;
}

.engineering .enginlist .engam:nth-child(3n+2) {
  transition-delay: 0.3s;
}

.engineering .enginlist .engam:nth-child(3n+3) {
  transition-delay: 0.4s;
}

.engineering .morx {
  width: 100%;
  font-size: 0;
  text-align: right;
  margin-top: 0.1rem;
}

.engineering .morx a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

.engineering .morx a span {
  display: inline-block;
  position: relative;
  top: -0.02rem;
}

@media (max-width: 800px) {
  .engineering:after {
    display: none;
  }
}

.numbers {
  width: 100%;
  padding: 1.1rem 0;
  background-color: #ededed;
  position: relative;
}

.numbers .buscanvas {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.numbers .w1560 {
  z-index: 3;
}

.numbers .nutop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.numbers .nutop .butop {
  width: 100%;
  position: relative;
}

.numbers .nutop .butop .em {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}

.numbers .nutop .butop .cn {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
}

.numbers .nutop .butop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.numbers .nutop .butop .bm img {
  width: 100%;
  display: block;
}

.numbers .nutim {
  width: 100%;
  color: #555;
  line-height: 3.2;
  margin: 1rem 0;
}

.numbers .nutim p {
  color: #555;
  line-height: 3.2;
}

.numbers .nutim .green {
  color: #116b3e;
}

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

.numbers .nubot .nutem {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.numbers .nubot .nutem .noc {
  width: 100%;
  color: #116b3e;
}

.numbers .nubot .nutem .noc span {
  display: inline-block;
  font-weight: bold;
}

.numbers .nubot .nutem .nvm {
  width: 100%;
  color: #555;
  line-height: 1.8;
  /* text-align: center; */
  padding-left: 0.04rem;
}

.numbers .nubot .nutem + .nutem {
  margin-left: 0.3rem;
}
.numbers .nubot .nutem .nvm.first0{padding-left: 0.04rem;}
.numbers .nubot .nutem .nvm.first1{padding-left: 0.04rem;}
.numbers .nubot .nutem .nvm.first2{padding-left: 0;}
.numbers .nubot .nutem .nvm.first3{padding-left: 0.01rem;}
.numbers .nubot .nutem .nvm.first4{padding-left: 0;}
.numbers .nubot .nutem .nvm.first5{padding-left: 0.02rem;}
.numbers .nubot .nutem .nvm.first6{padding-left: 0.03rem;}
.numbers .nubot .nutem .nvm.first7{padding-left: 0.01rem;}
.numbers .nubot .nutem .nvm.first8{padding-left: 0.02rem;}
.numbers .nubot .nutem .nvm.first9{padding-left: 0.01rem;}
.numbers .poinc {
  position: absolute;
  right: calc((410 / 1920) * 100%);
  bottom: 1.2rem;
  z-index: 3;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}

.numbers .poinc .pt1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: linear sp1 3.3s infinite;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}

@keyframes sp1 {
  0% {
    width: 0rem;
    height: 0rem;
  }
  100% {
    width: 5rem;
    height: 5rem;
  }
}

.numbers .poinc .pt2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: linear sp2 3.2s infinite;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

@keyframes sp2 {
  0% {
    width: 0rem;
    height: 0rem;
  }
  100% {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.numbers .cimg {
  position: absolute;
  z-index: 1;
  width: calc((1209 / 1920) * 100%);
  right: 0;
  bottom: 0;
}

.numbers .cimg .img {
  width: 100%;
  padding-top: 74.44%;
}

@media (max-width: 1580px) {
  .numbers .poinc {
    right: calc((480 / 1920) * 100%);
  }
}

@media (max-width: 800px) {
  .numbers {
    padding: 0.5rem 0;
  }
  .numbers .nubot .nutem {
    width: 50%;
    margin-right: 0;
    text-align: center;
    padding: 0.2rem 0;
  }
  .numbers .nubot .nutem + .nutem {
    margin-left: 0rem;
  }
  .numbers .nubot .nutem .nvm{
    padding-left: 0 !important;
  }
  .numbers .poinc {
    right: calc((440 / 1920) * 100%);
    bottom: 0.5rem;
  }
}

.news {
  width: 100%;
  padding: 1.2rem 0;
  position: relative;
}

.news .nutop {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news .nutop .butop {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.news .nutop .butop .em {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}

.news .nutop .butop .cn {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
}

.news .nutop .butop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.news .nutop .butop .bm img {
  width: 100%;
  display: block;
}

.news .nutop .rvms {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.news .nutop .rvms .rms {
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}

.news .nutop .rvms .rms.on {
  color: #004e3a;
}

.news .nutop .rvms .rms + .rms {
  margin-left: 0.3rem;
}

.news .newcont {
  width: 100%;
}

.news .newcont .newcom {
  width: 100%;
  display: none;
}

.news .newcont .newcom .nel {
  display: inline-block;
  vertical-align: top;
  width: calc((1035 / 1560) * 100%);
  margin-right: calc((14 / 1560) * 100%);
  font-size: 0;
  width: 100%;
}

.news .newcont .newcom .nel .nelm {
  display: inline-block;
  vertical-align: top;
  width: calc((331 / 1035) * 100%);
  margin-right: calc((14 / 1035) * 100%);
  position: relative;
}

.news .newcont .newcom .nel .nelm a {
  width: 100%;
  display: block;
}

.news .newcont .newcom .nel .nelm .imgs {
  width: 100%;
  overflow: hidden;
}

.news .newcont .newcom .nel .nelm .imgs .img {
  width: 100%;
  padding-top: 60.19%;
  transition: all ease 0.3s;
}

.news .newcont .newcom .nel .nelm .nom {
  width: 100%;
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}

.news .newcont .newcom .nel .nelm .nom .nt {
  width: 100%;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.news .newcont .newcom .nel .nelm .nom .eim {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 6em;
}

.news .newcont .newcom .nel .nelm .nom .eim p {
  color: #666;
  line-height: 1.5;
}

.news .newcont .newcom .nel .nelm .noy {
  width: 100%;
  font-size: 0;
  margin-top: 0.25rem;
  padding-top: 0.1rem;
  border-top: solid 1px #cccdce;
}

.news .newcont .newcom .nel .nelm .noy span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.news .newcont .newcom .nel .nelm .noy span i {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  position: relative;
  top: -0.02rem;
  font-style: normal;
  margin-left: 0.1rem;
  transition: all ease 0.3s;
}

.news .newcont .newcom .nel .nelm .day {
  position: absolute;
  top: -0.1rem;
  left: 0.2rem;
  background-color: #ededed;
  padding: 0.14rem;
  text-align: center;
}

.news .newcont .newcom .nel .nelm .day .now {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.news .newcont .newcom .nel .nelm .day .time {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.news .newcont .newcom .nel .nelm:nth-child(3n) {
  margin-right: 0;
}

.news .newcont .newcom .nel .nelm:hover .imgs .img {
  transform: scale(1.1);
}

.news .newcont .newcom .nel .nelm:hover .noy span {
  color: #1c583a;
}

.news .newcont .newcom .nel .nelm:hover .noy span i {
  color: #1c583a;
  margin-left: 0.3rem;
}

.news .newcont .newcom .nel .nelm:hover .day {
  background-color: #1c583a;
}

.news .newcont .newcom .nel .nelm:hover .day .now, .news .newcont .newcom .nel .nelm:hover .day .time {
  color: #fff;
}

.news .newcont .newcom .ner {
  display: inline-block;
  vertical-align: top;
  width: calc((510 / 1560) * 100%);
  position: relative;
}

.news .newcont .newcom .ner a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.news .newcont .newcom .ner .img {
  width: 100%;
  padding-top: 125.49%;
  transition: all ease 0.3s;
}

.news .newcont .newcom .ner .tip {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  z-index: 3;
  background-color: #ededed;
  max-width: 3.9rem;
  text-align: center;
  color: #000;
  line-height: 1.6;
  padding: 0.15rem 0.2rem;
}

.news .newcont .newcom .ner .day {
  position: absolute;
  top: -0.1rem;
  left: 0.2rem;
  background-color: #ededed;
  padding: 0.14rem;
  text-align: center;
}

.news .newcont .newcom .ner .day .now {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.news .newcont .newcom .ner .day .time {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.news .newcont .newcom .ner:hover .img {
  transform: scale(1.1);
}

.news .newcont .newcom .ner:hover .day {
  background-color: #1c583a;
}

.news .newcont .newcom .ner:hover .day .now, .news .newcont .newcom .ner:hover .day .time {
  color: #fff;
}

.news .newcont .newcom.on {
  display: block;
}

@media (max-width: 800px) {
  .news .newcont .newcom .nel {
    width: 100%;
    margin-right: 0;
  }
  .news .newcont .newcom .nel .nelm {
    width: 100%;
    margin-right: 0;
  }
  .news .newcont .newcom .nel .nelm + .nelm {
    margin-top: 0.3rem;
  }
  .news .newcont .newcom .ner {
    width: 100%;
    margin-top: 0.4rem;
  }
  .news .newcont .newcom .ner .img {
    padding-top: 60%;
  }
  .news .newcont .newcom .ner .tip {
    max-width: 80%;
  }
}

.nanner {
  width: 100%;
}

.nanner .img {
  width: 100%;
  padding-top: 25%;
  position: relative;
}

.nanner .mox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  max-width: 80%;
  width: 100%;
}

.nanner .mox .mtop {
  width: 100%;
}

.nanner .mox .mtop .mt {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.nanner .mox .mtop .mc {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.nanner .mox .line{
  width: 100%;
  font-size: 0;
  text-align: center;
}
.nanner .mox .line span{
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  background-color: #fff;
  height: 0.6rem;
  margin: 0.15rem 0;
}

.nanner .mox .mip {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  /* margin-top: 0.3rem; */
}

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

.crumbs {
  width: 100%;
  position: relative;
  background-color: #eaeaea;
}

.crumbs:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: calc((180 / 1920) * 100%);
  background-color: #fff;
  height: 100%;
}

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

.crumbs .crum .cul {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: #1c583a;
  font-size: 0;
  position: relative;
  max-width: 12rem;
}

.crumbs .crum .cul .swiper-container {
  height: 100%;
}

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

.crumbs .crum .cul .cum a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 0.3rem;
  text-align: center;
  transition: all ease 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.crumbs .crum .cul .cum:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.2rem;
  background-color: rgba(221, 221, 221, 0.5);
  display: none;
}

.crumbs .crum .cul .cum + .cum:after {
  display: block;
}

.crumbs .crum .cul .cum.on a {
  transform: scale(1.2);
  font-weight: bold;
}

.crumbs .crum .cul .cum:hover a {
  transform: scale(1.2);
}

.crumbs .crum .cul .cum {
  display: flex;
  align-items: center;
}

.crumbs .crum .cul .cum a {
  width: 100%;
}

.crumbs .crum .cul:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 100%;
  height: 0.3rem;
  background-color: #1c583a;
}

.crumbs .crum .cur {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: right;
  font-size: 0;
  flex: 1;
}

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

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

.crumbs .crum .cur a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 3;
  padding: 0.1rem 0;
}

.crumbs .crum .cur a span {
  display: inline-block;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  color: #666;
}

.crumbs .crum .cur a:hover {
  color: #1c583a;
}

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

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

.crumbs.w100:before {
  display: none;
}

.crumbs.w100 .crum .cur {
  width: 100%;
}

@media (max-width: 1580px) {
  .crumbs:before {
    width: 3%;
  }
}

@media (max-width: 768px) {
  .crumbs .crum .cul {
    width: 100%;
  }
  .crumbs .crum .cul .cum a {
    padding: 0 0.15rem;
    text-align: center;
  }
  .crumbs .crum .cur {
    display: none;
  }
}

.modular .motop {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}

.modular .motop .mol {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

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

.modular .motop .mol .cn {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
}

.modular .motop .mol .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.15rem;
}

.modular .motop .mol .bm img {
  width: 100%;
  display: block;
}

.modular .motop.white .mol .em, .modular .motop.white .mol .cn {
  color: #fff;
}

.modular .motop.white .mor {
  display: inline-block;
  vertical-align: middle;
}

.latest {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.latest .latop {
  width: 100%;
  margin-bottom: 0.45rem;
  position: relative;
}

.latest .latop .em {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}

.latest .latop .cn {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
}

.latest .latop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.latest .latop .bm img {
  width: 100%;
  display: block;
}

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

.latest .histroy .swiper-container {
  position: relative;
  margin: 0 auto;
  max-width: 14rem;
}

.latest .histroy .swiper-container:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.latest .histroy .swiper-slide {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.latest .histroy .swiper-slide .icon {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  margin: 0 auto 0.1rem;
  position: relative;
  z-index: 2;
}

.latest .histroy .swiper-slide .icon img {
  width: 100%;
  display: block;
}

.latest .histroy .swiper-slide .icon img:first-child {
  display: block;
}

.latest .histroy .swiper-slide .icon img:last-child {
  display: none;
}

.latest .histroy .swiper-slide .sim {
  width: 100%;
  text-align: center;
  color: #222;
  line-height: 1.5;
}

.latest .histroy .swiper-slide.on .icon img:first-child {
  display: none;
}

.latest .histroy .swiper-slide.on .icon img:last-child {
  display: block;
}

.latest .histont {
  width: 100%;
  margin-top: 0.3rem;
}

.latest .histont .hiom {
  width: 100%;
  display: none;
}

.latest .histont .hiom.on {
  display: block;
}

.latest .histont .hislit {
  width: 100%;
  font-size: 0;
}

.latest .histont .hislit .htiom:first-child a {
  border-top: solid 1px #ebebeb;
}

.latest .histont .hislit .htiom {
  width: 100%;
  font-size: 0;
}

.latest .histont .hislit .htiom a {
  width: 100%;
  display: block;
  padding: 0.3rem 0.4rem;
  border-bottom: solid 1px #ededed;
}

.latest .histont .hislit .htiom .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((320 / 1560) * 100%);
  overflow: hidden;
}

.latest .histont .hislit .htiom .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
}

.latest .histont .hislit .htiom .pom {
  display: inline-block;
  vertical-align: middle;
  width: calc((980 / 1560) * 100%);
  padding: 0 0.4rem;
}

.latest .histont .hislit .htiom .pom .pt {
  width: 100%;
  color: #000;
  line-height: 1.5;
}

.latest .histont .hislit .htiom .pom .px {
  width: 100%;
  color: #999;
  line-height: 1.5;
  margin: 0.06rem 0;
}

.latest .histont .hislit .htiom .pom .pip {
  width: 100%;
  color: #666;
  line-height: 1.6;
  height: 3.2em;
  margin-top: 0.1rem;
}

.latest .histont .hislit .htiom .pom .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.25rem;
}

.latest .histont .hislit .htiom .pom .more span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.latest .histont .hislit .htiom .pom .more span i {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  position: relative;
  top: -0.02rem;
  font-style: normal;
  margin-left: 0.1rem;
  transition: all ease 0.3s;
}

.latest .histont .hislit .htiom .days {
  width: calc((259 / 1560) * 100%);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.latest .histont .hislit .htiom .days .day {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background-color: #ededed;
  padding: 0.15rem;
}

.latest .histont .hislit .htiom .days .day .now {
  width: 100%;
  text-align: center;
  color: #222;
  line-height: 1.5;
}

.latest .histont .hislit .htiom .days .day .time {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.latest .histont .hislit .htiom:hover a {
  background-color: #ebebeb;
}

.latest .histont .hislit .htiom:hover .imgs .img {
  transform: scale(1.1);
}

.latest .histont .hislit .htiom:hover .pom .pt {
  color: #1c583a;
}

.latest .histont .hislit .htiom:hover .more span {
  color: #1c583a;
}

.latest .histont .hislit .htiom:hover .more span i {
  color: #1c583a;
  margin-left: 0.3rem;
}

.latest .histont .hislit .htiom:hover .days .day {
  background-color: #1c583a;
}

.latest .histont .hislit .htiom:hover .days .day .time, .latest .histont .hislit .htiom:hover .days .day .now {
  color: #fff;
}

.latest .histont .hislit .htiom.nmg .pom {
  width: calc((1300 / 1560) * 100%);
  padding-left: 0;
}

@media (max-width: 800px) {
  .latest .histont .hislit .htiom .imgs {
    width: 100%;
  }
  .latest .histont .hislit .htiom .pom {
    width: 100%;
    padding: 0.25rem 0;
  }
  .latest .histont .hislit .htiom .days {
    position: absolute;
    width: auto;
    top: 0.3rem;
    right: 0.4rem;
  }
  .latest .histont .hislit .htiom.nmg .pom {
    width: 100%;
  }
  .latest .histont .hislit .htiom.nmg .pom .pt, .latest .histont .hislit .htiom.nmg .pom .px {
    max-width: 80%;
  }
  .latest .histont .hislit .htiom.nmg .days {
    right: 0;
    top: 0;
    left: auto;
  }
}

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

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

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

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

.pages .page.on {
  background-color: #1c583a;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  border: solid 1px #1c583a;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

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

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

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

.pages .page:hover {
  background-color: #1c583a;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  border: solid 1px #1c583a;
  box-shadow: 0px 10px 30px 0px rgba(0, 65, 62, 0.1);
}

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

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

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

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

.newpers .newper {
  width: 100%;
}

.newpers .newper .swiper-container {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}

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

.newpers .newper .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.newpers .newper .swiper-slide .img {
  width: 100%;
  padding-top: 60.23%;
  transition: all ease 0.3s;
}

.newpers .newper .swiper-slide .tip {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  z-index: 3;
  background-color: #ededed;
  max-width: 3.9rem;
  text-align: center;
  color: #000;
  line-height: 1.6;
  padding: 0.15rem 0.2rem;
}

.newpers .newper .swiper-slide .day {
  position: absolute;
  top: -0.1rem;
  left: 0.2rem;
  background-color: #ededed;
  padding: 0.14rem;
  text-align: center;
}

.newpers .newper .swiper-slide .day .now {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.newpers .newper .swiper-slide .day .time {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.newpers .newper .swiper-slide:nth-child(2n+1) {
  transition-delay: 0.2s;
}

.newpers .newper .swiper-slide:nth-child(2n+2) {
  transition-delay: 0.3s;
}

.newpers .newper .swiper-slide:hover .img {
  transform: scale(1.1);
}

.newpers .newper .swiper-slide:hover .day {
  background-color: #1c583a;
}

.newpers .newper .swiper-slide:hover .day .now, .newpers .newper .swiper-slide:hover .day .time {
  color: #fff;
}

.newpers .newper .swiper-pagination {
  bottom: 0rem;
}

.newpers .newper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #000;
  opacity: 1;
  border: solid 2px #000;
}

.newpers .newper .swiper-pagination-bullet-active {
  border: solid 2px #1c583a;
  background-color: #fff;
}

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

.details .dit {
  width: 100%;
  color: #333;
  font-weight: bold;
  line-height: 2;
  border-bottom: solid 2px #666;
  margin-bottom: 0.6rem;
}

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

.details .detam .del {
  display: inline-block;
  vertical-align: top;
  width: calc((960 / 1560) * 100%);
  margin-right: calc((139 / 1560) * 100%);
}

.details .detam .del .read {
  width: 100%;
  background-color: #ededed;
  padding: 0.3rem;
  color: #333;
  line-height: 2;
}

.details .detam .del .read p {
  color: #333;
  line-height: 1.75;
}

.details .detam .del .dinp {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.2rem 0;
  color: #666;
  line-height: 1.75;
}

.details .detam .del .dinp p {
  color: #666;
  line-height: 1.75;
}

.details .detam .del .dinp img {
  max-width: 6.5rem;
}

.details .detam .del1 {
  display: inline-block;
  vertical-align: top;
  /*width: calc((960 / 1560) * 100%);*/
  /*margin-right: calc((139 / 1560) * 100%);*/
}

.details .detam .del1 .read {
  width: 100%;
  background-color: #ededed;
  padding: 0.3rem;
  color: #333;
  line-height: 2;
}

.details .detam .del1 .read p {
  color: #333;
  line-height: 2;
}

.details .detam .del1 .dinp {
  width: 100%;
  /*margin-top: 0.3rem;*/
  padding: 0.2rem 0;
  color: #666;
  line-height: 2;
}

.details .detam .del1 .dinp p {
  color: #666;
  line-height: 2;
}

.details .detam .del1 .dinp img {
  max-width: 100%;
}

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

.details .detam .der .shnw {
  width: 100%;
  margin-bottom: 0.5rem;
}

.details .detam .der .shnw .sm {
  width: 100%;
  color: #333;
  line-height: 1.5;
  padding: 0.1rem 0;
}

.details .detam .der .shnw .line {
  width: 100%;
  border-bottom: dashed 1px #ccc;
  margin: 0.3rem 0;
}

.details .detam .der .shnw .share {
  width: 100%;
  font-size: 0;
  padding: 0 0 0.2rem;
}

.details .detam .der .shnw .share .xm {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  margin-right: 0.1rem;
}

.details .detam .der .shnw .share .am {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  width: 20px;
  height: 20px;
  margin: 0 0.06rem;
  position: relative;
}

.details .detam .der .shnw .share .am img {
  width: 100%;
  display: block;
}

.details .detam .der .shnw .share .am .a1 {
  display: block;
}

.details .detam .der .shnw .share .am .a2 {
  display: none;
}

.details .detam .der .shnw .share .am .codm {
  position: absolute;
  bottom: calc(100% + 0.14rem);
  right: 50%;
  transform: translateX(50%);
  width: 1.4rem;
  height: 1.4rem;
  padding: 0.1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ddd;
}

.details .detam .der .shnw .share .am .codm img {
  width: 100%;
  display: block;
}

.details .detam .der .shnw .share .am .codm:after {
  content: ' ';
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 0rem;
  border: solid 0.05rem;
  border-color: #fff transparent transparent transparent;
}

.details .detam .der .shnw .share .am:hover .a1 {
  display: none;
}

.details .detam .der .shnw .share .am:hover .a2 {
  display: block;
}

.details .detam .der .shnw .share .am:hover .codm {
  display: block;
}

.details .detam .der .shnw .pm {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0;
}

.details .detam .der .shnw .pm a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 2;
}

.details .detam .der .shnw .pm a:hover {
  color: #1c583a;
}

.details .detam .der .shnw .pm .ic {
  width: 20px;
  height: 20px;
  margin: 0 0.32rem;
}

.details .detam .der .shnw .pm .ic img {
  width: 100%;
  display: block;
}

.details .detam .der .pmx {
  width: 100%;
  margin: 0.5rem 0;
}

.details .detam .der .pmx a, .details .detam .der .pmx img {
  width: 100%;
  display: block;
}

.details .detam .der .newlis {
  width: 100%;
}

.details .detam .der .newlis .newom {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: dashed 1px #ccc;
}

.details .detam .der .newlis .newom .nit {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.details .detam .der .newlis .newom .npm {
  width: 100%;
}

.details .detam .der .newlis .newom .npm a {
  width: 100%;
  display: block;
  color: #666;
  line-height: 2;
}

.details .detam .der .newlis .newom .npm a:hover {
  color: #1c583a;
}

.details .detam .der .newlis .newom + .newom {
  margin-top: 0.25rem;
}

.designs {
  width: 100%;
}

.designs .desm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.designs .desm .del {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1560) * 100%);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-right: 2rem;
}

.designs .desm .del .detop {
  width: 100%;
  position: relative;
}

.designs .desm .del .detop .em {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}

.designs .desm .del .detop .cn {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.3;
}

.designs .desm .del .detop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.designs .desm .del .detop .bm img {
  width: 100%;
  display: block;
}

.designs .desm .del .dim {
  width: 100%;
  margin: 0.3rem 0 0.2rem;
}

.designs .desm .del .dim .dp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.designs .desm .del .dim .dp p {
  color: #666;
  line-height: 1.5;
}

.designs .desm .del .dot {
  width: 100%;
}

.designs .desm .del .dot .dt {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.designs .desm .del .dot .dinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 2.4rem;
}

.designs .desm .del .dot .dinp p {
  color: #666;
  line-height: 1.5;
}

.designs .desm .der {
  display: inline-block;
  vertical-align: middle;
  width: calc((780 / 1560) * 100%);
  display: flex;
  align-items: center;
  padding: 2rem 0;
  padding-left: 0.04rem;
}

.designs .desm .der .desper {
  width: 100%;
  position: relative;
}

.designs .desm .der .desper .swiper-container {
  height: 3.94rem;
  height: 394px;
}

.designs .desm .der .desper .swiper-slide {
  width: 100%;
  padding-right: 0.8rem;
  max-height: 394px;
  height: 3.94rem;
}

.designs .desm .der .desper .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: block;
}

.designs .desm .der .desper .swiper-pagination {
  position: absolute;
  left: auto;
  width: auto;
  text-align: center;
  width: 0.8rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.designs .desm .der .desper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  display: block;
  margin: 10px auto;
  border: solid 3px #ccc;
  opacity: 1;
}

.designs .desm .der .desper .swiper-pagination-bullet-active {
  border: solid 3px #1c583a;
  background-color: #fff;
}

@media (max-width: 1600px) {
.details .detam .del .dinp img{
    max-width: 8.5rem;
}
}

@media (max-width: 1200px) {
.details .detam .del .dinp img{
    width: 100%;
}
}

@media (max-width: 900px) {
  .designs .desm .del {
    order: 2;
    width: 100%;
    padding: 0.2rem;
  }
  .designs .desm .del .dot .dinp {
    height: auto;
  }
  .designs .desm .der {
    order: 1;
    width: 100%;
    padding: 0.2rem 0 0.4rem;
  }
  .designs .desm .der .desper .swiper-container {
    height: 56.28vw;
  }
  .designs .desm .der .desper .swiper-slide {
    padding-right: 0;
  }
}

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

.advantages .amg {
  width: 100%;
}

.advantages .amg .img {
  width: 100%;
  padding-top: 44.79%;
}

.advantages .adtop {
  position: absolute;
  top: 1.4rem;
  left: calc((180 / 1920) * 100%);
  max-width: 5rem;
}

.advantages .adtop .em {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.advantages .adtop .cn {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.advantages .adtop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.advantages .adtop .bm img {
  width: 100%;
  display: block;
}

.advantages .advox {
  position: absolute;
  right: calc((180 / 1920) * 100%);
  bottom: 0;
  background-color: #fff;
  padding: 0.8rem 0.4rem;
  width: 7.8rem;
}

.advantages .advox:after {
  content: ' ';
  width: 100%;
  bottom: -0.4rem;
  left: 0;
  right: 0;
  height: 0.4rem;
  display: block;
  position: absolute;
  background-color: #1c583a;
}

.advantages .advox .adpp {
  width: 100%;
  overflow: hidden;
}

.advantages .advox .adinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 2.2rem;
}

.advantages .advox .adinp p {
  color: #666;
  line-height: 1.5;
}

@media (max-width: 1580px) {
  .advantages .adtop {
    left: 3%;
  }
  .advantages .advox {
    right: 3%;
  }
}

@media (max-width: 900px) {
  .advantages .amg .img {
    padding-top: 0;
    padding: 0.5rem 0 0.9rem;
  }
  .advantages .adtop {
    width: 88%;
    display: block;
    margin-bottom: 0.4rem;
    position: relative;
    top: 0;
    left: 6%;
  }
  .advantages .advox {
    width: 88%;
    margin: 0 auto;
    position: relative;
    right: 0;
  }
  .advantages .advox .adinp {
    height: auto;
  }
}

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

.works .wotop {
  width: 100%;
  position: relative;
  margin-bottom: 0.6rem;
}

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

.works .wotop .cn {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
}

.works .wotop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.works .wotop .bm img {
  width: 100%;
  display: block;
}

.works .work {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.works .work .wol {
  display: inline-block;
  vertical-align: top;
  width: calc((620 / 1560) * 100%);
  margin-right: calc((9 / 1560) * 100%);
}

.works .work .wol .wlone {
  width: 100%;
  margin-bottom: 0.1rem;
  position: relative;
  overflow: hidden;
}

.works .work .wol .wlone .img {
  padding-top: 44.35%;
}

.works .work .wol .wltwo {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.works .work .wol .wltwo .img {
  padding-top: 90.32%;
}

.works .work .wol .wlm:hover .bkm {
  top: 0;
}

.works .work .wor {
  display: inline-block;
  vertical-align: top;
  width: calc((930 / 1560) * 100%);
  font-size: 0;
}

.works .work .wor .wrone {
  width: calc((300 / 930) * 100%);
  margin-bottom: 0.1rem;
  margin-right: calc((9 / 930) * 100%);
}

.works .work .wor .wrone .img {
  padding-top: 185.89%;
}

.works .work .wor .wrtwo {
  width: calc((620 / 930) * 100%);
  margin-bottom: 0.1rem;
}

.works .work .wor .wrtwo .img {
  padding-top: 90%;
}

.works .work .wor .wrthe {
  width: calc((620 / 930) * 100%);
  margin-right: calc((9 / 930) * 100%);
}

.works .work .wor .wrthe .img {
  padding-top: 44.55%;
}

.works .work .wor .wrfou {
  width: calc((300 / 930) * 100%);
}

.works .work .wor .wrfou .img {
  padding-top: 91.80%;
}

.works .work .wor .wrm {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.works .work .wor .wrm:hover .bkm {
  top: 0;
}

.works .work a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.works .work .img {
  width: 100%;
  transition: all ease 0.3s;
}

.works .work .bkm {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 0.25rem;
  transition: all ease 0.3s;
}

.works .work .bkm .bkop {
  width: 100%;
  margin-bottom: 0.2rem;
}

.works .work .bkm .bkop .bt {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.works .work .bkm .bkop .bx {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.works .work .bkm .more {
  width: 100%;
  font-size: 0%;
}

.works .work .bkm .more span {
  display: inline-block;
  vertical-align: middle;
  color: #1c583a;
  line-height: 1.5;
}

.works .work .bkm .more span i {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  position: relative;
  top: -0.02rem;
  margin-left: 0.12rem;
  border: solid 0.05rem;
  border-color: transparent transparent transparent #1c583a;
}

.works .mores {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 0.6rem;
}

.works .mores a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ededed;
  padding: 0.2rem 0.7rem;
  color: #666;
  line-height: 2;
}

.works .mores a:hover {
  background-color: #1c583a;
  color: #fff;
}

@media (max-width: 900px) {
  .works .work .wol {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .works .work .wor {
    width: 100%;
  }
}

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

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

.honors .honor .hol {
  display: inline-block;
  vertical-align: top;
  width: calc((530 / 1560) * 100%);
  margin-right: calc((99 / 1560) * 100%);
  position: relative;
}

.honors .honor .hol .em {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.honors .honor .hol .cn {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
}

.honors .honor .hol .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.honors .honor .hol .bm img {
  width: 100%;
  display: block;
}

.honors .honor .hor {
  width: calc((930 / 1560) * 100%);
  display: inline-block;
  vertical-align: top;
}

.honors .honor .hor .honrlis {
  width: 100%;
  height: 3.4rem;
}

.honors .honor .hor .honrlis .hom {
  width: 100%;
  font-size: 0;
  padding: 0.04rem 0;
}

.honors .honor .hor .honrlis .hom a {
  width: 100%;
  display: block;
}

.honors .honor .hor .honrlis .hom .ic {
  display: inline-block;
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.18rem;
}

.honors .honor .hor .honrlis .hom .ic img {
  width: 100%;
  display: block;
}

.honors .honor .hor .honrlis .hom .cm {
  display: inline-block;
  vertical-align: middle;
  color: #222;
  line-height: 2;
  width: calc(100% - 0.14rem - 0.18rem);
}

@media (max-width: 900px) {
  .honors .honor .hol {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .honors .honor .hor {
    width: 100%;
  }
}

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

.members .member {
  width: 100%;
  font-size: 0;
  padding: 0.4rem 0;
}

.members .member .mel {
  display: inline-block;
  vertical-align: middle;
  width: calc((380 / 1560) * 100%);
  margin-right: calc((119 / 1560) * 100%);
}

.members .member .mel .metop {
  width: 100%;
  position: relative;
}

.members .member .mel .metop .em {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.members .member .mel .metop .cn {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
}

.members .member .mel .metop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.members .member .mel .metop .bm img {
  width: 100%;
  display: block;
}

.members .member .mel .memper {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
}

.members .member .mel .memper .swiper-slide {
  width: 100%;
  cursor: pointer;
}

.members .member .mel .memper .swiper-slide .img {
  display: block;
  width: 100%;
  padding-top: 133.33%;
  transition: all ease 0.3s;
}

.members .member .mel .memper .btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}

.members .member .mel .memper .btn img {
  width: 100%;
  display: block;
}

.members .member .mel .memper .bl {
  left: -0.3rem;
}

.members .member .mel .memper .br {
  right: -0.3rem;
}

.members .member .mer {
  display: inline-block;
  vertical-align: middle;
  width: calc((1060 / 1560) * 100%);
  font-size: 0;
}

.members .member .mer .merom {
  width: 100%;
  display: none;
  font-size: 0;
}

.members .member .mer .merom.on {
  display: block;
}

.members .member .mer .meg {
  display: inline-block;
  vertical-align: middle;
  width: calc((520 / 1060) * 100%);
  margin-right: calc((89 / 1060) * 100%);
}

.members .member .mer .meg .img {
  width: 100%;
  padding-top: 142.69%;
}

.members .member .mer .erom {
  display: inline-block;
  vertical-align: middle;
  width: calc((390 / 1060) * 100%);
}

.members .member .mer .erom .eit {
  width: 100%;
  color: #111;
  font-weight: bold;
  line-height: 1.5;
}

.members .member .mer .erom .im {
  width: 100%;
  color: #222;
  line-height: 1.8;
}

.members .member .mer .erom .inp {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin: 0.25rem 0 0.3rem;
}

.members .member .mer .erom .inp p {
  color: #666;
  line-height: 1.8;
}

.members .member .mer .erom .rpm {
  width: 100%;
  border-left: solid 1px #aaa;
  padding-left: 0.25rem;
}

.members .member .mer .erom .rpm .ic {
  width: 100%;
  font-size: 0;
}

.members .member .mer .erom .rpm .ic span {
  display: inline-block;
  vertical-align: middle;
  width: 0.32rem;
  height: 0.32rem;
}

.members .member .mer .erom .rpm .ic span img {
  width: 100%;
  display: block;
}

.members .member .mer .erom .rpm .imt {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.1rem 0;
}

.members .member .mer .erom .rpm .pinp {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.members .member .mer .erom .rpm .pinp p {
  color: #666;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .members .member .mel {
    width: 100%;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .members .member .mel .memper .btn {
    width: 20px;
    height: 20px;
  }
  .members .member .mel .memper .bl {
    left: 0rem;
  }
  .members .member .mel .memper .br {
    right: 0rem;
  }
  .members .member .mer {
    width: 100%;
  }
  .members .member .mer .meg {
    width: 100%;
    display: block;
  }
  .members .member .mer .erom {
    width: 100%;
    padding: 0.3rem 0.15rem 0;
  }
}

.contacts {
  width: 100%;
  padding-top: 1.6rem;
}

.contacts .ctop {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}

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

.contacts .ctop .cn {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
}

.contacts .ctop .bm {
  position: absolute;
  z-index: -1;
  width: 1.13rem;
  left: -0.2rem;
  top: -0.3rem;
}

.contacts .ctop .bm img {
  width: 100%;
  display: block;
}

.contacts .map {
  width: 100%;
  position: relative;
}

.contacts .map .img {
  width: 100%;
  height: 8.7rem;
  position: relative;
}

.contacts .map .img .BMap_Marker > div {
  width: 39px !important;
}

.contacts .map .mox {
  width: 100%;
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 0; */
  padding: 0.2rem 0 0.8rem 0;
  /* padding-right: calc((180 / 1920) * 100%); */
  font-size: 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.contacts .map .mox .mol {
  display: inline-block;
  vertical-align: top;
  width: calc((500 / 1500) * 100%);
  padding-right: 0.5rem;
  position: relative;
}

.contacts .map .mox .mol:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #eee;
}

.contacts .map .mox .mol:after {
  content: ' ';
  position: absolute;
  top: 0.3rem;
  right: 0;
  z-index: 2;
  width: 1px;
  height: 0.3rem;
  background-color: #999;
}

.contacts .map .mox .mom {
  display: inline-block;
  vertical-align: top;
  width: calc((500 / 1500) * 100%);
  padding-left: 0.5rem;
  position: relative;
}

.contacts .map .mox .mom .om + .om {
  margin-top: 0.3rem;
}

.contacts .map .mox .mom:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  right: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #eee;
}

.contacts .map .mox .mom:after {
  content: ' ';
  position: absolute;
  top: 0.3rem;
  right: 0;
  z-index: 2;
  width: 1px;
  height: 0.3rem;
  background-color: #999;
}

.contacts .map .mox .mor {
  display: inline-block;
  vertical-align: top;
  width: calc((500 / 1500) * 100%);
  padding-left: 0.7rem;
}

.contacts .map .mox .mor .orlis {
  width: 100%;
}

.contacts .map .mox .mor .orlis .orm {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0.4rem;
}

.contacts .map .mox .mor .orlis .orm .mg {
  width: 100%;
  display: block;
  padding-top: 27.17%;
  transition: all ease 0.3s;
}

.contacts .map .mox .mor .orlis .orm .tim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background-color: rgba(28, 88, 58, 0.5);
}

.contacts .map .mox .mor .orlis .orm + .orm {
  margin-top: 0.1rem;
}

.contacts .map .mox .mor .orlis .orm:hover .mg {
  transform: scale(1.1);
}

.contacts .map .mox .mit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.contacts .map .mox .misul {
  width: 100%;
}

.contacts .map .mox .misul .mil {
  width: 100%;
  font-size: 0;
}

.contacts .map .mox .misul .mil .ic {
  display: inline-block;
  vertical-align: top;
  width: 0.21rem;
  height: 0.21rem;
  margin: calc((2em - 0.21rem) /2) 0;
  margin-right: 0.1rem;
}

.contacts .map .mox .misul .mil .ic img {
  width: 100%;
  display: block;
}

.contacts .map .mox .misul .mil .mc {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.32rem);
  color: #222;
  line-height: 2;
}

@media (max-width: 900px) {
  .contacts .map .img {
    width: 100%;
    height: 350px;
  }
  .contacts{
    padding-top: 0.6rem;
  }
  .contacts .ctop{margin-bottom: 0.3rem;}
  .contacts .map .mox {
    width: 100%;
    padding: 0 0 0.5rem 0;
    position: relative;
  }
  .contacts .map .mox .misul .mil .ic {
    width: 0.4rem;
    height: 0.4rem;
    margin: calc((2em - 0.4rem) /2) 0;
    margin-right: 0.2rem;
  }
  .contacts .map .mox .misul .mil .mc {
    width: calc(100% - 0.6rem);
  }
  .contacts .map .mox .mol {
    width: 100%;
    padding-right: 0;
  }
  .contacts .map .mox .mol:after {
    display: none;
  }
  .contacts .map .mox .mol:before {
    display: none;
  }
  .contacts .map .mox .mol .misul .mil .ic {
    width: 0.4rem;
    height: 0.4rem;
    margin: calc((2em - 0.4rem) /2) 0;
    margin-right: 0.2rem;
  }
  .contacts .map .mox .mol .misul .mil .mc {
    width: calc(100% - 0.6rem);
  }
  .contacts .map .mox .mom {
    width: 100%;
    padding-left: 0;
    margin: 0.4rem 0;
  }
  .contacts .map .mox .mom:after {
    display: none;
  }
  .contacts .map .mox .mom:before {
    display: none;
  }
  .contacts .map .mox .mor {
    width: 100%;
    padding-left: 0;
  }
}

.credits {
  width: 100%;
  padding: 1.6rem 0;
}

.credits .motop {
  display: flex;
  margin-bottom: 0.6rem;
}

.credits .motop .mor {
  flex: 1;
  text-align: center;
  padding-top: 0.3rem;
}

.credits .motop .mor .nimp {
  padding-left: 1.1rem;
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: #222;
  line-height: 2.1;
  text-align: left;
  position: relative;
}

.credits .motop .mor .nimp:before {
  content: ' ';
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1px;
  background-color: #666;
  top: 0.15rem;
}

.credits .motop .mor .nimp p {
  color: #222;
  line-height: 2.1;
}

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

.credits .credlis .cream {
  display: inline-block;
  vertical-align: top;
  width: calc((375 / 1560) * 100%);
  margin-right: calc((19 / 1560) * 100%);
  margin-bottom: 0.2rem;
}

.credits .credlis .cream a {
  width: 100%;
  display: block;
  border: solid 1px rgba(238, 238, 238, 0.5);
  transition: all ease 0.3s;
  padding: 0.5rem 0.4rem;
}

.credits .credlis .cream .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.credits .credlis .cream .imgs .img {
  width: 100%;
  padding-top: 128.57%;
  transition: all ease 0.3s;
}

.credits .credlis .cream .imgs .mg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.credits .credlis .cream .imx {
  width: 100%;
  margin-top: 0.2rem;
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.credits .credlis .cream .imx p {
  color: #333;
  line-height: 1.5;
  text-align: center;
}

.credits .credlis .cream:hover .imgs .img {
  transform: scale(1.1);
}

.credits .credlis .cream:hover a {
  box-shadow: 0px 10px 10px 0px rgba(168, 168, 168, 0.2);
}

.credits .credlis .cream:nth-child(4n) {
  margin-right: 0;
}

.credits .credlis .cream:nth-child(4n+1) {
  transition-delay: 0.2s;
}

.credits .credlis .cream:nth-child(4n+2) {
  transition-delay: 0.3s;
}

.credits .credlis .cream:nth-child(4n+3) {
  transition-delay: 0.4s;
}

.credits .credlis .cream:nth-child(4n+4) {
  transition-delay: 0.5s;
}

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

.credits .more a {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  color: #666;
  line-height: 3.2;
  width: auto;
  padding: 0 0.5rem;
}

.credits .more a:hover {
  background-color: #1c583a;
  border: solid 1px #1c583a;
  color: #fff;
}

@media (max-width: 900px) {
  .credits {
    width: 100%;
    padding: 0.5rem 0;
  }
  .credits .motop {
    flex-wrap: wrap;
  }
  .credits .motop .mol {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .credits .motop .mor {
    width: 100%;
  }
  .credits .motop .mor .nimp {
    width: 100%;
    padding-left: 0;
  }
  .credits .motop .mor .nimp:before {
    display: none;
  }
}

.deputy {
  width: 100%;
  font-size: 0;
  background-color: #efefef;
}

.deputy .del {
  display: inline-block;
  vertical-align: middle;
  width: calc((960 / 1920) * 100%);
}

.deputy .del .img {
  width: 100%;
  padding-top: 50%;
}

.deputy .der {
  display: inline-block;
  vertical-align: middle;
  width: calc((959 / 1920) * 100%);
  padding: 0.5rem calc((180 / 1920) * 100%) 0.5rem 0.5rem;
  overflow: hidden;
}

.deputy .der .deom {
  width: 100%;
  font-size: 0;
  height: 3.2rem;
}

.deputy .der .deom .plist {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
.deputy .der .deom .plist.w100{
  width: 100%;
  margin-right: 0;
}

.deputy .der .deom .plist .vli {
  width: 100%;
  color: #333;
  line-height: 2;
  padding: 0.04rem 0;
  padding-right: 0.1rem;
}

.deputy .der .deom .plist .vli p {
  width: 100%;
  color: #333;
  line-height: 1.75;
  padding: 0.04rem 0;
  padding-right: 0.1rem;
}

@media (max-width: 1580px) {
  .deputy .der {
    padding-right: 3%;
  }
}

@media (max-width: 768px) {
  .deputy .del {
    width: 100%;
  }
  .deputy .der {
    width: 100%;
    padding: 0.5rem 0.5rem;
  }
  .deputy .der .deom {
    width: 100%;
    height: auto;
  }
  .deputy .der .deom .plist {
    width: 100%;
  }
  .deputy .der .deom .plist + .plist {
    margin-top: 0.4rem;
  }
}

.worksb {
  width: 100%;
  padding: 1.6rem 0;
}

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

.worksb .workb .wol {
  display: inline-block;
  vertical-align: top;
  width: calc((635 / 1560) * 100%);
  font-size: 0;
  margin-right: calc((19 / 1560) * 100%);
}

.worksb .workb .wol .woll {
  width: calc((243 / 635) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((19 / 635) * 100%);
  position: relative;
}

.worksb .workb .wol .woll:after {
  content: ' ';
  width: 1px;
  position: absolute;
  right: calc((-10 / 243) * 100%);
  bottom: -0.1rem;
  top: 0;
  height: 100%;
  background-color: #ccc;
}

.worksb .workb .wol .woll .wollt {
  width: 100%;
  margin-bottom: 0.2rem;
  position: relative;
}

.worksb .workb .wol .woll .wollt:after {
  content: ' ';
  width: calc((253 / 243) * 100%);
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  height: 1px;
  background-color: #ccc;
}

.worksb .workb .wol .woll .wollt .img {
  width: 100%;
  padding-top: 115.22%;
  transition: all ease 0.3s;
}

.worksb .workb .wol .woll .wollb {
  width: 100%;
}

.worksb .workb .wol .woll .wollb .img {
  width: 100%;
  padding-top: 175.72%;
  transition: all ease 0.3s;
}

.worksb .workb .wol .wolr {
  display: inline-block;
  vertical-align: top;
  width: calc((370 / 635) * 100%);
  position: relative;
}

.worksb .workb .wol .wolr:after {
  content: ' ';
  width: 1px;
  position: absolute;
  right: calc((-10 / 370) * 100%);
  bottom: -0.1rem;
  top: 0;
  height: 100%;
  background-color: #ccc;
}

.worksb .workb .wol .wolr .wolrt {
  width: 100%;
  margin-bottom: 0.2rem;
  position: relative;
}

.worksb .workb .wol .wolr .wolrt:after {
  content: ' ';
  width: calc((390 / 370) * 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
  height: 1px;
  background-color: #ccc;
}

.worksb .workb .wol .wolr .wolrt .img {
  width: 100%;
  padding-top: 115.40%;
  transition: all ease 0.3s;
}

.worksb .workb .wol .wolr .wolrb {
  width: 100%;
}

.worksb .workb .wol .wolr .wolrb .img {
  width: 100%;
  padding-top: 75.67%;
  transition: all ease 0.3s;
}

.worksb .workb .wor {
  display: inline-block;
  vertical-align: top;
  width: calc((905 / 1560) * 100%);
}

.worksb .workb .wor .wort {
  width: 100%;
  font-size: 0;
  position: relative;
  margin-bottom: 0.2rem;
}

.worksb .workb .wor .wort:after {
  content: ' ';
  width: calc((918 / 905) * 100%);
  position: absolute;
  right: 0;
  bottom: -0.1rem;
  height: 1px;
  background-color: #ccc;
}

.worksb .workb .wor .wort .wortl {
  display: inline-block;
  vertical-align: top;
  width: calc((510 / 905) * 100%);
  margin-right: calc((19 / 905) * 100%);
  position: relative;
}

.worksb .workb .wor .wort .wortl:after {
  content: ' ';
  width: 1px;
  position: absolute;
  right: calc((-10 / 510) * 100%);
  top: 0;
  height: calc((290 / 280) * 100%);
  background-color: #ccc;
}

.worksb .workb .wor .wort .wortl .img {
  width: 100%;
  padding-top: 54.90%;
  transition: all ease 0.3s;
}

.worksb .workb .wor .wort .wortr {
  display: inline-block;
  vertical-align: top;
  width: calc((375 / 905) * 100%);
}

.worksb .workb .wor .wort .wortr .img {
  width: 100%;
  padding-top: 74.66%;
  transition: all ease 0.3s;
}

.worksb .workb .wor .worb {
  width: 100%;
  font-size: 0;
}

.worksb .workb .wor .worb .worbl {
  display: inline-block;
  vertical-align: top;
  width: calc((640 / 905) * 100%);
  margin-right: calc((19 / 905) * 100%);
  position: relative;
}

.worksb .workb .wor .worb .worbl:after {
  content: ' ';
  width: 1px;
  position: absolute;
  right: calc((-10 / 640) * 100%);
  bottom: 0;
  height: calc((438 / 428) * 100%);
  background-color: #ccc;
}

.worksb .workb .wor .worb .worbl .img {
  width: 100%;
  padding-top: 66.875%;
  transition: all ease 0.3s;
}

.worksb .workb .wor .worb .worbr {
  display: inline-block;
  vertical-align: top;
  width: calc((243 / 905) * 100%);
}

.worksb .workb .wor .worb .worbr .img {
  width: 100%;
  padding-top: 176.13%;
  transition: all ease 0.3s;
}

.worksb .workb a {
  width: 100%;
  display: block;
  position: relative;
}

.worksb .workb .bkm {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: transparent;
  transition: all ease 0.3s;
  left: 0;
  right: 0;
  padding: 0.15rem 0.3rem;
  height: calc(0.3rem + 1.5em);
}

.worksb .workb .bkm .bit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.worksb .workb .bkm .more {
  width: 100%;
  font-size: 0%;
  display: none;
}

.worksb .workb .bkm .more span {
  display: inline-block;
  vertical-align: middle;
  color: #1c583a;
  line-height: 1.5;
}

.worksb .workb .bkm .more span i {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  position: relative;
  top: -0.02rem;
  margin-left: 0.12rem;
  border: solid 0.05rem;
  border-color: transparent transparent transparent #1c583a;
}

.worksb .workb .wom:hover .bkm {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 0.4rem 0.3rem;
}

.worksb .workb .wom:hover .bkm .bit {
  margin-bottom: 0.15rem;
  color: #333;
}

.worksb .workb .wom:hover .bkm .more {
  display: block;
}

@media (max-width: 768px) {
  .worksb {
    padding: 0.5rem 0;
  }
  .worksb .workb .wol {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
  .worksb .workb .wol .woll:after {
    display: none;
  }
  .worksb .workb .wol .woll .wollt:after {
    display: none;
  }
  .worksb .workb .wol .wolr:after {
    display: none;
  }
  .worksb .workb .wol .wolr .wolrt:after {
    display: none;
  }
  .worksb .workb .wor {
    width: 100%;
  }
  .worksb .workb .wor .wort:after {
    display: none;
  }
  .worksb .workb .wor .wort .wortl:after {
    display: none;
  }
  .worksb .workb .wor .worb .worbl:after {
    display: none;
  }
}

.plans {
  width: 100%;
  padding: 1.6rem 0;
}

.plans .pinps {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.plans .pinps p {
  color: #666;
  line-height: 1.8;
}

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

.panmg {
  width: 100%;
}

.panmg .img {
  width: 100%;
  padding-top: 25%;
  transition: all ease 0.3s;
}

.recit {
  width: 100%;
  padding: 1.6rem 0;
}

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

.recit .reclist .swiper-wrapper {
  display: flex;
}

.recit .reclist .recom {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.recit .reclist .recom .motop {
  margin-bottom: 0.4rem;
}

.recit .reclist .recom .rinps {
  width: 100%;
  color: #222;
  line-height: 2;
  font-weight: bold;
}

.recit .reclist .recom .rinps p {
  color: #222;
  line-height: 2;
}

.recit .reclist .recom:nth-child(2n) {
  margin-right: 0;
}

.recit .reclist .recom:nth-child(2n+1) {
  transition-delay: 0.2s;
}

.recit .reclist .recom:nth-child(2n+2) {
  transition-delay: 0.3s;
}

@media (max-width: 768px) {
  .recit {
    padding: 0.5rem 0;
  }
  .recit .reclist .recom {
    width: 100%;
    margin-right: 0;
    padding: 0.5rem;
  }
}

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

.Delivery .motop {
  margin-bottom: 1.6rem;
}

.Delivery .motop .mor .mest {
  width: 100%;
  padding-left: 0.6rem;
  border-left: solid 1px #a2a8a7;
  margin-left: 0.8rem;
}

.Delivery .motop .mor .mest .mil {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  padding: 0.06rem 0;
}

.Delivery .motop .mor .mest .mil span {
  display: inline-block;
  vertical-align: middle;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.15rem;
}

.Delivery .motop .mor .mest .mil span img {
  width: 100%;
  display: block;
}

.Delivery .process {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.4rem 0px 0px 0px;
  width: calc((1740 / 1920) * 100%);
  margin-left: calc((179 / 1920) * 100%);
  padding: 1.2rem calc((180 / 1740) * 100%) 1.2rem 0.6rem;
  overflow: hidden;
}

.Delivery .process .motop {
  margin-bottom: 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.Delivery .process .motop .mor {
  flex: 1;
  padding-left: 0.8rem;
}

.Delivery .process .motop .prolist {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.Delivery .process .motop .prolist .nums {
  display: inline-block;
  vertical-align: top;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}

.Delivery .process .motop .prolist .nums .vom {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  border: solid 1px #dddddd;
  border-radius: 50%;
}

.Delivery .process .motop .prolist .nums .nox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Delivery .process .motop .prolist .nums .nox .nm {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.3;
}

.Delivery .process .motop .prolist .nums .nox .nx {
  width: 100%;
  color: #222;
  line-height: 1.5;
  text-align: center;
}

.Delivery .process .motop .prolist .nums .bom {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0.73rem;
}

.Delivery .process .motop .prolist .nums .bom img {
  width: 100%;
  display: block;
}

.Delivery .process .motop .prolist .nums .bom img:first-child {
  display: block;
}

.Delivery .process .motop .prolist .nums .bom img:last-child {
  display: none;
}

.Delivery .process .motop .prolist .nums:hover .vom {
  background-color: #1c583a;
  border: solid 1px #1c583a;
}

.Delivery .process .motop .prolist .nums:hover .nox .nm, .Delivery .process .motop .prolist .nums:hover .nox .nx {
  color: #fff;
}

.Delivery .process .motop .prolist .nums:hover .bom img:first-child {
  display: none;
}

.Delivery .process .motop .prolist .nums:hover .bom img:last-child {
  display: block;
}

.Delivery .process .motop .prolist .nums + .nums {
  margin-left: 0.3rem;
}

.Delivery .process .motop .prolist .nums:nth-child(5n+1) {
  transition-duration: 3000ms;
  transform: translateX(-250px) rotateZ(-600deg);
}

.Delivery .process .motop .prolist .nums:nth-child(5n+2) {
  transition-duration: 2600ms;
  transform: translateX(-200px) rotateZ(-480deg);
}

.Delivery .process .motop .prolist .nums:nth-child(5n+3) {
  transition-duration: 2000ms;
  transform: translateX(-150px) rotateZ(-340deg);
}

.Delivery .process .motop .prolist .nums:nth-child(5n+4) {
  transition-duration: 2100ms;
  transform: translateX(-100px) rotateZ(-240deg);
}

.Delivery .process .motop .prolist .nums:nth-child(5n+5) {
  transition-duration: 1800ms;
  transform: translateX(-50px) rotateZ(-160deg);
}

.Delivery .process .motop .prolist .nums.show {
  transform: translateX(0) rotateZ(0);
}

@media (max-width: 1580px) {
  .Delivery .process {
    margin-left: 3%;
    width: 97%;
    padding-right: 3%;
  }
}

@media (max-width: 768px) {
  .Delivery .motop.white {
    margin-bottom: 0.6rem;
  }
  .Delivery .motop.white .mor {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Delivery .motop.white .mor .mest {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .Delivery .process {
    padding: 0.5rem 5%;
  }
  .Delivery .process .motop .mol {
    width: 100%;
  }
  .Delivery .process .motop .mor {
    width: 100%;
    margin-top: 0.3rem;
    padding-left: 0;
  }
  .Delivery .process .motop .mor .prolist {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Delivery .process .motop .mor .prolist .nums {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.3rem 0.2rem;
  }
  .Delivery .process .motop .mor .prolist .nums + .nums {
    margin-left: 0.3rem;
  }
}

.stations {
  width: 100%;
  /*padding: 1.1rem 0;*/
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.stations .staseatr {
  width: 100%;
  background-color: #1c583a;
  border-radius: 0.2rem;
  padding: 0.4rem;
  margin-bottom: 0.45rem;
}

.stations .staseatr form {
  width: 100%;
  max-width: 9rem;
  display: block;
  margin: 0 auto;
}

.stations .staseatr .serom {
  width: 100%;
  font-size: 0;
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}

.stations .staseatr .serom .sel {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 160px);
}

.stations .staseatr .serom .sel input {
  width: 100%;
  display: block;
  border: none;
  background-color: #fff;
  padding: 0 0.2rem;
}

.stations .staseatr .serom .ser {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  text-align: center;
  position: relative;
  background-color: #dab67c;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  position: relative;
  right: -2px;
}

.stations .staseatr .serom .ser .sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

.stations .staseatr .serom .ser span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 3.2;
}

.stations .staseatr .serom .ser .ic {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 0.15rem;
  position: relative;
  top: -0.02rem;
}

.stations .staseatr .serom .ser .ic img {
  width: 100%;
  display: block;
}

.stations .staseatr .tip {
  width: 100%;
  font-size: 0;
  margin-top: 0.1rem;
  padding: 0.1rem;
}

.stations .staseatr .tip span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 2;
  margin-right: 0.1rem;
}

.stations .staseatr .tip a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 2;
  margin-right: 0.1rem;
}

.stations .staseatr .tip a:hover {
  color: #dab67c;
}

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

.stations .tionlis .tiotm {
  display: inline-block;
  vertical-align: top;
  width: calc((500 / 1560) * 100%);
  margin-right: calc((29 / 1560) * 100%);
  margin-bottom: 0.3rem;
  background-color: #f6f6f6;
  border-radius: 0.2rem;
  position: relative;
}

.stations .tionlis .tiotm .it {
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  width: 0.3rem;
  height: 0.3rem;
}

.stations .tionlis .tiotm .it img {
  width: 100%;
  display: block;
}

.stations .tionlis .tiotm a {
  width: 100%;
  display: block;
  padding: 0.65rem 0.5rem;
}

.stations .tionlis .tiotm .tit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
}

.stations .tionlis .tiotm .tim {
  width: 100%;
  font-size: 0;
}

.stations .tionlis .tiotm .tim .tn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: #999;
  line-height: 2;
}

.stations .tionlis .tiotm .tim .tn span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 2;
  position: relative;
  top: -0.02rem;
  margin: 0 0.15rem;
}

.stations .tionlis .tiotm .tim .tn:last-child span {
  display: none;
}

.stations .tionlis .tiotm:hover .tit {
  color: #1c583a;
}

.stations .tionlis .tiotm:nth-child(3n) {
  margin-right: 0;
}

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

.enlists {
  width: 100%;
  padding: 1.6rem 0;
}

.enlists .enlist {
  width: 100%;
}

.enlists .enlist .eit {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.enlists .enlist .einop {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.enlists .enlist .einop p {
  color: #666;
  line-height: 1.8;
}

.enlists .enpers {
  width: 100%;
  margin-top: 0.7rem;
}

.enlists .enpers .swiper-slide {
  width: 100%;
  transform: scale(0.8);
  transition: all ease-in 0.6s;
}

.enlists .enpers .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}

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

.enlists .enpers .swiper-slide .sim {
  width: 100%;
  text-align: center;
  margin-top: 0.24rem;
}

.enlists .enpers .swiper-slide .sim .sit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
}

.enlists .enpers .swiper-slide .sim .line {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0.15rem 0;
}

.enlists .enpers .swiper-slide .sim .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 3px;
  background-color: #27714c;
}

.enlists .enpers .swiper-slide .sim .sis {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.8;
}

.enlists .enpers .swiper-slide-active {
  transform: scale(1);
}

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

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

.ideas .ideam {
  width: 100%;
  position: relative;
  text-align: right;
}

.ideas .ideam .idl {
  width: calc((780 / 1560) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.8rem 0.7rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.ideas .ideam .idl .idnp {
  width: 100%;
  color: #222;
  line-height: 1.8;
}

.ideas .ideam .idl .idnp p {
  color: #222;
  line-height: 1.8;
}

.ideas .ideam .idr {
  display: inline-block;
  vertical-align: middle;
  width: calc((900 / 1560) * 100%);
  overflow: hidden;
  border-radius: 0.2rem;
}

.ideas .ideam .idr .img {
  width: 100%;
  padding-top: 66.66%;
}

@media (max-width: 768px) {
  .ideas {
    padding: 0.5rem 0;
  }
  .ideas .ideam .idl {
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: 0.2rem;
    padding: 0.5rem;
  }
  .ideas .ideam .idr {
    width: 100%;
  }
}

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

.cores:before {
  content: ' ';
  position: absolute;
  left: -0.04rem;
  top: 0;
  height: 100%;
  width: 0.4rem;
  border-radius: 0.15rem;
  background-color: #1c583a;
}

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

.cores .corem .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((620 / 1560) * 100%);
  margin-right: calc((39 / 1560) * 100%);
}

.cores .corem .col .corelist {
  width: 100%;
}

.cores .corem .col .corelist .coem {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0;
}

.cores .corem .col .corelist .coem .icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  line-height: 0.5rem;
  margin-right: 0.3rem;
}

.cores .corem .col .corelist .coem .rem {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.8rem);
}

.cores .corem .col .corelist .coem .rem .mt {
  width: 100%;
  color: #222;
  line-height: 1.8;
}

.cores .corem .col .corelist .coem .rem .mx {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.cores .corem .col .corelist .coem:nth-child(6n+1) .icon {
  background-color: #1c583a;
}

.cores .corem .col .corelist .coem:nth-child(6n+2) .icon {
  background-color: #2f7555;
}

.cores .corem .col .corelist .coem:nth-child(6n+3) .icon {
  background-color: #398361;
}

.cores .corem .col .corelist .coem:nth-child(6n+4) .icon {
  background-color: #509876;
}

.cores .corem .col .corelist .coem:nth-child(6n+5) .icon {
  background-color: #65aa8a;
}

.cores .corem .col .corelist .coem:nth-child(6n+6) .icon {
  background-color: #73b89a;
}

.cores .corem .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc((900 / 1560) * 100%);
  font-size: 0;
}

.cores .corem .cor .corlist {
  width: 100%;
  font-size: 0;
}

.cores .corem .cor .corlist .cortm {
  display: inline-block;
  vertical-align: top;
  width: calc((440 / 900) * 100%);
  margin-right: calc((19 / 900) * 100%);
  margin-bottom: 0.2rem;
  overflow: hidden;
  border-radius: 0.2rem;
  position: relative;
  top: 0rem;
}

.cores .corem .cor .corlist .cortm .img {
  width: 100%;
  padding-top: 56.36%;
}

.cores .corem .cor .corlist .cortm:nth-child(2n) {
  margin-right: 0;
  top: 0.8rem;
}

@media (max-width: 768px) {
  .cores:before {
    display: none;
  }
  .cores .corem .col {
    width: 100%;
  }
  .cores .corem .col .corelist .coem .icon {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .cores .corem .col .corelist .coem .rem {
    width: calc(100% - 1rem);
  }
  .cores .corem .cor {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.storys {
  width: 100%;
  padding: 1.6rem 0;
}

.storys .stoper {
  width: 100%;
  position: relative;
}

.storys .stoper .swiper-container {
  width: 100%;
  padding: 0.3rem 0;
}

.storys .stoper .swiper-slide {
  width: 100%;
}

.storys .stoper .swiper-slide .line {
  width: 100%;
  font-size: 0;
  position: relative;
  transform: rotate(-5deg);
  padding: 0.5rem 0;
}

.storys .stoper .swiper-slide .line span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #666;
}

.storys .stoper .swiper-slide .line span i {
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}

.storys .stoper .swiper-slide .line b {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-bottom: dashed 2px #ccc;
}

.storys .stoper .swiper-slide .poem {
  width: 100%;
  padding: 0 1.2rem 0 0.2rem;
  position: relative;
  margin-top: 0.3rem;
}

.storys .stoper .swiper-slide .poem:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  background-color: #a7aaab;
  height: 1.8rem;
}

.storys .stoper .swiper-slide .poem .pit {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.6;
}

.storys .stoper .swiper-slide .poem .pix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 4.5em;
  margin: 0.06rem 0 0.24rem;
}

.storys .stoper .swiper-slide .poem .pix p {
  color: #666;
  line-height: 1.5;
}

.storys .stoper .swiper-slide .poem .imgs {
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}

.storys .stoper .swiper-slide .poem .imgs .img {
  width: 100%;
  padding-top: 56.75%;
}

.storys .stoper .swiper-slide:nth-child(2n) .line {
  transform: rotate(5deg);
}

.storys .stoper .swiper-slide:nth-child(3n+1) {
  transition-delay: 0.2s;
}

.storys .stoper .swiper-slide:nth-child(3n+2) {
  transition-delay: 0.3s;
}

.storys .stoper .swiper-slide:nth-child(3n+3) {
  transition-delay: 0.4s;
}

.storys .stoper .btn {
  position: absolute;
  z-index: 5;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  top: 0.55rem;
}

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

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

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

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

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

.storys .stoper .bl {
  left: -0.3rem;
}

.storys .stoper .br {
  right: -0.3rem;
}

.storys .noy {
  width: 100%;
  font-size: 0;
  text-align: right;
  margin-top: 0.1rem;
}

.storys .noy a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.storys .noy a:hover {
  color: #1c583a;
}


@media (max-width: 1120px) {
  .storys .stoper .swiper-slide .poem {
    padding: 0 0.4rem;
  }
}

@media (max-width: 768px) {
  .storys .stoper .swiper-slide .poem {
    padding: 0 0.2rem;
  }
  .storys .stoper .btn {
    top: 50%;
    transform: translateY(-50%);
  }
  .storys .stoper .bl {
    left: 0;
  }
  .storys .stoper .br {
    right: 0;
  }
}

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

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

.familys .family .fal {
  width: calc((655 / 1560) * 100%);
  display: inline-block;
  vertical-align: top;
}

.familys .family .fal .motop .cn {
  line-height: 1.3;
}

.familys .family .fal .motop .cn p {
  line-height: 1.3;
}

.familys .family .fal .finp {
  margin-top: 1rem;
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.familys .family .fal .finp p {
  color: #fff;
  line-height: 1.5;
}

.familys .family .far {
  width: calc((904 / 1560) * 100%);
  display: inline-block;
  vertical-align: top;
}

.familys .family .far .farlist {
  text-align: right;
  width: 100%;
  font-size: 0;
}

.familys .family .far .farlist .farm {
  width: 100%;
}

.familys .family .far .farlist .farm + .farm {
  margin-top: 0.3rem;
}

.familys .family .far .farlist .icm {
  display: inline-block;
  vertical-align: middle;
  width: 1.98rem;
  margin-right: 0.1rem;
}

.familys .family .far .farlist .icm img {
  width: 100%;
  display: block;
}

.familys .family .far .farlist .rcm {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.4rem;
  width: auto;
  background-color: #fff;
  max-width: calc(100% - 2.08rem);
  border-radius: 0.2rem;
}

.familys .family .far .farlist .rcm .rt {
  width: 100%;
  color: #1f8557;
  font-weight: bold;
  line-height: 1.5;
}

.familys .family .far .farlist .rcm .rm {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin-top: 0.04rem;
}

.familys .family .far .farlist .farm:nth-child(1) .rcm {
  width: 6.5rem;
}

.familys .family .far .farlist .farm:nth-child(2) .rcm {
  width: 5.5rem;
}

.familys .family .far .farlist .farm:nth-child(3) .rcm {
  width: 4.5rem;
}

@media (max-width: 768px) {
  .familys {
    padding: 0.5rem 0;
  }
  .familys .family .fal {
    width: 100%;
  }
  .familys .family .fal .finp {
    width: 100%;
    margin: 0.3rem 0;
  }
  .familys .family .far {
    width: 100%;
    margin-top: 0.4rem;
  }
  .familys .family .far .farlist {
    text-align: left;
  }
  .familys .family .far .farlist .farm {
    width: 100%;
    font-size: 0;
  }
  .familys .family .far .farlist .farm .icm {
    display: none;
  }
  .familys .family .far .farlist .farm .rcm {
    width: 100% !important;
    max-width: 100%;
  }
}

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

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

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

.details .detail .del .prper {
  width: 100%;
  position: relative;
}

.details .detail .del .prper .swiper-slide {
  width: 100%;
}

.details .detail .del .prper .swiper-slide .img {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}
.details .detail .del .prper .swiper-slide .img .mg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.details .detail .del .prper .swiper-slide .img .sit{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  padding: 0.1rem;
  color: #fff;
  line-height: 1.75;
  text-align: center;
  background-color: #242323a6;
}

.details .detail .del .prper .ptn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.details .detail .del .prper .ptn img {
  width: 100%;
  display: block;
}

.details .detail .del .prper .ptn img:first-child {
  display: block;
}

.details .detail .del .prper .ptn img:last-child {
  display: none;
}

.details .detail .del .prper .ptn:hover img:first-child {
  display: none;
}

.details .detail .del .prper .ptn:hover img:last-child {
  display: block;
}

.details .detail .del .prper .pl {
  left: -0.3rem;
}

.details .detail .del .prper .pr {
  right: -0.3rem;
}

.details .detail .del .plper {
  width: 100%;
  margin-top: 0.2rem;
}

.details .detail .del .plper .swiper-container {
  padding: 0.1rem 0;
}

.details .detail .del .plper .swiper-slide {
  width: 100%;
  position: relative;
}

.details .detail .del .plper .swiper-slide:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: solid 2px #1c583a;
  opacity: 0;
}

.details .detail .del .plper .swiper-slide .img {
  width: 100%;
  padding-top: 66.66%;
}

.details .detail .del .plper .swiper-slide.on:after {
  opacity: 1;
}

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

.details .detail .der .minps {
  width: 100%;
  height: 5.2rem;
}

.details .detail .der .minps .comt {
  width: 100%;
  padding: 0 0.2rem;
  border-left: solid 1px #a7aaab;
}

.details .detail .der .minps .comt .ct {
  width: 100%;
  color: #222;
  line-height: 2;
  font-weight: bold;
}

.details .detail .der .minps .comt .cinp {
  width: 100%;
  color: #666;
  line-height: 1.75;
}

.details .detail .der .minps .comt .cinp p {
  color: #666;
  line-height: 1.75;
  font-size: 14px;
}

.details .detail .der .minps .vomt {
  width: 100%;
  padding-top: 0.45rem;
}

.details .detail .der .minps .vomt .vt {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

.details .detail .der .minps .vomt .vinp {
  width: 100%;
  color: #666;
  line-height: 1.75;
}

.details .detail .der .minps .vomt .vinp p {
  color: #666;
  line-height: 1.75;
  font-size: 14px;
}

@media (max-width: 768px) {
  .details {
    padding: 0.5rem 0;
  }
  .details .detail .del .prper .pl {
    left: 0;
  }
  .details .detail .del .prper .pr {
    right: 0;
  }
}

.offices {
  width: 100%;
  padding: 1.6rem 0;
}

.offices .oftop {
  width: 100%;
  margin-bottom: 0.6rem;
}

.offices .oftop form {
  width: 100%;
  font-size: 0;
}

.offices .oftop .stm {
  width: calc((383 / 1560) * 100%);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc((9 / 1560) * 100%);
  padding: 0 0.2rem;
  border: solid 1px #cccccc;
  font-size: 0;
  overflow: hidden;
}

.offices .oftop .sh {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  width: 70px;
  position: relative;
  top: -0.01rem;
}

.offices .oftop .select {
  width: calc(100% - 70px);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.offices .oftop .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.offices .oftop .select .select-con .select-value {
  display: block;
  width: 100%;
  /* background-color: #fff; */
  line-height: 4;
  height: 3.9em;
  color: #666;
}

.offices .oftop .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.offices .oftop .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  /* background: #fff; */
}

.offices .oftop .select .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 10px;
  height: 6px;
  background-image: url("../images/i43h.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.offices .oftop .searm {
  font-size: 0;
  /* background-color: #fff; */
  line-height: 4;
  color: #666;
}

.offices .oftop .searm .sh {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  width: 70px;
}

.offices .oftop .searm .sup {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  line-height: 4;
  height: 4em;
  color: #666;
  width: calc(100% - 0.1rem - 20px - 10px);
}

.offices .oftop .searm .sub {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("../images/ss.png");
  background-size: 100% 100%;
  margin-left: 0.1rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.offices .oftop .stm:nth-child(4n) {
  margin-right: 0;
}

.offices .offiper {
  width: 100%;
  position: relative;
}

.offices .offiper .swiper-container {
  padding: 0.1rem 0;
}

.offices .offiper .ofem {
  display: inline-block;
  vertical-align: top;
  width: calc((383 / 1560) * 100%);
  margin-bottom: 0.1rem;
  overflow: hidden;
  transform-style: preserve-3d;
  padding: 0.1rem;
}

.offices .offiper .ofem a {
  width: 100%;
  display: block;
  position: relative;
}

.offices .offiper .ofem .img {
  width: 100%;
  padding-top: 66.31%;
  transition: all ease 0.3s;
  transform: perspective(360px) rotateY(-10deg);
}

.offices .offiper .ofem .bkm {
  position: absolute;
  width: 100%;
  top: 120%;
  transition: all ease 0.3s;
  left: 0;
  right: 0;
  padding: 0.2rem 0.2rem;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.86);
  transform: perspective(360px) rotateY(-10deg);
}

.offices .offiper .ofem .bkm .bit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.offices .offiper .ofem .bkm .bix {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.offices .offiper .ofem .bkm .more {
  width: 100%;
  font-size: 0%;
  text-align: center;
  margin-top: 0.15rem;
}

.offices .offiper .ofem .bkm .more span {
  display: inline-block;
  vertical-align: middle;
  color: #1c583a;
  line-height: 1.5;
}

.offices .offiper .ofem:hover .bkm {
  top: 0;
  transform: perspective(360px) rotateY(-10deg);
}

.offices .offiper .ofem:hover .bkm .bit {
  margin-bottom: 0.15rem;
}

.offices .offiper .ofem:hover .bkm .more {
  display: block;
}

.offices .offiper .ofem:nth-child(4n) {
  margin-right: 0;
}

.offices .offiper .ofem:nth-child(2n) {
  position: relative;
  left: 16px;
}

.offices .offiper .ofem:nth-child(2n) .img {
  transform: perspective(360px) rotateX(0deg) rotateY(10deg) rotateZ(0deg);
}

.offices .offiper .ofem:nth-child(2n) .bkm {
  transform: perspective(360px) rotateY(10deg);
}

.offices .offiper .ofem:nth-child(4n+1) {
  position: relative;
  left: calc((15 / 1560) * 100%);
}

.offices .offiper .ofem:nth-child(4n+2) {
  position: relative;
  left: calc((24 / 1560) * 100%);
}

.offices .offiper .ofem:nth-child(4n+3) {
  position: relative;
  left: calc((-24 / 1560) * 100%);
}

.offices .offiper .ofem:nth-child(4n+4) {
  position: relative;
  left: calc((-15 / 1560) * 100%);
}

.offices .offiper .ptn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.offices .offiper .ptn img {
  width: 100%;
  display: block;
}

.offices .offiper .ptn img:first-child {
  display: block;
}

.offices .offiper .ptn img:last-child {
  display: none;
}

.offices .offiper .ptn:hover img:first-child {
  display: none;
}

.offices .offiper .ptn:hover img:last-child {
  display: block;
}

.offices .offiper .pl {
  left: -0.3rem;
}

.offices .offiper .pr {
  right: -0.3rem;
}

@media (max-width: 1680px) {
  .offices .offiper .ofem:nth-child(4n+2) {
    position: relative;
    left: calc((20 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(4n+3) {
    position: relative;
    left: calc((-20 / 1560) * 100%);
  }
}

@media (max-width: 900px) {
  .offices .offiper .ofem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.1rem;
  }
  .offices .offiper .ofem:nth-child(4n+1) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(4n+2) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(4n+3) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(4n+4) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(2n) {
    margin-right: 0;
  }
  .offices .offiper .ofem:nth-child(2n+1) {
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(2n+2) {
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .pl {
    left: 0;
  }
  .offices .offiper .pr {
    right: 0;
  }
}

@media (max-width: 768px) {
  .offices {
    padding: 0.5rem 0;
  }
  .offices .oftop .stm {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.1rem;
  }
  .offices .oftop .stm:nth-child(2n) {
    margin-right: 0;
  }
  .offices .offiper .ofem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.1rem;
  }
  .offices .offiper .ofem:nth-child(4n+1) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(4n+2) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(4n+3) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(4n+4) {
    position: relative;
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(2n) {
    margin-right: 0;
  }
  .offices .offiper .ofem:nth-child(2n+1) {
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .ofem:nth-child(2n+2) {
    left: calc((0 / 1560) * 100%);
  }
  .offices .offiper .pl {
    left: 0;
  }
  .offices .offiper .pr {
    right: 0;
  }
}

.complay {
  width: 100%;
  padding: 1.6rem 0 2.8rem;
}

.complay .comtop {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.complay .comtop .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((500 / 1560) * 100%);
  margin-right: calc((19 / 1560) * 100%);
}

.complay .comtop .col .nutim {
  width: 100%;
  color: #555;
  line-height: 3.2;
  margin: 0.4rem 0 0;
}

.complay .comtop .col .nutim p {
  color: #555;
  line-height: 3.2;
}

.complay .comtop .col .nutim .green {
  color: #116b3e;
}

.complay .comtop .col .nutim span {
  margin: 0 0.02rem;
}

.complay .comtop .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc((1040 / 1560) * 100%);
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.complay .comtop .cor .nubot {
  width: 100%;
  font-size: 0;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.complay .comtop .cor .nubot .nutem {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.complay .comtop .cor .nubot .nutem .noc {
  width: 100%;
  color: #116b3e;
}

.complay .comtop .cor .nubot .nutem .noc span {
  display: inline-block;
  font-weight: bold;
  margin-right: 0.1rem;
}

.complay .comtop .cor .nubot .nutem .nvm {
  width: 100%;
  color: #555;
  line-height: 1.8;
}

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

.complay .compom .cinp {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.complay .compom .cinp p {
  color: #666;
  line-height: 1.8;
}

.complay .combt {
  width: 100%;
}

.complay .combt .imgs {
  width: 100%;
  max-width: 10.4rem;
  margin: 0 auto;
  position: relative;
}

.complay .combt .imgs .img {
  width: 100%;
  padding-top: 46.15%;
}

.complay .combt .imgs .boy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.complay .combt .imgs .boy .cit {
  width: 100%;
  text-align: center;
  color: #1c583a;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.complay .combt .imgs .cox {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background-color: rgba(31, 133, 87, 0.3);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.complay .combt .imgs .cox .cot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}

@media (max-width: 768px) {
  .complay {
    padding: 0.5rem 0 1.2rem;
  }
  .complay .comtop .col {
    width: 100%;
  }
  .complay .comtop .cor {
    width: 100%;
    margin-top: 0.3rem;
  }
  .complay .comtop .cor .nubot {
    justify-content: flex-start;
    padding: 0.1rem 0;
  }
  .complay .comtop .cor .nubot .nutem {
    width: 33.3%;
    margin-right: 0;
    text-align: center;
    padding: 0.2rem 0;
  }
  .complay .compom {
    padding: 0.5rem 0;
  }
}

.partner {
  width: 100%;
  padding: 1.6rem 0;
  background-color: #ededed;
}

.partner .motop {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.partner .motop .mor {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.partner .motop .mor .motm {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.partner .motop .mor .motm .mit {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  width: auto;
  font-weight: bold;
  margin: 0 0.14rem;
  cursor: pointer;
}

.partner .motop .mor .motm .mit.on {
  color: #004e3a;
}

.partner .parcont {
  width: 100%;
}

.partner .parcont .parm {
  width: 100%;
  display: none;
}

.partner .parcont .parm.on {
  display: block;
}

.partner .parcont .parter {
  width: 100%;
}

.partner .parcont .parter .peam {
  width: calc((186 / 1560) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((9 / 1560) * 100%);
  margin-bottom: 0.1rem;
  overflow: hidden;
}

.partner .parcont .parter .peam .img {
  width: 100%;
  padding-top: 53.76%;
  transition: all ease 0.3s;
  background-color: #fff;
}

.partner .parcont .parter .peam:hover .img {
  transform: scale(1.1);
}

.partner .parcont .parter .peam:nth-child(8n) {
  margin-right: 0;
}

.partner .parcont .parter .peam:nth-child(8n+1) {
  transition-delay: 0.2s;
}

.partner .parcont .parter .peam:nth-child(8n+2) {
  transition-delay: 0.3s;
}

.partner .parcont .parter .peam:nth-child(8n+3) {
  transition-delay: 0.4s;
}

.partner .parcont .parter .peam:nth-child(8n+4) {
  transition-delay: 0.5s;
}

.partner .parcont .parter .peam:nth-child(8n+5) {
  transition-delay: 0.6s;
}

.partner .parcont .parter .peam:nth-child(8n+6) {
  transition-delay: 0.7s;
}

.partner .parcont .parter .peam:nth-child(8n+7) {
  transition-delay: 0.8s;
}

.partner .parcont .parter .peam:nth-child(8n+8) {
  transition-delay: 0.9s;
}

@media (max-width: 768px) {
  .partner .motop .mol {
    width: 100%;
  }
  .partner .motop .mor {
    width: 100%;
    text-align: left;
    margin-top: 0.2rem;
  }
  .partner .motop .mor .motm {
    text-align: left;
  }
  .partner .motop .mor .motm .mit {
    margin-bottom: 0.1rem;
  }
  .partner .parcont .parter .peam {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
  }
  .partner .parcont .parter .peam:nth-child(8n) {
    margin-right: 2%;
  }
  .partner .parcont .parter .peam:nth-child(3n) {
    margin-right: 0;
  }
}

.responsibility {
  width: 100%;
  padding-top: 1.6rem;
}

.responsibility .reom {
  width: 100%;
}

.responsibility .reom .rit {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
}

.responsibility .reom .rinp {
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.responsibility .reom .rinp p {
  color: #666;
  line-height: 1.8;
}

.responsibility .respon {
  width: 100%;
  position: relative;
  margin: 0.6rem 0;
}

.responsibility .respon .swiper-slide {
  width: 100%;
  padding: 0 0.6rem;
}

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

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

.responsibility .respon .swiper-slide .imgs .mg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  opacity: 0;
}

.responsibility .respon .swiper-slide .sim {
  width: 100%;
  text-align: center;
  line-height: 2.5;
  margin-top: 0.1rem;
  color: #222;
  font-weight: bold;
}

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

.responsibility .respon .ptn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

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

.responsibility .respon .ptn img:first-child {
  display: block;
}

.responsibility .respon .ptn img:last-child {
  display: none;
}

.responsibility .respon .ptn:hover img:first-child {
  display: none;
}

.responsibility .respon .ptn:hover img:last-child {
  display: block;
}

.responsibility .respon .pl {
  left: 0rem;
}

.responsibility .respon .pr {
  right: 0rem;
}

.responsibility .build {
  width: 100%;
  margin-top: 1.6rem;
  font-size: 0;
  background-color: #1c583a;
}

.responsibility .build .bul {
  display: inline-block;
  vertical-align: middle;
  width: calc((1220 / 1920) * 100%);
}

.responsibility .build .bul .img {
  width: 100%;
  padding-top: 52.45%;
}

.responsibility .build .bur {
  display: inline-block;
  vertical-align: middle;
  width: calc((700 / 1920) * 100%);
  padding: 0.8rem;
}

.responsibility .build .bur .burm {
  width: 100%;
}

.responsibility .build .bur .burm .bit {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.responsibility .build .bur .burm .burlis {
  width: 100%;
  height: 3.6rem;
}

.responsibility .build .bur .burm .burlis .bli {
  width: 100%;
  font-size: 0;
  padding: 0.04rem 0;
}

.responsibility .build .bur .burm .burlis .bli .ul {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  width: 75%;
}

.responsibility .build .bur .burm .burlis .bli .ur {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  width: 25%;
  text-align: right;
}

.responsibility .build .bur .burm .burlis .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.responsibility .build .bur .burm .burlis .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .responsibility .build .bul {
    width: 100%;
  }
  .responsibility .build .bur {
    padding: 0.4rem;
    width: 100%;
  }
  .responsibility .build .bur .burm .burlis {
    height: auto;
  }
}

.organization {
  width: 100%;
  padding: 1.6rem 0;
  background-color: #ededed;
}

.organization .organ {
  width: 100%;
  position: relative;
  padding-top: 0.5rem;
}

.organization .motop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.organization .orpmg {
  width: 100%;
}

.organization .orpmg img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .organization .motop {
    position: relative;
  }
}

.distance {
  width: 100%;
  padding: 1.6rem 0 0;
}

.distance .course {
  width: 100%;
  position: relative;
}

.distance .course .courper {
  width: 100%;
  max-width: 10.4rem;
  margin: 0 auto;
  position: relative;
  padding: 1rem 0 1.6rem;
}

.distance .course .courper .swiper-container {
  height: 10.4rem;
  height: 1000px;
  padding-bottom: 1rem;
}

.distance .course .courper .swiper-slide {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 3;
  height: auto;
}

.distance .course .courper .swiper-slide .swm {
  width: calc((520 / 1040) * 100%);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.distance .course .courper .swiper-slide .swm .year {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 0.8rem;
  margin-bottom: 0.15rem;
}

.distance .course .courper .swiper-slide .swm .line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 0.15rem 0;
  position: relative;
}

.distance .course .courper .swiper-slide .swm .line span {
  position: absolute;
  z-index: 3;
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  width: 12px;
  height: 12px;
  background-color: #1c593a;
  right: -0.06rem;
  right: -6px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.distance .course .courper .swiper-slide .swm .simp {
  width: 100%;
  padding-right: 0.8rem;
  color: #666;
  line-height: 1.5;
  padding-left: 0.1rem;
  /*max-height: 6em;*/
}

.distance .course .courper .swiper-slide .swm .simp p {
  color: #666;
  line-height: 1.5;
}

.distance .course .courper .swiper-slide:nth-child(2n) {
  text-align: right;
}

.distance .course .courper .swiper-slide:nth-child(2n) .swm {
  text-align: left;
}

.distance .course .courper .swiper-slide:nth-child(2n) .swm .year {
  padding-right: 0rem;
  padding-left: 0.8rem;
}

.distance .course .courper .swiper-slide:nth-child(2n) .swm .line span {
  right: auto;
  left: -6px;
}

.distance .course .courper .swiper-slide:nth-child(2n) .swm .simp {
  padding-right: 0.1rem;
  padding-left: 0.8rem;
}

.distance .course .courper .swiper-slide.on .line span {
  width: 0.2rem;
  height: 0.2rem;
  right: -0.1rem;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #1c583a;
}

.distance .course .courper .swiper-slide.on .line span:after {
  position: absolute;
  content: ' ';
  width: 0.1rem;
  height: 0.1rem;
  width: 10px;
  height: 10px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.distance .course .courper .swiper-slide:nth-child(2n).on .line span {
  width: 20px;
  height: 20px;
  left: -10px;
}

.distance .course .courper:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0.2rem;
  height: calc(100% - 0.2rem);
  width: 1px;
  background-color: #ccc;
  left: 50%;
  transform: translateX(-50%);
}

.distance .course .courper .pic {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #327e57;
}

.distance .course .courper .pic span {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #1c593a;
}

.distance .course .cournav {
  width: 105px;
  position: absolute;
  display: block;
  top: 1rem;
  left: 0;
}

.distance .course .cournav .ctn {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c583a;
  height: 0.36rem;
  cursor: pointer;
}

.distance .course .cournav .ctn img {
  width: 14px;
  height: 8px;
  display: block;
  opacity: 0.5;
  transition: all ease 0.3s;
}

.distance .course .cournav .ctn:hover img {
  opacity: 1;
}

.distance .course .cournav .swiper-container {
  width: 100%;
  height: 3.5rem;
  height: 300px;
}

.distance .course .cournav .swiper-slide {
  width: 90px;
  height: 2.5em;
  background-color: #1c583a;
  cursor: pointer;
}

.distance .course .cournav .swiper-slide .item {
  width: 100%;
  line-height: 2.5;
  height: 2.5em;
  text-align: center;
  color: #fff;
  transition: all ease 0.3s;
}

.distance .course .cournav .swiper-slide.on .item {
  position: relative;
  left: 15px;
  background-color: #dab67c;
  transform: scale(1.04);
}

@media (max-width: 1060px) {
  .distance .course .courper {
    max-width: calc(100% - 200px);
  }
}

@media (max-width: 768px) {
  .distance {
    padding: 0.5rem 0 0;
  }
  .distance .course .cournav {
    width: 100%;
    font-size: 0;
    position: relative;
    top: 0;
  }
  .distance .course .cournav .swiper-container {
    width: calc(100% - 1.4rem);
    margin: 0 auto;
    display: block;
    height: auto;
    background-color: #1c583a;
  }
  .distance .course .cournav .swiper-slide {
    width: auto;
    height: 3em;
  }
  .distance .course .cournav .swiper-slide .item {
    height: 3em;
    line-height: 3;
    padding: 0 0.3rem;
  }
  .distance .course .cournav .swiper-slide.on .item {
    position: relative;
    left: 0;
    background-color: #dab67c;
  }
  .distance .course .cournav .ctn {
    width: 0.7rem;
    height: 3em;
    position: absolute;
    top: 0;
  }
  .distance .course .cournav .ctn img {
    transform: rotateZ(-90deg);
  }
  .distance .course .cournav .bl {
    left: 0;
  }
  .distance .course .cournav .br {
    right: 0;
  }
  .distance .course .courper {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
  }
  .distance .course .courper .swiper-slide {
    width: 100%;
    margin-bottom: 0.35rem;
    padding-left: 0.2rem;
  }
  .distance .course .courper .swiper-slide .swm {
    width: 100%;
    text-align: left !important;
  }
  .distance .course .courper .swiper-slide .swm .year {
    padding-left: 0.6rem !important;
    padding-right: 0 !important;
  }
  .distance .course .courper .swiper-slide .swm .line span {
    left: -6px;
    right: auto;
  }
  .distance .course .courper .swiper-slide .swm .simp {
    padding-left: 0.6rem !important;
    padding-right: 0 !important;
  }
  .distance .course .courper .swiper-slide:nth-child(2n) {
    text-align: left;
  }
  .distance .course .courper .swiper-slide.on .line span {
    left: -10px;
    right: auto;
  }
  .distance .course .courper .swiper-container {
    height: 10rem;
  }
  .distance .course .courper .pic {
    left: 0;
    top: 0;
    transform: translateX(0);
  }
  .distance .course .courper:after {
    left: 10px;
  }
}

.vision {
  width: 100%;
  padding: 1.2rem 0 0;
  position: relative;
}

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

.vision .sion .sol {
  display: inline-block;
  vertical-align: top;
  width: calc((488 / 1560) * 100%);
}

.vision .sion .sor {
  display: inline-block;
  vertical-align: top;
  width: calc((1072 / 1560) * 100%);
  position: relative;
  margin-top: 0.4rem;
}

.vision .sion .sor .imgs {
  width: 100%;
}

.vision .sion .sor .imgs .img {
  width: 100%;
  padding-top: 60.35%;
}

.vision .sion .sor .visom {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
}

.vision .sion .sor .visom .vont {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 7.2rem;
  font-size: 0;
  text-align: left;
  max-width: 740px;
}

.vision .sion .sor .visom .vont .vol {
  display: inline-block;
  vertical-align: middle;
  width: 1.84rem;
  margin-right: 0.3rem;
}

.vision .sion .sor .visom .vont .vol img {
  width: 100%;
  display: block;
}

.vision .sion .sor .visom .vont .vor {
  width: calc(100% - 1.84rem - 0.3rem);
  display: inline-block;
  vertical-align: middle;
}

.vision .sion .sor .visom .vont .vor .vt {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.vision .sion .sor .visom .vont .vor .vt span {
  color: #1f8557;
}

.vision .sion .sor .visom .vont .vor .vx {
  margin-top: 0.06rem;
  width: 100%;
  color: #666;
  line-height: 1.8;
}

.vision .sion .sor .point {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vision .sion .sor .point .p1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: linear sp1 3.3s infinite;
  border: dashed 1px rgba(198, 162, 104, 0.3);
  border-radius: 50%;
}

@keyframes sp1 {
  0% {
    width: 0rem;
    height: 0rem;
  }
  100% {
    width: 5rem;
    height: 5rem;
  }
}

.vision .sion .sor .point .p2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: linear sp2 3.2s infinite;
  border: dashed 1px rgba(198, 162, 104, 0.3);
  border-radius: 50%;
}

@keyframes sp2 {
  0% {
    width: 0rem;
    height: 0rem;
  }
  100% {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.vision .sion .sor .point .p3 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: linear sp3 3.1s infinite;
  border: dashed 1px rgba(198, 162, 104, 0.3);
  border-radius: 50%;
}

@keyframes sp3 {
  0% {
    width: 0rem;
    height: 0rem;
  }
  100% {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.vision .sion .sor .point .p4 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: linear sp4 3.2s infinite;
  background-color: rgba(31, 133, 87, 0.3);
  border-radius: 50%;
}

@keyframes sp4 {
  0% {
    width: 0rem;
    height: 0rem;
  }
  100% {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.vision .sion .sor .point .p5 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: linear sp5 5s infinite;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background-color: #1f8557;
}

.vision .vbom {
  width: calc((1480 / 1920) * 100%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding-left: calc((180 / 1920) * 100%);
}

.vision .vbom .vob {
  width: 100%;
  padding: 0.4rem 0;
  font-size: 0;
}

.vision .vbom .vob .vbs {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}

.vision .vbom .vob .vbs .vic {
  display: inline-block;
  vertical-align: middle;
  width: 0.76rem;
  height: 0.76rem;
  margin-right: 0.2rem;
  position: relative;
}

@keyframes circle1 {
  0% {
    width: 0.45rem;
    height: 0.45rem;
  }
  100% {
    width: 0.76rem;
    height: 0.76rem;
  }
}

@keyframes circle2 {
  0% {
    width: 0.45rem;
    height: 0.45rem;
  }
  100% {
    width: 0.64rem;
    height: 0.64rem;
  }
}

.vision .vbom .vob .vbs .vic .vc {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: solid 1px rgba(31, 133, 87, 0.4);
  animation: ease circle1 2.5s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vision .vbom .vob .vbs .vic .vd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  display: block;
  border-radius: 50%;
  border: solid 1px rgba(31, 133, 87, 0.2);
  animation: ease circle2 1s infinite;
}

.vision .vbom .vob .vbs .vic .vg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  border-radius: 50%;
  background-color: #eee;
}

.vision .vbom .vob .vbs .rob {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.76rem - 0.2rem);
}

.vision .vbom .vob .vbs .rob .bt {
  width: 100%;
  color: #222;
  line-height: 1.5;
}

.vision .vbom .vob .vbs .rob .bx {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 1580px) {
  .vision .vbom {
    padding-left: 3%;
  }
}

@media (max-width: 768px) {
  .vision .sion {
    width: 100%;
  }
  .vision .sion .sol {
    width: 100%;
  }
  .vision .sion .sor {
    width: 100%;
  }
  .vision .sion .sor .visom .vont .vor {
    margin-top: 0.4rem;
    width: 100%;
  }
  .vision .vbom {
    position: relative;
    padding-left: 3%;
    width: 100%;
    padding: 0.1rem 3%;
  }
  .vision .vbom .vob .vbs {
    width: 100%;
    display: block;
    padding: 0.2rem 0;
  }
}

.fields {
  width: 100%;
  padding: 1.6rem 0;
  overflow: hidden;
}

.fields .motop {
  width: 100%;
}

.fields .motop .pm {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.1rem;
}

.fields .motop .pm p {
  color: #666;
  line-height: 1.5;
}

.fields .fmgs {
  width: 100%;
  position: relative;
}

.fields .fmgs .fmg {
  width: 100%;
  padding-top: 58.97%;
}

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

.fields .fmgs .linlis .lmg {
  width: 100%;
  height: 100%;
  display: block;
}

.fields .fmgs .linlis .gmg {
  width: 100%;
  height: 100%;
  display: none;
}

.fields .fmgs .fmglis {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.fields .fmgs .fmglis .fitm {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  max-width: 2.2rem;
}

.fields .fmgs .fmglis .fitm .icon {
  display: block;
  width: 1.67rem;
  height: 1.67rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.fields .fmgs .fmglis .fitm .icon:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  transition: all ease 0.3s;
}

.fields .fmgs .fmglis .fitm .icon .img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.fields .fmgs .fmglis .fitm .icon .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.fields .fmgs .fmglis .fitm .icon .ic {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.fields .fmgs .fmglis .fitm .icon .ic img {
  width: 100%;
  height: 100%;
  display: block;
}

.fields .fmgs .fmglis .fitm .icon .ic img:first-child {
  display: block;
}

.fields .fmgs .fmglis .fitm .icon .ic img:last-child {
  display: none;
}

.fields .fmgs .fmglis .fitm .xm {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.8;
  margin-top: 0.04rem;
  white-space: nowrap;
}

.fields .fmgs .fmglis .fitm .cm {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
  white-space: nowrap;
}

.fields .fmgs .fmglis .fitm:nth-child(1) {
  top: calc((127 / 920) * 100%);
  left: calc((20 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(2) {
  top: calc((50 / 920) * 100%);
  left: calc((334 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(3) {
  top: calc((15 / 920) * 100%);
  right: calc((350 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(4) {
  top: calc((118 / 920) * 100%);
  right: calc((50 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(5) {
  top: calc((555 / 920) * 100%);
  left: calc((60 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(6) {
  top: calc((458 / 920) * 100%);
  left: calc((398 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(7) {
  top: calc((400 / 920) * 100%);
  right: calc((256 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(8) {
  top: calc((558 / 920) * 100%);
  right: calc((0 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(9) {
  bottom: calc((40 / 920) * 100%);
  left: calc((708 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:nth-child(10) {
  bottom: calc((0 / 920) * 100%);
  right: calc((400 / 1560) * 100%);
}

.fields .fmgs .fmglis .fitm:hover .icon:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.fields .fmgs .fmglis .fitm:hover .icon .ic img:first-child {
  display: none;
}

.fields .fmgs .fmglis .fitm:hover .icon .ic img:last-child {
  display: block;
}

.fields .fmgs .mox {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.26rem;
  height: 3.26rem;
  border-radius: 50%;
}

.fields .fmgs .mox .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 0.15rem;
}

.fields .fmgs .mox .icon .ic {
  width: 1.11rem;
  height: 1.11rem;
  display: block;
  margin: 0 auto;
}

.fields .fmgs .mox .icon .ic img {
  width: 100%;
  height: 100%;
  display: block;
}

.fields .fmgs .mox .icon .cn {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .fields {
    padding: 0.5rem 0;
  }
  .fields .motop {
    margin-bottom: 0;
  }
  .fields .fmgs {
    position: relative;
    top: -0.5rem;
  }
  .fields .fmgs .fmg {
    padding-top: 227.68%;
  }
  .fields .fmgs .fmglis .fitm .cm {
    display: none;
  }
  .fields .fmgs .fmglis .fitm:nth-child(1) {
    top: calc((190 / 2459) * 100%);
    left: auto;
    right: calc((39 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(2) {
    top: calc((292 / 2459) * 100%);
    right: auto;
    left: calc((170 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(3) {
    top: calc((647 / 2459) * 100%);
    right: auto;
    left: calc((110 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(4) {
    top: calc((703 / 2459) * 100%);
    left: auto;
    right: calc((170 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(5) {
    top: calc((1121 / 2459) * 100%);
    right: auto;
    left: calc((20 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(6) {
    top: calc((1139 / 2459) * 100%);
    left: auto;
    right: calc((73 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(7) {
    top: calc((1488 / 2459) * 100%);
    right: auto;
    left: calc((130 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(8) {
    top: calc((1687 / 2459) * 100%);
    left: auto;
    right: calc((32 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(8) {
    top: calc((1687 / 2459) * 100%);
    left: auto;
    right: calc((30 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(9) {
    top: calc((1841 / 2459) * 100%);
    left: auto;
    right: calc((349 / 1080) * 100%);
  }
  .fields .fmgs .fmglis .fitm:nth-child(10) {
    top: calc((2002 / 2459) * 100%);
    right: auto;
    left: calc((60 / 1080) * 100%);
  }
  .fields .fmgs .linlis .lmg {
    display: none;
  }
  .fields .fmgs .linlis .gmg {
    display: block;
  }
  .fields .fmgs .mox {
    width: 2.5rem;
    height: 2.5rem;
  }
  .fields .fmgs .mox .icon .ic {
    width: 0.7rem;
    height: 0.7rem;
    margin-bottom: 0.15rem;
  }
  .fields .fmgs .mox .icon .cn {
    font-size: 14px;
  }
}

.canner {
  width: 100%;
}

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

.canner .cox {
  position: relative;
  text-align: center;
  max-width: 80%;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.canner .cox .cmgs {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.canner .cox .cmgs .cm {
  width: 9rem;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.canner .cox .cmgs .cm img {
  width: 100%;
  display: block;
}

.canner .cox .pit {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin: 0.2rem 0 0.4rem;
}

.canner .cox .cob {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.canner .cox .cob a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem 0 0.5rem;
  color: #fff;
  line-height: 3.2;
  margin: 0 0.1rem;
  border-radius: 1.6em;
  background-color: #dab67c;
  box-shadow: 0px 3px 16px 0px rgba(218, 182, 124, 0.4);
  transition: all ease 0.3s;
}

.canner .cox .cob a:hover {
  background-color: #1c583a;
}

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

.modular .patop .mov {
  width: 282px;
  display: block;
  margin: 0 auto;
}

.modular .patop .mov .tm {
  width: 100%;
}

.modular .patop .mov .tm img {
  width: 100%;
  display: block;
}

.modular .patop .mov .tm img:first-child {
  display: block;
}

.modular .patop .mov .tm img:last-child {
  display: none;
}

.modular .patop .mov .om {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.2em;
  margin: 0.1rem 0;
}

.modular .patop .mov .om .pal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.modular .patop .mov .om .pal .num {
  display: inline-block;
  vertical-align: middle;
  color: #1c583a;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modular .patop .mov .om .pal .yellow {
  color: #dab67c;
}

.modular .patop .mov .om .par {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.modular .patop .mov .om .par .pom {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  text-align: right;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.modular .patop .mov .om .par .pom .ct {
  width: 100%;
  color: #222;
  font-weight: bold;
  line-height: 1.5;
}

.modular .patop .mov .om .par .pom .et {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.modular .patop .mov .bm {
  width: 100%;
}

.modular .patop .mov .bm img {
  width: 100%;
  display: block;
}

.modular .patop .mov .bm img:first-child {
  display: block;
}

.modular .patop .mov .bm img:last-child {
  display: none;
}

.modular .patop.white .tm img:first-child, .modular .patop.white .bm img:first-child {
  display: none;
}

.modular .patop.white .tm img:last-child, .modular .patop.white .bm img:last-child {
  display: block;
}

.modular .patop.white .om .par .pom .ct, .modular .patop.white .om .par .pom .et {
  color: #fff;
}

@media (max-width: 768px) {
  .modular .patop .mov {
    width: 175px;
  }
  .modular .patop .mov .om {
    margin: 0.2rem 0;
  }
}

.recruits {
  width: 100%;
  overflow: hidden;
}

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

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

.coops .cooplis .coopm {
  display: inline-block;
  vertical-align: top;
  width: calc((387 / 1200) * 100%);
  margin-right: calc((19 / 1200) * 100%);
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  position: relative;
}

.coops .cooplis .coopm a {
  width: 100%;
  display: block;
}

.coops .cooplis .coopm .img {
  width: 100%;
  padding-top: 49.35%;
  transition: all ease 0.3s;
}

.coops .cooplis .coopm .bkm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}

.coops .cooplis .coopm .bkm .bix {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.coops .cooplis .coopm:hover .img {
  transform: scale(1.1);
}

.coops .cooplis .coopm:nth-child(3n) {
  margin-right: 0;
}

.coops .cooplis .coopm:nth-child(3n+1) {
  transition-delay: 0.2s;
}

.coops .cooplis .coopm:nth-child(3n+2) {
  transition-delay: 0.3s;
}

.coops .cooplis .coopm:nth-child(3n+3) {
  transition-delay: 0.4s;
}

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

.coops .cob a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem 0 0.5rem;
  color: #fff;
  line-height: 3.2;
  margin: 0 0.1rem;
  border-radius: 1.6em;
  background-color: #dab67c;
  box-shadow: 0px 3px 16px 0px rgba(218, 182, 124, 0.4);
  transition: all ease 0.3s;
}

.coops .cob a:hover {
  background-color: #1c583a;
}

.tions {
  width: 100%;
  padding: 0rem 0;
  position: relative;
  background-color: #cacbcd;
}

.tions .w1200 {
  z-index: 4;
}

.tions .tivon {
  width: 100%;
}

.tions .tivon .tivlis {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0.5rem 0;
}

.tions .tivon .tivlis:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 2px #398361;
}

.tions .tivon .tivlis:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1px;
  background-color: #666;
  height: 100%;
}

.tions .tivon .tivlis .tivm {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.tions .tivon .tivlis .tivm:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #398361;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.tions .tivon .tivlis .tivm .tem {
  display: flex;
  float: left;
  width: calc((350 / 800) * 100%);
  background-color: #2f7555;
  border-radius: 10px;
  overflow: hidden;
}

.tions .tivon .tivlis .tivm .tem .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #398361;
  border-radius: 10px;
  padding: 0.1rem;
}

.tions .tivon .tivlis .tivm .tem .num .um {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.tions .tivon .tivlis .tivm .tem .coms {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.15rem;
  background-color: #2f7555;
}

.tions .tivon .tivlis .tivm .tem .coms .cix {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.tions .tivon .tivlis .tivm:nth-child(2n) .tem {
  float: right;
}

.tions .xmg {
  position: absolute;
  top: -1.8vw;
  right: 0;
  width: calc((288 / 1920) * 100%);
  transform: translateY(-50%);
}

.tions .xmg .img {
  width: 100%;
  padding-top: 112.5%;
}

.tions:before {
  content: ' ';
  position: absolute;
  top: -13vw;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 13vw solid #cacbcd;
  border-right: 98vw solid transparent;
}

.tions:after {
  content: ' ';
  position: absolute;
  bottom: -13vw;
  left: 0;
  width: 0;
  height: 0;
  border-top: 13vw solid #cacbcd;
  border-right: 98vw solid transparent;
}

@media (max-width: 768px) {
  .tions .tivon .tivlis:before {
    left: 7px;
    top: 0;
  }
  .tions .tivon .tivlis:after {
    left: 7px;
  }
  .tions .tivon .tivlis .tivm {
    width: 100%;
    padding-left: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .tions .tivon .tivlis .tivm:after {
    left: 7px;
  }
  .tions .tivon .tivlis .tivm .tem {
    float: left !important;
    width: 100%;
  }
  .tions .tivon .tivlis .tivm .tem .num {
    width: 40px;
  }
}

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

.support .suplist {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  font-size: 0;
}

.support .suplist .supom {
  display: inline-block;
  vertical-align: top;
  width: calc((330 / 800) * 100%);
  margin-right: calc((119 / 800) * 100%);
  margin-bottom: 0.5rem;
}

.support .suplist .supom .sic {
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.24rem;
}

.support .suplist .supom .sic img {
  width: 100%;
  display: block;
}

.support .suplist .supom .crm {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 0.64rem);
}

.support .suplist .supom .crm .ct {
  width: 100%;
  color: #222;
  line-height: 1.5;
  font-weight: bold;
}

.support .suplist .supom .crm .cip {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.05rem;
}

.support .suplist .supom:nth-child(2n) {
  margin-right: 0;
}

.support .suplist .supom:nth-child(2n+1) {
  transition-delay: 0.2s;
}

.support .suplist .supom:nth-child(2n+2) {
  transition-delay: 0.3s;
}

.summary {
  width: 100%;
  background-color: #1c583a;
  position: relative;
  padding: 0.3rem 0;
}

.summary .xmg {
  position: absolute;
  z-index: 2;
  bottom: -4vw;
  right: 0;
  width: calc((325 / 1920) * 100%);
  transform: translateY(50%);
}

.summary .xmg .img {
  width: 100%;
  padding-top: 134.76%;
}

.summary .cmg {
  position: absolute;
  z-index: 2;
  top: -10.3vw;
  left: 0;
  width: calc((390 / 1920) * 100%);
  transform: translateY(-50%);
}

.summary .cmg .img {
  width: 100%;
  padding-top: 112.82%;
}

.summary:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: -13vw;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 13vw solid #1c583a;
  border-right: 99vw solid transparent;
}

.summary:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  bottom: -13vw;
  left: 0;
  width: 0;
  height: 0;
  border-top: 13vw solid #1c583a;
  border-right: 99vw solid transparent;
}

.summary .sumpers {
  width: 100%;
}

.summary .sumpers .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

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

.summary .sumpers .swiper-slide .img {
  width: 100%;
  padding-top: 142.10%;
  transition: all ease 0.3s;
}

.summary .sumpers .swiper-slide .som {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((225 / 285) * 100%);
  border-top-left-radius: 0.2rem;
  background-color: #fff;
  padding: 0.35rem 0.15rem;
}

.summary .sumpers .swiper-slide .som .sip {
  width: 100%;
  color: #222;
  line-height: 1.5;
  height: 6em;
}

.summary .sumpers .swiper-slide .som .sip p {
  color: #222;
  line-height: 1.5;
}

.summary .sumpers .swiper-slide:hover .img {
  transform: scale(1.1);
}

.summary .sumpers .swiper-slide:nth-child(4n+1) {
  transition-delay: 0.2s;
}

.summary .sumpers .swiper-slide:nth-child(4n+2) {
  transition-delay: 0.3s;
}

.summary .sumpers .swiper-slide:nth-child(4n+3) {
  transition-delay: 0.4s;
}

.summary .sumpers .swiper-slide:nth-child(4n+4) {
  transition-delay: 0.5s;
}

.flowpath {
  width: 100%;
  padding: 3rem 0 1.6rem;
}

.flowpath .proces {
  width: 100%;
  max-width: 15.6rem;
  margin: 0.6rem auto;
  padding: 0.2rem 0 0.6rem;
}

.flowpath .proces .lmg {
  width: 100%;
}

.flowpath .proces .lmg img {
  width: 100%;
  display: block;
}

.flowpath .proces .procem {
  width: 100%;
  position: absolute;
  top: -0.2rem;
  left: 0;
}

.flowpath .proces .procem .point {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 1.1rem;
  margin-right: calc((100% - 7.7rem) / 6);
}

.flowpath .proces .procem .point .icon {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(153, 153, 153, 0.1);
  padding: 0.08rem;
}

.flowpath .proces .procem .point .icon .icn {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}

.flowpath .proces .procem .point .icon .icn img {
  width: 100%;
  display: block;
}

.flowpath .proces .procem .point .icon .icn img:first-child {
  display: block;
}

.flowpath .proces .procem .point .icon .icn img:last-child {
  display: none;
}

.flowpath .proces .procem .point .cim {
  position: absolute;
  top: 110%;
  left: 50%;
  font-weight: bold;
  transform: translateX(-50%);
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

.flowpath .proces .procem .point:hover .icon .icn {
  background-color: #1c583a;
}

.flowpath .proces .procem .point:hover .icon .icn img:first-child {
  display: none;
}

.flowpath .proces .procem .point:hover .icon .icn img:last-child {
  display: block;
}

.flowpath .proces .procem .point:nth-child(2n) {
  position: relative;
  top: 1.1rem;
}

.flowpath .proces .procem .point:nth-child(7n) {
  margin-right: 0;
}

.flowpath .proces .procem .point:nth-child(7n+1) {
  transition-delay: 0.2s;
}

.flowpath .proces .procem .point:nth-child(7n+2) {
  transition-delay: 0.3s;
}

.flowpath .proces .procem .point:nth-child(7n+3) {
  transition-delay: 0.4s;
}

.flowpath .proces .procem .point:nth-child(7n+4) {
  transition-delay: 0.5s;
}

.flowpath .proces .procem .point:nth-child(7n+5) {
  transition-delay: 0.6s;
}

.flowpath .proces .procem .point:nth-child(7n+6) {
  transition-delay: 0.7s;
}

.flowpath .proces .procem .point:nth-child(7n+7) {
  transition-delay: 0.8s;
}

.flowpath .cob {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.72rem;
}

.flowpath .cob a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem 0 0.5rem;
  color: #fff;
  line-height: 3.2;
  margin: 0 0.1rem;
  border-radius: 1.6em;
  background-color: #dab67c;
  box-shadow: 0px 3px 16px 0px rgba(218, 182, 124, 0.4);
  transition: all ease 0.3s;
}

.flowpath .cob a:hover {
  background-color: #1c583a;
}

.details .detam .del1 .dinp .cob {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.72rem;
}

.details .detam .del1 .dinp .cob a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem 0 0.5rem;
  color: #fff;
  line-height: 3.2;
  margin: 0 0.1rem;
  border-radius: 1.6em;
  background-color: #dab67c;
  box-shadow: 0px 3px 16px 0px rgba(218, 182, 124, 0.4);
  transition: all ease 0.3s;
}

.details .detam .del1 .dinp .cob a:hover {
  background-color: #1c583a;
}

@media (max-width: 768px) {
  .flowpath {
    padding: 1.6rem 0 0.7rem;
  }
  .flowpath .proces {
    padding: 0;
    margin-bottom: 0;
  }
  .flowpath .proces .lmg {
    display: none;
  }
  .flowpath .proces .procem {
    position: relative;
  }
  .flowpath .proces .procem .point {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    top: 0;
  }
  .flowpath .proces .procem .point .cim {
    position: relative;
    margin-top: 0.15rem;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    text-align: center;
  }
  .flowpath .proces .procem .point:nth-child(2n) {
    position: relative;
    top: 0rem;
  }
  .flowpath .cob {
    margin-top: 0rem;
  }

  .details .detam .del1 .dinp .cob {
    margin-top: 0rem;
  }
 
}

.popem {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.popem .povm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 12rem;
  border-radius: 0.2rem;
  background-color: #fff;
  overflow: hidden;
}

.popem .povm .pmg {
  width: 100%;
  position: relative;
}

.popem .povm .pmg .img {
  width: 100%;
  padding-top: 30%;
}

.popem .povm .pmg .sit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 0.2rem;
}

.popem .povm .close {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}

.popem .povm .close img {
  width: 100%;
  display: block;
}

.popem .povm .ronm {
  width: 100%;
  padding: 0.5rem;
  max-height: 60vh;
}

.popem .povm .ronm form {
  width: 100%;
  display: block;
}

.popem .povm .ronm .row {
  width: 100%;
  font-size: 0;
}

.popem .povm .ronm .row .item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.2rem;
}

.popem .povm .ronm .row .item .nit {
  width: 100%;
  color: #256947;
  line-height: 1.5;
}

.popem .povm .ronm .row .item .nit span {
  color: #dc1111;
}

.popem .povm .ronm .row .item .nx {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.popem .povm .ronm .row .item .iom {
  width: 100%;
  margin-top: 0.06rem;
}

.popem .povm .ronm .row .item .iom .inp {
  width: 100%;
}

.popem .povm .ronm .row .item .iom .inp input {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: solid 1px #dddddd;
  background-color: #fff;
  padding: 0 0.2rem;
  line-height: 2.5;
  height: 2.5em;
  color: #999;
}

.popem .povm .ronm .row .item .iom .select {
  width: 32%;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

.popem .povm .ronm .row .item .iom .select .select-con {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.popem .povm .ronm .row .item .iom .select .select-con .select-value {
  display: block;
  width: 100%;
  background-color: #fff;
  line-height: 2.5;
  height: 2.5em;
  color: #666;
  padding: 0 0.2rem;
  border: solid 1px #cccccc;
}

.popem .povm .ronm .row .item .iom .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.popem .povm .ronm .row .item .iom .select .select-con select option {
  color: #666;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.8;
  background: #fff;
}

.popem .povm .ronm .row .item .iom .select .select-con:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 12px;
  height: 7px;
  background-image: url("../images/i44.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.popem .povm .ronm .row .item .iom .select:nth-child(3n) {
  margin-right: 0;
}

.popem .povm .ronm .row .item:nth-child(2n) {
  margin-right: 0;
}

.popem .povm .ronm .fob {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 0.4rem;
}

.popem .povm .ronm .fob .ftn {
  display: inline-block;
  vertical-align: middle;
}

.popem .povm .ronm .fob .ftn .fsm {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: none;
  padding: 0 0.4rem 0 0.5rem;
  background-color: #1c583a;
  box-shadow: 0px 3px 16px 0px rgba(28, 88, 58, 0.4);
  border-radius: 10px;
  color: #fff;
  line-height: 3;
  height: 3em;
}

@media (max-width: 768px) {
  .popem .povm .ronm {
    padding: 0.3rem;
  }
  .popem .povm .ronm .row .item {
    width: 100%;
    margin-right: 0;
  }
}

.persons {
  width: 100%;
  padding: 1.6rem 0;
}

.persons .sonpers {
  width: 100%;
}

.persons .sonpers .swiper-slide {
  width: 100%;
  position: relative;
}

.persons .sonpers .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

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

.persons .sonpers .swiper-slide .bkm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all ease 0.8s;
  display: block;
  z-index: 2;
}

.persons .sonpers .swiper-slide .bix {
  position: absolute;
  z-index: 3;
  transition: all ease 0.3s;
  right: 0.2rem;
  bottom: 0.2rem;
  background-color: #ededed;
  border-radius: 10px;
  max-width: 4.5rem;
  padding: 0.25rem 0.3rem;
  opacity: 0;
}

.persons .sonpers .swiper-slide .bix .bm {
  width: 100%;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}

.persons .sonpers .swiper-slide .bix .bm p {
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}

.persons .sonpers .swiper-slide-active:hover .imgs .img {
  transform: scale(1.1);
}

.persons .sonpers .swiper-slide-active .bkm {
  background-color: rgba(255, 255, 255, 0);
}

.persons .sonpers .swiper-slide-active .bix {
  opacity: 1;
}

.persons .sonpers .swiper-container {
  padding-bottom: 0.4rem;
}

.persons .sonpers .swiper-pagination {
  bottom: 0;
}

.persons .sonpers .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  background-color: #000;
  border: solid 3px #000;
}

.persons .sonpers .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 3px #1c583a;
}

.versons {
  width: 100%;
  padding: 1.6rem 0;
  background-color: #f6f6f6;
}

.versons .verpers {
  width: 100%;
  position: relative;
}

.versons .verpers .swiper-slide {
  width: 100%;
  background-color: #fff;
}

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

.versons .verpers .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

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

.versons .verpers .swiper-slide .som {
  width: 100%;
  padding: 0.5rem 0.3rem;
}

.versons .verpers .swiper-slide .som .sot {
  width: 100%;
  color: #222;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.versons .verpers .swiper-slide .som .sip {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
}

.versons .verpers .swiper-slide .som .sip p {
  color: #666;
  line-height: 1.5;
}

.versons .verpers .swiper-slide .more {
  width: 100%;
  font-size: 0;
  margin-top: 0.25rem;
  padding-top: 0.1rem;
}

.versons .verpers .swiper-slide .more span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
}

.versons .verpers .swiper-slide .more span i {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.5;
  position: relative;
  top: -0.02rem;
  font-style: normal;
  margin-left: 0.1rem;
  transition: all ease 0.3s;
}

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

.versons .verpers .swiper-slide:hover .som .sot {
  color: #1c583a;
}

.versons .verpers .swiper-slide:hover .more span {
  color: #1c583a;
}

.versons .verpers .swiper-slide:nth-child(3n+1) {
  transition-delay: 0.2s;
}

.versons .verpers .swiper-slide:nth-child(3n+2) {
  transition-delay: 0.3s;
}

.versons .verpers .swiper-slide:nth-child(3n+3) {
  transition-delay: 0.4s;
}

.versons .verpers .btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

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

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

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

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

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

.versons .verpers .bl {
  left: -0.3rem;
}

.versons .verpers .br {
  right: -0.3rem;
}

.versons .noy {
  width: 100%;
  font-size: 0;
  text-align: right;
  margin-top: 0.2rem;
}

.versons .noy a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.versons .noy a:hover {
  color: #1c583a;
}