@charset "UTF-8";

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  color: #444;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  margin: 0;
}

*,
p,
:after,
:before,
textarea,
label,
ol,
ul,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
  resize: none;
}

input,
textarea,
.page-link,
.btn {
  border: none;
  box-shadow: none;
  outline: none;
}

input:focus,
textarea:focus,
.page-link:focus,
.btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

button:active,
button:hover,
button:enabled {
  outline: none;
}

a:active,
a:hover {
  text-decoration: none;
}

.container-fluid {
  overflow-x: hidden;
  padding: 0;
}

.container {
  padding: 0;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# 动画
--------------------------------------------------------------*/
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**走马灯*/
@keyframes lh-carousel-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*--------------------------------------------------------------
# 图片&图标
--------------------------------------------------------------*/
/**图片*/
.lh-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-grow: 0;
  flex-shrink: 0;
}

/**图标*/
.lh-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-grow: 0;
  flex-shrink: 0;
}

/**相框效果*/
.lh-img-frame {
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.lh-img-frame .lh-img {
  height: 100%;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.lh-img-frame:hover .lh-img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.lh-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 37.5rem;
}

.lh-banner .container {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
}

.lh-banner .container h1 {
  color: #FFFFFF;
  font-size: 1.88rem;
  font-weight: 500;
  line-height: 2.13rem;
  text-align: center;
}

.lh-banner .container p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.88rem;
  margin-top: 1.88rem;
  text-align: left;
  text-indent: 2em;
}

.lh-banner .container a {
  background: #1127B4;
  border-radius: 0.5em;
  color: #FFFFFF;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-top: 1.88rem;
  padding: 0.75rem 0;
  text-align: center;
  width: 8rem;
}

.lh-banner .container a:hover {
  background: #1127B4EE;
}

.lh-banner.lh-lg .container h1 {
  color: #FFFFFF;
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 5.25rem;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

.lh-banner.lh-lg .container p {
  color: #FFFFFF;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 2.81rem;
  margin-top: 0;
  text-align: center;
  text-indent: 0;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  .lh-banner {
    height: 30rem;
  }

  .lh-banner .container h1 {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.13rem;
  }

  .lh-banner .container p {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.5rem;
  }

  .lh-banner.lh-lg .container h1 {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 4.25rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }

  .lh-banner.lh-lg .container p {
    color: #FFFFFF;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 2.31rem;
    margin-top: 0.38rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 992px) {
  .lh-banner {
    height: 22.5rem;
  }

  .lh-banner .container {
    padding: 0 2.25rem;
  }

  .lh-banner .container h1 {
    color: #FFFFFF;
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 1.56rem;
  }

  .lh-banner .container p {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.94rem;
  }

  .lh-banner.lh-lg .container h1 {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.13rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }

  .lh-banner.lh-lg .container p {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.16rem;
    margin-top: 0.19rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }

  .lh-banner .container a {
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 1.88rem;
    padding: 0.38rem 0;
    width: 6rem;
  }
}

@media (max-width: 768px) {
  .lh-banner {
    height: 100vh;
  }

  .lh-banner .container {
    padding: 0 1.31rem;
  }
}

/*--------------------------------------------------------------
# 节
--------------------------------------------------------------*/
/**节标题样式*/
section .section-title {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

section .section-title h2 {
  color: #222222;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
}

section .section-title p {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
}

section .section-title:before,
section .section-title:after {
  background-color: #e5e8ed;
  content: ' ';
  height: 0.06rem;
  margin: 0 0.75rem;
  width: 9.38rem;
}

section .section-title.dark h2,
section .section-title.dark p {
  color: white;
}

section .section-title.dark:before,
section .section-title.dark:after {
  background-color: #dddddd;
}

@media (max-width: 1200px) {
  section .section-title h2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.13rem;
  }

  section .section-title p {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.38rem;
  }

  section .section-title:before,
  section .section-title:after {
    background-color: #FFE5E8ED;
    height: 0.06rem;
    margin: 0 1.94rem;
    width: 9.38rem;
  }
}

@media (max-width: 992px) {
  section .section-title h2 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.41rem;
  }

  section .section-title p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.03rem;
  }

  section .section-title:before,
  section .section-title:after {
    height: 0.03rem;
    margin: 0 1.25rem;
    width: 4.69rem;
  }
}

/*--------------------------------------------------------------
# 弹窗
--------------------------------------------------------------*/
.lh-alert {
  align-items: center;
  background-color: #33333366;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: visible;
  width: 100vw;
  z-index: 9999;
}

.lh-alert .lh-block {
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.31rem;
  display: flex;
  flex-flow: column;
  padding: 5rem 3.75rem 3.75rem;
  position: relative;
  width: 40rem;
}

.lh-alert .lh-block .lh-icon {
  height: 5rem;
  width: 5rem;
}

.lh-alert .lh-block .lh-message {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 2.25rem;
}

.lh-alert .lh-block .lh-btn {
  align-items: center;
  background: #1127B4;
  border-radius: 1.5rem;
  box-shadow: 0 0.13rem 0.75rem 0 rgba(60, 66, 225, 0.2);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  height: 3rem;
  justify-content: center;
  line-height: 1.38rem;
  margin-top: 3.75rem;
  width: 14.25rem;
}

.lh-alert .lh-block .lh-btn :hover {
  background: #1127B4EE;
}

.lh-alert .lh-block .lh-close {
  background-image: url(../images/icon_close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 1.5rem;
}

.lh-alert.lh-alert-success .lh-block .lh-icon {
  background-image: url(../images/icon_success.png);
}

.lh-alert.lh-alert-fail .lh-block .lh-icon {
  background-image: url(../images/icon_fail.png);
}

@media (max-width: 992px) {
  .lh-alert .lh-block {
    padding: 4.38rem 1.88rem 1.88rem;
    width: 25rem;
  }

  .lh-alert .lh-block .lh-icon {
    height: 3.75rem;
    width: 3.75rem;
  }

  .lh-alert .lh-block .lh-message {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    margin-top: 1.31rem;
  }

  .lh-alert .lh-block .lh-btn {
    background: #1127B4;
    border-radius: 1.25rem;
    box-shadow: 0 0.06rem 0.38rem 0 rgba(60, 66, 225, 0.2);
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    height: 2.5rem;
    line-height: 1.41rem;
    margin-top: 3.75rem;
    width: 9.38rem;
  }

  .lh-alert .lh-block .lh-close {
    height: 1.13rem;
    right: 0.94rem;
    top: 0.94rem;
    width: 1.13rem;
  }
}

@media (max-width: 768px) {
  .lh-alert .lh-block {
    max-width: 30rem;
    width: calc(100% - 2.62rem);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  background-color: #1127b4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0.25rem;
  bottom: 1.25rem;
  cursor: pointer;
  display: none;
  height: 3rem;
  position: fixed;
  right: 1.25rem;
  transform: translateX(3rem);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 3rem;
  z-index: 9990;
}

.back-to-top i {
  font-size: 1.5rem;
}

.back-to-top:hover {
  opacity: 0.8;
}

@media (max-height: 30rem) {
  .back-to-top {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

/*--------------------------------------------------------------
# 底部样式
--------------------------------------------------------------*/
/**底部上半部分*/
footer .section-footer-top {
  background: #000D5F;
  padding: 3.75rem 0;
}

footer .section-footer-top .section-title:before,
footer .section-footer-top .section-title:after {
  display: none;
}

footer .section-footer-top .container .section-body {
  align-items: start;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 6.25rem;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:first-child h2 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:first-child p {
  align-items: start;
  color: #FFFFFF;
  display: flex;
  font-size: 0.88rem;
  font-weight: 400;
  justify-content: start;
  line-height: 1.25rem;
  margin-top: 0.81rem;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:first-child p:first-child {
  margin-top: 1.5rem;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:first-child p i {
  align-items: center;
  display: flex;
  height: 1.26rem;
  justify-content: center;
  margin-right: 0.76rem;
  width: 1.26rem;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:last-child {
  display: flex;
  flex-flow: row;
  margin-top: 3.75rem;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item {
  margin-right: 2.63rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item:last-child {
  margin-right: 0;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item .lh-icon {
  height: 6.25rem;
  transition: all 0.3s ease-in-out;
  width: 6.25rem;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item p {
  color: #FFFFFF;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.63rem;
  text-align: center;
}

footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item:hover .lh-icon {
  transform: scale(1.2) translateY(-0.63rem);
}

footer .section-footer-top .container .section-body .lh-right {
  flex-grow: 0;
  flex-shrink: 0;
  width: 30rem;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-row {
  display: flex;
  flex-flow: row;
  margin: 0;
  padding: 0;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-row .form-group {
  flex-basis: 1rem;
  flex-grow: 1;
  flex-shrink: 0;
  margin-right: 1.25rem;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-row .form-group:last-child {
  margin-right: 0;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body>.form-group:last-child {
  margin-bottom: 0;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group input,
footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group textarea {
  background: #FFFFFF;
  border-radius: 0.25rem;
  color: #333333;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0.88rem 0.94rem;
  width: 100%;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group.has-error input::placeholder,
footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group.has-error textarea::placeholder {
  color: red;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group .with-errors {
  color: red;
  display: none;
  font-size: 0.5rem;
  position: absolute;
  top: calc(100% + 0.2rem);
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer {
  position: relative;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer .message {
  font-size: 0.75rem;
  left: 10rem;
  position: absolute;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer .message .sent-message {
  color: greenyellow;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer .message .error-message {
  color: red;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer .message .loading {
  align-items: center;
  display: flex;
  justify-content: start;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer .message .loading:before {
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
  border: 0.25rem solid greenyellow;
  border-radius: 999rem;
  border-top-color: #eee;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.75rem;
  width: 1.5rem;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer {
  margin-top: 1.88rem;
  position: relative;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer a {
  background: #0061FF;
  border-radius: 0.25rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 3.13rem;
}

footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer a:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  footer .section-footer-top .container .section-body {
    margin-top: 4.56rem;
  }
}

@media (max-width: 992px) {
  footer .section-footer-top {
    padding-bottom: 1.88rem;
    padding-top: 2.5rem;
  }

  footer .section-footer-top .container .section-body {
    display: flex;
    margin-top: 1.88rem;
    padding: 0 2.25rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:first-child h2 {
    color: #E4ECFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.41rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:first-child p {
    color: #E4ECFF;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.38rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:first-child p:first-child {
    margin-top: 0.75rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:first-child p i {
    align-items: center;
    display: flex;
    height: 1.13rem;
    justify-content: center;
    margin-right: 0.38rem;
    width: 1.13rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:last-child {
    margin-top: 1.31rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item {
    margin-right: 1.44rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item:last-child {
    margin-right: 0;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item .lh-icon {
    height: 5rem;
    width: 5rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item p {
    color: #E4ECFF;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.03rem;
    margin-top: 0.56rem;
  }

  footer .section-footer-top .container .section-body .lh-right {
    margin-left: 1.31rem;
    width: calc((100% - 1.31rem) / 2);
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-row {
    overflow: hidden;
    width: 100%;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-row .form-group {
    margin-right: 0.81rem;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-row .form-group:last-child {
    margin-right: 0;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group {
    margin-bottom: 0.75rem;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body>.form-group:last-child {
    margin-bottom: 0;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group input,
  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body .form-group textarea {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.88rem 0.94rem;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer .message .loading {
    justify-content: center;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer .message {
    font-size: 0.75rem;
    left: 0;
    position: absolute;
    text-align: center;
    top: -1.5rem;
    width: 100%;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer {
    text-align: center;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-footer a {
    background: #0061FF;
    border-radius: 999rem;
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 1.88rem;
    padding: 0.38rem 2.13rem;
  }
}

@media (max-width: 768px) {
  footer .section-footer-top {
    padding-bottom: 0.94rem;
    padding-top: 1.88rem;
  }

  footer .section-footer-top .container .section-body {
    display: flex;
    flex-flow: column-reverse;
    padding: 0 1.31rem;
  }

  footer .section-footer-top .container .section-body .lh-left {
    margin-top: 3.75rem;
    width: 100%;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:last-child {
    justify-content: center;
    margin-top: 1.31rem;
  }

  footer .section-footer-top .container .section-body .lh-left .lh-list:last-child .lh-item {
    margin-right: 1.19rem;
  }

  footer .section-footer-top .container .section-body .lh-right {
    margin-left: 0;
    width: 100%;
  }

  footer .section-footer-top .container .section-body .lh-right form.contact-form .form-body {
    margin-top: 1.88rem;
  }
}

/**底部下半部分*/
footer .section-footer-bottom {
  background: #000D5F;
  border-top: solid 0.06rem #18288C;
  padding-bottom: 1.88rem;
  padding-top: 1.88rem;
}

footer .section-footer-bottom .container {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

footer .section-footer-bottom .container a,
footer .section-footer-bottom .container p {
  color: #6D7293;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

footer .section-footer-bottom .container a:not(:last-child),
footer .section-footer-bottom .container p:not(:last-child) {
  margin-right: 0.5rem;
}

footer .section-footer-bottom .container a:hover {
  color: #E4ECFF;
}

@media (max-width: 992px) {
  footer .section-footer-bottom {
    padding: 0.94rem 2.25rem;
  }

  footer .section-footer-bottom .container a,
  footer .section-footer-bottom .container p {
    color: #6D7293;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.25rem;
  }
}

@media (max-width: 768px) {
  footer .section-footer-bottom {
    padding: 0.98rem 0;
  }

  footer .section-footer-bottom .container {
    align-items: center;
    flex-flow: column;
  }

  footer .section-footer-bottom .container a:not(:last-child) {
    margin-right: 1.13rem;
  }

  footer .section-footer-bottom .container p:not(:last-child) {
    margin-bottom: 0.23rem;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# 顶部导航菜单
--------------------------------------------------------------*/
/**PC导航*/
header {
  height: 6.25rem;
}

header .pc-header {
  background: #FFFFFF;
  box-shadow: 0 0.13rem 0.63rem 0 rgba(0, 0, 0, 0.1);
  height: 6.25rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: none;
  width: 100vw;
  z-index: 9990;
}

header .pc-header .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  transition: none;
}

header .pc-header .container .logo {
  width: 18rem;
}

header .pc-header .container .nav-menu {
  font-size: 0.88rem;
  line-height: 1.25rem;
}

header .pc-header .container .nav-menu>ul {
  display: inline-flex;
}

header .pc-header .container .nav-menu>ul>li {
  margin-right: 1.5rem;
  position: relative;
}

header .pc-header .container .nav-menu>ul>li>a {
  color: #6d7293;
  cursor: pointer;
}

header .pc-header .container .nav-menu>ul>li:after {
  background-color: #1127b4;
  bottom: -0.5rem;
  content: ' ';
  height: 0.13rem;
  left: 50%;
  max-width: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0;
}

header .pc-header .container .nav-menu>ul>li.active:after,
header .pc-header .container .nav-menu>ul>li:hover:after {
  margin-left: -50%;
  max-width: 100%;
  width: 100%;
}

header .pc-header .container .nav-menu>ul>li.active>a,
header .pc-header .container .nav-menu>ul>li:hover>a {
  color: #1127b4;
}

header .pc-header .container .nav-menu .drop-down ul {
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.63rem 1.88rem 0 rgba(6, 12, 34, 0.1);
  display: block;
  left: 0;
  opacity: 0;
  padding: 1.25rem 1.5rem;
  position: absolute;
  top: calc(100% + 1rem);
  transform: translateY(1rem);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}

header .pc-header .container .nav-menu .drop-down ul:before {
  background-color: #ffffff;
  border-top-right-radius: 0.125rem;
  content: ' ';
  height: 0.5rem;
  left: 0.5rem;
  position: absolute;
  top: -0.25rem;
  transform: rotate(-45deg);
  width: 0.5rem;
  z-index: 9999;
}

header .pc-header .container .nav-menu .drop-down ul>li {
  position: relative;
}

header .pc-header .container .nav-menu .drop-down ul>li:not(:last-child) {
  margin-bottom: 0.75rem;
}

header .pc-header .container .nav-menu .drop-down ul>li>a {
  color: #222222;
  white-space: nowrap;
}

header .pc-header .container .nav-menu .drop-down ul>li:hover>a,
header .pc-header .container .nav-menu .drop-down ul>li.active>a {
  color: #1127b4;
}

header .pc-header .container .nav-menu .drop-down:hover>ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

header .pc-header .container .nav-menu .more {
  background-image: url(../images/icon_more.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 1.25rem;
  width: 1.25rem;
}

header .pc-header .container .nav-menu .more:after {
  content: none;
}

header .pc-header .container .nav-menu .more:hover {
  background-image: url(../images/icon_more_h.png);
}

header .pc-header .container .nav-menu .more>ul {
  left: auto;
  right: 0;
}

header .pc-header .container .nav-menu .more>ul:before {
  left: auto;
  right: 0.5rem;
}

header .pc-header .container .nav-menu .more>ul {
  left: auto;
  right: 0;
}

header .pc-header .container .nav-menu .more>ul>li>ul {
  left: auto;
  right: calc(100% + 1rem);
  top: 0;
}

header .pc-header .container .nav-menu .more>ul>li>ul:before {
  border-top-right-radius: 0.125rem;
  left: auto;
  position: absolute;
  right: -0.25rem;
  top: 0.5rem;
  transform: rotate(45deg);
}

/**移动端导航*/
header .mobile-header {
  background: #1127B4;
  display: none;
  height: 2.75rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: none;
  width: 100vw;
  z-index: 9990;
}

header .mobile-header .container-fluid {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.63rem 0.75rem;
}

header .mobile-header .container-fluid div {
  height: 1.5rem;
  width: 1.5rem;
}

header .mobile-header .container-fluid h1 {
  color: #FFFFFF;
  font-size: 1.06rem;
  font-weight: 400;
  line-height: 1.5rem;
}

header .mobile-header .nav-menu {
  background: #FFFFFF;
  box-shadow: 0.13rem 0 0.63rem 0 rgba(0, 0, 0, 0.1);
  height: 100vh;
  left: -13.13rem;
  opacity: 0;
  overflow-y: auto;
  padding-top: 3.13rem;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 13.13rem;
  z-index: 9999;
}

header .mobile-header .nav-menu>ul>li>a {
  color: #333333;
  display: block;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.31rem;
  padding: 0.88rem 1.25rem 0.88rem 2.5rem;
  width: 100%;
}

header .mobile-header .nav-menu>ul>li:not(.drop-down).active a {
  color: #1127B4;
  font-weight: 500;
}

header .mobile-header .nav-menu .drop-down.active {
  background: #F4F7FC;
}

header .mobile-header .nav-menu .drop-down>a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

header .mobile-header .nav-menu .drop-down>a:after {
  background-image: url(../images/icon_arrow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
  height: 1.25rem;
  width: 1.25rem;
}

header .mobile-header .nav-menu .drop-down ul {
  max-height: 0;
  overflow: hidden;
}

header .mobile-header .nav-menu .drop-down ul>li {
  padding: 0.65rem 0.65rem 0.65rem 3.44rem;
}

header .mobile-header .nav-menu .drop-down ul>li a {
  color: #787878;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.31rem;
}

header .mobile-header .nav-menu .drop-down ul>li.active a {
  color: #1127B4;
  font-weight: 500;
}

header .mobile-header .nav-menu .drop-down.open>a:after {
  background-image: url(../images/icon_arrow_up.png);
}

header .mobile-header .nav-menu .drop-down.open ul {
  max-height: 28rem;
}

header .mobile-header .overly {
  background: transparent;
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9997;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active header .mobile-header .nav-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active header .mobile-header .nav-menu .nav-cancel {
  height: 1.5rem;
  left: 0.75rem;
  position: fixed;
  top: 0.75rem;
  width: 1.5rem;
}

@media (max-width: 1200px) {
  header .pc-header .container .nav-menu>ul>li[data-response="xl"] {
    display: none;
  }

  header .pc-header .container .nav-menu .more {
    display: block;
  }
}

@media (max-width: 992px) {
  header {
    height: 2.75rem;
  }

  header .pc-header {
    display: none;
  }

  header .mobile-header {
    display: block;
  }
}

/*--------------------------------------------------------------
# breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background: white;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0rem -0.06rem 0rem 0rem #F2F2F2;
  height: 3.75rem;
  padding: 1.25rem 0;
}

.breadcrumbs .breadcrumb {
  background-color: transparent;
  font-size: 0.88rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb i {
  margin-right: 0.25rem;
}

.breadcrumbs .breadcrumb a {
  color: #092473;
}

.breadcrumbs .breadcrumb a:hover {
  color: rgba(9, 36, 115, 0.8);
}

.breadcrumbs .breadcrumb .active a {
  color: #787878;
}

/*-lg-*/
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}

.left-menu {
  color: #222222;
  font-size: 1rem;
  line-height: 1.38rem;
  margin-right: 1.25rem;
  padding-top: 1.25rem;
  width: 17.5rem;
}

.left-menu ul>li {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 1.19rem 0 1.19rem 1.25rem;
}

.left-menu ul>li a {
  color: #222222;
}

.left-menu ul>li i {
  color: #787878;
}

.left-menu ul>li:not(:last-child) {
  box-shadow: 0 0.06rem 0 0 #F2F2F2;
}

.left-menu ul>li:hover a,
.left-menu ul>li:hover i,
.left-menu ul>li.active a,
.left-menu ul>li.active i {
  color: #1127b4;
}

.lh-right-menus {
  opacity: 0;
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateX(3rem);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 99999;
}

.lh-right-menus ul {
  display: flex;
  flex-flow: column;
  margin: 0;
}

.lh-right-menus ul li {
  background-color: #1127b4;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 3rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 3rem;
}

.lh-right-menus ul li:not(:first-child) {
  margin-top: 0.31rem;
}

.lh-right-menus ul li>div {
  background: #ffffff;
  box-shadow: 0 0.63rem 1.88rem 0 rgba(6, 12, 34, 0.1);
  opacity: 0;
  position: absolute;
  right: 3.63rem;
  transform: translateY(1rem);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.lh-right-menus ul li>div:before {
  background-color: #ffffff;
  border-top-right-radius: 0.125rem;
  content: '';
  height: 0.5rem;
  position: absolute;
  right: -0.25rem;
  top: 0.5rem;
  transform: rotate(45deg);
  width: 0.5rem;
  z-index: 9999;
}

.lh-right-menus ul li:hover {
  background-color: #0061ff;
}

.lh-right-menus ul li:hover>div {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.lh-right-menus ul li.lh-item-WeChat {
  background-image: url(../images/icon_weixin.png);
}
.lh-right-menus ul li.lh-item-WeChat>div {
  align-items: center;
  display: flex;
  flex-flow: column;
  padding: 1.88rem 1.88rem 1.13rem;
  width: 18.88rem;
}

.lh-right-menus ul li.lh-item-WeChat>div>div {
  display: flex;
  flex-flow: row;
  justify-items: center;
}

.lh-right-menus ul li.lh-item-WeChat>div>div>div div {
  height: 6.25rem;
  width: 6.25rem;
}

.lh-right-menus ul li.lh-item-WeChat>div>div>div p {
  color: #222222;
  font-size: 0.88rem;
  line-height: 1.25rem;
  margin-top: 0.63rem;
}

.lh-right-menus ul li.lh-item-WeChat>div>div>div:first-child {
  margin-right: 2.63rem;
}

.lh-right-menus ul li.lh-item-WeChat>div>p {
  color: #787878;
  font-size: 0.88rem;
  line-height: 1.25rem;
  margin-top: 1.13rem;
  text-align: center;
}
.lh-right-menus ul li.lh-item-Contact {
  background-image: url(../images/icon_phone.png);
}
.lh-right-menus ul li.lh-item-Contact>div {
  padding: 1.88rem;
  width: 18.88rem;
}

.lh-right-menus ul li.lh-item-Contact>div p {
  align-items: center;
  color: #222222;
  display: flex;
  flex-flow: row;
  font-size: 0.88rem;
  line-height: 1.25rem;
}

.lh-right-menus ul li.lh-item-Contact>div p:not(:first-child) {
  margin-top: 1.13rem;
}

.lh-right-menus ul li.lh-item-Contact>div p i {
  background-image: url(../images/icon_tel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1rem;
  margin-right: 0.75rem;
  width: 1rem;
}

.lh-right-menus ul li.lh-item-Contact>div p label {
  flex-shrink: 0;
  width: 4.38rem;
  word-break: keep-all;
}

.lh-right-menus ul li.lh-item-Contact>div p span {
  flex-grow: 1;
}

.lh-right-menus ul li.lh-item-BackToTop {
  display: none;
  background-image: url(../images/icon_top.png);
}

@media (min-height: 30rem) {
  .lh-right-menus {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}

@media (max-width: 768px) {
  .lh-right-menus {
    opacity: 0;
    transform: translateX(3rem);
    visibility: hidden;
  }
}

/*--------------------------------------------------------------
# pageable
--------------------------------------------------------------*/
.pageable {
  margin-top: 3.75rem;
}

.pageable .pagination {
  margin: 0;
}

.pageable .pagination .page-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.pageable .pagination .page-item .page-link {
  align-items: center;
  background: #FFFFFF;
  border: 0.04rem solid #E6E6E6;
  border-radius: 0.17rem;
  color: #1127b4;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  height: 2.25rem;
  justify-content: center;
  line-height: 1.38rem;
  padding: 0;
  transition: all 0.3s ease-in-out;
  width: 2.25rem;
}

.pageable .pagination .page-item .page-label {
  color: #787878;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 8px 0;
}

.pageable .pagination .page-item.active .page-link,
.pageable .pagination .page-item:hover .page-link {
  background: #1127b4;
  border-radius: 0.17rem;
  color: #FFFFFF;
}

.pageable .pagination .page-item.mobile-item {
  display: none;
}

@media (max-width: 992px) {
  .pageable {
    margin-top: 1.88rem;
  }

  .pageable .pagination .page-item.pc-item {
    display: none;
  }

  .pageable .pagination .page-item.mobile-item {
    display: inline-block;
  }
}

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

  .pageable .pagination .page-item.pc-item {
    display: none;
  }

  .pageable .pagination .page-item.mobile-item {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#preloader:before {
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
  border: 0.25rem solid #1127b4;
  border-radius: 999rem;
  border-top-color: transparent;
  content: "";
  height: 3.75rem;
  left: calc(50% - 2rem);
  position: fixed;
  top: calc(50% - 2rem);
  width: 3.75rem;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**品牌故事*/
.lh-sec-010101 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 8.75rem;
  padding-top: 5rem;
}

.lh-sec-010101 .section-body {
  align-items: center;
  display: flex;
  flex-flow: row;
  margin-top: 3.75rem;
  position: relative;
}

.lh-sec-010101 .section-body .lh-img-frame {
  flex-shrink: 0;
  margin-right: 3.75rem;
  overflow: hidden;
  width: 30rem;
}

.lh-sec-010101 .section-body .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 58.33%;
  width: 100%;
}

.lh-sec-010101 .section-body p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-indent: 2em;
}

.lh-sec-010101 .section-body a {
  color: #222222;
  display: block;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 1.5rem;
}

.lh-sec-010101 .section-body:hover .lh-img-frame .lh-img {
  transform: scale(1.1);
}

.lh-sec-010101 .section-body:hover a {
  color: #1127B4;
}

@media (max-width: 1200px) {
  .lh-sec-010101 {
    padding-bottom: 6.38rem;
    padding-top: 4rem;
  }

  .lh-sec-010101 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-010101 .section-body .lh-img-frame {
    margin-right: 2.5rem;
    width: 25rem;
  }

  .lh-sec-010101 .section-body .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 58.52%;
    width: 100%;
  }

  .lh-sec-010101 .section-body p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-indent: 2em;
  }

  .lh-sec-010101 .section-body a {
    color: #222222;
    display: block;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-010101 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010101 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-010101 .container .section-body {
    align-items: start;
    margin-top: 2.5rem;
  }

  .lh-sec-010101 .container .section-body .lh-img-frame {
    margin-right: 1.31rem;
    width: calc((100% - 1.31rem) / 2);
  }

  .lh-sec-010101 .container .section-body p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0;
  }

  .lh-sec-010101 .container .section-body a {
    color: #1127B4;
    margin-top: 0.75rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-010101 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010101 .container .section-body {
    flex-flow: column;
    margin-top: 3.75rem;
  }

  .lh-sec-010101 .container .section-body .lh-img-frame {
    margin-right: 0;
    width: 100%;
  }

  .lh-sec-010101 .container .section-body p {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.31rem;
  }

  .lh-sec-010101 .container .section-body a {
    color: #1127B4;
    margin-top: 0.75rem;
  }
}

/**领航产业*/
.lh-sec-01010201 {
  background-color: #FFFFFF;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.lh-sec-01010201 h3,
.lh-sec-01010201 a {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.13rem;
}

.lh-sec-01010201 a:hover {
  color: #1127B4;
}

.lh-sec-01010201 p {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lh-sec-01010201>.lh-block:nth-child(odd) {
  align-items: stretch;
  display: flex;
  flex-flow: row;
}

.lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1) {
  align-items: stretch;
  display: flex;
  flex-flow: row;
  width: 67.36%;
}

.lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame {
  width: 51.55%;
}

.lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
  padding-bottom: 125%;
}

.lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
  background: #F9FBFF;
  flex-grow: 1;
  padding: 5rem 2.63rem 0;
  position: relative;
}

.lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2) {
  align-items: stretch;
  display: flex;
  flex-flow: column;
  width: 32.64%;
}

.lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
  padding-bottom: 63.82%;
}

.lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
  background: #FFFFFF;
  flex-grow: 1;
  padding: 2.63rem 2.63rem 0;
  position: relative;
}

.lh-sec-01010201>.lh-block:nth-child(even) {
  align-items: stretch;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1) {
  align-items: stretch;
  display: flex;
  flex-flow: row-reverse;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame {
  width: 65.27%;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
  padding-bottom: 34.57%;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
  background: #4093ce;
  flex-grow: 1;
  padding: 3.75rem 2.63rem 0;
  position: relative;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block h3,
.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block a,
.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block p {
  color: #FFFFFF;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block a:hover {
  color: #eeeeee;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2) {
  align-items: stretch;
  display: flex;
  flex-flow: row;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame {
  width: 34.73%;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
  padding-bottom: 70%;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
  background: #000D5F;
  flex-grow: 1;
  padding: 3.75rem 2.63rem 0;
  position: relative;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block h3,
.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block a,
.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block p {
  color: #FFFFFF;
}

.lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block a:hover {
  color: #eeeeee;
}

@media (max-width: 1200px) {
  .lh-sec-01010201 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .lh-sec-01010201 h3,
  .lh-sec-01010201 a {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
  }

  .lh-sec-01010201 p {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
    padding: 5rem 1.88rem 0;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
    padding: 2.5rem 1.88rem 0;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
    padding: 2.5rem 1.88rem 0;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
    padding: 2.5rem 1.88rem 0;
  }
}

@media (max-width: 992px) {
  .lh-sec-01010201 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-01010201 h3,
  .lh-sec-01010201 a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-01010201 p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
    padding: 3.13rem 1.31rem 0;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
    padding: 1.31rem 1.31rem 0;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
    padding: 1.88rem 1.31rem 0;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
    padding: 1.88rem 1.31rem 0;
  }
}

@media (max-width: 768px) {
  .lh-sec-01010201 {
    padding-bottom: 0;
    padding-top: 2.5rem;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd) {
    flex-flow: column;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-01010201>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }

  .lh-sec-01010201>.lh-block:nth-child(even) {
    flex-flow: column;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-01010201>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }
}

.lh-sec-07050201 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.lh-sec-07050201 .section-body {
  margin-top: 3.75rem;
}

.lh-sec-07050201 .section-body .tab-head {
  overflow: hidden;
  text-align: center;
}

.lh-sec-07050201 .section-body .tab-head dl {
  box-shadow: 0 0.06rem 0 0 #E5E8ED;
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  padding: 1.13rem 2.5rem;
}

.lh-sec-07050201 .section-body .tab-head dl dt {
  color: #6D7293;
  cursor: pointer;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.63rem;
  position: relative;
  white-space: nowrap;
}

.lh-sec-07050201 .section-body .tab-head dl dt:not(:last-child) {
  margin-right: 3.75rem;
}

.lh-sec-07050201 .section-body .tab-head dl dt:after {
  background: #1127B4;
  bottom: -1.13rem;
  content: '';
  height: 0.13rem;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0;
}

.lh-sec-07050201 .section-body .tab-head dl dt.active {
  color: #333333;
}

.lh-sec-07050201 .section-body .tab-head dl dt.active:after,
.lh-sec-07050201 .section-body .tab-head dl dt:hover:after {
  margin-left: -2.25rem;
  width: 4.5rem;
}

.lh-sec-07050201 .section-body .tab-body .lh-list {
  display: none;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.lh-sec-07050201 .section-body .tab-body .lh-list.active {
  display: flex;
}

@media (max-width: 1200px) {
  .lh-sec-07050201 .section-body .tab-body .lh-list {
    margin-top: 2.25rem;
  }

  .lh-sec-07050201 .section-body .tab-body .lh-list.active {
    display: flex;
  }
}

@media (max-width: 992px) {
  .lh-sec-07050201 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-07050201 .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-07050201 .section-body .tab-head dl {
    box-shadow: 0 0.03rem 0 0 #E5E8ED;
    padding: 0.88rem 2.25rem;
  }

  .lh-sec-07050201 .section-body .tab-head dl dt {
    font-size: 0.88rem;
    line-height: 1.25rem;
  }

  .lh-sec-07050201 .section-body .tab-head dl dt:not(:last-child) {
    margin-right: 1.88rem;
  }

  .lh-sec-07050201 .section-body .tab-head dl dt:after {
    bottom: -0.88rem;
    width: 0;
  }

  .lh-sec-07050201 .section-body .tab-head dl dt.active:after,
  .lh-sec-07050201 .section-body .tab-head dl dt:hover:after {
    margin-left: -3rem;
    width: 6rem;
  }

  .lh-sec-07050201 .section-body .tab-body {
    padding: 0 2.25rem;
  }

  .lh-sec-07050201 .section-body .tab-body .lh-list {
    margin-top: 1.5rem;
  }

  .lh-sec-07050201 .section-body .tab-body .lh-list.active {
    display: flex;
  }
}

@media (max-width: 768px) {
  .lh-sec-07050201 {
    padding-bottom: 3.16rem;
    padding-top: 2.5rem;
  }

  .lh-sec-07050201 .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-07050201 .section-body .tab-head dl {
    padding: 0.88rem 1rem;
  }

  .lh-sec-07050201 .section-body .tab-head dl dt {
    white-space: nowrap;
  }

  .lh-sec-07050201 .section-body .tab-body {
    padding: 0 1.31rem;
  }

  .lh-sec-07050201 .section-body .tab-body .lh-list {
    margin-top: 0.94rem;
  }

  .lh-sec-07050201 .section-body .tab-body .lh-list.active {
    display: flex;
  }
}

.lh-sec-010102 {
  background-color: #FFFFFF;
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-010102 .container .section-body {
  margin-top: 5rem;
}

.lh-sec-010102 .container .section-body h3,
.lh-sec-010102 .container .section-body a {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.13rem;
}

.lh-sec-010102 .container .section-body a:hover {
  color: #1127B4;
}

.lh-sec-010102 .container .section-body p {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd) {
  align-items: stretch;
  display: flex;
  flex-flow: row;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1) {
  align-items: stretch;
  display: flex;
  flex-flow: row;
  width: 67.36%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame {
  width: 51.55%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
  padding-bottom: 125%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
  background: #F9FBFF;
  flex-grow: 1;
  padding: 5rem 2.63rem 0;
  position: relative;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2) {
  align-items: stretch;
  display: flex;
  flex-flow: column;
  width: 32.64%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
  padding-bottom: 63.82%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
  background: #FFFFFF;
  flex-grow: 1;
  padding: 2.63rem 2.63rem 0;
  position: relative;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even) {
  align-items: stretch;
  display: flex;
  flex-flow: column;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1) {
  align-items: stretch;
  display: flex;
  flex-flow: row-reverse;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame {
  width: 65.27%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
  padding-bottom: 34.57%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
  background: #A59E74;
  flex-grow: 1;
  padding: 3.75rem 2.63rem 0;
  position: relative;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block h3,
.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block a,
.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block p {
  color: #FFFFFF;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block a:hover {
  color: #eeeeee;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2) {
  align-items: stretch;
  display: flex;
  flex-flow: row;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame {
  width: 34.73%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
  padding-bottom: 70%;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
  background: #000D5F;
  flex-grow: 1;
  padding: 3.75rem 2.63rem 0;
  position: relative;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block h3,
.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block a,
.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block p {
  color: #FFFFFF;
}

.lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block a:hover {
  color: #eeeeee;
}

@media (max-width: 1200px) {
  .lh-sec-010102 {
    padding-bottom: 7.5rem;
    padding-top: 3.75rem;
  }

  .lh-sec-010102 .container .section-body h3,
  .lh-sec-010102 .container .section-body a {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
  }

  .lh-sec-010102 .container .section-body p {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
    padding: 5rem 1.88rem 0;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
    padding: 2.5rem 1.88rem 0;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
    padding: 2.5rem 1.88rem 0;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
    padding: 2.5rem 1.88rem 0;
  }
}

@media (max-width: 992px) {
  .lh-sec-010102 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010102 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-010102 .container .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-010102 .container .section-body h3,
  .lh-sec-010102 .container .section-body a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-010102 .container .section-body p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
    padding: 3.13rem 1.31rem 0;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
    padding: 1.31rem 1.31rem 0;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
    padding: 1.88rem 1.31rem 0;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
    padding: 1.88rem 1.31rem 0;
  }
}

@media (max-width: 768px) {
  .lh-sec-010102 {
    padding-bottom: 0;
    padding-top: 2.5rem;
  }

  .lh-sec-010102 .container {
    padding: 0;
  }

  .lh-sec-010102 .container .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd) {
    flex-flow: column;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(1)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(odd)>.lh-block:nth-child(2)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even) {
    flex-flow: column;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(1)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2) {
    flex-flow: row;
    width: 100%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame {
    width: 53.33%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
    padding-bottom: 120%;
  }

  .lh-sec-010102 .container .section-body>.lh-block:nth-child(even)>.lh-block:nth-child(2)>.lh-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 1.31rem;
  }
}

/**共享中心*/
.lh-sec-010103 {
  background-color: #F9FBFF;
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-010103 .section-body {
  margin-top: 3.75rem;
}

.lh-sec-010103 .section-body>p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

.lh-sec-010103 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.12rem;
}

.lh-sec-010103 .section-body .lh-list .lh-item {
  align-items: center;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  height: 17.13rem;
  margin: 1.88rem 0.5rem 0 0.5rem;
  padding: 1.88rem 0.88rem;
  transition: all 0.3s ease-in-out;
  width: calc((100% - 4rem) / 4);
}

.lh-sec-010103 .section-body .lh-list .lh-item:hover {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}

.lh-sec-010103 .section-body .lh-list .lh-item .lh-icon {
  height: 5rem;
  width: 5rem;
}

.lh-sec-010103 .section-body .lh-list .lh-item h3 {
  color: #222222;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.63rem;
  margin-top: 1.5rem;
}

.lh-sec-010103 .section-body .lh-list .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

.lh-sec-010103 .section-body .lh-list .lh-item2 {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    height: 17.13rem;
    margin: 1.88rem 0.5rem 0 0.5rem;
    padding: 1.88rem 0.88rem;
    transition: all 0.3s ease-in-out;
    width: calc((100% - 4rem) / 3);
  }

.lh-sec-010103 .section-body .lh-list .lh-item2:hover {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}

.lh-sec-010103 .section-body .lh-list .lh-item2 .lh-icon {
  height: 5rem;
  width: 5rem;
}

.lh-sec-010103 .section-body .lh-list .lh-item2 h3 {
  color: #222222;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.63rem;
  margin-top: 1.5rem;
}

.lh-sec-010103 .section-body .lh-list .lh-item2 p {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

/**服务特色与优势*/
.lh-sec-110103 {
  background-color: #F9FBFF;
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-110103 .section-body {
  margin-top: 3.75rem;
}

.lh-sec-110103 .section-body>p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

.lh-sec-110103 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.12rem;
}

.lh-sec-110103 .section-body .lh-list .lh-item {
  align-items: center;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  height: 17.13rem;
  margin: 1.88rem 0.5rem 0 0.5rem;
  padding: 1.88rem 0.88rem;
  transition: all 0.3s ease-in-out;
  width: calc((100% - 4rem) / 4);
}

.lh-sec-110103 .section-body .lh-list .lh-item:hover {
  border-radius: 1rem;
  transform: translateY(-0.5rem);
}

.lh-sec-110103 .section-body .lh-list .lh-item .lh-icon {
  height: 5rem;
  width: 5rem;
}

.lh-sec-110103 .section-body .lh-list .lh-item h3 {
  color: #222222;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.63rem;
  margin-top: 1.5rem;
}

.lh-sec-110103 .section-body .lh-list .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

.lh-sec-110103 .section-body .lh-list .lh-item2 {
  align-items: center;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  height: 17.13rem;
  margin: 1.88rem 0.5rem 0 0.5rem;
  padding: 1.88rem 0.88rem;
  transition: all 0.3s ease-in-out;
  width: calc((100% - 4rem) / 3);
}

.lh-sec-110103 .section-body .lh-list .lh-item2:hover {
  border-radius: 1rem;
  transform: translateY(-0.5rem);
}

.lh-sec-110103 .section-body .lh-list .lh-item2 .lh-icon {
  height: 5rem;
  width: 5rem;
}

.lh-sec-110103 .section-body .lh-list .lh-item2 h3 {
  color: #222222;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.63rem;
  margin-top: 1.5rem;
}

.lh-sec-110103 .section-body .lh-list .lh-item2 p {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

@media (max-width: 1200px) {
  .lh-sec-010103 {
    padding-bottom: 6.25rem;
    padding-top: 4rem;
  }

  .lh-sec-010103 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-010103 .section-body>p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    text-indent: 2em;
  }

  .lh-sec-010103 .section-body .lh-list {
    margin-top: 0.75rem;
  }

  .lh-sec-010103 .section-body .lh-list .lh-item {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    height: 17.13rem;
    margin: 1.88rem 0 0;
    padding: 1.88rem 1.25rem;
    width: calc(100% / 4);
  }

  .lh-sec-010103 .section-body .lh-list .lh-item .lh-icon {
    height: 3.75rem;
    width: 3.75rem;
  }

  .lh-sec-010103 .section-body .lh-list .lh-item h3 {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
    margin-top: 1.13rem;
  }

  .lh-sec-010103 .section-body .lh-list .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-010103 .section-body .lh-list .lh-item2 {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    height: 19.13rem;
    margin: 1.88rem 0 0;
    padding: 1.88rem 1.25rem;
    width: calc(100% / 2);
  }

  .lh-sec-010103 .section-body .lh-list .lh-item2 .lh-icon {
    height: 3.75rem;
    width: 3.75rem;
  }

  .lh-sec-010103 .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
    margin-top: 1.13rem;
  }

  .lh-sec-010103 .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  #110103
  .lh-sec-110103 {
    padding-bottom: 6.25rem;
    padding-top: 4rem;
  }

  .lh-sec-110103 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-110103 .section-body>p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    text-indent: 2em;
  }

  .lh-sec-110103 .section-body .lh-list {
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .section-body .lh-list .lh-item {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    height: 17.13rem;
    margin: 1.88rem 0 0;
    padding: 1.88rem 1.25rem;
    width: calc(100% / 4);
  }

  .lh-sec-110103 .section-body .lh-list .lh-item .lh-icon {
    height: 3.75rem;
    width: 3.75rem;
  }

  .lh-sec-110103 .section-body .lh-list .lh-item h3 {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
    margin-top: 1.13rem;
  }

  .lh-sec-110103 .section-body .lh-list .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .section-body .lh-list .lh-item2 {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    height: 19.13rem;
    margin: 1.88rem 0 0;
    padding: 1.88rem 1.25rem;
    width: calc(100% / 2);
  }

  .lh-sec-110103 .section-body .lh-list .lh-item2 .lh-icon {
    height: 3.75rem;
    width: 3.75rem;
  }

  .lh-sec-110103 .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
    margin-top: 1.13rem;
  }

  .lh-sec-110103 .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-010103 {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010103 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-010103 .container .section-body {
    margin-top: 1.88rem;
  }

  .lh-sec-010103 .container .section-body>p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left;
    text-indent: 2em;
  }

  .lh-sec-010103 .container .section-body .lh-list {
    margin-top: 1.13rem;
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item {
    height: 13.69rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    width: calc((100% - 4rem) / 4);
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    width: 3.38rem;
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item2 {
    height: 19.69rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    width: calc((100% - 4rem) / 2);
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item2 .lh-icon {
    height: 3.38rem;
    width: 3.38rem;
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }

  #110103
  .lh-sec-110103 {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-110103 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-110103 .container .section-body {
    margin-top: 1.88rem;
  }

  .lh-sec-110103 .container .section-body>p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left;
    text-indent: 2em;
  }

  .lh-sec-110103 .container .section-body .lh-list {
    margin-top: 1.13rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item {
    height: 13.69rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    width: calc((100% - 4rem) / 4);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    width: 3.38rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 {
    height: 19.69rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    width: calc((100% - 4rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 .lh-icon {
    height: 3.38rem;
    width: 3.38rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }

}

@media (max-width: 768px) {
  .lh-sec-010103 {
    padding-bottom: 2.5rem;
  }

  .lh-sec-010103 .container .section-body .lh-list {
    justify-content: start;
    margin-top: 1.37rem;
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item {
    height: 13.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-010103 .container .section-body .lh-list .lh-item2 {
    height: 19.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.63rem;
    width: calc((100% - 1rem) / 2);
  }

  #110103
  .lh-sec-110103 {
    padding-bottom: 2.5rem;
  }

  .lh-sec-110103 .container .section-body .lh-list {
    justify-content: start;
    margin-top: 1.37rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item {
    height: 13.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 {
    height: 12.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 .lh-icon {
    height: 3.38rem;
    width: 6.38rem;
    padding-bottom: 33%;
    background-size: 100px;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }
}

/**信息化服务平台*/
.lh-sec-010104 {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFF 100%);
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-010104 .section-body {
  margin-top: 1.25rem;
}

.lh-sec-010104 .section-body .lh-list {
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lh-sec-010104 .section-body .lh-list .lh-item {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 3.75rem;
  position: relative;
  width: calc((100% - 2.5rem) / 2);
}

.lh-sec-010104 .section-body .lh-list .lh-item .lh-img-frame {
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}

.lh-sec-010104 .section-body .lh-list .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 44.44%;
  width: 100%;
}

.lh-sec-010104 .section-body .lh-list .lh-item h3,
.lh-sec-010104 .section-body .lh-list .lh-item a {
  color: #222222;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.63rem;
  margin-top: 1.5rem;
}

.lh-sec-010104 .section-body .lh-list .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-top: 0.81rem;
}

.lh-sec-010104 .section-body .lh-list .lh-item:hover {
  background: #F9FBFF;
}

.lh-sec-010104 .section-body .lh-list .lh-item a:hover {
  color: #1127B4;
}

.lh-sec-010104 .section-body .lh-list .lh-item:hover .lh-img-frame .lh-img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .lh-sec-010104 {
    padding-bottom: 6.25rem;
    padding-top: 4rem;
  }

  .lh-sec-010104 .section-body {
    margin-top: 2.25rem;
  }

  .lh-sec-010104 .section-body .lh-list .lh-item {
    margin-top: 1.5rem;
    width: calc((100% - 1.25rem) / 2);
  }

  .lh-sec-010104 .section-body .lh-list .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 54.54%;
    width: 100%;
  }

  .lh-sec-010104 .section-body .lh-list .lh-item h3,
  .lh-sec-010104 .section-body .lh-list .lh-item a {
    color: #333333;
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 1.63rem;
  }

  .lh-sec-010104 .section-body .lh-list .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.38rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-010104 {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010104 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-010104 .container .section-body {
    margin-top: 0.57rem;
  }

  .lh-sec-010104 .container .section-body .lh-list .lh-item {
    margin-top: 1.31rem;
    width: calc((100% - 1.63rem) / 2);
  }

  .lh-sec-010104 .container .section-body .lh-list .lh-item h3,
  .lh-sec-010104 .container .section-body .lh-list .lh-item a {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-010104 .container .section-body .lh-list .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-010104 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010104 .container .section-body .lh-list .lh-item {
    width: 100%;
  }
}

/**官方新闻*/
.lh-sec-010105 {
  background-color: #FFFFFF;
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-010105 .section-body {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-top: 6.25rem;
}

.lh-sec-010105 .section-body .lh-list:first-child {
  flex-shrink: 0;
  margin-right: 2.5rem;
  overflow: hidden;
  width: 30rem;
}

.lh-sec-010105 .section-body .lh-list:first-child .lh-inner {
  animation: lh-sec-010105-move infinite 15s linear;
  display: inline-flex;
  width: 100%;
}

.lh-sec-010105 .section-body .lh-list:first-child .lh-inner .lh-item {
  flex-shrink: 0;
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
  width: 100%;
}

.lh-sec-010105 .section-body .lh-list:first-child .lh-inner .lh-item .lh-img {
  height: 0;
  left: 0;
  padding-bottom: 66.67%;
  position: absolute;
  top: 0;
  width: 100%;
}

.lh-sec-010105 .section-body .lh-list:first-child .lh-inner .lh-item h3 {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  line-height: 1.5rem;
  padding: 1.25rem;
  position: absolute;
  width: 100%;
}

.lh-sec-010105 .section-body .lh-list:first-child .lh-inner .lh-item a {
  color: #FFFFFF;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.lh-sec-010105 .section-body .lh-list:first-child:hover .lh-inner {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.lh-sec-010105 .section-body .lh-list:last-child .lh-item {
  box-shadow: 0 0.06rem 0 0 rgba(221, 221, 221, 0.5);
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
}

.lh-sec-010105 .section-body .lh-list:last-child .lh-item:last-child {
  box-shadow: none;
}

.lh-sec-010105 .section-body .lh-list:last-child .lh-item h3,
.lh-sec-010105 .section-body .lh-list:last-child .lh-item a {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.lh-sec-010105 .section-body .lh-list:last-child .lh-item p {
  -webkit-box-orient: vertical;
  color: #787878;
  display: -webkit-box;
  font-size: 0.88rem;
  font-weight: 400;
  height: 2.75rem;
  -webkit-line-clamp: 2;
  line-height: 1.38rem;
  margin-top: 0.75rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}

.lh-sec-010105 .section-body .lh-list:last-child .lh-item:hover {
  background: #F9FBFF;
}

.lh-sec-010105 .section-body .lh-list:last-child .lh-item a:hover {
  color: #1127B4;
}

.lh-sec-010105 .section-footer {
  margin-top: 5rem;
  text-align: center;
}

.lh-sec-010105 .section-footer a {
  background: #1127B4;
  border-radius: 1.5rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 2.25rem;
}

.lh-sec-010105 .section-footer a:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .lh-sec-010105 {
    padding-bottom: 6.25rem;
    padding-top: 4rem;
  }

  .lh-sec-010105 .section-body {
    margin-top: 4.56rem;
  }

  .lh-sec-010105 .section-body .lh-list:first-child {
    width: 25rem;
  }

  .lh-sec-010105 .section-body .lh-list:first-child .lh-inner .lh-item a {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
  }

  .lh-sec-010105 .section-body .lh-list:last-child .lh-item {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .lh-sec-010105 .section-body .lh-list:last-child .lh-item h3,
  .lh-sec-010105 .section-body .lh-list:last-child .lh-item a {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .lh-sec-010105 .section-body .lh-list:last-child .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.38rem;
    margin-top: 0.38rem;
  }

  .lh-sec-010105 .section-footer {
    margin-top: 3.75rem;
  }

  .lh-sec-010105 .section-footer a {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.75rem 2.25rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-010105 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010105 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-010105 .container .section-body {
    margin-top: 1.88rem;
  }

  .lh-sec-010105 .container .section-body .lh-list:first-child {
    margin-right: 1.31rem;
    width: calc((100% - 1.31rem) / 2);
  }

  .lh-sec-010105 .container .section-body .lh-list:first-child .lh-inner .lh-item h3 {
    padding: 0.75rem 0.88rem;
  }

  .lh-sec-010105 .container .section-body .lh-list:first-child .lh-inner .lh-item a {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.06rem;
  }

  .lh-sec-010105 .container .section-body .lh-list:last-child .lh-item h3,
  .lh-sec-010105 .container .section-body .lh-list:last-child .lh-item a {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
  }

  .lh-sec-010105 .container .section-body .lh-list:last-child .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    height: 2.12rem;
    line-height: 1.06rem;
    margin-top: 0.38rem;
  }

  .lh-sec-010105 .container .section-footer {
    margin-top: 1.88rem;
  }

  .lh-sec-010105 .container .section-footer a {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.38rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-010105 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lh-sec-010105 .container .section-body {
    flex-flow: column;
    margin-top: 1.88rem;
  }

  .lh-sec-010105 .container .section-body .lh-list:first-child {
    margin-right: 0;
    width: 100%;
  }

  .lh-sec-010105 .container .section-body .lh-list:last-child {
    margin-top: 0.94rem;
    overflow: hidden;
    width: 100%;
  }

  .lh-sec-010105 .container .section-body .lh-list:last-child .lh-item {
    padding-bottom: 0.94rem;
    padding-top: 1.13rem;
  }
}

@keyframes lh-sec-010105-move {
  0% {
    transform: translateX(0);
  }

  31% {
    transform: translateX(0%);
  }

  33% {
    transform: translateX(-100%);
  }

  64% {
    transform: translateX(-100%);
  }

  66% {
    transform: translateX(-200%);
  }

  98% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(-300%);
  }
}

/**网站维护*/
.lh-sec-010106 {
  margin: 10rem 0;
}

.lh-sec-010106 .container {
  text-align: center;
}

.lh-sec-010106 .container .lh-img-frame {
  width: 24rem;
  height: 18rem;
  display: inline-block;
  background-image: url("/resource/img/pic010103.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.lh-sec-010106 .container h1 {
  font-size: 1.8rem;
  margin: 1rem 0;
  color: #333333;
}

.lh-sec-010106 .container p {
  font-size: 0.88rem;
  color: #787878;
}

.lh-sec-010106 .container .ercode-icon {
  margin-top: 3rem;
  display: inline-block;
  height: 6.25rem;
  width: 6.25rem;
  background-image: url("/resource/img/pic_qr_code_01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.lh-sec-020101 {
  background-color: #ffffff;
  height: 50rem;
}

.lh-sec-020101 .container {
  display: flex;
  flex-flow: row;
}

.lh-sec-020101 .container .lh-img-frame {
  margin-left: -24.375rem;
  margin-right: 2.5rem;
  width: 50rem;
}

.lh-sec-020101 .container .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 100%;
}

.lh-sec-020101 .container>div:last-child {
  padding-top: 6.25rem;
}

.lh-sec-020101 .container p {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.88rem;
  margin-bottom: 1.88rem;
  text-indent: 2em;
}

.lh-sec-020102 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 12.5rem;
  padding-top: 5rem;
}

.lh-sec-020102 .container .section-body {
  padding-top: 7.5rem;
}

.lh-sec-020102 .container .section-body .lh-list {
  align-items: center;
  display: inline-flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.lh-sec-020102 .container .section-body .lh-list:last-child {
  display: none;
}

.lh-sec-020102 .container .section-body .lh-list .lh-item {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(100% / 5);
}

.lh-sec-020102 .container .section-body .lh-list .lh-item .lh-icon {
  background-color: #333333;
  border-radius: 999rem;
  height: 7.5rem;
  transition: all 0.3s ease-in-out;
  width: 7.5rem;
}

.lh-sec-020102 .container .section-body .lh-list .lh-item h3 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38rem;
  margin-top: 0.75rem;
}

.lh-sec-020102 .container .section-body .lh-list .lh-item:hover .lh-icon {
  background-color: #0061FF;
}

@media (max-width: 1200px) {
  .lh-sec-020101 {
    height: auto;
  }

  .lh-sec-020101 .container .lh-img-frame {
    margin-left: -13rem;
    margin-right: 1.88rem;
    width: 37.5rem;
  }

  .lh-sec-020101 .container>div:last-child {
    padding-top: 3.75rem;
  }

  .lh-sec-020101 .container p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    text-indent: 2em;
  }

  .lh-sec-020102 {
    padding-bottom: 10rem;
    padding-top: 3.75rem;
  }

  .lh-sec-020102 .container .section-body {
    padding-top: 5rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-020101 {
    height: auto;
  }

  .lh-sec-020101 .container {
    padding: 2.5rem 1.31rem 3.75rem;
  }

  .lh-sec-020101 .container .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    width: calc((100% - 1.31rem) / 2);
  }

  .lh-sec-020101 .container>div:last-child {
    padding: 0 1.31rem;
  }

  .lh-sec-020101 .container p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .lh-sec-020101 .container p:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .lh-sec-020102 {
    padding-bottom: 6.25rem;
    padding-top: 2.5rem;
  }

  .lh-sec-020102 .container {
    max-width: 36rem;
  }

  .lh-sec-020102 .container .section-body {
    padding-top: 3.13rem;
  }

  .lh-sec-020102 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.75rem;
    width: 3.75rem;
  }

  .lh-sec-020102 .container .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.75rem;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .lh-sec-020101 {
    height: auto;
  }

  .lh-sec-020101 .container {
    flex-flow: column;
    padding: 0;
  }

  .lh-sec-020101 .container .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .lh-sec-020101 .container>div:last-child {
    padding: 1.31rem;
  }

  .lh-sec-020102 .container {
    max-width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .lh-sec-020102 .container .section-body {
    display: inline-flex;
    overflow: hidden;
    padding-top: 3.75rem;
  }

  .lh-sec-020102 .container .section-body .lh-list {
    animation: lh-carousel-move infinite 15s linear;
    display: inline-flex;
    justify-content: start;
  }

  .lh-sec-020102 .container .section-body .lh-list:last-child {
    display: inline-flex;
  }

  .lh-sec-020102 .container .section-body .lh-list .lh-item {
    padding: 0 2rem;
  }

  .lh-sec-020102 .container .section-body:hover .lh-list {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}

.lh-sec-020201 {
  padding-top: 5rem;
}

.lh-sec-020201 .section-body {
  padding-top: 5rem;
}

.lh-sec-020201 .section-body .lh-item .container {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.lh-sec-020201 .section-body .lh-item .lh-img-frame {
  margin-left: -24.375rem;
  margin-right: 5rem;
  width: 50rem;
}

.lh-sec-020201 .section-body .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 62.5%;
  width: 100%;
}

.lh-sec-020201 .section-body .lh-item:nth-child(2n) .container {
  display: flex;
  flex-flow: row-reverse;
}

.lh-sec-020201 .section-body .lh-item:nth-child(2n) .lh-img-frame {
  margin-left: 5rem;
  margin-right: -24.375rem;
}

.lh-sec-020201 .section-body .lh-item h3 {
  color: #1127B4;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.13rem;
}

.lh-sec-020201 .section-body .lh-item ul {
  padding-top: 0.38rem;
}

.lh-sec-020201 .section-body .lh-item h4 {
  color: #333333;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

.lh-sec-020201 .section-body .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.38rem;
}

@media (max-width: 1200px) {
  .lh-sec-020201 {
    padding-top: 4.38rem;
  }

  .lh-sec-020201 .section-body {
    padding-top: 2.13rem;
  }

  .lh-sec-020201 .section-body .lh-item .container {
    align-items: start;
    padding: 2.5rem;
  }

  .lh-sec-020201 .section-body .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 2.5rem;
    width: 25rem;
  }

  .lh-sec-020201 .section-body .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 67%;
    width: 100%;
  }

  .lh-sec-020201 .section-body .lh-item:nth-child(2n) {
    background-color: #F8F8F8;
  }

  .lh-sec-020201 .section-body .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 2.5rem;
    margin-right: 0;
  }

  .lh-sec-020201 .section-body .lh-item h3 {
    color: #1127B4;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
  }

  .lh-sec-020201 .section-body .lh-item ul {
    padding-top: 0;
  }
}

@media (max-width: 992px) {
  .lh-sec-020201 {
    padding-bottom: 0;
    padding-top: 2.5rem;
  }

  .lh-sec-020201 .section-body {
    padding-top: 0.62rem;
  }

  .lh-sec-020201 .section-body .lh-item .container {
    padding: 1.88rem 1.31rem 1.31rem;
  }

  .lh-sec-020201 .section-body .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 1.31rem;
    width: calc((100% - 1.31rem) * 0.48);
  }

  .lh-sec-020201 .section-body .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
  }

  .lh-sec-020201 .section-body .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 1.31rem;
    margin-right: 0;
  }

  .lh-sec-020201 .section-body .lh-item h3 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    margin-top: 0;
  }

  .lh-sec-020201 .section-body .lh-item ul {
    padding-top: 0;
  }

  .lh-sec-020201 .section-body .lh-item h4 {
    color: #333333;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.06rem;
    margin-top: 0.75rem;
  }

  .lh-sec-020201 .section-body .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.31rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-020201 {
    padding-bottom: 1.31rem;
    padding-top: 2.5rem;
  }

  .lh-sec-020201 .section-body {
    padding-top: 0;
  }

  .lh-sec-020201 .section-body .lh-item .container {
    flex-flow: column;
    padding: 1.88rem 1.31rem 1.31rem;
  }

  .lh-sec-020201 .section-body .lh-item:nth-child(2n) {
    background: #F8F8F8;
  }

  .lh-sec-020201 .section-body .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .lh-sec-020201 .section-body .lh-item:nth-child(2n) .container {
    flex-flow: column;
  }

  .lh-sec-020201 .section-body .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .lh-sec-020201 .section-body .lh-item h3 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    margin-top: 1.31rem;
  }
}

.lh-sec-020301 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5rem;
}

.lh-sec-020301 .section-body {
  padding-bottom: 8.75rem;
  padding-top: 3.75rem;
}

.lh-sec-020301 .section-body p {
  color: #787878;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: center;
}

.lh-sec-020301 .section-body p em {
  color: #1127b4;
  font-style: normal;
}

.lh-sec-020301 .section-body>div:nth-child(2n) {
  margin-top: 5.06rem;
}

.lh-sec-020301 .section-body>div:nth-child(3n) {
  margin-top: 8.81rem;
}

.lh-sec-020301 .section-body .sub-section-title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 3.81rem;
}

.lh-sec-020301 .section-body .sub-section-title img {
  height: 2.25rem;
  width: 2.25rem;
}

.lh-sec-020301 .section-body .sub-section-title h3 {
  color: #1127B4;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: auto 1.25rem;
}

.lh-sec-020301 .lh-accordion {
  display: flex;
  flex-flow: row;
  overflow: hidden;
}

.lh-sec-020301 .lh-accordion .lh-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-grow: 0;
  flex-shrink: 1;
  height: 22.5rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 33.75rem;
}

.lh-sec-020301 .lh-accordion .lh-item:last-child {
  display: none;
}

.lh-sec-020301 .lh-accordion .lh-item h4 {
  background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  bottom: 0;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  opacity: 0;
  padding: 1.19rem;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
}

.lh-sec-020301 .lh-accordion .lh-item.active {
  box-shadow: 2rem 0 1rem -2rem #000, -2rem 0 1rem -2rem #000;
  flex-grow: 1;
  flex-shrink: 0;
  z-index: 999;
}

.lh-sec-020301 .lh-accordion .lh-item.active h4 {
  opacity: 1;
  visibility: visible;
}

.lh-sec-020301 .lh-marquee {
  height: 22.5rem;
  position: relative;
}

.lh-sec-020301 .lh-marquee .lh-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 22.5rem;
  position: absolute;
  transition: transform 0.3s ease-in-out;
  width: 33.75rem;
}

.lh-sec-020301 .lh-marquee .lh-item h4 {
  background: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.7) 50%, transparent 100%);
  bottom: 0;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  opacity: 0;
  padding: 1.19rem;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
}

.lh-sec-020301 .lh-marquee .lh-item.active {
  box-shadow: 2rem 0 1rem -2rem #000, -2rem 0 1rem -2rem #000;
  left: 50%;
  margin-left: -16.875rem;
  transform: scale(1.1);
  z-index: 998;
}

.lh-sec-020301 .lh-marquee .lh-item.active h4 {
  opacity: 1;
  visibility: visible;
}

.lh-sec-020301 .lh-marquee .lh-item:nth-child(2) {
  right: 0;
  z-index: 997;
}

.lh-sec-020301 .lh-marquee .lh-item:last-child {
  left: 0;
  z-index: 997;
}

@media (max-width: 1200px) {
  .lh-sec-020301 {
    padding-top: 5rem;
  }

  .lh-sec-020301 .section-body {
    padding-bottom: 8.75rem;
    padding-top: 3.75rem;
  }

  .lh-sec-020301 .section-body p {
    color: #787878;
    font-size: 1.13rem;
    font-weight: 400;
    line-height: 1.63rem;
  }

  .lh-sec-020301 .section-body>div:nth-child(2n) {
    margin-top: 3.75rem;
  }

  .lh-sec-020301 .section-body>div:nth-child(3n) {
    margin-top: 5rem;
  }

  .lh-sec-020301 .section-body .sub-section-title {
    margin-bottom: 2.63rem;
  }

  .lh-sec-020301 .section-body .sub-section-title img {
    height: 1.75rem;
    width: 1.75rem;
  }

  .lh-sec-020301 .section-body .sub-section-title h3 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.13rem;
  }

  .lh-sec-020301 .lh-accordion .lh-item {
    height: 18.75rem;
    width: 28.13rem;
  }

  .lh-sec-020301 .lh-accordion .lh-item:last-child {
    display: none;
  }

  .lh-sec-020301 .lh-accordion .lh-item h4 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    padding: 1rem;
  }

  .lh-sec-020301 .lh-marquee {
    height: 17.5rem;
  }

  .lh-sec-020301 .lh-marquee .lh-item {
    height: 17.5rem;
    width: 26.25rem;
  }

  .lh-sec-020301 .lh-marquee .lh-item h4 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    padding: 1rem;
  }

  .lh-sec-020301 .lh-marquee .lh-item.active {
    margin-left: -13.125rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-020301 {
    padding-top: 2.5rem;
  }

  .lh-sec-020301 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-020301 .container .section-body {
    padding-bottom: 4.63rem;
    padding-top: 1.88rem;
  }

  .lh-sec-020301 .container .section-body p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .lh-sec-020301 .container .section-body>div:nth-child(2n) {
    margin-top: 2.5rem;
  }

  .lh-sec-020301 .container .section-body>div:nth-child(3n) {
    margin-top: 2.5rem;
  }

  .lh-sec-020301 .container .section-body .sub-section-title {
    margin-bottom: 1.88rem;
  }

  .lh-sec-020301 .container .section-body .sub-section-title img {
    height: 1.13rem;
    width: 1.13rem;
  }

  .lh-sec-020301 .container .section-body .sub-section-title h3 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-020301 .container .lh-accordion .lh-item {
    height: 12.5rem;
    width: 50%;
  }

  .lh-sec-020301 .container .lh-accordion .lh-item h4 {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.63rem;
  }

  .lh-sec-020301 .container .lh-marquee {
    border-radius: 0;
    height: 11.63rem;
  }

  .lh-sec-020301 .container .lh-marquee .lh-item {
    height: 11.63rem;
    width: 46%;
  }

  .lh-sec-020301 .container .lh-marquee .lh-item h4 {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.63rem;
  }

  .lh-sec-020301 .container .lh-marquee .lh-item.active {
    margin-left: -23%;
  }
}

@media (max-width: 768px) {
  .lh-sec-020301 {
    padding-bottom: 1.88rem;
    padding-top: 2.5rem;
  }

  .lh-sec-020301 .container .section-body {
    padding-top: 1.81rem;
  }

  .lh-sec-020301 .container .section-body .sub-section-title {
    margin-bottom: 1.31rem;
  }

  .lh-sec-020301 .container .lh-accordion {
    display: inline-flex;
    width: 100%;
  }

  .lh-sec-020301 .container .lh-accordion .lh-item {
    animation: lh-sec-020301-accordion-move infinite 15s linear;
    flex-grow: 0;
    flex-shrink: 0;
    height: 0;
    padding-bottom: 60%;
    width: 100%;
  }

  .lh-sec-020301 .container .lh-accordion .lh-item:last-child {
    display: block;
  }

  .lh-sec-020301 .container .lh-accordion .lh-item h4 {
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    opacity: 1;
    padding: 0.94rem;
    visibility: visible;
  }

  .lh-sec-020301 .container .lh-accordion .lh-item.active {
    box-shadow: none;
  }

  .lh-sec-020301 .container .lh-accordion:hover .lh-item {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }

  .lh-sec-020301 .container .lh-marquee {
    display: flex;
    flex-flow: column;
    height: auto;
  }

  .lh-sec-020301 .container .lh-marquee .lh-item {
    height: 0;
    padding-bottom: 66.67%;
    position: relative;
    width: 100%;
  }

  .lh-sec-020301 .container .lh-marquee .lh-item:not(:last-child) {
    margin-bottom: 0.94rem;
  }

  .lh-sec-020301 .container .lh-marquee .lh-item h4 {
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    opacity: 1;
    padding: 0.94rem;
    visibility: visible;
  }

  .lh-sec-020301 .container .lh-marquee .lh-item.active {
    box-shadow: none;
    left: 0;
    margin-left: 0;
    transform: none;
  }

  @keyframes lh-sec-020301-accordion-move {
    0% {
      transform: translateX(0);
    }

    23% {
      transform: translateX(0%);
    }

    25% {
      transform: translateX(-100%);
    }

    48% {
      transform: translateX(-100%);
    }

    50% {
      transform: translateX(-200%);
    }

    73% {
      transform: translateX(-200%);
    }

    75% {
      transform: translateX(-300%);
    }

    98% {
      transform: translateX(-300%);
    }

    100% {
      transform: translateX(-400%);
    }
  }
}

.lh-sec-030101 .container-fluid {
  background: #FFFFFF;
  padding: 5rem 0;
}

.lh-sec-030101 .container-fluid .lh-item {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.lh-sec-030101 .container-fluid .lh-item .lh-img-frame {
  margin-left: 0;
  margin-right: 1.88rem;
  width: 37.5rem;
}

.lh-sec-030101 .container-fluid .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 62.67%;
  width: 100%;
}

.lh-sec-030101 .container-fluid .lh-item h2 {
  color: #1127B4;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.13rem;
}

.lh-sec-030101 .container-fluid .lh-item p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.13rem;
  text-align: justify;
}

.lh-sec-030101 .container-fluid:nth-child(2n) {
  background: #F9FBFF;
}

.lh-sec-030101 .container-fluid:nth-child(2n) .lh-item {
  flex-flow: row-reverse;
}

.lh-sec-030101 .container-fluid:nth-child(2n) .lh-item .lh-img-frame {
  margin-left: 1.88rem;
  margin-right: 0;
}

@media (max-width: 1200px) {
  .lh-sec-030101 .container-fluid {
    padding: 3.75rem 0;
  }

  .lh-sec-030101 .container-fluid .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 2.5rem;
    width: 25rem;
  }

  .lh-sec-030101 .container-fluid .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 62.52%;
    width: 100%;
  }

  .lh-sec-030101 .container-fluid .lh-item h2 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.13rem;
  }

  .lh-sec-030101 .container-fluid .lh-item p {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.13rem;
    text-align: justify;
  }

  .lh-sec-030101 .container-fluid:nth-child(2n) .lh-item .lh-img-frame {
    margin-left: 2.5rem;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .lh-sec-030101 .container-fluid {
    padding: 3.75rem 0;
  }

  .lh-sec-030101 .container-fluid .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030101 .container-fluid .container .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 1.31rem;
    width: calc((100% - 1.31rem) * 0.48);
  }

  .lh-sec-030101 .container-fluid .container .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 62.52%;
    width: 100%;
  }

  .lh-sec-030101 .container-fluid .container .lh-item h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-030101 .container-fluid .container .lh-item p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
    text-indent: 2em;
    text-align: justify;
  }

  .lh-sec-030101 .container-fluid:nth-child(2n) .container .lh-item .lh-img-frame {
    margin-left: 1.31rem;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .lh-sec-030101 .container-fluid {
    padding: 0;
  }

  .lh-sec-030101 .container-fluid .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030101 .container-fluid .container .lh-item {
    flex-flow: column-reverse;
    padding: 1.88rem 0;
  }

  .lh-sec-030101 .container-fluid .container .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.31rem;
    width: 100%;
  }

  .lh-sec-030101 .container-fluid .container .lh-item h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    text-align: center;
  }

  .lh-sec-030101 .container-fluid .container .lh-item p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-030101 .container-fluid:nth-child(2n) .container .lh-item {
    flex-flow: column-reverse;
  }

  .lh-sec-030101 .container-fluid:nth-child(2n) .container .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.lh-sec-030201 {
  padding-top: 5rem;
}

.lh-sec-030201 h2 {
  color: #1127B4;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}

.lh-sec-030201 p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  text-indent: 2em;
}

.lh-sec-030201 p:first-child {
  margin-top: 1.88rem;
}

.lh-sec-030202 {
  padding-bottom: 6.65rem;
  padding-top: 5rem;
}

.lh-sec-030202 .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1.88rem;
  width: 100%;
}

.lh-sec-030202 .section-body .lh-item {
  margin-top: 1.88rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc((100% - (1.88rem * 2)) / 3);
}

.lh-sec-030202 .section-body .lh-item .lh-img {
  height: 0;
  padding-bottom: 62.67%;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.lh-sec-030202 .section-body .lh-item div:last-child {
  height: 100%;
  left: 0;
  padding: 0 1.88rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.lh-sec-030202 .section-body .lh-item h3 {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2.13rem;
  margin-top: 4.69rem;
}

.lh-sec-030202 .section-body .lh-item p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-top: 0.75rem;
}

.lh-sec-030202 .section-body .lh-item:hover .lh-img {
  transform: scale(1.1);
}

.lh-sec-030203 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 11.75rem;
  padding-top: 5rem;
}

.lh-sec-030203 .section-body {
  margin-top: 5rem;
}

.lh-sec-030203 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.lh-sec-030203 .section-body .lh-list:not(:first-child) {
  display: none;
}

.lh-sec-030203 .section-body .lh-list .lh-item {
  align-items: center;
  background-color: #333333;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  height: 15.75rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: calc((100% - (1.88rem * 2)) / 3);
}

.lh-sec-030203 .section-body .lh-list .lh-item .lh-icon {
  height: 5rem;
  margin-top: 3.75rem;
  width: 5rem;
}

.lh-sec-030203 .section-body .lh-list .lh-item h3 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.lh-sec-030203 .section-body .lh-list .lh-item:hover {
  background-color: #0061FF;
}

@media (max-width: 1200px) {
  .lh-sec-030201 {
    padding-top: 5rem;
  }

  .lh-sec-030201 h2 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.13rem;
  }

  .lh-sec-030201 p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.75rem;
  }

  .lh-sec-030201 p:first-child {
    margin-top: 1.87rem;
  }

  .lh-sec-030202 {
    padding-top: 5rem;
  }

  .lh-sec-030202 .section-body {
    justify-content: center;
    padding-top: 3.75rem;
  }

  .lh-sec-030202 .section-body .lh-item {
    margin-top: 0;
    width: calc(100% / 3);
  }

  .lh-sec-030202 .section-body .lh-item div:last-child {
    padding: 0 1.5rem;
  }

  .lh-sec-030202 .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.75rem;
    margin-top: 4rem;
  }

  .lh-sec-030202 .section-body .lh-item p {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.38rem;
  }

  .lh-sec-030203 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-030203 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-030203 .section-body .lh-list:last-child {
    display: none;
  }

  .lh-sec-030203 .section-body .lh-list .lh-item {
    height: 12.5rem;
    width: calc((100% - (1.5rem * 2)) / 3);
  }

  .lh-sec-030203 .section-body .lh-list .lh-item .lh-icon {
    height: 4rem;
    margin-top: 2.75rem;
    width: 4rem;
  }

  .lh-sec-030203 .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
    margin-top: 1.13rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-030201 {
    padding-top: 2.5rem;
  }

  .lh-sec-030201 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030201 .container h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-030201 .container p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.25rem;
  }

  .lh-sec-030201 .container p:first-child {
    margin-top: 0.75rem;
  }

  .lh-sec-030202 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030202 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030202 .container .section-body {
    justify-content: space-between;
    padding-top: 1.88rem;
  }

  .lh-sec-030202 .container .section-body .lh-item {
    margin-top: 0.75rem;
    width: calc((100% - 1.5rem) / 3);
  }

  .lh-sec-030202 .container .section-body .lh-item div:last-child {
    padding: 0 1.5rem;
  }

  .lh-sec-030202 .container .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.44rem;
    margin-top: 2.63rem;
  }

  .lh-sec-030202 .container .section-body .lh-item p {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0;
  }

  .lh-sec-030203 {
    padding-bottom: 6.38rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030203 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030203 .container .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-030203 .container .section-body .lh-list .lh-item {
    height: 8.19rem;
    width: calc((100% - 1.88rem) / 3);
  }

  .lh-sec-030203 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    margin-top: 1.5rem;
    width: 3.38rem;
  }

  .lh-sec-030203 .container .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.06rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-030201 {
    padding-top: 1.88rem;
  }

  .lh-sec-030201 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030201 .container h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    text-align: center;
  }

  .lh-sec-030201 .container p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.25rem;
  }

  .lh-sec-030201 .container p:first-child {
    margin-top: 0.75rem;
  }

  .lh-sec-030202 {
    padding-bottom: 1.88rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030202 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030202 .container .section-body {
    flex-flow: column;
    margin: 0;
    padding-top: 3.75rem;
  }

  .lh-sec-030202 .container .section-body .lh-item {
    margin: 0 0 0.75rem 0;
    width: 100%;
  }

  .lh-sec-030202 .container .section-body .lh-item:last-child {
    margin-bottom: 0;
  }

  .lh-sec-030202 .container .section-body .lh-item div:last-child {
    padding: 2.28rem;
  }

  .lh-sec-030202 .container .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 1.56rem;
  }

  .lh-sec-030202 .container .section-body .lh-item p {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-030202 .container .section-body .lh-item:hover .lh-img {
    transform: none;
  }

  .lh-sec-030203 {
    padding-bottom: 3.63rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030203 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030203 .container .section-body {
    display: inline-flex;
    margin-top: 2.5rem;
    overflow: hidden;
    width: 100%;
  }

  .lh-sec-030203 .container .section-body .lh-list {
    animation: lh-carousel-move infinite 9s linear;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: start;
    margin-left: 0;
    margin-right: 0;
  }

  .lh-sec-030203 .container .section-body .lh-list:not(:first-child) {
    display: inline-flex;
  }

  .lh-sec-030203 .container .section-body .lh-list .lh-item {
    height: auto;
    margin-left: 0.47rem;
    margin-right: 0.47rem;
    padding: 1.5rem 1.31rem;
    width: 12.5rem;
  }

  .lh-sec-030203 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    margin-top: 0;
    width: 3.38rem;
  }

  .lh-sec-030203 .container .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.06rem;
  }

  .lh-sec-030203 .container .section-body:hover .lh-list {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}

.lh-sec-030301 {
  padding-top: 5rem;
}

.lh-sec-030301 h2 {
  color: #1127B4;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0.13rem;
  text-align: center;
}

.lh-sec-030301 p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  text-indent: 2em;
}

.lh-sec-030302 {
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-030302 .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.75rem;
}

.lh-sec-030302 .section-body .lh-item {
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50%;
}

.lh-sec-030302 .section-body .lh-item .lh-img {
  height: 0;
  padding-bottom: 62.67%;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.lh-sec-030302 .section-body .lh-item h3 {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-flow: column;
  font-size: 1.75rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  letter-spacing: 1px;
  line-height: 2.5rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.lh-sec-030302 .section-body .lh-item:hover .lh-img {
  transform: scale(1.1);
}

.lh-sec-030303 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 11.75rem;
  padding-top: 5rem;
}

.lh-sec-030303 .section-body {
  margin-top: 5rem;
}

.lh-sec-030303 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.lh-sec-030303 .section-body .lh-list:not(:first-child) {
  display: none;
}

.lh-sec-030303 .section-body .lh-list .lh-item {
  align-items: center;
  background-color: #333333;
  display: flex;
  flex-flow: column;
  height: 15.75rem;
  margin: 0 0.94rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 22.5rem;
}

.lh-sec-030303 .section-body .lh-list .lh-item .lh-icon {
  height: 5rem;
  margin-top: 3.75rem;
  width: 5rem;
}

.lh-sec-030303 .section-body .lh-list .lh-item h3 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.lh-sec-030303 .section-body .lh-list .lh-item:hover {
  background-color: #0061FF;
}

@media (max-width: 1200px) {
  .lh-sec-030301 {
    padding-top: 5rem;
  }

  .lh-sec-030301 h2 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.13rem;
  }

  .lh-sec-030301 p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.87rem;
  }

  .lh-sec-030302 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .lh-sec-030302 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-030302 .section-body .lh-item .lh-img {
    height: 0;
    padding-bottom: 62.67%;
    width: 100%;
  }

  .lh-sec-030302 .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 2.13rem;
  }

  .lh-sec-030303 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-030303 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-030303 .section-body .lh-list .lh-item {
    height: 12.5rem;
    width: 17.75rem;
  }

  .lh-sec-030303 .section-body .lh-list .lh-item .lh-icon {
    height: 4rem;
    margin-top: 2.75rem;
    width: 4rem;
  }

  .lh-sec-030303 .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
    margin-top: 1.13rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-030301 {
    padding-top: 2.5rem;
  }

  .lh-sec-030301 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030301 .container h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-030301 .container p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.25rem;
  }

  .lh-sec-030301 .container p:first-child {
    margin-top: 0.75rem;
  }

  .lh-sec-030302 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030302 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030302 .container .section-body {
    margin-top: 1.88rem;
  }

  .lh-sec-030302 .container .section-body .lh-item .lh-img {
    height: 0;
    padding-bottom: 62.67%;
    width: 100%;
  }

  .lh-sec-030302 .container .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.44rem;
  }

  .lh-sec-030303 {
    padding-bottom: 6.38rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030303 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030303 .container .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-030303 .container .section-body .lh-list .lh-item {
    height: 8.19rem;
    width: 15rem;
  }

  .lh-sec-030303 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    margin-top: 1.5rem;
    width: 3.38rem;
  }

  .lh-sec-030303 .container .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.06rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-030301 {
    padding-top: 1.88rem;
  }

  .lh-sec-030301 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030301 .container h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    text-align: center;
  }

  .lh-sec-030301 .container p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-030302 {
    padding-bottom: 1.88rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030302 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030302 .container .section-body {
    flex-flow: column;
    margin: 0;
    padding-top: 1.88rem;
  }

  .lh-sec-030302 .container .section-body .lh-item {
    margin: 0;
    width: 100%;
  }

  .lh-sec-030302 .container .section-body .lh-item:not(:last-child) {
    margin-bottom: 0.78rem;
  }

  .lh-sec-030302 .container .section-body .lh-item .lh-img {
    padding-bottom: 66.7%;
  }

  .lh-sec-030302 .container .section-body .lh-item h3 {
    color: #FFFFFF;
    flex-flow: row;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 1.56rem;
  }

  .lh-sec-030302 .container .section-body .lh-item:hover .lh-img {
    transform: none;
  }

  .lh-sec-030303 {
    padding-bottom: 3.63rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030303 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030303 .container .section-body {
    display: inline-flex;
    margin-top: 2.5rem;
    overflow: hidden;
    width: 100%;
  }

  .lh-sec-030303 .container .section-body .lh-list {
    animation: lh-carousel-move infinite 6s linear;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: start;
    margin-left: 0;
    margin-right: 0;
  }

  .lh-sec-030303 .container .section-body .lh-list:not(:first-child) {
    display: inline-flex;
  }

  .lh-sec-030303 .container .section-body .lh-list .lh-item {
    height: auto;
    margin-left: 0.47rem;
    margin-right: 0.47rem;
    padding: 1.5rem 1.31rem;
    width: 12.5rem;
  }

  .lh-sec-030303 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    margin-top: 0;
    width: 3.38rem;
  }

  .lh-sec-030303 .container .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.06rem;
  }

  .lh-sec-030303 .container .section-body:hover .lh-list {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}

.lh-sec-030401 {
  padding-top: 5rem;
}

.lh-sec-030401 h2 {
  color: #1127B4;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0.13rem;
  text-align: center;
}

.lh-sec-030401 p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  text-indent: 2em;
}

.lh-sec-030402 {
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-030402 .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}

.lh-sec-030402 .section-body .lh-item {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 1.88rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc((100% - (1.88rem * 2)) / 3);
}

.lh-sec-030402 .section-body .lh-item .lh-img {
  height: 0;
  padding-bottom: 66.67%;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.lh-sec-030402 .section-body .lh-item h3 {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  left: 0;
  letter-spacing: 1px;
  line-height: 2.13rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.lh-sec-030402 .section-body .lh-item:hover .lh-img {
  transform: scale(1.1);
}

.lh-sec-030403 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 11.75rem;
  padding-top: 5rem;
}

.lh-sec-030403 .section-body {
  display: inline-flex;
  margin-top: 5rem;
  overflow: hidden;
  width: 100%;
}

.lh-sec-030403 .section-body .lh-list {
  animation: lh-carousel-move infinite 15s linear;
  display: inline-flex;
  flex-flow: row;
  justify-content: start;
  margin-left: 0;
  margin-right: 0;
}

.lh-sec-030403 .section-body .lh-list .lh-item {
  align-items: center;
  background-color: #333333;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  height: 15.75rem;
  margin: 0 0.94rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 22.5rem;
}

.lh-sec-030403 .section-body .lh-list .lh-item .lh-icon {
  height: 5rem;
  margin-top: 3.75rem;
  width: 5rem;
}

.lh-sec-030403 .section-body .lh-list .lh-item h3 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.lh-sec-030403 .section-body .lh-list .lh-item:hover {
  background-color: #0061FF;
}

.lh-sec-030403 .section-body:hover .lh-list {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

@media (max-width: 1200px) {
  .lh-sec-030401 {
    padding-top: 5rem;
  }

  .lh-sec-030401 h2 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.13rem;
  }

  .lh-sec-030401 p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.87rem;
  }

  .lh-sec-030402 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .lh-sec-030402 .section-body {
    justify-content: center;
    margin-top: 3.75rem;
  }

  .lh-sec-030402 .section-body .lh-item {
    margin-top: 0;
    width: calc((100%) / 3);
  }

  .lh-sec-030402 .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.75rem;
  }

  .lh-sec-030403 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .lh-sec-030403 .section-body .lh-list .lh-item {
    height: 12.5rem;
    margin: 0 0.75rem;
    width: 17.75rem;
  }

  .lh-sec-030403 .section-body .lh-list .lh-item .lh-icon {
    height: 4rem;
    margin-top: 2.75rem;
    width: 4rem;
  }

  .lh-sec-030403 .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
    margin-top: 1.13rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-030401 {
    padding-top: 2.5rem;
  }

  .lh-sec-030401 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030401 .container h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    text-align: center;
  }

  .lh-sec-030401 .container p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-030402 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030402 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030402 .section-body {
    justify-content: center;
    margin-top: 1.88rem;
  }

  .lh-sec-030402 .section-body .lh-item {
    margin-top: 0;
    width: calc((100%) / 3);
  }

  .lh-sec-030402 .section-body .lh-item .lh-img {
    height: 0;
    padding-bottom: 70%;
    width: 100%;
  }

  .lh-sec-030402 .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.25rem;
  }

  .lh-sec-030403 {
    padding-bottom: 3.63rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030403 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-030403 .container .section-body {
    display: inline-flex;
    margin-top: 2.5rem;
    overflow: hidden;
    width: 100%;
  }

  .lh-sec-030403 .container .section-body .lh-list:last-child {
    display: inline-flex;
  }

  .lh-sec-030403 .container .section-body .lh-list .lh-item {
    height: auto;
    margin-left: 0.47rem;
    margin-right: 0.47rem;
    padding: 1.5rem 1.31rem;
    width: 12.5rem;
  }

  .lh-sec-030403 .container .section-body .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    margin-top: 0;
    width: 3.38rem;
  }

  .lh-sec-030403 .container .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.06rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-030401 {
    padding-top: 1.88rem;
  }

  .lh-sec-030401 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030402 {
    padding-bottom: 1.88rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030402 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-030402 .container .section-body {
    margin: 0.88rem 0 0;
    width: 100%;
  }

  .lh-sec-030402 .container .section-body .lh-item {
    margin: 0;
    width: 100%;
  }

  .lh-sec-030402 .container .section-body .lh-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .lh-sec-030402 .container .section-body .lh-item .lh-img {
    padding-bottom: 42%;
  }

  .lh-sec-030402 .container .section-body .lh-item h3 {
    color: #FFFFFF;
    font-size: 1.13rem;
    font-weight: 600;
    line-height: 1.56rem;
  }

  .lh-sec-030402 .container .section-body .lh-item:hover .lh-img {
    transform: none;
  }

  .lh-sec-030403 {
    padding-bottom: 3.63rem;
    padding-top: 2.5rem;
  }

  .lh-sec-030403 .container {
    padding: 0 1.31rem;
  }
}

.lh-banner-040401 {
  height: 23.25rem;
}

.lh-sec-040401 {
  padding-bottom: 10rem;
  padding-top: 3.75rem;
}

.lh-sec-040401 .lh-item {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}

.lh-sec-040401 .container .lh-item:not(:first-child) {
  margin-top: 3.75rem;
}

.lh-sec-040401 .lh-item h2 {
  color: #222222;
  font-size: 1.13rem;
  line-height: 1.5rem;
}

.lh-sec-040401 .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

.lh-sec-040401 .lh-item>div {
  display: flex;
  flex-flow: row;
  flex-grow: 1;
}

.lh-sec-040401 .lh-item .lh-img-frame {
  margin-left: 2.5rem;
  margin-right: 0;
  width: 33.75rem;
}

.lh-sec-040401 .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 44.44%;
  width: 100%;
}

.lh-sec-040401 .lh-item .lh-icon {
  height: 3rem;
  margin-right: 0.75rem;
  width: 3rem;
}

.lh-sec-040401 .lh-item:nth-child(2n) {
  flex-flow: row;
}

.lh-sec-040401 .lh-item:nth-child(2n) .lh-img-frame {
  margin-left: 0;
  margin-right: 2.5rem;
}

@media (max-width: 1200px) {
  .lh-banner-040401 {
    height: 27.5rem;
  }

  .lh-sec-040401 {
    padding-bottom: 7.5rem;
    padding-top: 3.75rem;
  }

  .lh-sec-040401 .lh-item h2 {
    color: #222222;
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .lh-sec-040401 .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-040401 .lh-item .lh-img-frame {
    margin-left: 2.5rem;
    margin-right: 0;
    width: 25rem;
  }

  .lh-sec-040401 .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 44.44%;
    width: 100%;
  }

  .lh-sec-040401 .lh-item .lh-icon {
    height: 3rem;
    margin-right: 0.75rem;
    width: 3rem;
  }

  .lh-sec-040401 .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 0;
    margin-right: 2.5rem;
  }
}

@media (max-width: 992px) {
  .lh-banner-040401 {
    height: 15rem;
  }

  .lh-sec-040401 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-040401 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-040401 .container .lh-item:not(:first-child) {
    margin-top: 1.88rem;
  }

  .lh-sec-040401 .container .lh-item h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-040401 .container .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .lh-sec-040401 .container .lh-item .lh-img-frame {
    margin-left: 1.88rem;
    margin-right: 0;
    width: calc((100% - 1.88rem) / 2);
  }

  .lh-sec-040401 .container .lh-item .lh-icon {
    height: 2.25rem;
    margin-right: 0.63rem;
    width: 2.25rem;
  }

  .lh-sec-040401 .container .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 0;
    margin-right: 1.88rem;
  }
}

@media (max-width: 768px) {
  .lh-banner-040401 {
    height: 100vh;
  }

  .lh-sec-040401 {
    padding-bottom: 1.88rem;
    padding-top: 2.5rem;
  }

  .lh-sec-040401 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-040401 .container .lh-item {
    align-items: start;
    flex-flow: column-reverse;
    margin-top: 0;
    width: 100%;
  }

  .lh-sec-040401 .container .lh-item h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-040401 .container .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .lh-sec-040401 .container .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.94rem;
    width: 100%;
  }

  .lh-sec-040401 .container .lh-item .lh-icon {
    height: 2.25rem;
    margin-right: 0.63rem;
    width: 2.25rem;
  }

  .lh-sec-040401 .container .lh-item:nth-child(2n) {
    flex-flow: column-reverse;
  }

  .lh-sec-040401 .container .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
  }
}

.lh-sec-050101 {
  background-size: cover;
  padding: 5rem 0;
}

.lh-sec-050101 .section-body {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.lh-sec-050101 .section-body .lh-img-frame {
  margin-left: 4.38rem;
  width: 37.5rem;
}

.lh-sec-050101 .section-body .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 62.67%;
  width: 100%;
}

.lh-sec-050101 .section-body h2 {
  color: #0061FF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.lh-sec-050101 .section-body p {
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5rem;
  text-indent: 2em;
}

.lh-sec-050101 .section-body a {
  align-items: center;
  background: #1127B4;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.38rem;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-in-out;
}

.lh-sec-050101 .section-body a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25rem;
  margin-left: 0.38rem;
  width: 1.25rem;
}

.lh-sec-050101 .section-body a:hover {
  opacity: 0.8;
}

.lh-sec-050101 .section-footer {
  display: none;
}

.lh-sec-050101 .section-footer a:hover {
  opacity: 0.8;
}

#110101
.lh-sec-110101 {
  background-size: cover;
  padding: 5rem 0;
}

.lh-sec-110101 .section-body {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.lh-sec-110101 .section-body .lh-img-frame {
  margin-left: 4.38rem;
  width: 37.5rem;
}

.lh-sec-110101 .section-body .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 62.67%;
  width: 100%;
}

.lh-sec-110101 .section-body h2 {
  color: #0061FF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.lh-sec-110101 .section-body p {
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5rem;
  text-indent: 2em;
}

.lh-sec-110101 .section-body a {
  align-items: center;
  background: #1127B4;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.38rem;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-in-out;
}

.lh-sec-110101 .section-body a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25rem;
  margin-left: 0.38rem;
  width: 1.25rem;
}

.lh-sec-110101 .section-body a:hover {
  opacity: 0.8;
}

.lh-sec-110101 .section-footer {
  display: none;
}

.lh-sec-110101 .section-footer a:hover {
  opacity: 0.8;
}
#110101

#110102
.lh-sec-110102 {
  background-size: cover;
  padding: 5rem 0;
}

.lh-sec-110102 .section-body {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.lh-sec-110102 .section-body .lh-img-frame {
  margin-left: 4.38rem;
  width: 37.5rem;
}

.lh-sec-110102 .section-body .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 62.67%;
  width: 100%;
}

.lh-sec-110102 .section-body h2 {
  color: #0061FF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.lh-sec-110102 .section-body p {
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5rem;
  text-indent: 2em;
}

.lh-sec-110102 .section-body a {
  align-items: center;
  background: #1127B4;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.38rem;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-in-out;
}

.lh-sec-110102 .section-body a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25rem;
  margin-left: 0.38rem;
  width: 1.25rem;
}

.lh-sec-110102 .section-body a:hover {
  opacity: 0.8;
}

.lh-sec-110102 .section-footer {
  display: none;
}

.lh-sec-110102 .section-footer a:hover {
  opacity: 0.8;
}
#110102

.lh-sec-050102 {
  background-image: url(../images/bg050102.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
}

.lh-sec-050102 .section-body {
  align-items: center;
  display: flex;
  flex-flow: column;
}

.lh-sec-050102 .section-body .lh-icon {
  height: 12.5rem;
  margin-top: 5rem;
  width: 12.5rem;
}

.lh-sec-050102 .section-body h3 {
  color: #787878;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-top: 2.5rem;
}

.lh-sec-050102 .section-body .lh-placeholder {
  height: 0;
  padding-bottom: 76.38%;
  width: 100%;
}

.lh-sec-050103 {
  padding-top: 5rem;
}

.lh-sec-050103 .section-body {
  align-items: center;
  display: flex;
  margin-top: 5.63rem;
}

.lh-sec-050103 .section-body .pic {
  width: 61.45%;
}

.lh-sec-050103 .section-body .pic .lh-icon {
  height: 0;
  padding-bottom: 80.52%;
  width: 100%;
}

.lh-sec-050103 .section-body .qr-code {
  align-items: center;
  display: flex;
  flex-flow: column;
  width: calc(100% - 61.45%);
}

.lh-sec-050103 .section-body .qr-code .lh-img {
  height: 10rem;
  width: 10rem;
}

.lh-sec-050103 .section-body .qr-code h3 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.13rem;
}

@media (max-width: 2560px) {
  .lh-sec-110101 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-110101 .container .lh-icon-pc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }

  #110102
  .lh-sec-110102 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-110102 .container .lh-icon-pc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }
}

@media (max-width: 1920px) {
  .lh-sec-110101 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-110101 .container .lh-icon-pc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }

  #110102
  .lh-sec-110102 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-110102 .container .lh-icon-pc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .lh-sec-050101 .section-body .lh-img-frame {
    margin-left: 2.5rem;
    width: 25rem;
  }

  .lh-sec-050101 .section-body .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 62.52%;
    width: 100%;
  }

  .lh-sec-050101 .section-body h2 {
    color: #0061FF;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.13rem;
  }

  .lh-sec-050101 .section-body p {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.13rem;
  }

  .lh-sec-050101 .section-body a {
    background: #1127B4;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    height: 3.38rem;
    line-height: 1.38rem;
    padding: 1rem 1.5rem;
  }

  .lh-sec-050101 .section-body a i {
    height: 1.25rem;
    margin-left: 0.38rem;
    width: 1.25rem;
  }

  .lh-sec-050101 .section-footer {
    display: none;
  }

  .lh-sec-050102 {
    padding-top: 3.75rem;
  }

  #110101
  .lh-sec-110101 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-110101 .container .lh-icon {
  }

  .lh-sec-110101 .container .lh-icon-pc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }

  .lh-sec-110101 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110101 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .lh-sec-110101 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.38rem;
  }

  #110102
  .lh-sec-110102 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }

  .lh-sec-110102 .container .lh-icon {
  }

  .lh-sec-110102 .container .lh-icon-pc {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }

  .lh-sec-110102 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110102 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .lh-sec-110102 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.38rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-050101 {
    padding: 2.5rem 2.25rem;
  }

  .lh-sec-050101 .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-050101 .section-body .lh-img-frame {
    margin-left: 1.88rem;
    width: calc((100% - 1.88rem) * 0.48);
  }

  .lh-sec-050101 .section-body .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 62.66%;
    width: 100%;
  }

  .lh-sec-050101 .section-body h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-050101 .section-body p {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-050101 .section-body a {
    display: none;
  }

  .lh-sec-050101 .section-footer {
    display: block;
    text-align: center;
  }

  .lh-sec-050101 .section-footer a {
    background: #1127B4;
    border-radius: 999rem;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 1.88rem;
    padding: 0.38rem 1.25rem;
  }

  .lh-sec-050102 {
    background-image: url(../images/sm/bg050102.jpg);
    padding: 2.5rem 2.25rem 0;
  }

  .lh-sec-050102 .section-body .lh-icon {
    height: 6.25rem;
    margin-top: 2.5rem;
    width: 6.25rem;
  }

  .lh-sec-050102 .section-body h3 {
    font-size: 0.88rem;
    line-height: 1.25rem;
    margin-top: 1.31rem;
  }

  .lh-sec-050103 {
    padding: 2.5rem 2.25rem 0;
  }

  .lh-sec-050103 .section-body {
    margin-top: 3.13rem;
  }

  .lh-sec-050103 .section-body .qr-code .lh-img {
    height: 6.25rem;
    width: 6.25rem;
  }

  .lh-sec-050103 .section-body .qr-code h3 {
    font-size: 0.88rem;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  #110101
  .lh-sec-110101 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }

  .lh-sec-110101 .container .lh-icon {
    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }

  .lh-sec-110101 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 92%;
    background-size: 300px;
    width: 100%;
  }

  .lh-sec-110101 .container .lh-icon-pc {
    padding-bottom: 0%;
  }

  .lh-sec-110101 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110101 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .lh-sec-110101 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.38rem;
  }

  #110102
  .lh-sec-110102 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }

  .lh-sec-110102 .container .lh-icon {
    height: 0;
    padding-bottom: 40%;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 92%;
    background-size: 300px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-pc {
    padding-bottom: 0%;
  }

  .lh-sec-110102 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110102 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .lh-sec-110102 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.38rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-050101 {
    padding: 2.5rem 1.31rem;
  }

  .lh-sec-050101 .section-body {
    flex-flow: column-reverse;
    margin-top: 1.31rem;
  }

  .lh-sec-050101 .section-body .lh-img-frame {
    margin-left: 0;
    margin-top: 1.88rem;
    width: 100%;
  }

  .lh-sec-050101 .section-body .lh-img-frame .lh-img {
    padding-bottom: 66.7%;
  }

  .lh-sec-050102 {
    padding: 2.5rem 1.31rem 0;
  }

  .lh-sec-050103 {
    padding: 2.5rem 1.31rem 0;
  }

  .lh-sec-050103 .section-body {
    flex-flow: column-reverse;
  }

  .lh-sec-050103 .section-body .pic {
    margin-top: 3.5rem;
  }

  .lh-sec-050103 .section-body .pic {
    width: 90%;
  }

  #110101
  .lh-sec-110101 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }

  .lh-sec-110101 .container .lh-icon {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
  }

  .lh-sec-110101 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 66%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110101 .container .lh-icon-pc {
  }

  .lh-sec-110101 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110101 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.41rem;
  }

  .lh-sec-110101 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.03rem;
  }

  #110102
  .lh-sec-110102 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }

  .lh-sec-110102 .container .lh-icon {
    height: 0;
    padding-bottom: 88%;
    background-size: 660px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 66%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-pc {
  }

  .lh-sec-110102 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110102 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.41rem;
  }

  .lh-sec-110102 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.03rem;
  }
}

@media (max-width: 720px) {
  .lh-sec-110101 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 95%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 135%;
    background-size: 200px;
    width: 100%;
  }

  #110102
  .lh-sec-110102 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }

  .lh-sec-110102 .container .lh-icon {
    height: 0;
    padding-bottom: 85%;
    background-size: 460px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 66%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-pc {
  }

  .lh-sec-110102 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110102 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.41rem;
  }

  .lh-sec-110102 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.03rem;
  }

  #110103
  .lh-sec-110103 {
    padding-bottom: 2.5rem;
  }

  .lh-sec-110103 .container .section-body .lh-list {
    justify-content: start;
    margin-top: -7.63rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item {
    height: 13.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 {
    height: 10.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 6.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 .lh-icon {
    height: 6.38rem;
    width: 7.38rem;
    padding-bottom: 50%;
    background-size: 88px;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }
}

@media (max-width: 430px) {
  .lh-sec-110101 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 125%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 135%;
    background-size: 200px;
    width: 100%;
  }

  #110102
  .lh-sec-110102 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }

  .lh-sec-110102 .container .lh-icon {
    height: 0;
    padding-bottom: 82%;
    background-size: 330px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 66%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-pc {
  }

  .lh-sec-110102 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110102 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.41rem;
  }

  .lh-sec-110102 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.03rem;
  }

  #110103
  .lh-sec-110103 {
    padding-bottom: 2.5rem;
  }

  .lh-sec-110103 .container .section-body .lh-list {
    justify-content: start;
    margin-top: -5.63rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item {
    height: 13.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 {
    height: 12.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 6.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 .lh-icon {
    height: 6.38rem;
    width: 7.38rem;
    padding-bottom: 50%;
    background-size: 88px;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }
}

@media (max-width: 414px) {
  .lh-sec-110101 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 135%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 135%;
    background-size: 200px;
    width: 100%;
  }

  #110102
  .lh-sec-110102 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }

  .lh-sec-110102 .container .lh-icon {
    height: 0;
    padding-bottom: 82%;
    background-size: 330px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-mp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 0;
    flex-shrink: 0;

    height: 0;
    padding-bottom: 66%;
    background-size: 200px;
    width: 100%;
  }

  .lh-sec-110102 .container .lh-icon-pc {
  }

  .lh-sec-110102 .container .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .lh-sec-110102 .container .section-title h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.41rem;
  }

  .lh-sec-110102 .container .section-title p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.03rem;
  }

  #110103
  .lh-sec-110103 {
    padding-bottom: 2.5rem;
  }

  .lh-sec-110103 .container .section-body .lh-list {
    justify-content: start;
    margin-top: 1.37rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item {
    height: 13.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 {
    height: 12.69rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 6.63rem;
    width: calc((100% - 1rem) / 2);
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 .lh-icon {
    height: 4.38rem;
    width: 6.38rem;
    padding-bottom: 50%;
    background-size: 80px;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-110103 .container .section-body .lh-list .lh-item2 p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }
}

.lh-sec-050401 {
  padding: 9.38rem 0;
}

.lh-sec-050401 .section-body {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.lh-sec-050401 .section-body .lh-img-frame {
  margin-left: 4.38rem;
  width: 37.5rem;
}

.lh-sec-050401 .section-body .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 62.67%;
  width: 100%;
}

.lh-sec-050401 .section-body h2 {
  color: #0061FF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.lh-sec-050401 .section-body p {
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5rem;
  text-indent: 2em;
}

.lh-sec-050401 .section-body a {
  align-items: center;
  background: #1127B4;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.38rem;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-in-out;
  width: 9rem;
}

.lh-sec-050401 .section-body a i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.25rem;
  margin-left: 0.38rem;
  width: 1.25rem;
}

.lh-sec-050401 .section-body a:hover {
  opacity: 0.8;
}

.lh-sec-050401 .section-footer {
  display: none;
}

.lh-sec-050401 .section-footer a:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .lh-sec-050401 {
    padding: 7.5rem 0;
  }

  .lh-sec-050401 .section-body {
    align-items: center;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }

  .lh-sec-050401 .section-body .lh-img-frame {
    margin-left: 2.5rem;
    width: 25rem;
  }

  .lh-sec-050401 .section-body .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 62.67%;
    width: 100%;
  }

  .lh-sec-050401 .section-body h2 {
    color: #0061FF;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.13rem;
  }

  .lh-sec-050401 .section-body p {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.13rem;
  }

  .lh-sec-050401 .section-body a {
    background: #1127B4;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    height: 3.38rem;
    line-height: 1.38rem;
    padding: 1rem 1.5rem;
  }

  .lh-sec-050401 .section-body a i {
    height: 1.25rem;
    margin-left: 0.38rem;
    width: 1.25rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-050401 {
    padding: 3.75rem 2.25rem;
  }

  .lh-sec-050401 .section-body .lh-img-frame {
    margin-left: 1.88rem;
    width: calc((100% - 1.88rem) * 0.48);
  }

  .lh-sec-050401 .section-body .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 62.66%;
    width: 100%;
  }

  .lh-sec-050401 .section-body h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-050401 .section-body p {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-050401 .section-body a {
    display: none;
  }

  .lh-sec-050401 .section-footer {
    display: block;
    text-align: center;
  }

  .lh-sec-050401 .section-footer a {
    background: #1127B4;
    border-radius: 999rem;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 1.88rem;
    padding: 0.38rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-050401 {
    padding: 2.5rem 1.31rem;
  }

  .lh-sec-050401 .section-body {
    flex-flow: column-reverse;
  }

  .lh-sec-050401 .section-body .lh-img-frame {
    margin-left: 0;
    margin-top: 1.88rem;
    width: 100%;
  }

  .lh-sec-050401 .section-body .lh-img-frame .lh-img {
    padding-bottom: 66.7%;
  }
}

.lh-sec-060101 {
  padding-bottom: 1.13rem;
  padding-top: 5rem;
}

.lh-sec-060101 p {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-indent: 2em;
}

.lh-sec-060101 p:not(:first-child) {
  margin-top: 1.5rem;
}

.lh-sec-060101 h2 {
  color: #1127B4;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.13rem;
  margin-top: 3.75rem;
  text-align: center;
}

.lh-sec-060101 .lh-block {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-top: 6.26rem;
}

.lh-sec-060101 .lh-block .lh-icon {
  height: 6.25rem;
  margin-right: 1.88rem;
  width: 6.25rem;
}

.lh-sec-060101 .lh-block dl {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.lh-sec-060101 .lh-block dl dd {
  margin: 0;
}

.lh-sec-060102 {
  height: 47.97rem;
  overflow: hidden;
  position: relative;
}

.lh-sec-060102 .lh-bg {
  display: block;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}

.lh-sec-060102 .lh-bg-l,
.lh-sec-060102 .lh-bg-r {
  background: #F3F3F3;
  height: calc(46.44rem / 0.7071);
  left: 50%;
  position: absolute;
  top: calc(46.44rem * (1 - 0.7071) + 1.56rem);
  transform: rotate(45deg);
  width: calc(46.44rem / 0.7071);
}

.lh-sec-060102 .lh-bg-l {
  margin-left: calc((46.44rem / 0.7071 / -2) - ((100% - 18.21rem) / 3 + 1.38rem));
}

.lh-sec-060102 .lh-bg-r {
  margin-left: calc((46.44rem / 0.7071 / -2) + ((100% - 18.21rem) / 3 + 1.38rem));
}

.lh-sec-060102 .lh-bg-m {
  background: #F9F9F9;
  height: calc(47.97rem / 0.7071);
  left: 50%;
  margin-left: calc(47.97rem / 0.7071 / -2);
  position: absolute;
  top: calc(47.97rem * (1 - 0.7071));
  transform: rotate(45deg);
  width: calc(47.97rem / 0.7071);
}

.lh-sec-060102 .container {
  margin-top: 7.69rem;
  position: relative;
}

.lh-sec-060102 .container .lh-outer {
  position: absolute;
  width: calc((100% - 18.21rem) / 3);
}

.lh-sec-060102 .container .lh-outer:nth-child(1) {
  left: 50%;
  margin-left: calc((100% - 18.21rem) / 3 / -2 * 3 - 1.38rem);
}

.lh-sec-060102 .container .lh-outer:nth-child(2) {
  left: 50%;
  margin-left: calc((100% - 18.21rem) / 3 / -2);
}

.lh-sec-060102 .container .lh-outer:nth-child(3) {
  left: 50%;
  margin-left: calc((100% - 18.21rem) / 3 / 2 + 1.38rem);
}

.lh-sec-060102 .container .lh-outer:nth-child(4) {
  left: 50%;
  margin-left: calc((100% - 18.21rem) / 3 / -1 - (1.38rem / 2));
  margin-top: calc((100% - 18.21rem) / 3 / 2 + (1.38rem / 2));
}

.lh-sec-060102 .container .lh-outer:nth-child(5) {
  left: 50%;
  margin-left: calc(1.38rem / 2);
  margin-top: calc((100% - 18.21rem) / 3 / 2 + (1.38rem / 2));
}

.lh-sec-060102 .container .lh-outer:nth-child(6) {
  left: 50%;
  margin-left: calc((100% - 18.21rem) / 3 / -2 * 3 - 1.38rem);
  margin-top: calc((100% - 18.21rem) / 3 + 1.25rem);
}

.lh-sec-060102 .container .lh-outer:nth-child(7) {
  left: 50%;
  margin-left: calc((100% - 18.21rem) / 3 / -2);
  margin-top: calc((100% - 18.21rem) / 3 + 1.25rem);
}

.lh-sec-060102 .container .lh-outer:nth-child(8) {
  left: 50%;
  margin-left: calc((100% - 18.21rem) / 3 / 2 + 1.38rem);
  margin-top: calc((100% - 18.21rem) / 3 + 1.25rem);
}

.lh-sec-060102 .container .lh-outer .lh-item {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
}

.lh-sec-060102 .container .lh-outer .lh-item .lh-inner {
  height: calc(100% * 0.7071);
  left: 50%;
  margin-left: calc(100% * -0.7071 / 2);
  margin-top: calc(100% * -0.7071 / 2);
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: calc(100% * 0.7071);
}

.lh-sec-060102 .container .lh-outer .lh-item .lh-inner * {
  align-items: center;
  display: flex;
  height: calc(100% / 0.7071);
  justify-content: center;
  left: 50%;
  margin-left: calc(100% / -0.7071 / 2);
  margin-top: calc(100% / -0.7071 / 2);
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: calc(100% / 0.7071);
}

.lh-sec-060102 .container .lh-outer .lh-item .lh-inner h3 {
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2.5rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.lh-sec-060102 .container .lh-outer .lh-item .lh-inner .lh-img {
  transition: all 0.3s ease-in-out;
}

.lh-sec-060102 .container .lh-outer .lh-item .lh-inner:hover {
  z-index: 999;
}

.lh-sec-060102 .container .lh-outer .lh-item .lh-inner:hover .lh-img {
  transform: rotate(-45deg) scale(1.1);
}

@media (max-width: 1200px) {
  .lh-sec-060101 {
    padding-bottom: 2.88rem;
    padding-top: 5rem;
  }

  .lh-sec-060101 p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .lh-sec-060101 p:not(:first-child) {
    margin-top: 1.75rem;
  }

  .lh-sec-060101 h2 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.13rem;
    margin-top: 3.75rem;
    text-align: center;
  }

  .lh-sec-060101 .lh-block {
    margin-top: 5rem;
  }

  .lh-sec-060101 .lh-block dl {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .lh-sec-060102 {
    height: 41.75rem;
    overflow: hidden;
    position: relative;
  }

  .lh-sec-060102 .lh-bg {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
  }

  .lh-sec-060102 .lh-bg-l,
  .lh-sec-060102 .lh-bg-r {
    background: #F3F3F3;
    height: calc(40.38rem / 0.7071);
    left: 50%;
    position: absolute;
    top: calc(40.38rem * (1 - 0.7071) + 1.38rem);
    transform: rotate(45deg);
    width: calc(40.38rem / 0.7071);
  }

  .lh-sec-060102 .lh-bg-l {
    margin-left: calc((40.38rem / 0.7071 / -2) - ((100% - 12.99rem) / 3 + 0.94rem));
  }

  .lh-sec-060102 .lh-bg-r {
    margin-left: calc((40.38rem / 0.7071 / -2) + ((100% - 12.99rem) / 3 + 0.94rem));
  }

  .lh-sec-060102 .lh-bg-m {
    background: #F9F9F9;
    height: calc(41.75rem / 0.7071);
    left: 50%;
    margin-left: calc(41.75rem / 0.7071 / -2);
    position: absolute;
    top: calc(41.75rem * (1 - 0.7071));
    transform: rotate(45deg);
    width: calc(41.75rem / 0.7071);
  }

  .lh-sec-060102 .container {
    margin-top: 7.69rem;
    position: relative;
  }

  .lh-sec-060102 .container .lh-outer {
    position: absolute;
    width: calc((100% - 12.99rem) / 3);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(1) {
    left: 50%;
    margin-left: calc((100% - 12.99rem) / 3 / -2 * 3 - 0.94rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(2) {
    left: 50%;
    margin-left: calc((100% - 12.99rem) / 3 / -2);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(3) {
    left: 50%;
    margin-left: calc((100% - 12.99rem) / 3 / 2 + 0.94rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(4) {
    left: 50%;
    margin-left: calc((100% - 12.99rem) / 3 / -1 - (0.94rem / 2));
    margin-top: calc((100% - 12.99rem) / 3 / 2 + (0.94rem / 2));
  }

  .lh-sec-060102 .container .lh-outer:nth-child(5) {
    left: 50%;
    margin-left: calc(0.94rem / 2);
    margin-top: calc((100% - 12.99rem) / 3 / 2 + (0.94rem / 2));
  }

  .lh-sec-060102 .container .lh-outer:nth-child(6) {
    left: 50%;
    margin-left: calc((100% - 12.99rem) / 3 / -2 * 3 - 0.94rem);
    margin-top: calc((100% - 12.99rem) / 3 + 1rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(7) {
    left: 50%;
    margin-left: calc((100% - 12.99rem) / 3 / -2);
    margin-top: calc((100% - 12.99rem) / 3 + 1rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(8) {
    left: 50%;
    margin-left: calc((100% - 12.99rem) / 3 / 2 + 0.94rem);
    margin-top: calc((100% - 12.99rem) / 3 + 1rem);
  }

  .lh-sec-060102 .container .lh-outer .lh-item .lh-inner h3 {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.13rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 992px) {
  .lh-sec-060101 {
    padding: 2.5rem 2.25rem 1.25rem;
  }

  .lh-sec-060101 p {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .lh-sec-060101 p:not(:first-child) {
    margin-top: 1.25rem;
  }

  .lh-sec-060101 h2 {
    color: #1127B4;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.31rem;
    margin-top: 1.88rem;
    text-align: center;
  }

  .lh-sec-060101 .lh-block {
    margin-top: 2.5rem;
  }

  .lh-sec-060101 .lh-block .lh-icon {
    height: 3.75rem;
    margin-right: 0.94rem;
    width: 3.75rem;
  }

  .lh-sec-060101 .lh-block dl {
    color: #333333;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
  }

  .lh-sec-060102 {
    height: auto;
    padding: 2.5rem 2.25rem;
  }

  .lh-sec-060102 .lh-bg-l,
  .lh-sec-060102 .lh-bg-m,
  .lh-sec-060102 .lh-bg-r {
    display: none;
  }

  .lh-sec-060102 .container {
    height: 0;
    margin-top: 0;
    padding-bottom: calc((100% - 1rem) / 3 * 2 + 0.88rem);
  }

  .lh-sec-060102 .container .lh-outer {
    width: calc((100% - 1rem) / 3);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(1) {
    left: 50%;
    margin-left: calc((100% - 1rem) / 3 / -2 * 3 - 0.5rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(2) {
    left: 50%;
    margin-left: calc((100% - 1rem) / 3 / -2);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(3) {
    left: 50%;
    margin-left: calc((100% - 1rem) / 3 / 2 + 0.5rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(4) {
    left: 50%;
    margin-left: calc((100% - 1rem) / 3 / -1 - (0.5rem / 2));
    margin-top: calc((100% - 1rem) / 3 / 2 + (0.5rem / 2));
  }

  .lh-sec-060102 .container .lh-outer:nth-child(5) {
    left: 50%;
    margin-left: calc(0.5rem / 2);
    margin-top: calc((100% - 1rem) / 3 / 2 + (0.5rem / 2));
  }

  .lh-sec-060102 .container .lh-outer:nth-child(6) {
    left: 50%;
    margin-left: calc((100% - 1rem) / 3 / -2 * 3 - 0.5rem);
    margin-top: calc((100% - 1rem) / 3 + 0.44rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(7) {
    left: 50%;
    margin-left: calc((100% - 1rem) / 3 / -2);
    margin-top: calc((100% - 1rem) / 3 + 0.44rem);
  }

  .lh-sec-060102 .container .lh-outer:nth-child(8) {
    left: 50%;
    margin-left: calc((100% - 1rem) / 3 / 2 + 0.5rem);
    margin-top: calc((100% - 1rem) / 3 + 0.44rem);
  }

  .lh-sec-060102 .container .lh-outer .lh-item .lh-inner h3 {
    color: #FFFFFF;
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  .lh-sec-060101 {
    padding: 2.5rem 1.31rem 1.91rem;
  }

  .lh-sec-060101 h2 {
    display: flex;
    flex-flow: column;
  }

  .lh-sec-060101 .lh-block {
    flex-flow: column;
    margin-top: 3.13rem;
  }

  .lh-sec-060101 .lh-block .lh-icon {
    height: 5rem;
    margin-bottom: 0.75rem;
    margin-right: 0;
    width: 5rem;
  }

  .lh-sec-060101 .lh-block dl {
    text-align: center;
  }

  .lh-sec-060102 {
    height: auto;
    padding: 0 1.31rem 2.5rem;
  }

  .lh-sec-060102 .container .lh-outer .lh-item .lh-inner h3 {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.25rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
}

.lh-sec-070101 {
  padding-bottom: 3.75rem;
  padding-top: 5rem;
}

.lh-sec-070101 .section-body {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.lh-sec-070101 .section-body>div:first-child {
  align-items: center;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
  justify-content: center;
  width: 24.37rem;
}

.lh-sec-070101 .section-body>div:first-child .lh-img {
  height: 17.5rem;
  width: 13.13rem;
}

.lh-sec-070101 .section-body>div:first-child h3 {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.lh-sec-070101 .section-body>div:first-child p {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-top: 0.38rem;
}

.lh-sec-070101 .section-body>div:last-child {
  flex-grow: 1;
}

.lh-sec-070101 .section-body>div:last-child p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5rem;
  text-indent: 2em;
}

.lh-sec-070101 .section-footer .lh-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lh-sec-070101 .section-footer .lh-list .lh-item {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-flow: column;
  margin-top: 1.88rem;
  padding: 2.63rem 0 0;
  width: calc((100% - (1.69rem * 2)) / 3);
}

.lh-sec-070101 .section-footer .lh-list .lh-item .lh-icon {
  height: 11rem;
  width: 10.5rem;
}

.lh-sec-070101 .section-footer .lh-list .lh-item h3 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.lh-sec-070101 .section-footer .lh-list .lh-item p {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-top: 0.38rem;
}

.lh-sec-070102 {
  background: #F9FBFF;
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-070102 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.88rem;
}

.lh-sec-070102 .section-body .lh-list .lh-item {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-flow: column;
  margin-top: 1.88rem;
  padding: 2.63rem 0 3.75rem 0;
  width: calc((100% - (1.5rem * 2)) / 3);
}

.lh-sec-070102 .section-body .lh-list .lh-item .lh-icon {
  height: 11rem;
  width: 10.5rem;
}

.lh-sec-070102 .section-body .lh-list .lh-item h3 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.lh-sec-070102 .section-body .lh-list .lh-item p {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-top: 0.38rem;
}

@media (max-width: 1200px) {
  .lh-sec-070102 {
    padding-bottom: 6.25rem;
    padding-top: 5rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-070101 {
    padding: 2.5rem 2.25rem;
  }

  .lh-sec-070101 .section-body {
    margin-top: 1.88rem;
  }

  .lh-sec-070101 .section-body>div:first-child {
    align-items: center;
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: center;
    width: 14.37rem;
  }

  .lh-sec-070101 .section-body>div:first-child .lh-img {
    height: 10.5rem;
    width: 7.88rem;
  }

  .lh-sec-070101 .section-body>div:first-child h3 {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    margin-top: 0.94rem;
  }

  .lh-sec-070101 .section-body>div:first-child p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.19rem;
  }

  .lh-sec-070101 .section-body>div:last-child {
    flex-grow: 1;
  }

  .lh-sec-070101 .section-body>div:last-child p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .lh-sec-070101 .section-footer .lh-list .lh-item {
    margin-top: 1.31rem;
    padding: 1.31rem 0 0;
    width: calc((100% - (1.31rem * 2)) / 3);
  }

  .lh-sec-070101 .section-footer .lh-list .lh-item .lh-icon {
    height: 5rem;
    width: 5.75rem;
  }

  .lh-sec-070101 .section-footer .lh-list .lh-item h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-070101 .section-footer .lh-list .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.19rem;
  }

  .lh-sec-070102 {
    padding: 2.5rem 2.25rem 3.75rem;
  }

  .lh-sec-070102 .section-body .lh-list {
    padding-top: 1.19rem;
  }

  .lh-sec-070102 .section-body .lh-list .lh-item {
    margin-top: 1.31rem;
    padding: 1.31rem 0;
    width: calc((100% - (1.31rem * 2)) / 3);
  }

  .lh-sec-070102 .section-body .lh-list .lh-item .lh-icon {
    height: 5rem;
    width: 5.75rem;
  }

  .lh-sec-070102 .section-body .lh-list .lh-item h3 {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.75rem;
  }

  .lh-sec-070102 .section-body .lh-list .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.19rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-070101 {
    padding: 2.5rem 1.31rem;
  }

  .lh-sec-070101 .section-body {
    flex-flow: column;
    margin: 0;
  }

  .lh-sec-070101 .section-body>div:first-child .lh-img {
    height: 10.5rem;
    margin-top: 1.31rem;
    width: 7.88rem;
  }

  .lh-sec-070101 .section-body>div:last-child p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.31rem;
  }

  .lh-sec-070101 .section-footer .lh-list .lh-item {
    width: calc((100% - (0.56rem)) / 2);
  }

  .lh-sec-070101 .section-footer .lh-list .lh-item {
    margin-top: 0.56rem;
    width: calc((100% - 0.56rem) / 2);
  }

  .lh-sec-070102 {
    padding: 2.5rem 1.31rem 3.75rem;
  }

  .lh-sec-070102 .section-body .lh-list {
    padding-top: 1.32rem;
  }

  .lh-sec-070102 .section-body .lh-list .lh-item {
    width: calc((100% - (0.56rem)) / 2);
  }

  .lh-sec-070102 .section-body .lh-list .lh-item {
    margin-top: 0.56rem;
    width: calc((100% - 0.56rem) / 2);
  }
}

.lh-sec-070201 {
  background-image: url(../images/bg070000.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 5rem;
}

.lh-sec-070201 h2 {
  color: #1127B4;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}

.lh-sec-070201 p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  text-indent: 2em;
}

.lh-sec-070201 p:first-child {
  margin-top: 1.88rem;
}

.lh-sec-070202 {
  padding: 7.5rem 0;
}

.lh-sec-070202 .container h3 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: center;
}

.lh-sec-070202 .container p {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-top: 0.63rem;
  text-align: center;
}

.lh-sec-070202 .container>.lh-block:nth-child(1) {
  display: flex;
  flex-flow: row;
}

.lh-sec-070202 .container>.lh-block:nth-child(1)>.lh-block:nth-child(1) {
  display: flex;
  flex-flow: column;
  width: 56.14%;
}

.lh-sec-070202 .container>.lh-block:nth-child(1)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
  padding-bottom: 52.5%;
}

.lh-sec-070202 .container>.lh-block:nth-child(1)>.lh-block:nth-child(1)>.lh-block {
  padding: 11% 0;
}

.lh-sec-070202 .container>.lh-block:nth-child(1)>.lh-block:nth-child(2) {
  display: flex;
  flex-flow: column-reverse;
  width: 43.86%;
}

.lh-sec-070202 .container>.lh-block:nth-child(1)>.lh-block:nth-child(2) .lh-img-frame .lh-img {
  padding-bottom: 59.2%;
}

.lh-sec-070202 .container>.lh-block:nth-child(1)>.lh-block:nth-child(2)>.lh-block {
  padding: 18% 0;
}

.lh-sec-070202 .container>.lh-block:nth-child(2) {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}

.lh-sec-070202 .container>.lh-block:nth-child(2) .lh-icon {
  background: #FFB60F;
  height: 10rem;
  width: 10rem;
}

.lh-sec-070202 .container>.lh-block:nth-child(2):after {
  content: '';
  width: 43.86%;
}

.lh-sec-070202 .container>.lh-block:nth-child(3) {
  display: flex;
  flex-flow: row;
}

.lh-sec-070202 .container>.lh-block:nth-child(3)>.lh-block:nth-child(1) {
  display: flex;
  flex-flow: row;
  width: 56.14%;
}

.lh-sec-070202 .container>.lh-block:nth-child(3)>.lh-block:nth-child(1) .lh-img-frame {
  width: 37.5%;
}

.lh-sec-070202 .container>.lh-block:nth-child(3)>.lh-block:nth-child(1) .lh-img-frame .lh-img {
  padding-bottom: 100%;
}

.lh-sec-070202 .container>.lh-block:nth-child(3)>.lh-block:nth-child(1)>.lh-block {
  align-items: center;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
}

.lh-sec-070202 .container>.lh-block:nth-child(3)>.lh-block:nth-child(2) {
  align-items: center;
  background: #515A93;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 43.86%;
}

.lh-sec-070202 .container>.lh-block:nth-child(3)>.lh-block:nth-child(2) h3,
.lh-sec-070202 .container>.lh-block:nth-child(3)>.lh-block:nth-child(2) p {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .lh-sec-070201 h2 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.13rem;
  }

  .lh-sec-070202 .container>.lh-block:nth-child(2) .lh-icon {
    height: 6.26rem;
    width: 6.26rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-070201 {
    padding: 2.5rem 2.25rem 0;
  }

  .lh-sec-070201 h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-070201 p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.31rem;
  }

  .lh-sec-070201 p:first-child {
    margin-top: 0.75rem;
  }

  .lh-sec-070202 {
    padding: 3.75rem 2.25rem;
  }

  .lh-sec-070202 .container h3 {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-070202 .container p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.38rem;
  }

  .lh-sec-070202 .container>.lh-block:nth-child(2) .lh-icon {
    height: 5rem;
    width: 5rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-070201 {
    background-image: none;
    padding: 1.88rem 1.31rem 0;
  }

  .lh-sec-070202 {
    padding: 3.75rem 0;
  }

  .lh-sec-070202 .container>.lh-block:nth-child(2) .lh-icon {
    height: 3.13rem;
    width: 3.13rem;
  }
}

.lh-sec-070301 {
  background-image: url(../images/bg070000.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 7.5rem;
  padding-top: 3.75rem;
}

.lh-sec-070301 .section-body {
  overflow-x: auto;
}

.lh-sec-070301 .section-body .lh-structure {
  align-items: center;
  display: flex;
  justify-content: center;
}

.lh-sec-070301 .section-body .lh-structure .lh-node {
  align-items: center;
  display: flex;
}

.lh-sec-070301 .section-body .lh-structure .title a{
  background: linear-gradient(45deg, #0091ff, #0053fc) !important;
  color: white !important;
  border: 0 !important;
}

.lh-sec-070301 .section-body .lh-structure .lh-node a {
  background:white;
  /* background: #EAF2FF; */
  border: 0.08rem solid #0061FF;
  border-radius: 0.25rem;
  color: #215aec;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
  min-width: 9rem;
  padding: 0.88rem 0;
  text-align: center;
}

.lh-sec-070301 .section-body .lh-structure .place .lh-node a{
  border: 0;
  padding: 0 1.5em;
  background: #eaf2ff;
  height: 7em;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 19em;
  text-align: left;
  line-height: 2em;
}

.lh-sec-070301 .section-body .lh-structure .lh-node2:after{
 display: inline !important;
}

.lh-sec-070301 .section-body .lh-structure .lh-node:before,
.lh-sec-070301 .section-body .lh-structure .lh-node:after,
.lh-sec-070301 .section-body .lh-structure .lh-node2:after {
  background: #0061FF;
  content: '';
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.06rem;
  width: 3.13rem;
}

.lh-sec-070301 .section-body .lh-structure .lh-sm-node a,
.lh-sec-070301 .section-body .lh-structure .lh-md-node a,
.lh-sec-070301 .section-body .lh-structure .lh-lg-node a {
  padding: 0.63rem 0;
}

.lh-sec-070301 .section-body .lh-structure li {
  align-items: center;
  display: flex;
  padding: 0.625rem 0;
  position: relative;
}

.lh-sec-070301 .section-body .lh-structure .place li:before {
  width: 0;
}

.lh-sec-070301 .section-body .lh-structure li:before {
  background-color: #0061FF;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.06rem;
  z-index: 99;
}

.lh-sec-070301 .section-body .lh-structure li:first-child:before {
  height: 50%;
  top: 50%;
}

.lh-sec-070301 .section-body .lh-structure li:last-child:before {
  height: 50%;
}

.lh-sec-070301 .section-body .lh-structure>ul>li:before,
.lh-sec-070301 .section-body .lh-structure>ul>li>.lh-node:before,
.lh-sec-070301 .section-body .lh-structure>ul>li>ul>li>ul>li .lh-node:after {
  display: none;
}

.lh-sec-070301 .section-body .lh-structure>ul>li>ul>li {
  padding: 2.5rem 0;
}

.lh-sec-070301 .section-body .lh-structure .one:after,
.lh-sec-070301 .section-body .lh-structure .only li:last-child:before{
  width: 0 !important;
}

.lh-sec-070301 .section-body .lh-structure .place .lh-node:before{
  width: 0;
  margin-left: 2rem;
}

@media (max-width: 992px) {
  .lh-sec-070301 .section-body .lh-structure {
    min-width: 30rem;
  }

  .lh-sec-070301 .section-body .lh-structure .lh-node a {
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 0.69rem;
    min-width: 4rem;
    padding: 0.25rem 0;
    text-align: center;
  }

  .lh-sec-070301 .section-body .lh-structure .lh-node:before,
  .lh-sec-070301 .section-body .lh-structure .lh-node:after,
  .lh-sec-070301 .section-body .lh-structure .lh-node2:after {
    width: 0.94rem;
  }

  .lh-sec-070301 .section-body .lh-structure .lh-sm-node a,
  .lh-sec-070301 .section-body .lh-structure .lh-md-node a,
  .lh-sec-070301 .section-body .lh-structure .lh-lg-node a {
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 0.69rem;
    /* padding: 0.19rem 0 0.19rem 0.63rem; */
    text-align: center;
  }

  .lh-sec-070301 .section-body .lh-structure li {
    padding: 0.19rem 0;
  }

  .lh-sec-070301 .section-body .lh-structure>ul>li>ul>li {
    padding: 0.94rem 0;
  }
}

@media (max-width: 768px) {
  .lh-sec-070301 .section-body .lh-structure {
    justify-content: flex-start;
    padding: 0 1.31rem;
  }
}

.lh-sec-070401 {
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.lh-sec-070401 h2 {
  color: #1127B4;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}

.lh-sec-070401 p {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.75rem;
  text-indent: 2em;
}

.lh-sec-070401 p:first-child {
  margin-top: 1.88rem;
}

.lh-sec-070402 {
  padding-bottom: 10rem;
}

.lh-sec-070402 .lh-item {
  align-items: center;
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  margin-top: 3.75rem;
}

.lh-sec-070402 .lh-item h2 {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.lh-sec-070402 .lh-item>div:last-child {
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-grow: 1;
}

.lh-sec-070402 .lh-item .lh-img-frame {
  margin-left: 2.5rem;
  margin-right: 0;
  width: 33.75rem;
}

.lh-sec-070402 .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 44.44%;
  width: 100%;
}

.lh-sec-070402 .lh-item .lh-icon {
  height: 3rem;
  margin-right: 0.75rem;
  width: 3rem;
}

.lh-sec-070402 .lh-item:nth-child(2n) {
  flex-flow: row;
}

.lh-sec-070402 .lh-item:nth-child(2n) .lh-img-frame {
  margin-left: 0;
  margin-right: 2.5rem;
}

@media (max-width: 1200px) {
  .lh-sec-070401 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .lh-sec-070401 h2 {
    color: #1127B4;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.13rem;
  }

  .lh-sec-070401 p {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.75rem;
    text-indent: 2em;
  }

  .lh-sec-070401 p:first-child {
    margin-top: 1.88rem;
  }

  .lh-sec-070402 {
    padding-bottom: 7.5rem;
  }

  .lh-sec-070402 .lh-item {
    margin-top: 0;
  }

  .lh-sec-070402 .lh-item:not(:first-child) {
    margin-top: 3.75rem;
  }

  .lh-sec-070402 .lh-item h2 {
    color: #222222;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .lh-sec-070402 .lh-item .lh-img-frame {
    margin-left: 2.5rem;
    margin-right: 0;
    width: 25rem;
  }

  .lh-sec-070402 .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 44.44%;
    width: 100%;
  }

  .lh-sec-070402 .lh-item .lh-icon {
    height: 3rem;
    margin-right: 0.75rem;
    width: 3rem;
  }

  .lh-sec-070402 .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 0;
    margin-right: 2.5rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-070401 {
    padding: 2.5rem 2.25rem 0;
  }

  .lh-sec-070401 h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-070401 p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.75rem;
    text-indent: 2em;
  }

  .lh-sec-070401 p:first-child {
    margin-top: 1.88rem;
  }

  .lh-sec-070402 {
    padding: 2.5rem 2.25rem 3.75rem;
  }

  .lh-sec-070402 .lh-item {
    margin-top: 0;
  }

  .lh-sec-070402 .lh-item:not(:first-child) {
    margin-top: 2.5rem;
  }

  .lh-sec-070402 .lh-item h2 {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
  }

  .lh-sec-070402 .lh-item .lh-img-frame {
    margin-left: 1.88rem;
    margin-right: 0;
    width: calc((100% - 1.88rem) / 2);
  }

  .lh-sec-070402 .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 44.44%;
    width: 100%;
  }

  .lh-sec-070402 .lh-item .lh-icon {
    height: 2.5rem;
    margin-right: 0.63rem;
    width: 2.5rem;
  }

  .lh-sec-070402 .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 0;
    margin-right: 1.88rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-070401 {
    padding: 1.97rem 1.31rem 0;
  }

  .lh-sec-070401 h2 {
    color: #1127B4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-070401 p {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 1.31rem;
  }

  .lh-sec-070401 p:first-child {
    margin-top: 0.75rem;
  }

  .lh-sec-070402 {
    padding: 3.13rem 1.31rem 3.75rem;
  }

  .lh-sec-070402 .lh-item {
    flex-flow: column-reverse;
    margin-top: 2.5rem;
  }

  .lh-sec-070402 .lh-item:first-child {
    margin-top: 0;
  }

  .lh-sec-070402 .lh-item h2 {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
  }

  .lh-sec-070402 .lh-item>div:last-child {
    align-items: start;
    justify-content: start;
    width: 100%;
  }

  .lh-sec-070402 .lh-item .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.94rem;
    width: 100%;
  }

  .lh-sec-070402 .lh-item .lh-icon {
    height: 2.5rem;
    margin-right: 0.63rem;
    width: 2.5rem;
  }

  .lh-sec-070402 .lh-item:nth-child(2n) {
    flex-flow: column-reverse;
  }

  .lh-sec-070402 .lh-item:nth-child(2n) .lh-img-frame {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.lh-sec-070501 {
  background-image: url(../images/bg070501.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  padding-top: 5rem;
}

.lh-sec-070501 .section-body {
  margin-top: 7.5rem;
}

.lh-sec-070501 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.lh-sec-070501 .section-body .lh-list .lh-item {
  align-items: center;
  border-radius: 999rem;
  box-shadow: 0 0.19rem 0.63rem 0 rgba(17, 39, 180, 0.2);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 10rem;
}

.lh-sec-070501 .section-body .lh-list .lh-item:not(:last-child) {
  margin-right: 3.75rem;
}

.lh-sec-070501 .section-body .lh-list .lh-item .lh-icon {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}

.lh-sec-070501 .section-body .lh-list .lh-item h3 {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 1.75rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.lh-sec-070501 .lh-placeholder {
  height: 0;
  padding-bottom: 35.41%;
  width: 100%;
}

.lh-sec-070502 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.lh-sec-070502 .section-body {
  margin-top: 3.75rem;
}

.lh-sec-070502 .section-body .tab-head {
  overflow: hidden;
}

.lh-sec-070502 .section-body .tab-head dl {
  box-shadow: 0 0.06rem 0 0 #E5E8ED;
  display: inline-flex;
  flex-flow: row;
  justify-content: flex-start;
  padding: 1.13rem 2.5rem;
}

.lh-sec-070502 .section-body .tab-head dl dt {
  color: #6D7293;
  cursor: pointer;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.63rem;
  position: relative;
  white-space: nowrap;
}

.lh-sec-070502 .section-body .tab-head dl dt:not(:last-child) {
  margin-right: 2.75rem;
}

.lh-sec-070502 .section-body .tab-head dl dt:after {
  background: #1127B4;
  bottom: -1.13rem;
  content: '';
  height: 0.13rem;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 0;
}

.lh-sec-070502 .section-body .tab-head dl dt.active {
  color: #333333;
}

.lh-sec-070502 .section-body .tab-head dl dt.active:after,
.lh-sec-070502 .section-body .tab-head dl dt:hover:after {
  margin-left: -2.25rem;
  width: 4.5rem;
}

.lh-sec-070502 .section-body .tab-body .lh-list {
  display: none;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.lh-sec-070502 .section-body .tab-body .lh-list .lh-img-frame {
  margin-top: 2.5rem;
  width: calc((100% - 2.5rem) / 2);
}

.lh-sec-070502 .section-body .tab-body .lh-list .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 66.67%;
  width: 100%;
}

.lh-sec-070502 .section-body .tab-body .lh-list.active {
  display: flex;
}

.lh-sec-070503 {
  padding-bottom: 7rem;
  padding-top: 5rem;
}

.lh-sec-070503 .section-body {
  margin-top: 5rem;
}

.lh-sec-070503 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.lh-sec-070503 .section-body .lh-list .lh-item {
  align-items: center;
  display: flex;
  flex-flow: column;
}

.lh-sec-070503 .section-body .lh-list .lh-item:not(:last-child) {
  margin-right: 5rem;
}

.lh-sec-070503 .section-body .lh-list .lh-item .lh-img {
  height: 40rem;
  width: 29.25rem;
}

.lh-sec-070503 .section-body .lh-list .lh-item h3 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}

.lh-sec-070504 {
  background-image: url(../images/bg070504.jpg);
  overflow: hidden;
  padding-top: 5rem;
}

.lh-sec-070504 .section-body .lh-icon {
  padding-bottom: 190%;
  width: 100%;
}

@media (max-width: 1200px) {
  .lh-sec-070501 {
    background-image: url(../images/lg/bg070501.jpg);
    padding-top: 5rem;
  }

  .lh-sec-070501 .section-body {
    margin-top: 5rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item {
    width: 7.5rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item:not(:last-child) {
    margin-right: 3rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item h3 {
    font-size: 1rem;
    line-height: 1.38rem;
  }

  .lh-sec-070502 .section-body .tab-body .lh-list {
    margin-top: 2.25rem;
  }

  .lh-sec-070502 .section-body .tab-body .lh-list .lh-img-frame {
    margin-top: 1.5rem;
    width: calc((100% - 1.5rem) / 2);
  }

  .lh-sec-070502 .section-body .tab-body .lh-list.active {
    display: flex;
  }

  .lh-sec-070503 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .lh-sec-070503 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item:not(:last-child) {
    margin-right: 4rem;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item .lh-img {
    height: 34.75rem;
    width: 25.5rem;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item h3 {
    font-size: 1rem;
    line-height: 1.38rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-070501 {
    background-image: url(../images/lg/bg070501.jpg);
    padding-top: 2.5rem;
  }

  .lh-sec-070501 .section-body {
    margin-top: 3.75rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item {
    width: 6.25rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item:not(:last-child) {
    margin-right: 2.5rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item h3 {
    font-size: 0.88rem;
    line-height: 1.25rem;
  }

  .lh-sec-070502 {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .lh-sec-070502 .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-070502 .section-body .tab-head dl {
    box-shadow: 0 0.03rem 0 0 #E5E8ED;
    padding: 0.88rem 2.25rem;
  }

  .lh-sec-070502 .section-body .tab-head dl dt {
    font-size: 0.88rem;
    line-height: 1.25rem;
  }

  .lh-sec-070502 .section-body .tab-head dl dt:not(:last-child) {
    margin-right: 1.88rem;
  }

  .lh-sec-070502 .section-body .tab-head dl dt:after {
    bottom: -0.88rem;
    width: 0;
  }

  .lh-sec-070502 .section-body .tab-head dl dt.active:after,
  .lh-sec-070502 .section-body .tab-head dl dt:hover:after {
    margin-left: -3rem;
    width: 6rem;
  }

  .lh-sec-070502 .section-body .tab-body {
    padding: 0 2.25rem;
  }

  .lh-sec-070502 .section-body .tab-body .lh-list {
    margin-top: 1.5rem;
  }

  .lh-sec-070502 .section-body .tab-body .lh-list .lh-img-frame {
    margin-top: 0.75rem;
    width: calc((100% - 0.75rem) / 2);
  }

  .lh-sec-070502 .section-body .tab-body .lh-list.active {
    display: flex;
  }

  .lh-sec-070503 {
    padding-bottom: 2.5rem;
    padding-top: 3.25rem;
  }

  .lh-sec-070503 .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item:not(:last-child) {
    margin-right: 3.13rem;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item .lh-img {
    height: 20rem;
    width: 14.63rem;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item h3 {
    font-size: 0.88rem;
    line-height: 1.25rem;
    margin-top: 0.74rem;
  }

  .lh-sec-070504 {
    padding-top: 3.25rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-070501 {
    background-image: url(../images/sm/bg070501.jpg);
    padding-top: 2.5rem;
  }

  .lh-sec-070501 .section-body {
    margin-top: 1.88rem;
    padding: 0;
    text-align: center;
  }

  .lh-sec-070501 .section-body .lh-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 28rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item {
    margin: 0.65rem 1.25rem;
    width: 5rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item:not(:last-child) {
    margin-right: 1.25rem;
  }

  .lh-sec-070501 .section-body .lh-list .lh-item h3 {
    font-size: 0.75rem;
    line-height: 1.06rem;
  }

  .lh-sec-070501 .lh-placeholder {
    height: 0;
    padding-bottom: 65%;
    width: 100%;
  }

  .lh-sec-070502 {
    padding-bottom: 3.16rem;
    padding-top: 2.5rem;
  }

  .lh-sec-070502 .section-body {
    margin-top: 2.5rem;
  }

  .lh-sec-070502 .section-body .tab-head dl {
    padding: 0.88rem 1.31rem;
  }

  .lh-sec-070502 .section-body .tab-head dl dt {
    white-space: nowrap;
  }

  .lh-sec-070502 .section-body .tab-body {
    padding: 0 1.31rem;
  }

  .lh-sec-070502 .section-body .tab-body .lh-list {
    margin-top: 0.94rem;
  }

  .lh-sec-070502 .section-body .tab-body .lh-list .lh-img-frame {
    margin-top: 0.94rem;
    width: 100%;
  }

  .lh-sec-070502 .section-body .tab-body .lh-list.active {
    display: flex;
  }

  .lh-sec-070503 .section-body {
    margin-top: 1.88rem;
    padding: 0 1.31rem;
  }

  .lh-sec-070503 .section-body .lh-list {
    flex-flow: column;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item:not(:last-child) {
    margin-bottom: 1.88rem;
    margin-right: 0;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item .lh-img {
    height: 0;
    padding-bottom: 72%;
    width: 100%;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.94rem;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item:first-child .lh-img {
    background-position: top;
  }

  .lh-sec-070503 .section-body .lh-list .lh-item:last-child .lh-img {
    background-position: bottom;
  }
}

.lh-sec-070601 {
  padding: 10rem 0;
}

.lh-sec-070601 .lh-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.lh-sec-070601 .lh-list .lh-item {
  align-items: center;
  background: #EEEEEE;
  display: flex;
  flex-flow: column;
  flex-grow: 0;
  height: 23.75rem;
  padding: 2.63rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 17.5rem;
}

.lh-sec-070601 .lh-list .lh-item .lh-icon {
  height: 5rem;
  width: 5rem;
}

.lh-sec-070601 .lh-list .lh-item .lh-icon:last-child {
  display: none;
}

.lh-sec-070601 .lh-list .lh-item h2 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.lh-sec-070601 .lh-list .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.13rem;
  transition: all 0.3s ease-in-out;
}

.lh-sec-070601 .lh-list .lh-item:hover {
  background: #1127B4;
}

.lh-sec-070601 .lh-list .lh-item:hover .lh-icon {
  display: none;
}

.lh-sec-070601 .lh-list .lh-item:hover .lh-icon:last-child {
  display: block;
}

.lh-sec-070601 .lh-list .lh-item:hover h2 {
  color: #FFFFFF;
}

.lh-sec-070601 .lh-list .lh-item:hover p {
  color: #FFFFFF;
}

.lh-sec-070602 {
  padding-bottom: 12.13rem;
  padding-top: 6.25rem;
}

.lh-sec-070602 .section-title h2 {
  color: white;
}

.lh-sec-070602 .section-body {
  margin-top: 6.62rem;
}

.lh-sec-070602 .section-body .lh-list {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.lh-sec-070602 .section-body .lh-list .lh-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-flow: column;
  height: 11.25rem;
  justify-content: center;
  width: 17.5rem;
}

.lh-sec-070602 .section-body .lh-list .lh-item h3 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-top: 1.63rem;
}

.lh-sec-070602 .section-body .lh-list .lh-item p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38rem;
}

.lh-sec-070602 .section-body .lh-list .lh-item em {
  color: #FFFFFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 3rem;
  margin-right: 0.38rem;
}

@media (max-width: 1200px) {
  .lh-sec-070601 {
    padding: 5rem 0;
  }

  .lh-sec-070601 .lh-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lh-sec-070601 .lh-list .lh-item {
    height: 23.75rem;
    margin: 0.75rem;
    padding: 2.63rem 1.5rem;
    width: 25.5rem;
  }

  .lh-sec-070601 .lh-list .lh-item .lh-icon {
    height: 5rem;
    width: 5rem;
  }

  .lh-sec-070601 .lh-list .lh-item .lh-icon:last-child {
    display: none;
  }

  .lh-sec-070601 .lh-list .lh-item h2 {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.5rem;
  }

  .lh-sec-070601 .lh-list .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-top: 1.13rem;
  }

  .lh-sec-070601 .lh-list .lh-item:hover .lh-icon {
    display: none;
  }

  .lh-sec-070601 .lh-list .lh-item:hover .lh-icon:last-child {
    display: block;
  }

  .lh-sec-070602 {
    padding-bottom: 7.75rem;
    padding-top: 5rem;
  }

  .lh-sec-070602 .section-body {
    margin-top: 3.75rem;
    padding: 0 3rem;
  }

  .lh-sec-070602 .section-body .lh-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item {
    height: 11.13rem;
    margin: 0.75rem;
    width: 17.5rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.38rem;
    margin-top: 1.5rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item p {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.38rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item em {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: normal;
    line-height: 3rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-070601 {
    padding: 2.5rem 2.25rem;
  }

  .lh-sec-070601 .lh-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .lh-sec-070601 .lh-list .lh-item {
    height: 17.38rem;
    margin: 0.375rem 0;
    padding: 2.63rem 1.88rem;
    width: calc((100% - 0.75rem) / 2);
  }

  .lh-sec-070601 .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    width: 3.38rem;
  }

  .lh-sec-070601 .lh-list .lh-item h2 {
    color: #333333;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
    margin-top: 0.75rem;
  }

  .lh-sec-070601 .lh-list .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0.56rem;
  }

  .lh-sec-070602 {
    padding-bottom: 5.63rem;
    padding-top: 2.5rem;
  }

  .lh-sec-070602 .section-body {
    margin-top: 2.5rem;
    padding: 0 2.25rem;
  }

  .lh-sec-070602 .section-body .lh-list {
    justify-content: space-between;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item {
    height: 8rem;
    margin: 0;
    width: calc((100% - 2.25rem) / 4);
  }

  .lh-sec-070602 .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.69rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.41rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item p {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item em {
    color: #FFFFFF;
    font-size: 1.88rem;
    font-weight: normal;
    line-height: 2.19rem;
    margin-right: 0.25rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-070601 {
    padding: 0;
  }

  .lh-sec-070601 .lh-list {
    flex-flow: column;
    justify-content: start;
  }

  .lh-sec-070601 .lh-list .lh-item {
    height: auto;
    margin: 0;
    padding: 1.18rem 1.31rem;
    width: 100%;
  }

  .lh-sec-070601 .lh-list .lh-item:nth-child(2n-1) {
    background-color: #FFFFFF;
  }

  .lh-sec-070601 .lh-list .lh-item .lh-icon {
    height: 3.38rem;
    width: 3.38rem;
  }

  .lh-sec-070601 .lh-list .lh-item:hover,
  .lh-sec-070601 .lh-list .lh-item:hover:nth-child(2n-1) {
    background: #1127B4;
  }

  .lh-sec-070601 .lh-list .lh-item:hover .lh-icon,
  .lh-sec-070601 .lh-list .lh-item:hover:nth-child(2n-1) .lh-icon {
    display: none;
  }

  .lh-sec-070601 .lh-list .lh-item:hover .lh-icon:last-child,
  .lh-sec-070601 .lh-list .lh-item:hover:nth-child(2n-1) .lh-icon:last-child {
    display: block;
  }

  .lh-sec-070601 .lh-list .lh-item:hover h2,
  .lh-sec-070601 .lh-list .lh-item:hover:nth-child(2n-1) h2 {
    color: #FFFFFF;
  }

  .lh-sec-070601 .lh-list .lh-item:hover p,
  .lh-sec-070601 .lh-list .lh-item:hover:nth-child(2n-1) p {
    color: #FFFFFF;
  }

  .lh-sec-070602 {
    padding: 2.5rem 1.31rem;
  }

  .lh-sec-070602 .section-body {
    margin-top: 1.13rem;
    padding: 0;
  }

  .lh-sec-070602 .section-body .lh-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -0.37rem;
    margin-right: -0.37rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item {
    flex-grow: 1;
    height: auto;
    margin: 0.37rem;
    min-width: 40%;
    padding: 2.19rem 1rem;
    width: 40%;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item h3 {
    color: #FFFFFF;
    font-size: 0.69rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.41rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item p {
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
  }

  .lh-sec-070602 .section-body .lh-list .lh-item em {
    color: #FFFFFF;
    font-size: 1.88rem;
    font-weight: normal;
    line-height: 2.19rem;
  }
}

.lh-sec-070701 {
  padding-bottom: 7.5rem;
  padding-top: 5rem;
}

.lh-sec-070701 .container div {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 5rem;
  text-indent: 2em;
}

.lh-sec-070701 .container .lh-icon {
  height: 0;
  padding-bottom: 70%;
  width: 100%;
}

@media (max-width: 1200px) {
  .lh-sec-070701 {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-070701 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-070701 {
    background-image: none;
    padding: 3.75rem 0.94rem;
  }
}

.lh-sec-070801 {
  background: url("../images/bg070801.png") no-repeat transparent bottom center;
  padding-top: 5rem;
}

.lh-sec-070801 .container .disc {
  background: #5395FF;
  border-radius: 999rem;
  height: 0.63rem;
  width: 0.63rem;
}

.lh-sec-070801 .container .h-line {
  background: #5395FF;
  height: 0.13rem;
  width: 4.25rem;
}

.lh-sec-070801 .container .circle {
  align-items: center;
  background: #DFEBFF;
  border: 0.13rem solid #5395FF;
  border-radius: 999rem;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}

.lh-sec-070801 .container .circle:after {
  background: #5395FF;
  border-radius: 999rem;
  content: '';
  height: 0.63rem;
  width: 0.63rem;
}

.lh-sec-070801 .container h2 {
  color: #0061FF;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.38rem;
}

.lh-sec-070801 .container p {
  color: #000D5F;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}

.lh-sec-070801 .container .grow {
  position: relative;
}

.lh-sec-070801 .container .grow .background {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.lh-sec-070801 .container .grow .background .v-line {
  background: #5395FF;
  flex-grow: 1;
  width: 0.13rem;
}

.lh-sec-070801 .container .grow .lh-list {
  padding-bottom: 3.88rem;
  padding-top: 4.38rem;
  position: relative;
  z-index: 99;
}

.lh-sec-070801 .container .grow .lh-list .lh-item {
  display: flex;
  flex-flow: row;
  overflow: hidden;
  width: 100%;
}

.lh-sec-070801 .container .grow .lh-list .lh-item .head {
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-grow: 0;
  flex-shrink: 0;
  height: 2.38rem;
  margin-left: calc(50% - 0.625rem);
  margin-right: 2.63rem;
}

.lh-sec-070801 .container .grow .lh-list .lh-item .body {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: calc(50% - 2.63rem - 0.63rem - 4.25rem - 0.625rem);
}

.lh-sec-070801 .container .grow .lh-list .lh-item:nth-child(2n-1) {
  flex-flow: row-reverse;
}

.lh-sec-070801 .container .grow .lh-list .lh-item:nth-child(2n-1) .head {
  flex-flow: row-reverse;
  margin-left: 2.63rem;
  margin-right: calc(50% - 0.625rem);
}

.lh-sec-070801 .container .grow .lh-list .lh-item:nth-child(2n-1) .body {
  align-items: flex-end;
}

.lh-sec-070801 .container .begin {
  height: 15rem;
  margin: -0.625rem auto 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 30rem;
}

.lh-sec-070801 .container .begin .background {
  align-items: center;
  border: 0.13rem solid #5395FF;
  border-radius: 999rem;
  display: flex;
  height: 30rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 30rem;
}

.lh-sec-070801 .container .begin .background:after {
  background: #0061FF0A;
  border-radius: 999rem;
  content: '';
  height: 25rem;
  width: 25rem;
}

.lh-sec-070801 .container .begin .lh-list .lh-item .head {
  display: none;
}

.lh-sec-070801 .container .begin h2 {
  margin-top: 3.13rem;
}

.lh-sec-070801 .container .begin p {
  font-size: 1rem;
  margin-top: 0.75rem;
}

@media (max-width: 992px) {
  .lh-sec-070801 {
    padding-top: 2.5rem;
  }

  .lh-sec-070801 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-070801 .container p {
    line-height: 1.25rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-070801 {
    background: url("../images/sm/bg070801.png") no-repeat transparent bottom center;
  }

  .lh-sec-070801 .container {
    padding: 0 1.31rem;
  }

  .lh-sec-070801 .container h2 {
    color: #0061FF;
    font-size: 1.56rem;
    font-weight: 900;
    line-height: 1.81rem;
  }

  .lh-sec-070801 .container .grow .background {
    align-items: flex-start;
    padding-left: 0.56rem;
  }

  .lh-sec-070801 .container .grow .background .disc,
  .lh-sec-070801 .container .grow .background .circle {
    display: none;
  }

  .lh-sec-070801 .container .grow .lh-list .lh-item:not(:last-child) {
    margin-bottom: 1.88rem;
  }

  .lh-sec-070801 .container .grow .lh-list .lh-item .head {
    height: 1.81rem;
    margin-left: 0;
    margin-right: 0.94rem;
  }

  .lh-sec-070801 .container .grow .lh-list .lh-item .head .disc,
  .lh-sec-070801 .container .grow .lh-list .lh-item .head .h-line {
    display: none;
  }

  .lh-sec-070801 .container .grow .lh-list .lh-item .body {
    max-width: calc(100% - 1.25rem - 0.94rem);
  }

  .lh-sec-070801 .container .grow .lh-list .lh-item:nth-child(2n-1) {
    flex-flow: row;
  }

  .lh-sec-070801 .container .grow .lh-list .lh-item:nth-child(2n-1) .head {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0.94rem;
  }

  .lh-sec-070801 .container .grow .lh-list .lh-item:nth-child(2n-1) .body {
    align-items: flex-start;
  }

  .lh-sec-070801 .container .begin {
    height: 13rem;
    margin: -0.625rem auto 0 auto;
    position: relative;
    text-align: left;
    width: auto;
    z-index: 99;
  }

  .lh-sec-070801 .container .begin .background {
    display: none;
  }

  .lh-sec-070801 .container .begin .lh-list .lh-item {
    display: flex;
    flex-flow: row;
    overflow: hidden;
    width: 100%;
  }

  .lh-sec-070801 .container .begin .lh-list .lh-item .head {
    align-items: center;
    display: flex;
    height: 1.81rem;
    margin-left: 0;
    margin-right: 0.94rem;
  }

  .lh-sec-070801 .container .begin .lh-list .lh-item .head .disc,
  .lh-sec-070801 .container .begin .lh-list .lh-item .head .h-line {
    display: none;
  }

  .lh-sec-070801 .container .begin .lh-list .lh-item .head .circle {
    background: transparent;
    border: 0;
  }

  .lh-sec-070801 .container .begin .lh-list .lh-item .body {
    max-width: calc(100% - 1.25rem - 0.94rem);
  }

  .lh-sec-070801 .container .begin .lh-list .lh-item .body h2 {
    margin-top: 0;
  }

  .lh-sec-070801 .container .begin .lh-list .lh-item .body p {
    font-size: 0.88rem;
    margin-top: 0.75rem;
  }
}

.lh-sec-080101 #allmap {
  height: 30rem;
}

.lh-sec-080102 {
  padding-top: 5rem;
}

.lh-sec-080102 .container {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 0 6.25rem;
}

.lh-sec-080102 .container .lh-list:first-child h2 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.lh-sec-080102 .container .lh-list:first-child p {
  color: #333333;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

.lh-sec-080102 .container .lh-list:first-child p:first-child {
  margin-top: 1.5rem;
}

.lh-sec-080102 .container .lh-list:last-child {
  display: inline-flex;
  flex-flow: row;
}

.lh-sec-080102 .container .lh-list:last-child .lh-item:not(:last-child) {
  margin-right: 2.63rem;
}

.lh-sec-080102 .container .lh-list:last-child .lh-item .lh-icon {
  height: 6.25rem;
  transition: all 0.3s ease-in-out;
  width: 6.25rem;
}

.lh-sec-080102 .container .lh-list:last-child .lh-item p {
  color: #333333;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.63rem;
}

.lh-sec-080102 .container .lh-list:last-child .lh-item:hover .lh-icon {
  transform: scale(1.2) translateY(-0.63rem);
}

.lh-sec-080103 .container {
  padding: 3.75rem 6.25rem 7.5rem;
}

.lh-sec-080103 .container form.contact-form .form-body .form-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}

.lh-sec-080103 .container form.contact-form .form-body .form-row .form-group {
  flex-grow: 1;
  flex-shrink: 0;
}

.lh-sec-080103 .container form.contact-form .form-body .form-row .form-group:not(:last-child) {
  margin-right: 2.5rem;
}

.lh-sec-080103 .container form.contact-form .form-body .form-group {
  margin-bottom: 1.88rem;
  position: relative;
}

.lh-sec-080103 .container form.contact-form .form-body>.form-group:last-child {
  margin-bottom: 0;
}

.lh-sec-080103 .container form.contact-form .form-body .form-group label {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-bottom: 0.75rem;
}

.lh-sec-080103 .container form.contact-form .form-body .form-group input,
.lh-sec-080103 .container form.contact-form .form-body .form-group textarea {
  background: #F8F8F8;
  border: 0.06rem solid #E6E6E6;
  border-radius: 0.25rem;
  color: #333333;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0.88rem 0.94rem;
  width: 100%;
}

.lh-sec-080103 .container form.contact-form .form-body .form-group.has-error input::placeholder,
.lh-sec-080103 .container form.contact-form .form-body .form-group.has-error textarea::placeholder {
  color: red;
}

.lh-sec-080103 .container form.contact-form .form-body .form-group .with-errors {
  display: none;
}

.lh-sec-080103 .container form.contact-form .form-footer {
  margin-top: 3.75rem;
  position: relative;
  text-align: center;
}

.lh-sec-080103 .container form.contact-form .form-footer .message {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  position: absolute;
  text-align: center;
  top: -2rem;
  width: 100%;
}

.lh-sec-080103 .container form.contact-form .form-footer .message .sent-message {
  color: green;
}

.lh-sec-080103 .container form.contact-form .form-footer .message .error-message {
  color: red;
}

.lh-sec-080103 .container form.contact-form .form-footer .message .loading {
  align-items: center;
  display: flex;
  justify-content: center;
}

.lh-sec-080103 .container form.contact-form .form-footer .message .loading:before {
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
  border: 0.25rem solid green;
  border-radius: 999rem;
  border-top-color: #eee;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.75rem;
  width: 1.5rem;
}

.lh-sec-080103 .container form.contact-form .form-footer .lh-submit {
  background: #1127B4;
  border-radius: 1.5rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 3.13rem;
}

.lh-sec-080103 .container form.contact-form .form-footer .lh-submit:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .lh-sec-080102 {
    padding-top: 3.75rem;
  }

  .lh-sec-080102 .container {
    padding: 0 1.88rem;
  }

  .lh-sec-080103 .container {
    padding: 3.75rem 1.88rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-080101 #allmap {
    height: 15rem;
  }

  .lh-sec-080102 {
    padding-top: 2.5rem;
  }

  .lh-sec-080102 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-080102 .container .lh-list:first-child h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-080102 .container .lh-list:first-child p {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.38rem;
  }

  .lh-sec-080102 .container .lh-list:first-child p:first-child {
    margin-top: 0.75rem;
  }

  .lh-sec-080102 .container .lh-list:last-child .lh-item:not(:last-child) {
    margin-right: 1.44rem;
  }

  .lh-sec-080102 .container .lh-list:last-child .lh-item .lh-icon {
    height: 5rem;
    transition: all 0.3s ease-in-out;
    width: 5rem;
  }

  .lh-sec-080102 .container .lh-list:last-child .lh-item p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.53rem;
  }

  .lh-sec-080103 .container {
    padding: 2.5rem 2.25rem 3.75rem;
  }

  .lh-sec-080103 .container form.contact-form .form-body .form-row .form-group:not(:last-child) {
    margin-right: 1.88rem;
  }

  .lh-sec-080103 .container form.contact-form .form-body .form-group {
    margin-bottom: 1.31rem;
    position: relative;
  }

  .lh-sec-080103 .container form.contact-form .form-body>.form-group:last-child {
    margin-bottom: 0;
  }

  .lh-sec-080103 .container form.contact-form .form-body .form-group label {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-bottom: 0.56rem;
  }

  .lh-sec-080103 .container form.contact-form .form-body .form-group input,
  .lh-sec-080103 .container form.contact-form .form-body .form-group textarea {
    border: 0.03rem solid #CCCCCC;
  }

  .lh-sec-080103 .container form.contact-form .form-footer {
    margin-top: 2.5rem;
  }

  .lh-sec-080103 .container form.contact-form .form-footer .lh-submit {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.88rem 2.13rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-080102 .container {
    align-items: flex-start;
    flex-flow: column;
    padding: 0 1.31rem;
  }

  .lh-sec-080103 .container {
    padding: 2.5rem 1.31rem 3.75rem;
  }

  .lh-sec-080102 .container .lh-list:last-child {
    margin-top: 1.31rem;
  }

  .lh-sec-080103 .container form.contact-form .form-body .form-row {
    flex-flow: column;
  }

  .lh-sec-080103 .container form.contact-form .form-body .form-row .form-group:not(:last-child) {
    margin-right: 0;
  }
}

.lh-sec-080201 #allmap {
  height: 30rem;
}

.lh-sec-080202 {
  padding-top: 5rem;
}

.lh-sec-080202 .container {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 0 6.25rem;
}

.lh-sec-080202 .container .lh-list:first-child h2 {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.lh-sec-080202 .container .lh-list:first-child p {
  color: #333333;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.75rem;
}

.lh-sec-080202 .container .lh-list:first-child p:first-child {
  margin-top: 1.5rem;
}

.lh-sec-080202 .container .lh-list:last-child {
  display: inline-flex;
  flex-flow: row;
}

.lh-sec-080202 .container .lh-list:last-child .lh-item:not(:last-child) {
  margin-right: 2.63rem;
}

.lh-sec-080202 .container .lh-list:last-child .lh-item .lh-icon {
  height: 6.25rem;
  transition: all 0.3s ease-in-out;
  width: 6.25rem;
}

.lh-sec-080202 .container .lh-list:last-child .lh-item p {
  color: #333333;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 0.63rem;
}

.lh-sec-080202 .container .lh-list:last-child .lh-item:hover .lh-icon {
  transform: scale(1.2) translateY(-0.63rem);
}

.lh-sec-080203 .container {
  padding: 3.75rem 6.25rem 7.5rem;
}

.lh-sec-080203 .container form.contact-form .form-body .form-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}

.lh-sec-080203 .container form.contact-form .form-body .form-row .form-group {
  flex-grow: 1;
  flex-shrink: 0;
}

.lh-sec-080203 .container form.contact-form .form-body .form-row .form-group:not(:last-child) {
  margin-right: 2.5rem;
}

.lh-sec-080203 .container form.contact-form .form-body .form-group {
  margin-bottom: 1.88rem;
  position: relative;
}

.lh-sec-080203 .container form.contact-form .form-body>.form-group:last-child {
  margin-bottom: 0;
}

.lh-sec-080203 .container form.contact-form .form-body .form-group label {
  color: #787878;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38rem;
  margin-bottom: 0.75rem;
}

.lh-sec-080203 .container form.contact-form .form-body .form-group input,
.lh-sec-080203 .container form.contact-form .form-body .form-group textarea {
  background: #F8F8F8;
  border: 0.06rem solid #E6E6E6;
  border-radius: 0.25rem;
  color: #333333;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 0.88rem 0.94rem;
  width: 100%;
}

.lh-sec-080203 .container form.contact-form .form-body .form-group.has-error input::placeholder,
.lh-sec-080203 .container form.contact-form .form-body .form-group.has-error textarea::placeholder {
  color: red;
}

.lh-sec-080203 .container form.contact-form .form-body .form-group .with-errors {
  display: none;
}

.lh-sec-080203 .container form.contact-form .form-footer {
  margin-top: 3.75rem;
  position: relative;
  text-align: center;
}

.lh-sec-080203 .container form.contact-form .form-footer .message {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  position: absolute;
  text-align: center;
  top: -2rem;
  width: 100%;
}

.lh-sec-080203 .container form.contact-form .form-footer .message .sent-message {
  color: green;
}

.lh-sec-080203 .container form.contact-form .form-footer .message .error-message {
  color: red;
}

.lh-sec-080203 .container form.contact-form .form-footer .message .loading {
  align-items: center;
  display: flex;
  justify-content: center;
}

.lh-sec-080203 .container form.contact-form .form-footer .message .loading:before {
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
  border: 0.25rem solid green;
  border-radius: 999rem;
  border-top-color: #eee;
  content: "";
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.75rem;
  width: 1.5rem;
}

.lh-sec-080203 .container form.contact-form .form-footer .lh-submit {
  background: #1127B4;
  border-radius: 1.5rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 0.75rem 3.13rem;
}

.lh-sec-080203 .container form.contact-form .form-footer .lh-submit:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .lh-sec-080202 {
    padding-top: 3.75rem;
  }

  .lh-sec-080202 .container {
    padding: 0 1.88rem;
  }

  .lh-sec-080203 .container {
    padding: 3.75rem 1.88rem 6.25rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-080201 #allmap {
    height: 15rem;
  }

  .lh-sec-080202 {
    padding-top: 2.5rem;
  }

  .lh-sec-080202 .container {
    padding: 0 2.25rem;
  }

  .lh-sec-080202 .container .lh-list:first-child h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.44rem;
  }

  .lh-sec-080202 .container .lh-list:first-child p {
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.38rem;
  }

  .lh-sec-080202 .container .lh-list:first-child p:first-child {
    margin-top: 0.75rem;
  }

  .lh-sec-080202 .container .lh-list:last-child .lh-item:not(:last-child) {
    margin-right: 1.44rem;
  }

  .lh-sec-080202 .container .lh-list:last-child .lh-item .lh-icon {
    height: 5rem;
    transition: all 0.3s ease-in-out;
    width: 5rem;
  }

  .lh-sec-080202 .container .lh-list:last-child .lh-item p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.53rem;
  }

  .lh-sec-080203 .container {
    padding: 2.5rem 2.25rem 3.75rem;
  }

  .lh-sec-080203 .container form.contact-form .form-body .form-row .form-group:not(:last-child) {
    margin-right: 1.88rem;
  }

  .lh-sec-080203 .container form.contact-form .form-body .form-group {
    margin-bottom: 1.31rem;
    position: relative;
  }

  .lh-sec-080203 .container form.contact-form .form-body>.form-group:last-child {
    margin-bottom: 0;
  }

  .lh-sec-080203 .container form.contact-form .form-body .form-group label {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-bottom: 0.56rem;
  }

  .lh-sec-080203 .container form.contact-form .form-body .form-group input,
  .lh-sec-080203 .container form.contact-form .form-body .form-group textarea {
    border: 0.03rem solid #CCCCCC;
  }

  .lh-sec-080203 .container form.contact-form .form-footer {
    margin-top: 2.5rem;
  }

  .lh-sec-080203 .container form.contact-form .form-footer .lh-submit {
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.88rem 2.13rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-080202 .container {
    align-items: flex-start;
    flex-flow: column;
    padding: 0 1.31rem;
  }

  .lh-sec-080203 .container {
    padding: 2.5rem 1.31rem 3.75rem;
  }

  .lh-sec-080202 .container .lh-list:last-child {
    margin-top: 1.31rem;
  }

  .lh-sec-080203 .container form.contact-form .form-body .form-row {
    flex-flow: column;
  }

  .lh-sec-080203 .container form.contact-form .form-body .form-row .form-group:not(:last-child) {
    margin-right: 0;
  }
}

.lh-sec-080301 .container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5rem;
  padding-top: 1.88rem;
}

.lh-sec-080301 .container .lh-item {
  margin: 1.88rem 0;
  overflow: hidden;
  width: calc((100% - 3.76rem) / 3);
}

.lh-sec-080301 .container .lh-item .lh-img-frame {
  overflow: hidden;
  width: 100%;
}

.lh-sec-080301 .container .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 54.55%;
  width: 100%;
}

.lh-sec-080301 .container .lh-item h2 {
  color: #222222;
  font-size: 1.13rem;
  line-height: 1.63rem;
  margin-top: 1.5rem;
}

.lh-sec-080301 .container .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  overflow: hidden;
  width: 100%;
  word-break: break-all;
}

@media (max-width: 1200px) {
  .lh-sec-080301 .container {
    justify-content: start;
  }

  .lh-sec-080301 .container .lh-item {
    width: calc((100% - 1.88rem) / 2);
  }

  .lh-sec-080301 .container .lh-item:not(:nth-child(2n)) {
    margin-right: 1.88rem;
  }

  .lh-sec-080301 .container .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
  }

  .lh-sec-080301 .container .lh-item h2 {
    color: #333333;
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 1.63rem;
    margin-top: 1.5rem;
  }

  .lh-sec-080301 .container .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-080301 {
    padding: 2.5rem 2.25rem 3.75rem;
  }

  .lh-sec-080301 .container {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lh-sec-080301 .container .lh-item {
    margin: 0.94rem 0;
  }

  .lh-sec-080301 .container .lh-item h2 {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.94rem;
  }

  .lh-sec-080301 .container .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-080301 {
    padding: 1.31rem 1.31rem 3.75rem;
  }

  .lh-sec-080301 .container .lh-item {
    margin: 1.31rem 0 0;
    width: 100%;
  }

  .lh-sec-080301 .container .lh-item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .lh-sec-080301 .container .lh-item:first-child {
    margin-top: 0;
  }

  .lh-sec-080301 .container .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
  }

  .lh-sec-080301 .container .lh-item h2 {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.94rem;
  }

  .lh-sec-080301 .container .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.38rem;
  }
}

.lh-sec-080401 .container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 6.25rem;
}

.lh-sec-080401 .container .lh-item {
  margin-top: 3.75rem;
  overflow: hidden;
  width: calc((100% - 2.5rem) / 2);
}

.lh-sec-080401 .container .lh-item .lh-img-frame {
  overflow: hidden;
  width: 100%;
}

.lh-sec-080401 .container .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 44.5%;
  width: 100%;
}

.lh-sec-080401 .container .lh-item h2 {
  color: #222222;
  font-size: 1.13rem;
  line-height: 1.63rem;
  margin-top: 1.5rem;
}

.lh-sec-080401 .container .lh-item p {
  color: #787878;
  font-size: 0.88rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  overflow: hidden;
  width: 100%;
  word-break: break-all;
}

@media (max-width: 1200px) {
  .lh-sec-080401 .container {
    justify-content: start;
  }

  .lh-sec-080401 .container .lh-item {
    width: calc((100% - 1.88rem) / 2);
  }

  .lh-sec-080401 .container .lh-item:not(:nth-child(2n)) {
    margin-right: 1.88rem;
  }

  .lh-sec-080401 .container .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
  }

  .lh-sec-080401 .container .lh-item h2 {
    color: #333333;
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 1.63rem;
    margin-top: 1.5rem;
  }

  .lh-sec-080401 .container .lh-item p {
    color: #787878;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0.75rem;
  }
}

@media (max-width: 992px) {
  .lh-sec-080401 {
    padding: 2.5rem 2.25rem 3.75rem;
  }

  .lh-sec-080401 .container {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lh-sec-080401 .container .lh-item {
    margin: 0.94rem 0;
  }

  .lh-sec-080401 .container .lh-item h2 {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.94rem;
  }

  .lh-sec-080401 .container .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.56rem;
  }
}

@media (max-width: 768px) {
  .lh-sec-080401 {
    padding: 1.31rem 1.31rem 3.75rem;
  }

  .lh-sec-080401 .container .lh-item {
    margin-top: 1.31rem;
    width: 100%;
  }

  .lh-sec-080401 .container .lh-item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .lh-sec-080401 .container .lh-item:first-child {
    margin-top: 0;
  }

  .lh-sec-080401 .container .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 60%;
    width: 100%;
  }

  .lh-sec-080401 .container .lh-item h2 {
    color: #222222;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-top: 0.94rem;
  }

  .lh-sec-080401 .container .lh-item p {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.38rem;
  }
}

.lh-banner-090101 {
  height: 23.25rem;
}

.lh-banner-090101 .search-form {
  align-items: center;
  display: flex;
  justify-content: center;
}

.lh-banner-090101 .search-form label input {
  background: #FFFFFF;
  border-radius: 0.25rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  height: 3.75rem;
  line-height: 1.38rem;
  padding: 1.18rem 1.25rem;
  width: 42.5rem;
}

.lh-banner-090101 .search-form a {
  background-color: #0061FFFF;
  border-radius: 0.25rem;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.13rem;
  font-weight: 500;
  height: 3.75rem;
  line-height: 1.56rem;
  margin-left: 1.25rem;
  margin-top: 0;
  padding: 1.13rem 2.63rem 1.06rem;
  white-space: nowrap;
}

.lh-banner-090101 .search-form a:hover {
  background-color: #0061FFCC;
}

.lh-sec-090101 {
  padding-bottom: 6.25rem;
  padding-top: 1.88rem;
}

.lh-sec-090101 .lh-item {
  display: flex;
  flex-flow: row;
  padding: 1.88rem;
  position: relative;
}

.lh-sec-090101 .lh-item .lh-img-frame {
  flex-shrink: 0;
  margin-right: 1.88rem;
  overflow: hidden;
  width: 15rem;
}

.lh-sec-090101 .lh-item .lh-img-frame .lh-img {
  height: 0;
  padding-bottom: 58.33%;
  width: 100%;
}

.lh-sec-090101 .lh-item>div:last-child {
  flex-grow: 1;
  overflow: hidden;
}

.lh-sec-090101 .lh-item h3 {
  width: 100%;
}

.lh-sec-090101 .lh-item h3,
.lh-sec-090101 .lh-item h3 a {
  color: #222222;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  height: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.lh-sec-090101 .lh-item p:first-child {
  -webkit-box-orient: vertical;
  color: #787878;
  display: -webkit-box;
  font-size: 0.88rem;
  font-weight: 400;
  height: 2.75rem;
  -webkit-line-clamp: 2;
  line-height: 1.38rem;
  margin-top: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}

.lh-sec-090101 .lh-item p:last-child {
  color: #787878;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 1.5rem;
}

.lh-sec-090101 .lh-item:hover {
  background: #F9FBFF;
}

.lh-sec-090101 .lh-item:hover h3 a {
  color: #1127B4;
}

.lh-sec-090101 .lh-item:hover .lh-img-frame .lh-img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .lh-banner-090101 .search-form label input {
    background: #FFFFFF;
    border-radius: 0.25rem;
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    height: 3.75rem;
    line-height: 1.38rem;
    padding: 1.18rem 1.25rem;
    width: 33.75rem;
  }

  .lh-banner-090101 .search-form a {
    background: #0061FF;
    border-radius: 0.25rem;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.13rem;
    font-weight: 500;
    height: 3.75rem;
    line-height: 1.56rem;
    margin-left: 1.25rem;
    padding: 1.13rem 2.63rem 1.06rem;
  }

  .lh-sec-090101 {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

@media (max-width: 992px) {
  .lh-banner-090101 {
    height: 12.5rem;
    padding: 0 2.25rem;
  }

  .lh-banner-090101 .search-form label {
    width: 100%;
  }

  .lh-banner-090101 .search-form label input {
    border-radius: 0.25rem 0 0 0.25rem;
    color: #000000;
    font-size: 0.88rem;
    font-weight: 400;
    height: 3rem;
    line-height: 1.25rem;
    margin-right: 0;
    padding: 0.88rem 0.94rem;
    width: 100%;
  }

  .lh-banner-090101 .search-form a {
    background: #0061FF;
    border-radius: 0 0.25rem 0.25rem 0;
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    height: 3rem;
    line-height: 1.25rem;
    margin-left: 0;
    padding: 0.88rem 1.47rem;
    width: 5rem;
  }

  .lh-sec-090101 {
    padding: 1.31rem 2.25rem;
  }

  .lh-sec-090101 .lh-item {
    margin-bottom: 0.75rem;
    padding: 1.31rem;
  }

  .lh-sec-090101 .lh-item:last-child {
    margin-bottom: 0;
  }

  .lh-sec-090101 .lh-item .lh-img-frame {
    margin-right: 1.31rem;
    overflow: hidden;
    width: 12.5rem;
  }

  .lh-sec-090101 .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 66.67%;
    width: 100%;
  }

  .lh-sec-090101 .lh-item h3,
  .lh-sec-090101 .lh-item h3 a {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.25rem;
  }

  .lh-sec-090101 .lh-item p:first-child {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.75rem;
  }

  .lh-sec-090101 .lh-item p:last-child {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 1.31rem;
  }
}

@media (max-width: 768px) {
  .lh-banner-090101 {
    height: 30vh;
    padding: 0 1.31rem;
  }

  .lh-banner-090101 .search-form label {
    width: calc(100% - 5rem);
  }

  .lh-banner-090101 .search-form label input {
    border-radius: 0.25rem 0 0 0.25rem;
    color: #000000;
    font-size: 0.88rem;
    font-weight: 400;
    height: 3rem;
    line-height: 1.25rem;
    margin-right: 0;
    padding: 0.88rem 0.94rem;
    width: 100%;
  }

  .lh-banner-090101 .search-form a {
    background: #0061FF;
    border-radius: 0 0.25rem 0.25rem 0;
    color: #FFFFFF;
    font-size: 0.88rem;
    font-weight: 500;
    height: 3rem;
    line-height: 1.25rem;
    margin-left: 0;
    padding: 0.88rem 1.47rem;
    width: 5rem;
  }

  .lh-sec-090101 {
    padding: 0.94rem 0;
  }

  .lh-sec-090101 .lh-item {
    margin-bottom: 0.3rem;
    padding: 0.94rem 1.31rem;
  }

  .lh-sec-090101 .lh-item .lh-img-frame {
    margin-right: 0.75rem;
    overflow: hidden;
    width: 7.5rem;
  }

  .lh-sec-090101 .lh-item .lh-img-frame .lh-img {
    height: 0;
    padding-bottom: 66.67%;
    width: 100%;
  }

  .lh-sec-090101 .lh-item h3,
  .lh-sec-090101 .lh-item h3 a {
    color: #333333;
    font-size: 0.88rem;
    font-weight: 500;
    height: 1.25rem;
    line-height: 1.25rem;
  }

  .lh-sec-090101 .lh-item p:first-child {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    height: 2.13rem;
    line-height: 1.06rem;
    margin-top: 0.38rem;
  }

  .lh-sec-090101 .lh-item p:last-child {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
    margin-top: 0.38rem;
  }
}

.lh-sec-090201 {
  background: #FFFFFF;
  box-shadow: 0 0.06rem 0 0 #F2F2F2;
  padding: 2.5rem 0 2.38rem 0;
  text-align: left;
}

.lh-sec-090201 h1 {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.13rem;
}

.lh-sec-090201 dl {
  align-items: center;
  display: inline-flex;
  margin-top: 0.75rem;
}

.lh-sec-090201 dl dd {
  color: #999999;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.lh-sec-090201 dl dd:not(:last-child) {
  margin-right: 3.13rem;
}

.lh-sec-090202 {
  color: #222222;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-bottom: 6.25rem;
  padding-top: 1.88rem;
  text-indent: 2em;
}

.lh-sec-090202 img {
  display: inline-block;
  max-width: 31.25rem;
  text-indent: 0;
}

.lh-prev-text,
.lh-next-text {
  max-width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  float: left;
  padding-bottom: 2rem;
}

.lh-next-text {
  float: right;
}

.lh-prev-text a,
.lh-next-text a {
  color: #787878;
  cursor: pointer;
}

.lh-prev-text a:hover,
.lh-next-text a:hover {
  color: #1127B4;
}

@media (max-width: 992px) {
  .lh-sec-090201 {
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0 0 #F2F2F2;
    margin-top: 2.75rem;
    padding: 1.31rem 2.25rem;
  }

  .lh-sec-090201 h1 {
    color: #222222;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.44rem;
  }

  .lh-sec-090201 dl {
    margin-top: 0.56rem;
  }

  .lh-sec-090201 dl dd {
    color: #787878;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
  }

  .lh-sec-090201 dl dd:not(:last-child) {
    margin-right: 1.88rem;
  }

  .lh-sec-090202 {
    padding: 1.31rem 2.25rem 3.75rem;
  }

  .lh-sec-090202 img {
    display: inline-block;
    max-width: 31.25rem;
    text-indent: 0;
  }
}

@media (max-width: 768px) {
  .lh-sec-090201 {
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0 0 #F2F2F2;
    margin-top: 2.75rem;
    padding: 0.75rem 1.31rem;
  }

  .lh-sec-090201 dl {
    margin-top: 0.56rem;
  }

  .lh-sec-090201 dl dd {
    color: #999999;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.06rem;
  }

  .lh-sec-090201 dl dd:not(:last-child) {
    margin-right: 1.5rem;
  }

  .lh-sec-090202 {
    padding: 1.31rem 1.31rem 3.75rem;
  }

  .lh-sec-090202 img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    text-indent: 0;
  }

  .lh-prev-text,
  .lh-next-text {
    max-width: 100%;
    float: left;
  }
}

.lh-sec-100101 {
  padding: 3.75rem 0 7.5rem;
}

.lh-sec-100101 h2 {
  color: #222222;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0.75rem;
  margin-top: 2.63rem;
  text-align: center;
}

.lh-sec-100101 dl {
  margin-top: 2.63rem;
}

.lh-sec-100101 dl dt {
  color: #333333;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}

.lh-sec-100101 dl dd {
  color: #666666;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-indent: 2em;
}

@media (max-width: 992px) {
  .lh-sec-100101 {
    padding: 1.31rem 1.31rem 2.75rem;
  }

  .lh-sec-100101 h2 {
    font-size: 1.13rem;
    line-height: 1.75rem;
  }

  .lh-sec-100101 dl {
    margin-top: 1.31rem;
  }

  .lh-sec-100101 dl dt {
    font-size: 1rem;
    line-height: 1.44rem;
    margin-bottom: 0.56rem;
  }

  .lh-sec-100101 dl dd {
    font-size: 0.88rem;
    line-height: 1.25rem;
  }
}

.lh-sec-070301 .section-body .lh-structure .lh-sm-node a {
  max-width: 12em;
  min-width: 12em;
}
.lh-sec-070301 .section-body .lh-structure .lh-md-node a {
  max-width: 15em;
  min-width: 15em;
}

.lh-sec-070301 .section-body .lh-structure .lh-mm-node a {
  max-width: 14em;
  min-width: 14em;
}

.lh-sec-070301 .section-body .lh-structure .lh-lg-node a {
  max-width: 19em;
  min-width: 19em;
}

/*# sourceMappingURL=style.css.map */
