/*
 * @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: 2020-10-22 16:06:51
 */
/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: 
 * @version: 
 * @Date: 2020-09-10 09:29:33
 * @LastEditors: fegq
 * @LastEditTime: 2020-10-20 13:44:04
 */
@-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);
  }
}
.banner {
  position: relative;
  width: 100%;
  height: 31.25rem;
  overflow: hidden;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 8;
}
.banner .swiper-slide .banner-text h3 {
  position: absolute;
  top: 26%;
  left: 5%;
  font-size: 2.75em;
}
.banner .swiper-slide .banner-text p {
  position: absolute;
  top: 43%;
  left: 5%;
  font-size: 1.375em;
}
.banner .swiper-slide .banner-text img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner .banner-arrow {
  position: absolute;
  top: 62%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 3.125rem;
  z-index: 9;
}
.banner .banner-arrow button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.banner .banner-arrow button i {
  font-size: 1.25rem;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.banner .banner-arrow button.banner-arrow-left {
  background-color: #fff;
  color: #d7004c;
}
.banner .banner-arrow button.banner-arrow-right {
  background-color: #d7004c;
  color: #fff;
}
.banner .banner-arrow button:hover {
  cursor: pointer;
}
.banner .banner-arrow button:hover i {
  font-size: 1.5rem;
}
.banner .banner-arrow button:hover.banner-arrow-left {
  border: 1px solid #d7004c;
}
.banner .banner-arrow button:hover.banner-arrow-right {
  border: 1px solid #fff;
}

.about {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/about-bg.png");
}
.about .block-content .about-des .about-des-title {
  margin-bottom: 2rem;
  color: #000033;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
}
.about .block-content .about-des .about-des-p {
  margin-bottom: 3.125rem;
  color: #333;
  font-size: 1.5rem;
  line-height: 3rem;
  text-indent: 2rem;
}
.about .block-content .about-des .about-des-ls div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 3.125rem;
  width: 100%;
  height: 4.6875rem;
}
.about .block-content .about-des .about-des-ls div li {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.about .block-content .about-des .about-des-ls div li .about-des-ls-num {
  font-family: 'dinBold';
  color: #006fbb;
  font-size: 3rem;
  line-height: 2.25rem;
}
.about .block-content .about-des .about-des-ls div li .about-des-ls-num i {
  font-style: normal;
}
.about .block-content .about-des .about-des-ls div li .about-des-ls-num b {
  position: absolute;
  top: 0.8125rem;
  font-size: 1.125rem;
}
.about .block-content .about-des .about-des-ls div li .about-des-ls-des {
  margin-top: 0.625rem;
  color: #000033;
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: bold;
}
.about .block-content .about-des .about-des-ls div:last-child li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about .block-content .about-des .about-des-ls div:last-child li:first-child {
  padding-left: 5rem;
}
.about .block-content .about-des .about-des-ls div:last-child li:last-child {
  padding-right: 5rem;
}
.about .block-content .about-des .block-more {
  margin-top: 3.125rem;
}

.tech {
  width: 100%;
  height: 71.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/tech-bg.png");
}
.tech .tech-ls {
  margin-bottom: 4.375rem;
  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: 22.1875rem;
}
.tech .tech-ls li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2.1875rem;
  padding-left: 1.875rem;
  width: 50%;
  height: 2.8125rem;
  line-height: 2.8125rem;
}
.tech .tech-ls li span {
  position: relative;
  top: -0.3125rem;
  margin-right: 0.625rem;
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 2rem;
  color: rgba(254, 255, 255, 0.8);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.tech .tech-ls li span i {
  position: absolute;
  top: 0.5rem;
  left: 0.875rem;
  color: #203f6b;
  font-size: 0.875rem;
  font-style: normal;
}
.tech .tech-ls li span::before {
  position: relative;
  top: 0.5rem;
  color: rgba(254, 255, 255, 0.8);
}
.tech .tech-ls li a {
  font-size: 1.75rem;
  color: rgba(254, 255, 255, 0.8);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.tech .tech-ls li:last-child span i {
  left: 0.5625rem;
}
.tech .tech-ls li:hover span, .tech .tech-ls li.active span {
  color: #feffff;
}
.tech .tech-ls li:hover span::before, .tech .tech-ls li.active span::before {
  color: #feffff;
}
.tech .tech-ls li:hover a, .tech .tech-ls li.active a {
  color: #feffff;
}
.tech .tech-img {
  position: relative;
  width: 44.0625rem;
  height: 25.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/tech-bg1.png");
}
.tech .tech-img .tech-img-inner {
  position: absolute;
  top: 1.5rem;
  left: 0.75rem;
  width: 42.375rem;
  height: 100%;
  overflow: hidden;
}
.tech .tech-img .tech-img-inner .tech-img-box {
  width: 42.375rem;
  height: 20.3125rem;
}
.tech .tech-img .tech-img-inner .tech-img-box img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.tech .tech-img .tech-img-inner .tech-img-title {
  position: absolute;
  right: 5.625rem;
  bottom: 1.875rem;
  width: 15rem;
  height: 1.875rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #feffff;
  text-align: center;
  font-weight: bold;
}

.cases .cases-ls {
  width: 100%;
  height: 100%;
}
.cases .cases-ls li {
  position: relative;
  margin: 0 auto 0.625rem auto;
  width: 43.75rem;
  height: 12.5rem;
  overflow: hidden;
}
.cases .cases-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.cases .cases-ls li a .cases-ls-img {
  width: 100%;
  height: 100%;
}
.cases .cases-ls li a .cases-ls-img img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.cases .cases-ls li a .cases-ls-title {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  width: 100%;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.adv {
  width: 100%;
  height: 66.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/adv-bg.png");
}
.adv .adv-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%;
}
.adv .adv-ls li {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  width: 21.5rem;
  height: 22.75rem;
  background-color: rgba(0, 104, 183, 0.8);
  color: #fff;
}
.adv .adv-ls li i {
  display: block;
  width: 5.875rem;
  height: 5.875rem;
  line-height: 5.875rem;
  font-size: 2.625rem;
  text-align: center;
  border-radius: 2rem;
}
.adv .adv-ls li h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
  color: #fff;
  font-size: 1.75em;
}
.adv .adv-ls li p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
}
.adv .adv-ls li a {
  margin-top: 3.125rem;
  color: #fff;
  font-size: 1.125rem;
  font-family: 'din';
}
.adv .adv-ls li a:hover {
  text-decoration: underline;
  font-family: 'dinBold';
}
.adv .adv-ls li:nth-child(2n) {
  margin-right: 0;
}
.adv .adv-ls li:nth-child(1) i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3199ff), to(#4fc6ff));
  background-image: linear-gradient(bottom, #3199ff, #4fc6ff);
}
.adv .adv-ls li:nth-child(2) i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#16588b), to(#f5f6f8));
  background-image: linear-gradient(bottom, #16588b, #f5f6f8);
}
.adv .adv-ls li:nth-child(3) i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0068b7), to(#16588b));
  background-image: linear-gradient(bottom, #0068b7, #16588b);
}
.adv .adv-ls li:nth-child(4) i {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#93a8b9), to(#4f5b69));
  background-image: linear-gradient(bottom, #93a8b9, #4f5b69);
}
.adv .adv-ls li:hover {
  background-color: #0068b7;
}

.news .news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem auto;
  width: 100%;
  height: 3.5rem;
}
.news .news-nav li {
  width: 10rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #000033;
}
.news .news-nav li.active {
  background-color: #eee;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
}
.news .news-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  overflow: hidden;
}
.news .news-content .news-content-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.8125rem 4.0625rem;
  width: 100%;
  height: 23.75rem;
  background-color: #333f4f;
  color: #fff;
}
.news .news-content .news-content-left li {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.news .news-content .news-content-left li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
}
.news .news-content .news-content-left li a .news-content-left-img {
  margin-right: 1.5625rem;
  width: 12.4375rem;
  height: 7.6875rem;
  background-color: #ccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.news .news-content .news-content-left li a .news-content-left-img img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.news .news-content .news-content-left li a .news-content-left-title {
  height: 9.875rem;
}
.news .news-content .news-content-left li a .news-content-left-title h3 {
  max-width: 28.125rem;
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 500;
}
.news .news-content .news-content-left li a .news-content-left-title .din {
  color: #a0a0a0;
  line-height: 2.25rem;
  font-size: 1.25rem;
}
.news .news-content .news-content-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.8125rem 2.5rem;
  width: 100%;
  height: 23.125rem;
  background-color: #eee;
}
.news .news-content .news-content-right li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.25rem;
  width: 100%;
  height: 4.375rem;
  line-height: 4.375rem;
  border-bottom: 1px dashed #d5d6db;
  overflow: hidden;
}
.news .news-content .news-content-right li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .news-content .news-content-right li a span:first-child {
  max-width: 27.5rem;
  color: #333;
  font-size: 1.5rem;
}
.news .news-content .news-content-right li a span:last-child {
  color: #666;
  font-size: 1.25rem;
}
.news .news-content .news-content-right li:last-child {
  border-bottom: none;
}
.news .news-content .news-content-right li:hover a {
  color: #000033;
}
.news .news-content .news-content-right li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: inline-block;
  margin-top: -0.15625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #333f4f;
}
.news .news-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .news-form {
  margin-top: 2.5rem;
  width: 100%;
  height: 27.5rem;
  overflow: hidden;
}
.news .news-form form {
  position: relative;
  width: 100%;
  height: 100%;
}
.news .news-form form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5625rem;
  width: 39.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
}
.news .news-form form p input[type="text"],
.news .news-form form p input[type="tel"] {
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.5rem;
  color: #333;
  border-bottom: 0.0625rem solid #bfbfbf;
  outline: none;
}
.news .news-form form p input[type="text"]:focus,
.news .news-form form p input[type="tel"]:focus {
  border-bottom: 0.0625rem solid #0c4594;
}
.news .news-form form p input::-webkit-input-placeholder,
.news .news-form form p textarea::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-family: 'Microsoft YaHei';
  color: #333;
}
.news .news-form form p input::-moz-placeholder,
.news .news-form form p textarea::-moz-placeholder {
  font-size: 1.5rem;
  font-family: 'Microsoft YaHei';
  color: #333;
}
.news .news-form form input[type="submit"] {
  margin: 1.25rem auto;
  width: 16.625rem;
  height: 4.375rem;
  line-height: 3.75rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 1.75rem;
}
.news .news-form form input[type="submit"].active {
  background-color: #0c4594;
  border-color: #0c4594;
  color: #fff;
  background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.news .news-form form input[type="submit"].active:hover {
  background-position: 0;
  color: #0c4594;
}

@media all and (max-width: 375px) {
  .about .block-content .about-des .about-des-ls div li {
    max-width: 23.4375rem;
  }
}
@media all and (max-width: 320px) {
  .head .head-info .head-des {
    margin-left: 0.3125rem;
  }
}
.tech-child img,.case-dd-content img{max-width: 100%;}

.adv .block-title .block-title-en { color: rgba(255, 255, 255, 1); }
.adv .block-title .block-title-cn { color: rgba(0, 104, 183, 0.8); }