/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: public style
 * @version: v0.0.1
 * @Date: 2020-10-20 09:29:22
 * @LastEditors: fegq
 * @LastEditTime: 2021-05-26 17:41:20
 */
@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes videoPlayIn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes videoPlayIn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes videoPlayOut {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes videoPlayOut {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.text-bold {
  font-weight: bold;
}

.body-hidden {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Microsoft YaHei';
}

input[placeholder],
textarea[placeholder] {
  font-size: 1.75rem;
  color: #666;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 1.75rem;
  color: #666;
}

header,
main,
footer {
  width: 100%;
  height: 100%;
}

.inner {
  margin: 0 auto;
  padding: 5rem 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 750px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.inner-nopad {
  padding: 0;
}

.block-detail {
  background-color: #f5f5f5;
}

.block-white {
  background-color: #fff;
}

.block-blue {
  background-color: #0c4594;
}

.block-title {
  margin-bottom: 2rem;
  text-align: center;
}
.block-title .block-title-en {
  font-size: 2.25rem;
  line-height: 3.75rem;
  color: rgba(41, 91, 153, 0.2);
  text-transform: uppercase;
}
.block-title .block-title-cn {
  font-size: 2.25rem;
  line-height: 3.125rem;
  color: #000033;
  font-weight: bold;
}
.block-title.white .block-title-en {
  color: rgba(255, 255, 255, 0.2);
}
.block-title.white .block-title-cn {
  color: #fff;
}

.block-more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 14.1875rem;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.5rem;
  background-color: #0c4594;
  color: #fff;
  text-align: center;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  overflow: hidden;
  z-index: 1;
  border: 1px solid transparent;
}
.block-more i {
  color: #fff;
  font-size: 2.25rem;
}
.block-more i::before {
  position: relative;
  top: 0.25rem;
  left: -0.125rem;
}
.block-more:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}
.block-more:hover {
  color: #0c4594;
  border: 0.0625rem solid #0c4594;
}
.block-more:hover:after {
  width: 100%;
}
.block-more:hover i {
  color: #0c4594;
}

.block-ls {
  width: 100%;
  height: 100%;
}
.block-ls li {
  float: left;
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
  width: 21.0625rem;
  height: 16.25rem;
}
.block-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.block-ls li a .block-ls-img {
  width: 100%;
  height: 12.0625rem;
}
.block-ls li a .block-ls-img img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.block-ls li a .block-ls-name {
  width: 100%;
  height: 4.1875rem;
  line-height: 4.1875rem;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.block-ls li:nth-child(2n) {
  margin-right: 0;
}
.block-ls.block-ls-honor li {
  width: 21rem;
  height: 19.875rem;
}
.block-ls.block-ls-honor li .block-ls-img {
  height: 15.6875rem;
}
.block-ls.block-ls-cert li {
  margin-right: 1.3125rem;
  width: 21.1875rem;
  height: 34.125rem;
}
.block-ls.block-ls-cert li .block-ls-img {
  height: 29.9375rem;
}
.block-ls.block-ls-cert li:nth-child(2n) {
  margin-right: 0;
}
.block-ls.block-ls-kh li {
  margin-right: 2.375rem;
  width: 20.625rem;
  height: 13.25rem;
}
.block-ls.block-ls-kh li .block-ls-img {
  height: 9.0625rem;
}
.block-ls.block-ls-kh li:nth-child(2n) {
  margin-right: 0;
}
.block-ls.ls-video li a .block-ls-img {
  position: relative;
}
.block-ls.ls-video li a .block-ls-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.0625rem;
  margin-left: -2.0625rem;
  display: block;
  content: '';
  width: 4.125rem;
  height: 4.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/about-video-icon.png");
}

.block-page {
  margin-top: 3.125rem;
  width: 100%;
  height: 100%;
}
.block-page .block-page-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.25rem;
  padding-left: 1.5625rem;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 1.875rem;
  background-color: #f9f9f9;
}
.block-page .block-page-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #999;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem #c9c9c9;
          box-shadow: 0 0 0.125rem 0.125rem #c9c9c9;
  z-index: 999;
}

.head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.625rem;
}
.head .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41.25rem;
  height: 100%;
}
.head .head-info .head-logo {
  display: block;
  width: 17.8125rem;
  height: 6.5625rem;
}
.head .head-info .head-logo img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.head .head-info .head-des {
  margin-left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 25rem;
  height: 100%;
}
.head .head-info .head-des span {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: bold;
}
.head .head-info .head-des span:first-child {
  color: #333;
}
.head .head-info .head-des span:last-child {
  color: #d7000f;
}
.head .head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2.5rem;
  height: 2.5rem;
}
.head .head-menu span {
  display: inline-block;
  width: 2.5rem;
  height: 0.375rem;
  background-color: #1296db;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 0.75rem;
}
.head .head-menu span:nth-child(2) {
  width: 1.75rem;
}
.head .head-menu.active span:nth-child(1) {
  -webkit-transform: rotate(43deg) translateY(0.75rem) translateX(0.75rem);
          transform: rotate(43deg) translateY(0.75rem) translateX(0.75rem);
}
.head .head-menu.active span:nth-child(2) {
  display: none;
}
.head .head-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-43deg) translateY(-0.75rem) translateX(0.75rem);
          transform: rotate(-43deg) translateY(-0.75rem) translateX(0.75rem);
}
@-webkit-keyframes rotatefresh {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@keyframes rotatefresh {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
nav#navs {
  visibility: hidden;
  position: fixed;
  top: 5.625rem;
  right: -100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1111;
  -webkit-box-shadow: 0 0 0.125rem 0.125rem #c9c9c9;
          box-shadow: 0 0 0.125rem 0.125rem #c9c9c9;
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}
nav#navs h2 {
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
}
nav#navs ul {
  margin: 0 auto;
  width: 100%;
}
nav#navs ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.875rem;
  line-height: 5.625rem;
  border-bottom: 0.0625rem solid #ccc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
nav#navs ul li::after {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  content: '';
  display: inline-block;
  width: 1.625rem;
  height: 1rem;
  background-image: url("../img/bg-arrow-bottom.png");
  background-repeat: no-repeat;
  background-position: 30% center;
  background-size: cover;
}
nav#navs ul li a {
  font-size: 1.75rem;
  color: #333;
}
nav#navs ul li > ul {
  display: none;
}
nav#navs ul li > ul > li.active {
  color: #0c4594;
}
nav#navs ul li > ul > li.active > a {
  color: #0c4594;
}
nav#navs ul li > ul > li:last-child {
  border-bottom: none;
}
nav#navs ul li > ul > li::after {
  display: none;
}
nav#navs ul li.active {
  color: #0c4594;
}
nav#navs ul li.active::after {
  background-image: url("../img/bg-arrow-top.png");
  background-repeat: no-repeat;
  background-position: 30% center;
  background-size: cover;
}
nav#navs ul li.active > a {
  color: #0c4594;
}
nav#navs.show {
  visibility: visible;
  right: 0;
}
nav#navs.fixed {
  position: fixed;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 6.75rem;
  padding: 2.5rem 0;
  width: 100%;
  height: 15rem;
  font-family: 'sourceLight';
  color: #000033;
  background-color: #fff;
  font-size: 1.25rem;
}
footer p {
  height: 3.125rem;
  line-height: 3.125rem;
}
footer p .footer-logo {
  position: relative;
  top: 0.5rem;
  margin-left: 0.3125rem;
  display: inline-block;
  width: 5rem;
  height: 1.625rem;
  background: no-repeat url("../img/logo-xghl.png") center;
  background-size: contain;
}

/* footer nav*/
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6.75rem;
  position: fixed;
  max-width: 750px;
  bottom: 0;
  background: #0c4594;
  opacity: 0.9;
  z-index: 999;
}
.footer-nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 100%;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  line-height: 9.6875rem;
  font-weight: bold;
}
.footer-nav a.footer-nav-map {
  background: url("../img/bottom_map.png") no-repeat center 0.75rem;
  background-size: 2rem 2.875rem;
}
.footer-nav a.footer-nav-tel {
  border-left: 0.15625rem solid rgba(255, 255, 255, 0.7);
  border-right: 0.15625rem solid rgba(255, 255, 255, 0.7);
  background: url("../img/bottom_tel.png") no-repeat center 1.0625rem;
  background-size: 2.375rem;
}
.footer-nav a.footer-nav-top {
  background: url("../img/bottom_top.png") no-repeat center 1.625rem;
  background-size: 4.1875rem 1.75rem;
}
.footer-nav.fixed {
  position: fixed;
}

@-webkit-keyframes videoModal {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes videoModal {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111111;
}
.video-modal .video-modal-inner {
  width: 93.4%;
  height: 28.75rem;
  background-color: #fff;
  -webkit-animation: videoModal 0.5s ease-in-out 1;
          animation: videoModal 0.5s ease-in-out 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.video-modal .video-modal-inner .video-modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: #000;
  color: #fff;
  font-size: 1.25rem;
}
.video-modal .video-modal-inner .video-modal-title .video-modal-title span {
  font-size: 1.25rem;
  cursor: pointer;
}
.video-modal .video-modal-inner .video-modal-content {
  padding-bottom: 0.625rem;
  width: 100%;
  height: 25rem;
  background-color: #000;
  overflow: hidden;
}
.video-modal .video-modal-inner .video-modal-content .video-js,
.video-modal .video-modal-inner .video-modal-content .my-player-dimensions {
  width: 43.75rem !important;
  height: 25rem !important;
}
.video-modal .video-modal-inner .video-modal-content .vjs-paused .vjs-big-play-button,
.video-modal .video-modal-inner .video-modal-content .vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.video-modal .video-modal-inner .video-modal-content .video-js .vjs-playing .vjs-tech {
  pointer-events: auto;
}
.video-modal .video-modal-inner .video-modal-content .video-js .vjs-time-control {
  display: block;
}
.video-modal .video-modal-inner .video-modal-content .video-js .vjs-remaining-time {
  display: none;
}
.video-modal .video-modal-inner .video-modal-content video {
  width: 100%;
  height: 25rem;
}
.video-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.125rem auto 0 auto;
  width: 90%;
}
.product-page div {
  max-width: 200px;
  margin-right: 5%;
}
.product-page .product-page-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.product-page .product-page-ls li {
  margin-right: 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background-color: #e8e8e8;
  border-radius: 0.5rem;
}
.product-page .product-page-ls li a {
  color: #000;
  font-size: 1.5rem;
}
.product-page .product-page-ls li a.product-page-dot {
  position: relative;
  top: -0.3125rem;
}
.product-page .product-page-ls li a.icon {
  font-size: 1.75rem;
}
.product-page .product-page-ls li:hover, .product-page .product-page-ls li.active {
  background-color: #000;
  cursor: pointer;
  color: #fff;
}
.product-page .product-page-ls li:hover a, .product-page .product-page-ls li.active a {
  color: #fff;
}

.block-addr-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.block-addr-ls li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 1.875rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  width: 21.25rem;
  height: 16.9375rem;
  background-color: #f5f7f8;
  border-radius: 0.375rem;
}
.block-addr-ls li h4 {
  position: relative;
  margin-bottom: 0.9375rem;
  line-height: 4.375rem;
  font-size: 1.75rem;
  color: #333;
}
.block-addr-ls li h4::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  width: 1.875rem;
  height: 0.25rem;
  background-color: #d7000f;
  border-radius: 0.125rem;
}
.block-addr-ls li span {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  max-width: 20.625rem;
  z-index: 2;
}
.block-addr-ls li b {
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  font-size: 6.25em;
  color: #dcdedf;
  font-family: 'dinBold';
  z-index: 1;
}
.block-addr-ls li:nth-child(2n) {
  margin-right: 0;
}
.block-addr-ls li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 1px 2px #e3e3e3;
          box-shadow: 0 0 1px 2px #e3e3e3;
}

@media all and (min-width: 751px) {
  .block-ls li {
    margin-right: 0.5rem;
  }
  .block-ls.block-ls-cert li {
    margin-right: 0.3125rem;
  }

  .block-addr-ls li {
    margin-right: 0.5625rem;
    width: 20rem;
  }
}
