@import "reset.css";
@import "animate.css";
.header {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
  padding: 1.2rem 0;
  pointer-events: none;
}
.header > div.menu-btn {
  margin-left: 2rem;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
  pointer-events: auto;
}
.header > div.menu-btn > span {
  display: none;
  position: absolute;
  color: #fff;
  right: -1.4rem;
  font-size: 1.2rem;
  width: 1.2rem;
  text-align: center;
  top: 0.5rem;
  margin-top: 0.5rem;
  opacity: 0.8;
  line-height: 1.6rem;
}
.header > div.menu-btn:hover > span {
  display: inline-block;
}
.header > div.menu-btn {
  background-image: url(/images/icon_menu.png);
  cursor: pointer;
}
.header > .logo {
  display: block;
  color: #fff;
  height: 4rem;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: auto;
}
.header > .logo img {
  height: 2.4rem;
  margin: 0.8rem 0;
}
.header .sub-color {
  color: #333 !important;
}
@media (max-width: 768px) {
  .header > div.menu-btn,
  .header .close-btn {
    margin-left: 1rem;
  }
  .header > div.logo {
    vertical-align: middle;
    margin-top: 1rem;
    pointer-events: auto;
  }
  .header > div.logo img {
    max-height: 70%;
  }
}
.footer-wpr {
  clear: both;
  height: 3.6rem;
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-color: #fff;
}
.footer-wpr > .ftr-cmp-copy {
  float: left;
  margin-left: 2rem;
}
.footer-wpr > .ftr-cmp-copy li {
  float: left;
  padding: 0 0.8rem;
}
.footer-wpr > .ftr-cmp-copy li a {
  display: block;
  color: #333;
  font-size: 1.2rem;
  line-height: 3.6rem;
}
.footer-wpr > .ftr-cmp {
  float: right;
  margin-right: 2rem;
}
.footer-wpr > .ftr-cmp li {
  float: left;
  padding: 0 0.8rem;
}
.footer-wpr > .ftr-cmp li a {
  display: block;
  color: #333;
  font-size: 1.2rem;
  line-height: 3.6rem;
}
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (max-width: 768px) {
  .footer-wpr {
    height: auto;
    text-align: center;
    display: block;
  }
  .footer-wpr .ftr-cmp-copy {
    float: none;
    margin-left: 0;
    clear: both;
  }
  .footer-wpr .ftr-cmp-copy li {
    float: none;
    width: 100%;
  }
  .footer-wpr .ftr-cmp-copy li a {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .footer-wpr .ftr-cmp {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 1rem;
  }
  .footer-wpr .ftr-cmp li {
    float: none;
    width: 100%;
  }
  .footer-wpr .ftr-cmp li a {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.menu-model-wrapper {
  display: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 22;
}
.menu-wrapper {
  width: 78%;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: relative;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition: transform 1s;
}
.other-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22%;
  height: 100%;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition: transform 1s;
}
.removeLeft {
  -ms-transform: translate(-30px, 0);
      transform: translate(-30px, 0);
  transition: transform 1s;
}
.menu-header {
  position: relative;
  padding: 1.2rem 0;
}
.menu-header .close-btn {
  margin-left: 2rem;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(/images/menu_icon_close.png);
}
.menu-header .logo {
  display: block;
  color: #fff;
  height: 4rem;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.menu-header .logo img {
  height: 2.4rem;
  margin: 0.8rem 0;
}
.menu-container .menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.menu-container .menu a {
  text-align: center;
  color: #333;
  margin-bottom: 2.4rem;
  display: block;
  text-decoration: none;
  letter-spacing: 0.2rem;
}
.menu-container .menu a h2 {
  font-size: 3rem;
  margin-bottom: 0.1rem;
  font-weight: normal;
}
.menu-container .menu a div {
  font-size: 1.6rem;
}
.menu-container .menu a:hover {
  color: #9FA0A0;
}
.menu-footer {
  position: absolute;
  width: 100%;
  bottom: 4rem;
}
.menu-footer .footer-content {
  height: inherit;
  width: 90%;
  margin: auto;
}
.menu-footer li {
  float: left;
  width: 25%;
  line-height: 4rem;
  text-align: center;
}
.menu-footer li > a {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .menu-header .close-btn {
    margin-left: 0.5rem;
  }
  .menu-container .menu a h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .menu-container .menu {
    margin-top: -2.8rem;
  }
  .menu-container .menu a {
    margin-bottom: 1rem;
  }
  .menu-footer {
    bottom: 2rem;
  }
  .menu-footer li {
    float: none;
    width: auto;
    line-height: 2.4rem;
  }
}
.big-title {
  font-size: 4rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.3rem;
}
.sub-title {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.8rem;
  margin-top: 2rem;
}
.backgroundImg {
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .big-title {
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .sub-title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.8rem;
    margin-top: 2rem;
  }
}
.about-us-container {
  background-color: #fff;
  width: 100%;
  position: relative;
  padding-bottom: 4rem;
  padding-top: 58rem;
}
.about-us-container > .header {
  position: fixed;
}
.as-banner-container {
  width: 100%;
  position: fixed;
  top: 0;
  clear: both;
  z-index: 0;
  background-color: #ccc;
}
.as-banner-container .banner-content {
  background-repeat: no-repeat;
  background-position: center;
  height: 58rem;
  color: #fff;
  background-size: cover;
  background-color: #ccc;
  position: relative;
}
.as-banner-container .banner-content.banner-information {
  background-image: url(/images/about_us_banner_01.png);
}
.as-banner-container .banner-content.banner-advantage {
  background-image: url(/images/about_us_banner_02.png);
}
.as-banner-container .banner-content.banner-intelligence {
  background-image: url(/images/about_us_banner_03.png);
}
.as-banner-container .banner-content .title-wapper {
  width: 72%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
}
.as-banner-container .banner-content .title-wapper .sub-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.as-banner-container .banner-content .title-wapper .title {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
.as-banner-container .banner-content .title-wapper .content {
  display: none;
  overflow: hidden;
  line-height: 2rem;
  font-size: 1.4rem;
}
.as-banner-container .banner-content .banner_icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 8%;
  background-image: url(/images/about_us_icon_normal.png);
  left: 0;
  right: 0;
  height: 3rem;
  cursor: pointer;
}
.as-banner-container .banner-content:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.as-banner-container .banner-content:hover .banner_icon {
  background-image: url(/images/about_us_icon_click.png);
}
.as-banner-container .banner-content:hover .content {
  display: block;
}
.as-main-container {
  width: 100%;
  position: absolute;
  background-color: #fff;
  z-index: 10;
}
.as-main-container img {
  width: 100%;
}
.as-main-container .as-menu {
  height: 4rem;
  clear: both;
  background-color: #eee;
}
.as-main-container .as-menu li {
  float: left;
  cursor: pointer;
  padding: 0 2rem;
  font-size: 1.4rem;
  color: #999;
  line-height: 4rem;
}
.as-main-container .as-menu li.i-m-active {
  color: #333;
}
.as-main-infor,
.as-main-intell,
.advan-cantainer {
  max-width: 880px;
  margin: auto;
  margin-bottom: 6rem;
  padding: 6rem 0;
}
.as-main-advan {
  display: none;
  width: 100%;
}
.as-main-intell {
  display: none;
  max-width: 780px;
}
.advan-content > .img {
  margin-top: 10rem;
  margin-bottom: 7rem;
}
.ebj-infor-company {
  margin-top: 10rem;
}
.ebj-infor-company > div {
  display: inline-block;
  height: inherit;
  box-sizing: border-box;
}
.ebj-infor-company > .left {
  display: block;
  overflow: hidden;
  padding-top: 8rem;
}
.ebj-infor-company > .right {
  text-align: left;
  overflow: hidden;
}
.ebj-infor-company > .right > div:nth-child(2) {
  font-size: 1.6rem;
  margin: 3rem 0 1.6rem;
}
.ebj-infor-company > .right > div:last-child {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: justify;
}
.ebj-infor-service {
  text-align: left;
  box-sizing: border-box;
  margin-top: 10rem;
  overflow: hidden;
}
.ebj-infor-service .img {
  margin-bottom: 5rem;
}
.ebj-infor-service .title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.ebj-infor-service .content-word {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.ebj-infor-different {
  margin-top: 10rem;
}
.ebj-infor-different > .right > .img {
  margin-bottom: 3rem;
}
.ebj-infor-different > .right > .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.ebj-infor-different > .left {
  text-align: left;
  height: inherit;
  margin: 0 -15px;
}
.ebj-infor-different > .left > .title {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.ebj-infor-different > .left > .content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: justify;
}
.advan-cantainer > .img {
  margin-top: 6rem;
}
.advan-diff-cantainer {
  background-color: #000;
  padding: 6rem 0;
  color: #fff;
}
.advan-diff-cantainer > .big-title {
  margin-bottom: 5rem;
}
.diff-type-cantainer {
  width: 80%;
  max-width: 1024px;
  color: #fff;
  margin: auto;
}
.diff-type-cantainer .advan-diff-type {
  margin-bottom: 5rem;
}
.diff-type-cantainer .advan-diff-type .img {
  position: relative;
}
.diff-type-cantainer .advan-diff-type .img:hover:before {
  width: 100%;
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.diff-type-cantainer .advan-diff-type .img:nth-child(2n) {
  padding-top: 2.4rem;
}
.diff-type-cantainer .advan-diff-type:nth-child(2n) {
  padding-top: 4.6rem;
}
.diff-type-cantainer .advan-diff-type:nth-child(2n) .word {
  margin-top: 1.8rem;
}
.diff-type-cantainer .word {
  text-align: left;
  margin-top: 6.4rem;
}
.diff-type-cantainer .word .caption {
  font-size: 1.6rem;
}
.diff-type-cantainer .word .sub-caption {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.as-main-intell .img {
  margin-top: 10rem;
}
.as-main-intell .certificate .explain {
  margin-top: 1.6rem;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.as-main-intell .certificate .big-title {
  text-align: left;
}
.as-main-intell .intell-content > .img {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.as-main-intell .cer-mid {
  margin-top: 4rem;
}
.as-main-intell .words {
  margin-top: 6.4rem;
}
.as-main-intell .words .other-title {
  font-size: 3.6rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
}
.as-main-intell .sub-title {
  text-align: left;
}
/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1920px) {
  .about-us-container {
    padding-top: 80rem;
  }
  .about-us-container .banner-content {
    height: 80rem;
  }
}
@media (max-width: 768px) {
  .big-title {
    font-size: 2.2rem;
    text-align: center;
  }
  .sub-title {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1rem;
  }
  .about-us-container {
    padding-top: 58rem;
  }
  .as-main-infor,
  .as-main-intell,
  .advan-cantainer {
    width: 80%;
    padding: 3rem 0 6rem;
  }
  .as-main-infor {
    padding-bottom: 10rem;
  }
  .banner-advantage,
  .banner-intelligence {
    display: none;
  }
  .infor-content .big-title,
  .advan-content .big-title,
  .intell-content .big-title,
  .advan-content .big-title {
    font-size: 2.4rem;
    padding-bottom: 1.4rem;
  }
  .infor-content .big-sub-title,
  .advan-content .big-sub-title,
  .intell-content .big-sub-title,
  .advan-content .big-sub-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .ebj-infor-company .left {
    line-height: normal;
    height: auto;
    overflow: hidden;
    display: none;
  }
  .ebj-infor-company > .right {
    height: auto;
  }
  .ebj-infor-company > .right div:nth-child(2) {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
  }
  .ebj-infor-service .img {
    margin-bottom: 2rem;
  }
  .ebj-infor-service .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .ebj-infor-different {
    height: auto;
    margin: 3rem 0;
  }
  .ebj-infor-different > .right {
    margin: 3rem -1.5rem 1rem;
  }
  .ebj-infor-different > .right > .content {
    font-size: 1.4rem;
  }
  .ebj-infor-different > .left > .title {
    font-size: 1.6rem;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
  }
  .advan-cantainer {
    margin-bottom: 1rem;
    padding: 3rem 0 3rem;
  }
  .advan-cantainer > .img {
    margin-top: 3rem;
  }
  .advan-diff-cantainer {
    padding: 3rem 0;
  }
  .advan-diff-cantainer .sub-title,
  .advan-diff-cantainer .big-title {
    width: 80%;
    margin: auto;
  }
  .diff-type-cantainer {
    margin: 3rem auto;
    padding-bottom: 12rem;
  }
  .diff-type-cantainer .advan-diff-type {
    margin-bottom: 1rem;
  }
  .diff-type-cantainer .advan-diff-type .img:nth-child(2n) {
    padding-top: 1.4rem;
  }
  .diff-type-cantainer .advan-diff-type:nth-child(2n) {
    padding-top: 2.4rem;
  }
  .diff-type-cantainer .advan-diff-type:nth-child(2n) .word {
    margin-top: 1.8rem;
  }
  .diff-type-cantainer .word {
    text-align: left;
    margin-top: 2.4rem;
  }
  .diff-type-cantainer .word .caption {
    font-size: 1.4rem;
  }
  .diff-type-cantainer .word .sub-caption {
    margin-top: 1.4rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .intell-content .middle-sub-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .as-main-intell .img {
    margin-top: 2rem;
  }
  .as-main-intell .words {
    margin-top: 2rem;
  }
  .as-main-intell .certificate {
    padding: 2rem 0;
    margin-bottom: 4rem;
  }
  .as-main-intell .certificate .explain {
    margin-bottom: 1rem;
  }
  .as-main-intell .certificate .big-title {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
  .as-main-intell .certificate .middle-sub-title {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .as-main-intell .certificate .big-sub-title {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 2.4rem;
    text-align: justify;
    padding-bottom: 10rem;
  }
  .as-main-intell .words .other-title {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
  }
}
