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

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

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

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

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

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

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

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

header nav {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 3.35rem - 2.22rem - 1.4rem);
  width: calc(100% - 4.25rem - 2.22rem - 1.4rem);
  font-size: 0;
  text-align: center;
}

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

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

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

header nav .natem .navul {
  width: 1.6rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(203, 203, 203, 0.25);
  display: none;
}

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

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

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

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

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

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

header nav .natem.on .nas a {
  color: #029b4c;
}

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

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

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

header .kfs {
  width: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .kfs .kmg {
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}

header .kfs .kfm {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.5rem);
}

header .kfs .kfm .tx {
  width: 100%;
  color: #029b4c;
  white-space: nowrap;
  line-height: 1.5;
}

header .search {
  width: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: left;
  position: relative;
}

header .search form {
  width: 100%;
}

header .search .inp {
  width: 100%;
  display: block;
  line-height: 2.2em;
  background: #eeeeee;
  border-radius: 1.1em;
  color: #999;
  padding: 0 0.4rem 0 0.2rem;
  border: none;
}

header .search .sub {
  position: absolute;
  right: 0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../image/ss.png");
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
  top: 50%;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

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

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

@media (max-width: 560px) {
  header .kfs {
    display: none;
  }
  header .mid {
    width: calc(100% - 3.35rem  - 1.4rem);
    /*width: calc(100% - 4.25rem  - 1.4rem);*/
    padding-right: 0.1rem;
  }
}

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

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

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

.banner .swiper-slide .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.banner .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 36%;
  transition: all ease 0.3s;
}

.banner .stn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  transition: all ease 0.3s;
}

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

.banner .stn:hover {
  background: white;
}

.banner .bl {
  left: 4%;
}

.banner .br {
  right: 4%;
}

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

.banner .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.03rem;
  background-color: white;
  opacity: 1;
  border-radius: 0;
  transition: all ease 0.4s;
}

.banner .swiper-pagination-bullet-active {
  background-color: #9a9a9a;
}

.modular .mit {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
.mit{
  text-align: center;
  padding: 15px;
}
.modular .mit .cn {
  width: 100%;
  font-size: 0;
}

.modular .mit .cn .name {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}

.modular .mit .cn .name:before {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 2px;
  background: #999;
  right: 120%;
}

.modular .mit .cn .name:after {
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 2px;
  background: #999;
  left: 120%;
}

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

.service {
  width: 100%;
  padding: 0.7rem 0;
  background: #f6f6f6;
}

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

.service .serlis .seram {
  width: calc((454 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((38 / 1440) * 100%);
  width: calc((345 / 1440) * 100%);
  margin-right: calc((19 / 1440) * 100%);
  margin-bottom: 0.2rem;
}

.service .serlis .seram .sit {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 2;
}

.service .serlis .seram .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.service .serlis .seram .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 106%;
}

.service .serlis .seram:nth-child(4n) {
  margin-right: 0;
}

.service .serlis .seram:hover .imgs .img {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .service .serlis .seram{
    width: 48%;
    margin-right: 4%;
  }
  .service .serlis .seram:nth-child(2n) {
    margin-right: 0;
  }
}

.dates {
  width: 100%;
  background: #fff;
  padding: 0.5rem 0;
}

.dates .datlis {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.dates .datlis .datem {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.dates .datlis .datem .icon {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  margin: 0 auto 0.1rem;
}

.dates .datlis .datem .icon img {
  width: 100%;
  display: block;
}

.dates .datlis .datem .nums {
  width: 100%;
  color: #333;
  font-size: 0;
  margin-bottom: 0.1rem;
}

.dates .datlis .datem .nums span {
  display: inline-block;
}

.dates .datlis .datem .nums .num {
  margin-right: 0.1rem;
}

.dates .datlis .datem .vx {
  width: 100%;
  color: #333;
  line-height: 1.5;
  padding: 0 0.2rem;
}

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

.advantage .advans {
  width: 100%;
}

.advantage .advans .ait {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-bottom: 0.5rem;
}

.advantage .advans .ait .ame {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  position: relative;
}

.advantage .advans .ait .ame:after {
  position: absolute;
  z-index: -1;
  content: ' ';
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  right: -0.1rem;
  top: -0.1rem;
  background-image: url("../image/rt.png");
  background-position: center;
  background-size: 100% 100%;
}

.advantage .advans .advamlis {
  width: 100%;
}

.advantage .advans .advamlis .advam {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
}

.advantage .advans .advamlis .advam .imgs {
  width: calc((720 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.advantage .advans .advamlis .advam .imgs .img {
  width: 100%;
  padding-top: 50%;
  transition: all ease 0.3s;
}

.advantage .advans .advamlis .advam .avm {
  width: calc((719 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.6rem;
}

.advantage .advans .advamlis .advam .avm .ion {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
}

.advantage .advans .advamlis .advam .avm .ion img {
  width: 100%;
  display: block;
}

.advantage .advans .advamlis .advam .avm .aiv {
  width: 100%;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 0.1rem 0;
}

.advantage .advans .advamlis .advam .avm .aix {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.1rem;
}

.advantage .advans .advamlis .advam .avm .more {
  width: 100%;
  font-size: 0;
}

.advantage .advans .advamlis .advam .avm .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  background: #999;
  color: #fff;
  padding: 0 0.3rem;
  line-height: 2.5;
}

.advantage .advans .advamlis .advam .avm .more a:hover {
  background: #029f47;
}

.advantage .advans .advamlis .advam:nth-child(2n) {
  flex-direction: row-reverse;
}

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

.cases .cnav {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.5rem;
  text-align: center;
}

.cases .cnav .cas {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  border: solid 1px #333;
  color: #333;
  line-height: 2.2;
  margin: 0 0.16rem;
}

.cases .cnav .cas.on, .cases .cnav .cas:hover {
  background: #029f47;
  color: #fff;
  border: solid 1px #029f47;
}

.cases .caselis {
  width: 100%;
}

.cases .caselis .casems {
  width: 100%;
  display: none;
  font-size: 0;
}

.cases .caselis .casems .camse {
  display: inline-block;
  vertical-align: top;
  width: calc((460 / 1440) * 100%);
  margin-right: calc((29 / 1440) * 100%);
  margin-bottom: 0.3rem;
}

.cases .caselis .casems .camse a {
  width: 100%;
  height: 100%;
  display: block;
}

.cases .caselis .casems .camse .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.cases .caselis .casems .camse .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 62%;
}

.cases .caselis .casems .camse .com {
  width: 100%;
  padding: 0 0.3rem;
  color: #333;
  line-height: 2.5;
}

.cases .caselis .casems .camse:nth-child(3n) {
  margin-right: 0;
}

.cases .caselis .casems.on {
  display: block;
}

.parthers {
  width: 100%;
  padding: 0.6rem 0;
  background: #f6f6f6;
}

.parthers .parsiper {
  width: 100%;
  position: relative;
}

.parthers .parsiper .rs {
  width: calc((275 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((16 / 1440) * 100%);
  margin-bottom: 0.2rem;
  box-shadow: 3px 4px 8px 1px rgba(0, 0, 0, 0.11);
}

.parthers .parsiper .rs .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
}

.parthers .parsiper .rs .imgs .img {
  width: 100%;
  padding-top: 38%;
  transition: all ease 0.3s;
}

.parthers .parsiper .rs:nth-child(5n) {
  margin-right: 0;
}

.parthers .parsiper .rs:hover .imgs .img {
  transform: scale(1.1);
}

.parthers .parsiper .stn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}

.parthers .parsiper .stn img {
  width: 100%;
  display: block;
}

.parthers .parsiper .stn img:first-child {
  display: block;
}

.parthers .parsiper .stn img:last-child {
  display: none;
}

.parthers .parsiper .stn:hover img:first-child {
  display: none;
}

.parthers .parsiper .stn:hover img:last-child {
  display: block;
}

.parthers .parsiper .pl {
  left: -6%;
}

.parthers .parsiper .pr {
  right: -6%;
}

@media (max-width: 1460px) {
  .parthers .parsiper .pl {
    left: 0%;
  }
  .parthers .parsiper .pr {
    right: 0%;
  }
}

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

.honors .honswiper {
  width: 100%;
  position: relative;
}

.honors .honswiper .hs {
  width: calc((341 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((24 / 1440) * 100%);
}

.honors .honswiper .hs .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  margin: 0.1rem;
  width: calc(100% - 0.2rem);
  text-align: center;
}

.honors .honswiper .hs .imgs .img {
  width: 100%;
  padding-top: calc(70% - 0.1rem);
  transition: all ease 0.3s;
}

.honors .honswiper .hs:nth-child(4n) {
  margin-right: 0;
}

.honors .honswiper .hs:hover .imgs .img {
  transform: scale(1.1);
}

.honors .honswiper .stn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}

.honors .honswiper .stn img {
  width: 100%;
  display: block;
}

.honors .honswiper .stn img:first-child {
  display: block;
}

.honors .honswiper .stn img:last-child {
  display: none;
}

.honors .honswiper .stn:hover img:first-child {
  display: none;
}

.honors .honswiper .stn:hover img:last-child {
  display: block;
}

.honors .honswiper .hl {
  left: -6%;
}

.honors .honswiper .hr {
  right: -6%;
}

@media (max-width: 1460px) {
  .honors .honswiper .hl {
    left: 0%;
  }
  .honors .honswiper .hr {
    right: 0%;
  }
}

.news {
  width: 100%;
  background: #f6f6f6;
  padding: 0.6rem 0;
}

.news .newem {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

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

.news .newem .nel .swiper-slide {
  width: 100%;
}

.news .newem .nel .swiper-slide .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.news .newem .nel .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 61%;
  transition: all ease 0.3s;
}

.news .newem .nel .swiper-slide .imgs .nits {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.5);
  padding: 0.1rem 1rem 0.1rem 0.4rem;
  line-height: 1.5;
  color: #fff;
}

.news .newem .nel .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.2rem;
  text-align: right;
  bottom: 0.2rem;
}

.news .newem .nel .swiper-pagination-bullet {
  width: 0.2rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}

.news .newem .nel .swiper-pagination-bullet-active {
  background: white;
}

.news .newem .ner {
  width: calc((720 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  height: 4.5rem;
}

.news .newem .ner .neram {
  width: 100%;
}

.news .newem .ner .neram a {
  padding: 0.14rem 0.2rem;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.news .newem .ner .neram .imgs {
  width: calc((192 / 680) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.news .newem .ner .neram .imgs .img {
  width: 100%;
  transition: all ease 0.3s;
  padding-top: 66%;
}

.news .newem .ner .neram .erm {
  width: calc((486 / 680) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
}

.news .newem .ner .neram .erm .eit {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.news .newem .ner .neram .erm .eix {
  width: 100%;
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin: 0.1rem 0;
}

.news .newem .ner .neram .erm .time {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.news .newem .ner .neram:hover {
  background: #029f47;
}

.news .newem .ner .neram:hover .imgs .img {
  transform: scale(1.1);
}

.news .newem .ner .neram:hover .erm .eit {
  color: #fff;
}

.news .newem .ner .neram:hover .erm .eix {
  color: #fff;
}

.news .newem .ner .neram:hover .erm .time {
  color: #fff;
}

@media (max-width: 1460px) {
  .news .newem .ner {
    height: 5.4rem;
  }
}

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

.contacts .conts {
  width: 100%;
  display: flex;
}

.contacts .conts .col {
  width: calc((595 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((60 / 1440) * 100%);
}

.contacts .conts .col .imgs {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 0.3rem;
}

.contacts .conts .col .imgs .img {
  width: 100%;
  padding-top: 43%;
  transition: all ease 0.3s;
}

.contacts .conts .col .call {
  width: 100%;
  font-size: 0;
  margin: 0.1rem 0;
}

.contacts .conts .col .call .im {
  display: inline-block;
  vertical-align: middle;
  width: 0.31rem;
  height: 0.31rem;
  margin-right: 0.1rem;
}

.contacts .conts .col .call .im img {
  width: 100%;
  height: 100%;
  display: block;
}

.contacts .conts .col .call .ix {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #029b4c;
  line-height: 1.5;
}

.contacts .conts .col .vis {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin: 0.2rem 0;
}

.contacts .conts .col .more {
  width: 100%;
  font-size: 0;
}

.contacts .conts .col .more a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  color: #fff;
  line-height: 2.2;
  background: #029f47;
}

.contacts .conts .cor {
  width: calc((783 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

.contacts .conts .cor .row {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.12rem;
}

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

.contacts .conts .cor .row .inputs input {
  display: block;
  width: 100%;
  line-height: 3;
  height: 3em;
  background-color: #eee;
  border: none;
  padding: 0 0.2rem;
  color: #999;
}

.contacts .conts .cor .row .inputs:nth-child(2n) {
  margin-right: 0;
}

.contacts .conts .cor .row .inputs.w100 {
  width: 100%;
  margin-right: 0;
}

.contacts .conts .cor .row .textarea {
  width: 100%;
  display: block;
}

.contacts .conts .cor .row .textarea textarea {
  width: 100%;
  display: block;
  background-color: #eee;
  border: none;
  line-height: 1.5;
  padding: 0.1rem 0.2rem;
  color: #999;
}

.contacts .conts .cor .row .inputs.yzm {
  font-size: 0;
}

.contacts .conts .cor .row .inputs.yzm .mg {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 3em;
}

.contacts .conts .cor .row .inputs.yzm .mg img {
  width: 100%;
  height: 96%;
  display: block;
}

.contacts .conts .cor .row .inputs.yzm input {
  width: calc(100% - 1.21rem);
  display: inline-block;
  vertical-align: middle;
}

.contacts .conts .cor .row .sub {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.contacts .conts .cor .row .sub input {
  display: block;
  width: 100%;
  line-height: 3;
  height: 3em;
  background-color: #feec02;
  border: none;
  text-align: center;
  color: #333;
}

footer {
  width: 100%;
}

footer .ftop {
  width: 100%;
  background: #444343;
}

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

footer .ftop .fop .codes {
  width: calc((180 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((40 / 1440) * 100%);
}

footer .ftop .fop .codes .img {
  width: 100%;
  max-width: 1.8rem;
}

footer .ftop .fop .codes .img img {
  width: 100%;
  display: block;
}

footer .ftop .fop .codes .cx {
  width: 100%;
  color: #d8d8d8;
  line-height: 2;
  margin-top: 0.2rem;
  text-align: center;
}

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

footer .ftop .fop .meslis .mli {
  width: 100%;
  color: #d8d8d8;
  line-height: 1.8;
  margin-bottom: 0.02rem;
}

footer .ftop .fop .flists {
  width: calc((858 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

footer .ftop .fop .flists .flis {
  width: calc((140 / 858) * 100%);
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 0.1rem;
}

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

footer .ftop .fop .flists .flis .ful {
  width: 100%;
}

footer .ftop .fop .flists .flis .ful a {
  width: 100%;
  display: block;
  color: #e0e0e0;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}

footer .ftop .fop .flists .flis .ful a:hover {
  color: #fff;
}

footer .fbot {
  width: 100%;
  background: #363636;
}

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

footer .fbot .fot .fx {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

footer .fbot .fot .fnav {
  width: auto;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

footer .fbot .fot .fnav a {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
}

footer .fbot .fot .fnav a span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin: 0 0.14rem;
  position: relative;
  top: -0.02rem;
}

footer .fbot .fot .fnav a:last-child span {
  display: none;
}

footer .fbot .fot .fnav a:hover {
  color: #fff;
}

footer .fbot .fot .fnav a:hover span {
  color: #999;
}

@media (max-width: 768px) {
  footer .ftop .fop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .ftop .fop .codes {
    order: 2;
    width: 100%;
    max-width: 2rem;
    margin: 0.3rem  0;
  }
  footer .ftop .fop .codes .img {
    margin: 0 auto;
  }
  footer .ftop .fop .flists {
    order: 1;
    width: 100%;
  }
  footer .ftop .fop .flists .flis {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .fop .flists .flis .ful {
    width: 100%;
    font-size: 0;
  }
  footer .ftop .fop .flists .flis .ful a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 0.2rem;
    line-height: 1.5;
    margin-bottom: 0.1rem;
  }
  footer .ftop .fop .meslis {
    order: 3;
    width: 100%;
  }
}

.rightnav {
  position: fixed;
  right: 0.14rem;
  top: 80%;
  transform: translateY(-50%);
  z-index: 4;
}

.rightnav .retm {
  background: #abaaaa;
  text-align: center;
  padding: 0.1rem 0.04rem;
  cursor: pointer;
  position: relative;
}

.rightnav .retm .icon {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin: 0 auto 0.06rem;
}

.rightnav .retm .icon img {
  width: 100%;
  display: block;
}

.rightnav .retm .rx {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.rightnav .retm .codm {
  position: absolute;
  z-index: -1;
  right: -1000%;
  transition: all ease 0.3s;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.1rem;
  opacity: 0;
  background: #029f47;
}

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

.rightnav .retm .codm:after {
  content: ' ';
  width: 0;
  height: 0;
  border: solid 0.1rem transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #029f47;
}

.rightnav .retm .ipone {
  position: absolute;
  z-index: -1;
  right: -1000%;
  transition: all ease 0.3s;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.1rem 0.2rem;
  opacity: 0;
  background: #029f47;
}

.rightnav .retm .ipone .ix {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}

.rightnav .retm .ipone:after {
  content: ' ';
  width: 0;
  height: 0;
  border: solid 0.1rem transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #029f47;
}

.rightnav .retm:hover {
  background: #029f47;
}

.rightnav .retm:hover .codm {
  right: 120%;
  opacity: 1;
}

.rightnav .retm:hover .ipone {
  right: 120%;
  opacity: 1;
}

.nanner {
  width: 100%;
}

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

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

.nanner .imgs .iox {
  width: auto;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.nanner .imgs .iox .cn {
  color: #fff;
  line-height: 1.5;
}

.nanner .imgs .iox .en {
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .nanner {
    margin-top: 0.4rem;
  }
}

.nanbar {
  width: 100%;
  /*font-size: 0;*/
  background: #f7f7f7;
  padding: 0.1rem 0;
}

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

.nanbar .nal .home {
  display: flex;
  vertical-align: middle;
  /*width: 0.2rem;*/
  height: 0.2rem;
  margin-right: 0.1rem;
}

.nanbar .nal .home img {
  /*width: 100%;*/
  display: block;
}
.home a{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #333;
    /*line-height: 3.5;*/
    margin-right: 0.16rem;
    max-width: 2.6rem;
}
.nanbar .nal .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #333;
  line-height: 3.5;
  margin-right: 0.16rem;
  max-width: 2.6rem;
}

.nanbar .nal .nts span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.16rem;
  width: 0.07rem;
  height: 0.12rem;
}

.nanbar .nal .nts span img {
  width: 100%;
  display: block;
}

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

.nanbar .nar {
  width: calc(100% - 8rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.nanbar .w1440{
    display: flex;
    align-items: center;
}
.nanbar .nar .swiper-container {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

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

.nanbar .nar .swiper-slide {
  width: auto;
}

.nanbar .nar .swiper-slide a {
  padding: 0 0.3rem;
  display: block;
  line-height: 2.5;
  color: #333;
  position: relative;
}

.nanbar .nar .swiper-slide.on a {
  color: #fff;
  background: #029f47;
}

.nanbar.white {
  background: #fff;
}

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

.pages {
  width: 100%;
  padding: 0.3rem 0;
  text-align: center;
  /*font-size: 0;*/
  display: flex;
  justify-content: center;
}

.pages .page {
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  color: #777;
  margin: 0 0.06rem;
  border: solid 1px #dbdbdb;
}

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

.pages .page:hover, .pages .page.on {
  background: #029b4c;
  color: #fff;
  border: solid 1px #029b4c;
}

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

.newvs .newcen {
  width: 100%;
}

.newvs .newcen .newcm {
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.4rem;
  transition: all ease 0.3s;
  border: solid 1px #eeeeee;
}

.newvs .newcen .newcm a {
  width: 100%;
  display: block;
  font-size: 0;
}

.newvs .newcen .newcm .imgs {
  display: inline-block;
  vertical-align: middle;
  width: calc((197 / 1360) * 100%);
  overflow: hidden;
}

.newvs .newcen .newcm .imgs .img {
  width: 100%;
  padding-top: 70%;
  transition: all ease 0.3s;
}

.newvs .newcen .newcm .date {
  width: calc((160 / 1360) * 100%);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.2rem;
}

.newvs .newcen .newcm .date .day {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.newvs .newcen .newcm .date .year {
  width: 100%;
  color: #999;
  line-height: 1.5;
}

.newvs .newcen .newcm .iom {
  width: calc((900 / 1360) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.newvs .newcen .newcm .iom .its {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}

.newvs .newcen .newcm .iom .itx {
  width: 100%;
  color: #999;
  line-height: 1.5;
  height: 3em;
}

.newvs .newcen .newcm .rbn {
  width: calc((100 / 1360) * 100%);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.newvs .newcen .newcm .rbn span {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
}

.newvs .newcen .newcm .rbn span img {
  width: 100%;
  display: block;
}

.newvs .newcen .newcm .rbn span img:first-child {
  display: block;
}

.newvs .newcen .newcm .rbn span img:last-child {
  display: none;
}

.newvs .newcen .newcm:hover {
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(63, 64, 65, 0.11);
}

.newvs .newcen .newcm:hover .iom .its {
  color: #029b4c;
}

.newvs .newcen .newcm:hover .rbn span img:first-child {
  display: none;
}

.newvs .newcen .newcm:hover .rbn span img:last-child {
  display: block;
}

@media (max-width: 768px) {
  .newvs .newcen .newcm {
    padding: 0.2rem;
  }
  .newvs .newcen .newcm .imgs {
    width: 100%;
    margin-bottom: 0.16rem;
  }
  .newvs .newcen .newcm .iom {
    width: 100%;
    padding: 0 0.1rem;
  }
  .newvs .newcen .newcm .date {
    width: 100%;
    text-align: left;
    padding: 0.1rem 0.1rem;
    width: 50%;
  }
  .newvs .newcen .newcm .rbn {
    width: 100%;
    text-align: right;
    padding: 0.1rem 0.1rem;
    width: 50%;
  }
}

.details {
  width: 100%;
  padding: 0.6rem 0;
  background: #f7f7f7;
}

.details .del {
width: calc((1040 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((59 / 1440) * 100%);
  background: #fff;
  padding: 0.4rem;
}

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

.details .del .en {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  color: #666;
}

.details .del .dem {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0.2rem 0 0.3rem;
}

.details .del .dem .dm {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin: 0 0.2rem;
}

.details .del .dem .dm i {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.details .del .dem .dm i img {
  width: 100%;
  display: block;
}

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

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

.details .del .dot {
  width: 100%;
  margin-top: 0.3rem;
}

.details .del .dot a {
  width: 100%;
  display: block;
  color: #666;
  line-height: 1.8;
  margin: 0.08rem 0;
}

.details .del .dot a:hover {
  color: #029f47;
}

.details .del.w100 {
  width: 100%;
}

.details .der {
  width: calc((340 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-top: solid 1px #006239;
  padding: 0.1rem 0.2rem 0.1rem;
}

.details .der .dir {
  width: 100%;
  color: #333;
  line-height: 2.2;
  border-bottom: dashed 1px #f0f0f0;
}

.details .der .dul {
  width: 100%;
  padding: 0.1rem 0;
}

.details .der .dul .duam {
  width: 100%;
  padding: 0.04rem 0;
  display: block;
}

.details .der .dul .duam .dim {
  width: 100%;
  color: #666;
  line-height: 1.6;
}

.details .der .dul .duam .time {
  width: 100%;
  color: #999;
  line-height: 2;
}

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

.queans .quanlis {
  width: 100%;
}

.queans .quanlis .quram {
  width: 100%;
}

.queans .quanlis .quram .qop {
  width: 100%;
  font-size: 0;
  padding: 0.2rem 0.4rem;
  background: #fff;
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

.queans .quanlis .quram .qop .qic {
  width: 0.3rem;
  display: inline-block;
  vertical-align: middle;
}

.queans .quanlis .quram .qop .qic img {
  width: 100%;
  display: block;
}

.queans .quanlis .quram .qop .nix {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2.71rem);
  padding: 0 0.2rem;
  color: #333;
  line-height: 1.5;
}

.queans .quanlis .quram .qop .cate {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  color: #999;
  line-height: 1.5;
  text-align: right;
}

.queans .quanlis .quram .qot {
  width: 100%;
  background: #f7f7f7;
  border-bottom: solid 1px #eee;
  padding: 0.2rem 0.4rem;
  display: none;
}

.queans .quanlis .quram .qot .otm {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.14rem;
}

.queans .quanlis .quram .qot .otm .oic {
  width: 0.3rem;
  display: inline-block;
  vertical-align: middle;
}

.queans .quanlis .quram .qot .otm .oic img {
  width: 100%;
  display: block;
}

.queans .quanlis .quram .qot .otm .oim {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 0.31rem);
  color: #666;
  line-height: 1.5;
  padding: 0 0.2rem;
}

.queans .quanlis .quram .qot .ovm {
  width: 100%;
  padding-left: 0.5rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #666;
}

.queans .quanlis .quram .qot .ovm p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #666;
}

.enginer {
  width: 100%;
  padding: 0.6rem 0;
  background: #f7f7f7;
}

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

.enginer .englis .engim {
  width: calc((340 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((25 / 1440) * 100%);
  position: relative;
  margin-bottom: 0.6rem;
}

.enginer .englis .engim .imgs {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.enginer .englis .engim .imgs .img {
  width: 100%;
  padding-top: 62%;
  transition: all ease 0.3s;
}

.enginer .englis .engim .eot {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ededed;
  border-top: none;
  padding: 0.2rem;
}

.enginer .englis .engim .eot .eix {
  width: 100%;
  text-align: center;
  color: #333;
  line-height: 1.5;
}

.enginer .englis .engim .eot .line {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0.26rem 0;
}

.enginer .englis .engim .eot .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.26rem;
  height: 2px;
  background: #029f47;
}

.enginer .englis .engim .eot .eiv {
  width: 100%;
  text-align: center;
  color: #999;
  line-height: 1.5;
  height: 3em;
}

.enginer .englis .engim .more {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  background: #029f47;
  top: 0;
  transition: all ease 0.3s;
  text-align: center;
  opacity: 0;
  padding: 0.1rem 0;
}

.enginer .englis .engim .more span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #fff;
  line-height: 2;
}

.enginer .englis .engim .more span i {
  display: inline-block;
  vertical-align: middle;
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.1rem;
}

.enginer .englis .engim .more span i img {
  width: 100%;
  display: block;
}

.enginer .englis .engim:hover .imgs .img {
  transform: scale(1.1);
}

.enginer .englis .engim:hover .more {
  opacity: 1;
  top: 100%;
}

.enginer .englis .engim:nth-child(4n) {
  margin-right: 0;
}

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

.follow .fit {
  width: 100%;
  text-align: center;
  color: #666;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.6rem;
}

.follow .fols {
  width: 100%;
}

.follow .fols .row {
  width: 100%;
  margin: 0.3rem 0;
}

.follow .fols .row .item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  font-size: 0;
  padding: 0 0.2rem;
  border-bottom: solid 1px #ddd;
}

.follow .fols .row .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.15rem;
}

.follow .fols .row .item .icon img {
  width: 100%;
  display: block;
}

.follow .fols .row .item .inpx {
  width: calc(100% - 0.4rem);
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: transparent;
  color: #666;
  line-height: 2.2;
  height: 2.2em;
}

.follow .fols .row .item .select {
  width: calc(100% - 0.4rem);
  display: inline-block;
  vertical-align: middle;
}

.follow .fols .row .item .select .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  line-height: 2.2;
  height: 2.2em;
  overflow: hidden;
  position: relative;
}

.follow .fols .row .item .select .select-con .select-value {
  width: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 2.2;
  height: 2.2em;
  color: #666;
  padding: 0 0.4rem 0 0.05rem;
  text-align: left;
}

.follow .fols .row .item .select .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  height: 2.2em;
  line-height: 2.2;
  background: transparent;
}

.follow .fols .row .item .select .select-con select option {
  color: #000;
  font-size: calc(12px - 0.12rem + 0.14rem);
  line-height: 2.2;
}

.follow .fols .row .item .select .select-con:after {
  display: inline-block;
  content: "";
  border-left: 0.05rem solid transparent;
  border-top: 0.05rem solid #666;
  border-right: 0.05rem solid transparent;
  position: absolute;
  width: 0;
  height: 0;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.follow .fols .row .item:nth-child(2n) {
  margin-right: 0;
}

.follow .fols .row .textarea {
  width: 100%;
  font-size: 0;
  padding: 0 0.2rem;
  border-bottom: solid 1px #ddd;
}

.follow .fols .row .textarea .icon {
  display: inline-block;
  vertical-align: top;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.15rem;
  margin-top: 0.04rem;
}

.follow .fols .row .textarea .icon img {
  width: 100%;
  display: block;
}

.follow .fols .row .textarea textarea {
  width: calc(100% - 0.4rem);
  display: inline-block;
  vertical-align: top;
  border: none;
  background: transparent;
  color: #666;
  line-height: 1.8;
  padding: 0rem 0.1rem;
}

.follow .fols .row .sup {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.3rem;
  background: #029f47;
  color: #fff;
  line-height: 2.5;
  height: 2.5em;
  border: none;
  cursor: pointer;
}

.follow .fols .row.w33 .item {
  width: 32%;
}

.follow .fols .row.w33 .item:nth-child(2n) {
  margin-right: 2%;
}

.follow .fols .row.w33 .item:nth-child(3n) {
  margin-right: 0%;
}

@media (max-width: 768px) {
  .follow .fols .row {
    width: 100%;
    margin: 0;
  }
  .follow .fols .row .item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.3rem;
  }
}

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

.maps .msg {
  width: 100%;
}

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

.maps .mox {
  width: calc((1440 / 1920) * 100%);
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
  font-size: 0;
  box-shadow: 0px 12px 12px 1px rgba(0, 0, 0, 0.22);
}

.maps .mox .mol {
  width: calc((560 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.maps .mox .mol .imgs {
  width: 100%;
  overflow: hidden;
}

.maps .mox .mol .imgs .img {
  width: 100%;
  padding-top: 90%;
}

.maps .mox .mor {
  width: calc((878 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem 0.4rem;
}

.maps .mox .mor .mit {
  width: 100%;
  color: #333;
  line-height: 1.8;
}

.maps .mox .mor .line {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.maps .mox .mor .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 2px;
  background: #029f47;
}

.maps .mox .mor .muls {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
  color: #666;
}

.maps .mox .mor .muls p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
  color: #666;
}

@media (max-width: 900px) {
  .maps .mox {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .maps .mox {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }
  .maps .mox .mol {
    width: 100%;
  }
  .maps .mox .mol .imgs .img {
    padding-top: 50%;
  }
  .maps .mox .mor {
    width: 100%;
  }
}

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

.honnr .honsiper {
  width: 100%;
  position: relative;
}

.honnr .honsiper .swiper-container {
  padding: 0.5rem 0;
  margin: 0 0.3rem;
}

.honnr .honsiper .swiper-slide {
  width: 100%;
  transition: all ease 0.3s;
  transform: scale(0.8);
}

.honnr .honsiper .swiper-slide .imbg {
  width: 100%;
  padding: 0.1rem;
}

.honnr .honsiper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.honnr .honsiper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 70%;
  padding-top: calc(70% - 0.1rem);
}

.honnr .honsiper .swiper-slide .imgs .img img {
  position: absolute;
  left: 0;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.honnr .honsiper .swiper-slide .vic {
  width: 100%;
  margin-top: 0.14rem;
  text-align: center;
  color: #333;
  line-height: 2;
  padding: 0 0.1rem;
}

.honnr .honsiper .swiper-slide-active {
  transform: scale(1);
}

.honnr .honsiper .stn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
}

.honnr .honsiper .stn img {
  width: 100%;
  display: block;
}

.honnr .honsiper .stn img:first-child {
  display: block;
}

.honnr .honsiper .stn img:last-child {
  display: none;
}

.honnr .honsiper .stn:hover img:first-child {
  display: none;
}

.honnr .honsiper .stn:hover img:last-child {
  display: block;
}

.honnr .honsiper .hl {
  left: -3%;
}

.honnr .honsiper .hr {
  right: -3%;
}

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

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

.videos .vidlist .videm {
  display: inline-block;
  vertical-align: top;
  width: calc((443 / 1440) * 100%);
  margin-right: calc((55 / 1440) * 100%);
  margin-bottom: 0.4rem;
}

.videos .vidlist .videm a {
  width: 100%;
  height: 100%;
  display: block;
}

.videos .vidlist .videm .imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.videos .vidlist .videm .imgs .img {
  width: 100%;
  padding-top: 60%;
  transition: all ease 0.3s;
}

.videos .vidlist .videm .tix {
  margin-top: 0.1rem;
  width: 100%;
  color: #333;
  line-height: 2.2;
}

.videos .vidlist .videm:hover .imgs .img {
  transform: scale(1.1);
}

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

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

.services .servem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

.services .servem .sel .imgs {
  width: 100%;
  overflow: hidden;
}

.services .servem .sel .imgs .img {
  width: 100%;
  padding-top: 80%;
}

.services .servem .ser {
  display: inline-block;
  vertical-align: middle;
  width: calc((718 / 1440) * 100%);
  padding: 0.2rem 0.6rem;
}

.services .servem .ser .icon {
  width: 100%;
  font-size: 0;
  text-align: right;
}

.services .servem .ser .icon img {
  display: inline-block;
  vertical-align: middle;
  width: 0.9rem;
  height: 0.9rem;
}

.services .servem .ser .nit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.services .servem .ser .nix {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.services .servem:nth-child(2n) {
  flex-direction: row-reverse;
}

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

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

.company .abouts .abl {
  width: calc((700 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.company .abouts .abl .imgs {
  width: 100%;
  overflow: hidden;
}

.company .abouts .abl .imgs .img {
  width: 100%;
  padding-top: 80%;
}

.company .abouts .abl .date {
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 0.2rem 0.14rem;
  background: #029f47;
  margin-top: 0.5rem;
}

.company .abouts .abl .date .dem {
  flex: 1;
}

.company .abouts .abl .date .dem .num {
  color: #fff;
  margin-bottom: 0.14rem;
}

.company .abouts .abl .date .dem .num span {
  color: #fff;
  font-weight: bold;
}

.company .abouts .abl .date .dem .name {
  width: 100%;
  color: #fff;
}

.company .abouts .abr {
  width: calc((738 / 1440) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.4rem;
}

.company .abouts .abr .ait {
  width: 100%;
  color: #029b4c;
}

.company .abouts .abr .ait span {
  color: #f6b40e;
}

.company .abouts .abr .aix {
  width: 100%;
  color: #029b4c;
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

.company .abouts .abr .aip {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #666;
  height: 3.2rem;
}

.company .abouts .abr .aip p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #666;
}

.company .abouts .abr .img {
  width: 100%;
  margin-top: 0.2rem;
  text-align: right;
}

.company .abouts .abr .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

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

.history .hiem {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.history .hiem .hsl {
  width: calc((820 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
}

.history .hiem .hsl .imgiper {
  width: 100%;
}

.history .hiem .hsl .imgiper .swiper-slide {
  width: 100%;
}

.history .hiem .hsl .imgiper .swiper-slide .imgs {
  width: 100%;
  overflow: hidden;
}

.history .hiem .hsl .imgiper .swiper-slide .imgs .img {
  width: 100%;
  padding-top: 62%;
}

.history .hiem .hsl .dayiper {
  width: 100%;
}

.history .hiem .hsl .dayiper .swiper-slide {
  width: 100%;
}

.history .hiem .hsl .dayiper .swiper-slide .sit {
  width: 100%;
  color: #fff;
  height: 1rem;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  top: 0;
  transition: all ease 0.3s;
  padding-top: calc(1rem - 1.5em);
}

.history .hiem .hsl .dayiper .swiper-slide .sit:after {
  content: ' ';
  position: absolute;
  left: 0.04rem;
  top: 0;
  width: 0.06rem;
  height: 1rem;
  background-image: url("../image/b1.png");
  background-position: center;
  background-size: 100%;
  opacity: 0.6;
  transition: all ease 0.3s;
}

.history .hiem .hsl .dayiper .swiper-slide.on .sit {
  top: -0.1rem;
}

.history .hiem .hsl .dayiper .swiper-slide.on .sit:after {
  opacity: 1;
}

.history .hiem .hsr {
  width: calc((618 / 1440) * 100%);
  display: inline-block;
  vertical-align: top;
  padding-right: 0.5rem;
}

.history .hiem .hsr .his {
  width: 100%;
  color: #fff;
  line-height: 1.2;
}

.history .hiem .hsr .hiv {
  width: 100%;
  color: #fff;
  line-height: 1.2;
}

.history .hiem .hsr .line {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.history .hiem .hsr .line span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  max-width: 2.7rem;
  height: 2px;
  background: #fff;
}

.history .hiem .hsr .yearper {
  width: 100%;
  margin-top: 0.3rem;
}

.history .hiem .hsr .yearper .swiper-slide {
  width: 100%;
}

.history .hiem .hsr .yearper .swiper-slide .num {
  width: 100%;
  color: #fff;
  margin-bottom: 0.14rem;
}

.history .hiem .hsr .yearper .swiper-slide .num span {
  color: #fff;
  font-weight: bold;
}

.history .hiem .hsr .yearper .swiper-slide .yip {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #fff;
}

.history .hiem .hsr .yearper .swiper-slide .yip p {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #fff;
}

.history .hiem .hsr .tip {
  width: 100%;
  margin-top: 0.4rem;
}

.history .hiem .hsr .tip .tum {
  width: 100%;
  color: #fff;
  margin-bottom: 0.14rem;
}

.history .hiem .hsr .tip .tum span {
  color: #fff;
  font-weight: bold;
}

.history .hiem .hsr .tip .tiv {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

/*视频容器样式*/
.v-a {
  position: fixed;
  left: 50%;
  top: 1000%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10000000;
  transition: top .5s ease-in-out;
  transform: translate(-50%, -50%);
}

.v-a.show {
  top: 50%;
}

.v-a.show .v-e {
  visibility: visible;
}

.v-a.show .v-f {
  display: block;
}

.v-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.v-c {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #029f47;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.v-d {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.v-e {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.v-f {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
