/*init  */
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

li, ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

html, body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ell1 {
  display: block;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html,
body {
  font-size: 0.2666666667vw;
}

*:not(html) {
  font-size: 10rem;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  color: #333333;
  overflow-x: hidden;
}
body > main {
  width: 375rem;
  min-height: 100vh;
  padding: 17rem 17.5rem;
  background: url("../images/common/page-bg.png") no-repeat 0 0/375rem 100%;
  position: relative;
}
body > main .content-block {
  width: 340rem;
  margin: 15rem auto;
  overflow: hidden;
  border-radius: 10rem;
  outline: 1rem solid #000000;
  position: relative;
}
body > main .content-block .block-header {
  margin-bottom: 36rem;
  position: relative;
}
body > main .content-block .block-header img {
  width: 340rem;
}
body > main .content-block .block-header .title {
  min-width: 226rem;
  height: 43rem;
  padding: 0 11rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.46);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: -27rem;
}
body > main .content-block .block-header .title .zh {
  font-size: 16rem;
  line-height: 16rem;
  color: #FFFFFF;
  font-style: normal;
}
body > main .content-block .block-header .title .en {
  font-size: 14rem;
  line-height: 14rem;
  color: #FFFFFF;
  font-style: normal;
}
body p {
  color: #fff;
  margin: 8rem 10rem;
  text-align: justify;
  text-indent: 2em;
}
body p.zh {
  font-size: 12rem;
  line-height: 20rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  margin-bottom: 4rem;
}
body p.en {
  margin-top: 4rem;
  margin-bottom: 20rem;
  font-size: 12rem;
  line-height: 16rem;
  letter-spacing: 0.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
body p.dark.zh {
  color: #2E2E2E;
}
body p.dark.en {
  color: #7E7E7E;
}
body img {
  width: 100%;
}
body main > div.content {
  padding: 10rem 0;
}

a {
  color: #94a0a8;
}
a:hover, a:focus {
  text-decoration: none;
}

.back {
  width: 18rem;
  height: 32rem;
  background: url("../images/common/back.svg") no-repeat 0 0/18rem 32rem;
  position: absolute;
  top: 3rem;
  left: 15rem;
  z-index: 3;
}

.visibility-hidden {
  visibility: hidden;
}

.swiper-preview-image .close {
  width: 30rem;
  height: 30rem;
  max-width: 35px;
  max-height: 35px;
  background-color: rgba(238, 238, 238, 0.6);
  border-radius: 50%;
  position: absolute;
  right: 5vw;
  top: 5vw;
  z-index: 999;
  opacity: 1;
}
.swiper-preview-image .close::before, .swiper-preview-image .close::after {
  content: "";
  width: 2rem;
  height: 60%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
          transform: translate(-50%, -50%) rotateZ(-45deg);
}
.swiper-preview-image .close::after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}
.swiper-preview-image .swiper-pagination {
  font-size: 18rem;
}
.swiper-preview-image .swiper-pagination span {
  font-size: 18rem;
}

.home {
  background-color: #23576C;
}
.home .block1 {
  width: 100%;
  height: 421rem;
  background: url("../images/common/bg.png") no-repeat 0 0rem/100% 239rem;
  position: relative;
}
.home .video-wrapper {
  width: 100%;
  position: absolute;
  top: 203rem;
}
.home .video-wrapper .video {
  width: 90vw;
  height: 50.625vw;
  outline: 1.5rem solid #000;
  border-radius: 3rem;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.home .list {
  width: 100%;
  height: 2305rem;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/common/bg2.png") no-repeat 0 0/100% 100%;
}
.home .list .item {
  width: 375rem;
  height: 265rem;
  display: block;
  margin-top: 20rem;
  pointer-events: none;
  position: relative;
}
.home .list .item img, .home .list .item .img {
  width: 225rem;
  height: 265rem;
  pointer-events: all;
  position: absolute;
  top: 0;
  z-index: 1;
}
.home .list .item .sub-text {
  pointer-events: all;
  min-width: 236rem;
  height: 54rem;
  background: rgba(0, 0, 0, 0.55);
  padding: 0 18rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 28rem;
  z-index: 2;
  white-space: nowrap;
}
.home .list .item .sub-text .en {
  font-weight: bold;
  font-size: 20rem;
  color: #FFFFFF;
  font-style: normal;
}
.home .list .item .sub-text .zh {
  font-weight: normal;
  font-size: 15rem;
  color: #FFFFFF;
  font-style: normal;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.home .list .item:nth-child(2n+1) img, .home .list .item:nth-child(2n+1) .img {
  left: 10rem;
}
.home .list .item:nth-child(2n+1) .sub-text {
  right: 0;
}
.home .list .item:nth-child(2n) img, .home .list .item:nth-child(2n) .img {
  right: 10rem;
}
.home .list .item:nth-child(2n) .sub-text {
  left: 0;
}
.home xg-trigger.trigger {
  background: url("../images/common/video-cover.png") no-repeat 0 0/100% 100%;
}

.xmgk .content-block .img2 {
  width: 316rem;
  margin: 8rem 12rem;
}

.ghsj main .content-block {
  background-color: rgba(6, 101, 136, 0.5);
}
.ghsj main .content-block.block3 {
  background-color: rgba(6, 101, 136, 0.36);
}
.ghsj main .content-block.block3 .cover {
  height: 184rem;
  background: url("../images/ghsj/img11-bg.png") no-repeat 0 0/100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ghsj main .content-block.block3 .cover img {
  width: 214rem;
  height: 142rem;
  outline: 1rem solid #000;
  -webkit-box-shadow: 0px 2rem 2rem 2rem rgba(68, 68, 68, 0.5);
          box-shadow: 0px 2rem 2rem 2rem rgba(68, 68, 68, 0.5);
  border-radius: 5rem;
}
.ghsj main .content-block.block4 {
  background-color: rgba(6, 101, 136, 0.1);
}
.ghsj main .block-header {
  margin-bottom: 42rem;
}
.ghsj main .img2 {
  width: 203rem;
  margin-left: 10rem;
}
.ghsj main .img-wrapper {
  margin-bottom: 15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
.ghsj main .img-wrapper::after {
  content: "";
  display: block;
  width: 11rem;
  height: 13rem;
  background: url("../images/ghsj/arrow.png") no-repeat 0 0/100% 100%;
}
.ghsj main .img-wrapper .img-title {
  width: 100%;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 12rem;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ghsj main .img-wrapper .img-title .en {
  opacity: 0.8;
}
.ghsj main .img-wrapper .swiper {
  width: 340rem;
  height: 191rem;
}
.ghsj main .img-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: 2rem;
  border-radius: 0%;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
}
.ghsj main .img-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.ghsj main .img-radius {
  width: 245rem;
  border-radius: 0 59rem 59rem 0;
  margin-bottom: 15rem;
}
.ghsj main .img-square {
  width: 198rem;
}
.ghsj main .img-square + .img-square {
  float: right;
  margin-top: 13rem;
}
.ghsj main .video-wrapper {
  width: 100%;
}
.ghsj main .video-wrapper .video {
  width: 90vw;
  height: 50.625vw;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
.ghsj main .video-wrapper #mse xg-trigger.trigger {
  background: url("../images/ghsj/img7.png") no-repeat 0 0/100% 100%;
}
.ghsj main .video-wrapper #mse2 xg-trigger.trigger {
  background: url("../images/ghsj/img16.png") no-repeat 0 0/100% 100%;
}

.lyjd main {
  overflow: hidden;
  background: #046586;
  padding: 0;
}
.lyjd main .block {
  padding-top: 68rem;
  overflow: hidden;
  position: relative;
}
.lyjd main .block .bg {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.lyjd main .block.block2 {
  padding-top: 0;
}
.lyjd main .block.block2 .content-block .block-header {
  margin-top: 58rem;
}
.lyjd main .content-block {
  margin: 0 auto;
  border-radius: 0;
  outline: none;
}
.lyjd main .content-block .block-header {
  margin: 0;
}
.lyjd main .text-wrapper {
  margin-top: -10rem;
  padding-top: 46rem;
  background-color: #F2F2F2;
  overflow: hidden;
}
.lyjd main img[preview] {
  border-radius: 10rem;
  border: 1rem solid #2b2b2b;
  -webkit-box-shadow: 0 0rem 1rem 1rem rgba(68, 68, 68, 0.5);
          box-shadow: 0 0rem 1rem 1rem rgba(68, 68, 68, 0.5);
}
.lyjd main .cover {
  position: relative;
}
.lyjd main .cover .bg {
  position: relative;
}
.lyjd main .cover img[preview] {
  width: 288rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.jqhd main {
  padding-top: 24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jqhd main img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 316rem;
  height: 174rem;
  border-radius: 10rem;
  outline: 1rem solid #000;
  margin-bottom: 18rem;
  -webkit-box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2rem 4rem 0 rgba(0, 0, 0, 0.5);
  display: block;
}

.zbpt main .content-block {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#F2F2F2)) no-repeat 0 27rem/375rem 100%;
  background: -webkit-linear-gradient(#F2F2F2, #F2F2F2) no-repeat 0 27rem/375rem 100%;
  background: linear-gradient(#F2F2F2, #F2F2F2) no-repeat 0 27rem/375rem 100%;
}
.zbpt main .content-block .block-header {
  margin-bottom: 0;
  padding-top: 27rem;
}
.zbpt main .content-block .block-header .title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  bottom: auto;
  right: auto;
  left: 0;
  top: 0;
}
.zbpt main .content-block .sub-title {
  padding: 15rem 13rem;
  line-height: 20rem;
  font-weight: normal;
}
.zbpt main .content-block .sub-title .zh {
  font-size: 16rem;
  color: #474747;
}
.zbpt main .content-block .sub-title .en {
  font-size: 14rem;
  color: #7E7E7E;
}
.zbpt main .content-block .white {
  background-color: #fff;
}
.zbpt main .content-block .hang-zhou-wan {
  overflow: hidden;
}
.zbpt main .content-block .hang-zhou-wan p {
  text-align: center;
}
.zbpt main .content-block .list-item {
  height: 129rem;
  padding: 10rem 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.zbpt main .content-block .list-item img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 139rem;
  height: 99rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.zbpt main .content-block .list-item .sub-title {
  padding-top: 0;
  padding-bottom: 0;
}
.zbpt main .content-block .list-item .sub-title .zh {
  font-size: 14rem;
}
.zbpt main .content-block .list-item .sub-title .en {
  font-size: 13rem;
}

.xmkf main {
  padding-top: 32rem;
  background: #066588;
}
.xmkf main .sub-title {
  padding-inline: 17.5rem;
}
.xmkf main .content {
  width: 100%;
  padding: 0;
  border-radius: 10rem;
  background-color: #fff;
  overflow: hidden;
}
.xmkf main .content .block {
  outline: none;
  padding: 0 21rem;
  overflow: hidden;
  position: relative;
}
.xmkf main .content .block .block-header {
  position: relative;
}
.xmkf main .content .block .block-header img {
  width: 100%;
}
.xmkf main .content .block .block-header .title {
  width: 231rem;
  height: 32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(6, 101, 136, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.xmkf main .content .block .block-header .title .zh {
  margin: 0 6rem 0 8rem;
  font-weight: normal;
  font-size: 16rem;
  color: #FFFFFF;
}
.xmkf main .content .block .block-header .title .en {
  font-weight: normal;
  font-size: 14rem;
  color: #FFFFFF;
}
.xmkf main .content .block p {
  margin-left: 0;
  margin-right: 0;
}
.xmkf main .content .block.block1 {
  padding-top: 18rem;
  background-color: #F2F2F2;
}
.xmkf main .content .block.block1 .block-header {
  padding-top: 24rem;
}
.xmkf main .content .block.block2 {
  margin-top: 14rem;
}
.xmkf main .content .block.block2 .block-header {
  padding-top: 32rem;
}
.xmkf main .content .block.block2 .block-header .img1 {
  width: 100%;
}
.xmkf main .content .block.block2 .block-header .img2 {
  width: 189rem;
  margin: -5rem 55rem auto;
  border-radius: 10rem;
  outline: 2rem solid #fff;
}
.xmkf main .content .block.block3 {
  height: 140rem;
  padding-top: 21rem;
  background-color: #F2F2F2;
}
.xmkf main .content .block.block3 .block-header {
  padding-top: 32rem;
}
.xmkf main .content .block.block4 {
  padding-top: 15rem;
  background-color: #fff;
}
.xmkf main .content .block.block4 .block-header {
  padding-top: 41rem;
}
.xmkf main .content .block.block4 .block-header .img1 {
  width: 100%;
}

.zczc main {
  padding-top: 32rem;
}
.zczc .zczc-sub-title {
  color: #025391;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.zczc .zczc-sub-title::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  width: 17rem;
  height: 17rem;
  background: url("../images/common/sub-title.png") no-repeat 0 0/100% 100%;
  display: block;
}
.zczc .zczc-sub-title .zh {
  font-weight: 600;
  font-size: 20rem;
  text-align: left;
  margin-left: 10rem;
}
.zczc .zczc-sub-title .en {
  font-weight: 500;
  font-size: 12rem;
  margin-left: 10rem;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.zczc .content {
  width: 100%;
  padding: 18rem 13rem;
  padding-right: 0;
  background-color: #fff;
}
.zczc .block {
  width: 100%;
  padding-left: 11rem;
  margin: 14rem 0;
  position: relative;
}
.zczc .block::before {
  content: "";
  width: 13rem;
  height: 11rem;
  background: url("../images/common/sub-title2.png") no-repeat 0 0/100% 100%;
  position: absolute;
  left: 0;
  top: 7rem;
}
.zczc .block .en {
  margin-bottom: 0rem;
}

.lxwm main {
  padding-top: 32rem;
  padding-left: 7rem;
  padding-right: 7rem;
}
.lxwm main .content {
  padding: 12rem 16rem 0;
  background: #fff url("../images/lxwm/img1.png") no-repeat 0 0/100% 243rem;
  overflow: hidden;
}
.lxwm main .lxwm-sub-title {
  color: #025391;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lxwm main .lxwm-sub-title::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "";
  width: 17rem;
  height: 17rem;
  background: url("../images/common/sub-title.png") no-repeat 0 0/100% 100%;
  display: block;
}
.lxwm main .lxwm-sub-title .zh {
  font-weight: 600;
  font-size: 20rem;
  text-align: left;
  margin-left: 10rem;
}
.lxwm main .lxwm-sub-title .en {
  font-weight: 500;
  font-size: 12rem;
  margin-left: 10rem;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.lxwm main .text-wrapper {
  margin-top: 176rem;
  padding: 15rem 8rem 0;
  overflow: hidden;
  background: rgba(6, 101, 136, 0.73);
}
.lxwm main .list-item {
  margin: 13rem 0;
  padding-left: 25rem;
  font-weight: 500;
  font-size: 10rem;
  color: #7E7E7E;
  line-height: 19rem;
  position: relative;
}
.lxwm main .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3rem;
}
.lxwm main .list-item.address::before {
  width: 12rem;
  height: 15rem;
  background: url("../images/lxwm/img2.png") no-repeat 0 0/100% 100%;
}
.lxwm main .list-item.phone::before {
  width: 14rem;
  height: 15rem;
  background: url("../images/lxwm/img3.png") no-repeat 0 0/100% 100%;
}
.lxwm main .list-item.web::before {
  width: 16rem;
  height: 16rem;
  background: url("../images/lxwm/img4.png") no-repeat 0 0/100% 100%;
}
.lxwm main .list-item.email::before {
  width: 16rem;
  height: 13rem;
  background: url("../images/lxwm/img5.png") no-repeat 0 0/100% 100%;
}
.lxwm main .link-list {
  margin: 0 -16rem;
  padding: 27rem 18rem 33rem;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.lxwm main .link-list::before {
  content: "";
  width: 9rem;
  height: 11rem;
  background: url("../images/lxwm/arrow.png") no-repeat 0 0/100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 10rem;
}
.lxwm main .link-list .item {
  width: 100rem;
  height: 121rem;
  background: #FFFFFF;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.lxwm main .link-list .item::before {
  content: "";
  height: 1rem;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.lxwm main .link-list .item img {
  width: 68rem;
  margin: 11rem 0 12rem;
}
.lxwm main .link-list .item:nth-child(2) img {
  width: 75rem;
  margin-top: 7rem;
}
.lxwm main .link-list .item .title {
  line-height: 20px;
  text-align: center;
}
.lxwm main .link-list .item .title .zh {
  font-size: 12px;
  color: #2E2E2E;
}
.lxwm main .link-list .item .title .en {
  margin-top: 5rem;
  font-size: 10px;
  color: #7E7E7E;
  line-height: 10px;
}
.lxwm main .link-list .more {
  font-weight: 500;
  font-size: 9px;
  color: #C0C0C0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 10rem;
  left: 50%;
}