<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'HanSan';
  src: url("../font/SourceHanSansCN-Normal.woff");
}

body {
  font-family: 'HanSan';
}

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

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

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

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

header {
  width: 100%;
  background: #004d64;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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 .languages {
  width: 3rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .languages .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.15rem;
}

header .languages .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header .languages .lauges {
  width: calc(100% - 0.4rem);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

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

header .languages .lauges .lashow:after {
  content: " ";
  position: absolute;
  z-index: 3;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 0.05rem;
}

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

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

header .languages .lauges .language .latem a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 0 0.2rem;
  line-height: 2;
  background: #004d64;
}

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

header .languages .laugem {
  width: calc(100% - 0.4rem);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}

header .languages .laugem .lages {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
}

header .languages .laugem span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  margin: 0 0.1rem;
}

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: 768px) {
  header {
    padding: 0.1rem 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: #004d64;
  }
  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: #004d64;
    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% - 3rem - 2rem);
    font-size: 0;
    padding-right: 0.24rem;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

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

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

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

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

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

.banner .swiper-slide .tox {
  width: auto;
  position: absolute;
  z-index: 5;
  padding: 0.4rem;
  height: auto;
  display: inline-block;
}

.banner .swiper-slide .tox .tx {
  width: 100%;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.14rem;
}

.banner .swiper-slide .tox .tc {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.banner .swiper-slide:nth-child(3n+1) .tox {
  left: calc((260 / 1920) * 100%);
  top: calc((175 / 780) * 100%);
  background: rgba(219, 184, 102, 0.9);
}

.banner .swiper-slide:nth-child(3n+2) .tox {
  left: calc((260 / 1920) * 100%);
  bottom: calc((175 / 780) * 100%);
  background: rgba(20, 116, 141, 0.9);
}

.banner .swiper-slide:nth-child(3n+3) .tox {
  right: calc((260 / 1920) * 100%);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(219, 184, 102, 0.9);
}

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

.banner .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.2rem;
  background: #fff;
}

.banner .swiper-pagination-bullet-active {
  width: 0.18rem;
  height: 0.18rem;
  background: url("../images/point.png") no-repeat;
  background-size: 100%;
}

.banner .swiper-button-next {
  width: 36px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 13.5px 22px;
  transition: all ease 0.3s;
}

.banner .swiper-button-prev {
  width: 36px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 13.5px 22px;
  transition: all ease 0.3s;
}

.banner .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.banner .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

@media (max-width: 768px) {
  .banner .swiper-slide:nth-child(3n+1) .tox {
    left: 4%;
    top: 50%;
    width: auto;
    max-width: 92%;
    transform: translateY(-50%);
    padding: 0.2rem;
    bottom: auto;
    right: auto;
    background: rgba(219, 184, 102, 0.9);
  }
  .banner .swiper-slide:nth-child(3n+1) .tox .tx {
    font-size: 16px !important;
  }
  .banner .swiper-slide:nth-child(3n+1) .tox .tc {
    font-size: 12px !important;
  }
  .banner .swiper-slide:nth-child(3n+2) .tox {
    left: 4%;
    top: 50%;
    width: auto;
    max-width: 92%;
    transform: translateY(-50%);
    padding: 0.2rem;
    bottom: auto;
    right: auto;
    background: rgba(20, 116, 141, 0.9);
  }
  .banner .swiper-slide:nth-child(3n+2) .tox .tx {
    font-size: 16px !important;
  }
  .banner .swiper-slide:nth-child(3n+2) .tox .tc {
    font-size: 12px !important;
  }
  .banner .swiper-slide:nth-child(3n+3) .tox {
    left: 4%;
    top: 50%;
    width: auto;
    max-width: 92%;
    transform: translateY(-50%);
    padding: 0.2rem;
    bottom: auto;
    right: auto;
    background: rgba(219, 184, 102, 0.9);
  }
  .banner .swiper-slide:nth-child(3n+3) .tox .tx {
    font-size: 16px !important;
  }
  .banner .swiper-slide:nth-child(3n+3) .tox .tc {
    font-size: 12px !important;
  }
  .banner .swiper-button-next {
    width: 24px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 13.5px 22px;
    transition: all ease 0.3s;
  }
  .banner .swiper-button-prev {
    width: 24px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 13.5px 22px;
    transition: all ease 0.3s;
  }
}

footer {
  width: 100%;
  padding: 0.6rem 0;
  background: #232323;
}

footer .folo {
  display: inline-block;
  vertical-align: top;
}

footer .folo a {
  display: inline-block;
  vertical-align: middle;
  width: 2.02rem;
  height: 0.78rem;
}

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

footer .fmid {
  width: calc(100% - 2.02rem - 1.02rem);
  display: inline-block;
  vertical-align: top;
  padding: 0 0.4rem;
}

footer .fmid .fli {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 0.2rem;
  font-size: 0;
  margin-bottom: 0.14rem;
}

footer .fmid .fli .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

footer .fmid .fli .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .fmid .fli .ft {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  color: #cfcfcf;
}

footer .fmid .bt {
  width: 100%;
  color: #cfcfcf;
  line-height: 1.5;
  margin-top: 0.2rem;
}

footer .fir {
  width: 1rem;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

footer .fir .wx {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
}

footer .fir .wx a, footer .fir .wx img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  footer {
    position: relative;
    padding-bottom: 0.3rem;
  }
  footer .folo {
    width: 100%;
  }
  footer .fmid {
    width: 100%;
    padding: 0;
    margin: 0.3rem 0;
  }
  footer .fmid .fli {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  footer .fmid .fli .icon {
    display: inline-block;
  }
  footer .fmid .fli .ft {
    display: inline;
  }
  footer .fmid .bt {
    margin-top: 0.1rem;
  }
  footer .fir {
    position: absolute;
    right: 0;
    top: 0;
  }
}

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

.investment .inl {
  display: inline-block;
  vertical-align: middle;
  width: calc((738 / 1400) * 100%);
  padding-right: 0.4rem;
}

.investment .inl .title {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.14rem;
}

.investment .inl .tm {
  width: 100%;
  line-height: 1.5;
  color: #dab866;
}

.investment .inl .box {
  width: 100%;
  margin: 0.3rem 0;
  height: 3rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #fff;
}

.investment .inl .box p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 1.5;
  color: #fff;
}

.investment .inl .btn {
  width: 100%;
  font-size: 0;
}

.investment .inl .btn a {
  display: inline-block;
  vertical-align: middle;
  background: #3ea9b9;
  color: #fff;
  line-height: 2.8;
  padding: 0 0.3rem;
  text-align: center;
}

.investment .inr {
  display: inline-block;
  vertical-align: middle;
  width: calc((660 / 1400) * 100%);
  position: relative;
}

.investment .inr .img {
  display: inline-block;
  vertical-align: middle;
  width: calc((640 / 660) * 100%);
  position: relative;
  z-index: 5;
}

.investment .inr .bg {
  display: inline-block;
  vertical-align: middle;
  width: 3.8rem;
  height: 3.8rem;
  background: #dab866;
  position: absolute;
  z-index: 3;
  bottom: -0.2rem;
  right: 0;
}

@media (max-width: 768px) {
  .investment .inr .img {
    width: 100%;
  }
}

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

.culture .cit {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.4rem;
  color: #fff;
}

.culture .culswiper {
  width: 100%;
}

.culture .culswiper .swiper-container {
  padding: 0.3rem 0.2rem;
}

.culture .culswiper .swiper-button-prev {
  left: 0.22rem;
  width: 20px;
  background-size: 100%;
}

.culture .culswiper .swiper-button-next {
  right: 0.22rem;
  width: 20px;
  background-size: 100%;
}

.culture .culswiper .swiper-slide {
  background: #fff;
  padding: 0.8rem 0.3rem 0.4rem;
  transition: all ease 0.3s;
}

.culture .culswiper .swiper-slide .icon {
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.2rem;
  background: #e2c685;
}

.culture .culswiper .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.culture .culswiper .swiper-slide .cn {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  color: #444;
  margin-bottom: 0.1rem;
}

.culture .culswiper .swiper-slide .en {
  width: 100%;
  text-align: center;
  line-height: 1.4;
  color: #888;
  margin-bottom: 0.2rem;
  overflow: hidden;
  height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.culture .culswiper .swiper-slide .line {
  width: 100%;
  text-align: center;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.culture .culswiper .swiper-slide .line span {
  width: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  height: 3px;
  background: #e1e1e1;
}

.culture .culswiper .swiper-slide .tx {
  width: 100%;
  color: #666;
  line-height: 1.5;
  text-align: left;
  height: 0;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.culture .culswiper .swiper-slide:hover .icon {
  background: #3ea9b9;
}

.culture .culswiper .swiper-slide:hover .line {
  display: none;
}

.culture .culswiper .swiper-slide:hover .tx {
  height: 6em;
}

.culture .culswiper .swiper-button-next {
  width: 36px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 13.5px 22px;
  transition: all ease 0.3s;
}

.culture .culswiper .swiper-button-prev {
  width: 36px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 13.5px 22px;
  transition: all ease 0.3s;
}

.culture .culswiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.culture .culswiper .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.culture .culswiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.culture .culswiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

@media (max-width: 768px) {
  .culture .culswiper .swiper-slide:hover .tx {
    height: 5.8em;
  }
  .culture .culswiper .swiper-button-next {
    width: 24px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 13.5px 22px;
    transition: all ease 0.3s;
  }
  .culture .culswiper .swiper-button-prev {
    width: 24px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 13.5px 22px;
    transition: all ease 0.3s;
  }
}

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

.cooperation .col {
  display: inline-block;
  vertical-align: middle;
  width: calc((760 / 1400) * 100%);
  position: relative;
}

.cooperation .col .img {
  display: inline-block;
  vertical-align: middle;
  width: calc((740 / 760) * 100%);
  position: relative;
  z-index: 5;
  margin-left: calc((19 / 760) * 100%);
}

.cooperation .col .bg {
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  background: #dab866;
  position: absolute;
  z-index: 3;
  bottom: -0.2rem;
  left: 0;
}

.cooperation .cor {
  display: inline-block;
  vertical-align: middle;
  width: calc((620 / 1400) * 100%);
  position: relative;
  padding-left: 0.3rem;
  padding-left: 0.6rem;
}

.cooperation .cor .title {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.14rem;
  text-align: left;
}

.cooperation .cor .tm {
  width: 100%;
  line-height: 1.5;
  color: #dab866;
  text-align: left;
  margin: 0.3rem 0;
}

.cooperation .cor .cox {
  width: 100%;
  font-size: 0;
  /*height: 3.2rem;*/
}

.cooperation .cor .cox .cli {
  display: inline-block;
  vertical-align: top;
  line-height: 2.2;
  text-align: left;
  width: 50%;
  padding-right: 0.12rem;
  color: #fff;
}
.cooperation .cor .btn {
  width: 100%;
  font-size: 0;
}

.cooperation .cor .btn a {
  display: inline-block;
  vertical-align: middle;
  /*background: #3ea9b9;*/
  color: #fff;
  line-height: 2.8;
  /*padding: 0 0.3rem;*/
  text-align: center;
}

@media (max-width: 768px) {
  .cooperation .col .img {
    width: 100%;
    margin-left: 0;
  }
  .cooperation .cor .title {
    text-align: left;
  }
  .cooperation .cor .tm {
    text-align: left;
  }
  .cooperation .cor .cox {
    height: auto;
  }
  .cooperation .cor .cox .cli {
    width: 100%;
    text-align: left;
  }
}

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

.nanban .img {
  width: 100%;
  display: block;
}

.nanban .nox {
  position: absolute;
  left: calc((260 / 1920) * 100%);
  top: 50%;
  transform: translateY(-50%);
}

.nanban .nox .tx {
  width: 100%;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.1rem;
}

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

@media (max-width: 768px) {
  .nanban .nox {
    left: 4%;
    top: 50%;
    width: auto;
    max-width: 92%;
    transform: translateY(-50%);
  }
  .nanban .nox .tx {
    font-size: 16px !important;
  }
  .nanban .nox .tc {
    font-size: 12px !important;
  }
}

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

.coopcom .ctop {
  width: 100%;
  text-align: center;
}

.coopcom .ctop .cm {
  width: 100%;
  font-weight: bold;
  color: #39a1b1;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}

.coopcom .ctop .cb {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  color: #dbb866;
  font-weight: bold;
}

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

.coopcom .coops .cpl {
  display: inline-block;
  vertical-align: middle;
  width: calc((570 / 1400) * 100%);
  height: 4rem;
}

.coopcom .coops .cpl img {
  width: 100%;
  height: 100%;
  display: block;
}

.coopcom .coops .cpr {
  display: inline-block;
  vertical-align: middle;
  width: calc((829 / 1400) * 100%);
  padding-left: 0.6rem;
  height: 4rem;
}

.coopcom .coops .cpr .cprem {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-right: 4%;
  margin-bottom: 0.2rem;
}

.coopcom .coops .cpr .cprem a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  /* border: solid 1px #dbb866; */
  line-height: 3.2;
  text-align: left;
  color: #333;
  /* padding: 0 0.1rem; */
}

.coopcom .coops .cpr .cprem:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .coopcom .coops .cpr {
    padding-left: 0rem !important;
  }
  .coopcom .coops .cpr .cprem {
    margin: 0 2% 0.2rem;
  }
  .coopcom .coops .cpr .cprem:nth-child(2n) {
    margin-right: 2%;
  }
}

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

.contact .cit {
  width: 100%;
  text-align: center;
  color: #0091a4;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.contact .maps {
  width: 100%;
  background: #fff;
  padding: 0.2rem;
  font-size: 0;
}

.contact .maps .map {
  display: inline-block;
  vertical-align: middle;
  width: calc((930 / 1360) * 100%);
}

.contact .maps .mons {
  display: inline-block;
  vertical-align: middle;
  width: calc((428 / 1360) * 100%);
  padding: 0.2rem 0.3rem;
}

.contact .maps .mons .tit {
  width: 100%;
  font-weight: bold;
  color: #0091a4;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.contact .maps .mons .line {
  width: 100%;
  border-top: dashed 1px #e5e5e5;
  margin-bottom: 0.2rem;
}

.contact .maps .mons .li {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin: 0.1rem 0;
  font-size: 0;
}

.contact .maps .mons .li .lx {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1rem;
  margin-top: 0.08rem;
}

.contact .maps .mons .li .lx img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .maps .mons .li .lv {
  width: calc(100% - 0.32rem);
  display: inline-block;
  vertical-align: top;
  line-height: 2;
}

.contact .maps .mons .codes {
  width: 100%;
  font-size: 0;
  margin-top: 0.3rem;
}

.contact .maps .mons .codes s
.img {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
}

.contact .maps .mons .codes s
.img img {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .maps .mons .codes .tx {
  width: 100%;
  color: #555;
  line-height: 1.5;
  margin-top: 0.16rem;
}

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

.about .atop {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.4rem;
}

.about .atop .ai {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #3ea9b9;
  line-height: 1.5;
  margin-right: 0.16rem;
}

.about .atop .as {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #e2c685;
  line-height: 1.5;
  margin-right: 0.16rem;
}

.about .atems {
  width: 100%;
  font-size: 0;
  background: #f8f8f8;
}

.about .atems .atl {
  display: inline-block;
  vertical-align: middle;
  width: calc(( 1048 / 1920) * 100%);
  padding-left: calc(( 260 / 1920) * 100%);
  padding-right: 0.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.about .atems .atl .ats {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #555;
  line-height: 2;
  height: 2.4rem;
}

.about .atems .atl .ats p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #555;
  line-height: 2;
}

.about .atems .atr {
  display: inline-block;
  vertical-align: middle;
  width: calc(( 872 / 1920) * 100%);
}

.about .atems .atr img {
  width: 100%;
  height: 100%;
  display: block;
}

.about .reason {
  width: 100%;
  padding: 0.3rem 0;
}

.about .reason .swiper-slide {
  width: 100%;
  padding: 0.4rem 0.4rem;
}

.about .reason .swiper-slide .icon {
  width: 1.12rem;
  height: 1.12rem;
  display: block;
  margin: 0 auto 0.3rem;
  border-radius: 50%;
  background: #e2c685;
}

.about .reason .swiper-slide .cn {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.3rem;
}

.about .reason .swiper-slide .cz {
  width: 100%;
  line-height: 1.5;
  color: #666;
  -webkit-line-clamp: 3;
}

.about .reason .swiper-slide:hover .icon {
  background: #3ea9b9;
}

.about .reason .swiper-slide:hover .cn {
  color: #3ea9b9;
}

.about .reason .swiper-button-next {
  width: 36px;
  height: 50px;
  top: 40%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 13.5px 22px;
  transition: all ease 0.3s;
}

.about .reason .swiper-button-prev {
  top: 40%;
  width: 36px;
  height: 50px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 13.5px 22px;
  transition: all ease 0.3s;
}

.about .reason .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.about .reason .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.about .reason .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.about .reason .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

@media (max-width: 1420px) {
  .about .atems .atl {
    padding: 0.2rem 3%;
  }
}

@media (max-width: 768px) {
  .about .atems .atl .ats {
    height: auto;
  }
  .about .reason .swiper-slide {
    padding: 0.2rem;
  }
}

.respons {
  width: 100%;
  padding: 0.6rem 0;
  background: #f8f8f8;
}

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

.respons .respon .rel {
  width: calc((360 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((19 / 1400) * 100%);
}

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

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

.respons .respon .rer {
  width: calc((1020 / 1400) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 0.4rem 0.6rem;
}

.respons .respon .rer .rit {
  width: 100%;
  font-weight: bold;
  color: #3ea9b9;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

.respons .respon .rer .rox {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #555;
  line-height: 2;
  margin: 0.3rem 0;
}

.respons .respon .rer .rox p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #555;
  line-height: 2;
}

.respons .respon .rer .rox img {
  max-width: 100%;
}

.respons .respon .rer .history {
  width: 100%;
  position: relative;
  height: 5rem;
}

.respons .respon .rer .history .histm {
  width: 100%;
  font-size: 0;
}

.respons .respon .rer .history .histm .hl {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  font-size: 0;
}

.respons .respon .rer .history .histm .hl .year {
  display: inline-block;
  vertical-align: middle;
  color: #3ea9b9;
  line-height: 2;
  font-weight: bold;
  width: 70px;
}

.respons .respon .rer .history .histm .hl .point {
  display: inline-block;
  vertical-align: middle;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #3ea9b9;
}

.respons .respon .rer .history .histm .hr {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
  padding-top: 0.06rem;
}

.respons .respon .rer .history .histm .hr .hli {
  width: 100%;
  display: block;
  color: #555;
  line-height: 2.2;
}

.respons .respon .rer .history:after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 92%;
  left: calc(70px + 0.07rem);
  top: 50%;
  transform: translateY(-50%);
  background: #3ea9b9;
}

@media (max-width: 768px) {
  .respons .respon .rer .history .histm .hl {
    width: 100%;
  }
  .respons .respon .rer .history .histm .hl .point {
    display: none;
  }
  .respons .respon .rer .history .histm .hr {
    width: 100%;
  }
  .respons .respon .rer .history:after {
    display: none;
  }
}

.mCSB_inside &gt; .mCSB_container {
  margin-right: 6px;
}

.mCSB_scrollTools {
  right: -7px;
}
</pre></body></html>