.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
textarea,
input {
  resize: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-warp {
  width: 1440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.about-us-page {
  background: #E9ECEF;
}
.about-us-page * {
  box-sizing: border-box;
  font-size: 14px;
}
.about-us-page .common-title {
  text-align: center;
  font-family: 'OpenSans_700Bold';
  color: #171717;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.about-us-page .banner-video {
  width: 100%;
  min-width: 1440px;
  height: 800px;
  background-size: cover;
  position: relative;
}
.about-us-page .banner-video:before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
}
.about-us-page .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-page .banner-video .page-warp {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: center;
}
.about-us-page .banner-video .banner-title {
  color: #171717;
  line-height: 40px;
  font-size: 40px;
  font-family: 'OpenSans_700Bold';
}
.about-us-page .banner-video .banner-des {
  color: #495057;
  font-size: 24px;
}
.about-us-page .banner-video .video-btn {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 40px;
  border-radius: 4px;
  background: #0F3460;
  font-size: 16px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.about-us-page .banner-video .video-btn:hover {
  background: #F2994A;
}
.about-us-page .banner-video .video-btn:before {
  background: url("../images/about-us/pay-btn.png") no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}
.about-us-page .story-module {
  background: #1E5F74;
  padding: 80px 0;
}
.about-us-page .story-module .story-title {
  color: #FFFFFF;
  font-family: 'OpenSans_700Bold';
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.about-us-page .story-module .story-remit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-us-page .story-module .story-des {
  width: 640px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 21px;
}
.about-us-page .story-module .story-des dd {
  margin-bottom: 20px;
}
.about-us-page .story-module .story-des .tips {
  font-family: 'OpenSans_700Bold';
  font-size: 20px;
}
.about-us-page .story-module .story-pic {
  width: 720px;
  height: 415px;
  overflow: hidden;
  border-radius: 10px;
}
.about-us-page .story-module .story-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.about-us-page .story-module .story-pic:hover img {
  transform: scale(1.05);
}
.about-us-page .dealer-module {
  padding: 80px 0;
}
.about-us-page .dealer-module .per-remit {
  display: flex;
  gap: 60px 0;
  flex-wrap: wrap;
}
.about-us-page .dealer-module .per-remit .per-item {
  width: 360px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.about-us-page .dealer-module .per-remit .num-per dt {
  color: #1E5F74;
  font-family: 'OpenSans_800ExtraBold';
  font-size: 48px;
}
.about-us-page .dealer-module .per-remit .num-per dd {
  font-size: 16px;
  color: #495057;
}
.about-us-page .core-business-module {
  padding: 80px 0;
  background: #FFFFFF;
}
.about-us-page .core-business-module .map-box {
  width: 100%;
  height: 348px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.about-us-page .core-business-module .map-box #graphic-map {
  height: 100%;
}
.about-us-page .core-business-module .map-box .gm-style-iw-chr {
  display: none;
}
.about-us-page .core-business-module .map-box .gm-style-iw-t {
  top: 30px;
  right: -360px !important;
}
.about-us-page .core-business-module .map-box .gm-style .gm-style-iw-c {
  padding: 0 40px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
}
.about-us-page .core-business-module .map-box .gm-style-iw-d {
  padding: 26px 0;
}
.about-us-page .core-business-module .map-box .gm-style-iw-tc {
  display: none;
}
.about-us-page .core-business-module .map-box .head-title {
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  line-height: 16px;
  color: #495057;
  margin-bottom: 20px;
}
.about-us-page .core-business-module .map-box .des {
  color: #495057;
  line-height: 24px;
}
.about-us-page .core-business-module .core-item {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.about-us-page .core-business-module .core-item .core-info {
  width: 720px;
  word-break: break-word;
  padding-top: 40px;
}
.about-us-page .core-business-module .core-item .core-info dt {
  color: #171717;
  font-family: 'OpenSans_700Bold';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about-us-page .core-business-module .core-item .core-info dd {
  color: #495057;
  font-size: 16px;
  line-height: 24px;
}
.about-us-page .core-business-module .core-item .core-pic {
  width: 640px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.about-us-page .core-business-module .core-item .core-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.about-us-page .core-business-module .core-item .core-pic:hover img {
  transform: scale(1.05);
}
.about-us-page .patent-module {
  background: url("../images/about-us/patent-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 847px;
  padding-top: 80px;
  background-size: cover;
  position: relative;
}
.about-us-page .patent-module .page-warp {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.about-us-page .patent-module .pat-item {
  width: 245px;
  text-align: center;
  position: absolute;
}
.about-us-page .patent-module .pat-item img {
  transition: all 0.3s ease-in-out;
}
.about-us-page .patent-module .pat-item img:hover {
  transform: translateY(-5px);
}
.about-us-page .patent-module .pat-item:first-of-type {
  left: 20px;
  bottom: 80px;
}
.about-us-page .patent-module .pat-item:nth-of-type(2) {
  top: 180px;
  left: 310px;
}
.about-us-page .patent-module .pat-item:nth-of-type(3) {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 80px;
}
.about-us-page .patent-module .pat-item:nth-of-type(4) {
  right: 320px;
  top: 180px;
}
.about-us-page .patent-module .pat-item:nth-of-type(5) {
  right: 40px;
  bottom: 80px;
}
.about-us-page .patent-module .jump-link {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  min-width: 212px;
  text-align: center;
  color: #171717;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.about-us-page .patent-module .jump-link:hover {
  background: #F2994A;
  color: #FFFFFF;
}
.about-us-page .spirit-module {
  padding: 80px 0;
}
.about-us-page .spirit-module .page-warp {
  display: flex;
  justify-content: space-between;
}
.about-us-page .spirit-module .page-warp .spirit-item {
  width: 220px;
  height: 438px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.about-us-page .spirit-module .page-warp .spirit-item.active {
  width: 720px;
}
.about-us-page .spirit-module .page-warp .spirit-item.active .spirit-icon {
  display: block;
}
.about-us-page .spirit-module .page-warp .spirit-item.active .spirit-des {
  display: block;
}
.about-us-page .spirit-module .page-warp .spirit-pic {
  height: 100%;
  width: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
.about-us-page .spirit-module .page-warp .spirit-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  flex-direction: column;
}
.about-us-page .spirit-module .page-warp .spirit-icon {
  display: none;
}
.about-us-page .spirit-module .page-warp .spirit-title {
  font-family: 'OpenSans_700Bold';
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}
.about-us-page .spirit-module .page-warp .spirit-des {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: none;
  text-align: center;
}
.about-us-page .start-module {
  background: url("../images/about-us/start-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 316px;
  background-size: cover;
  padding: 80px 0;
}
.about-us-page .start-module .common-title {
  margin-bottom: 60px;
}
.about-us-page .start-module .the-btn {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.about-us-page .start-module .the-btn a {
  width: 300px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.about-us-page .start-module .con-btn {
  border: 1px solid #0F3460;
  color: #0F3460;
}
.about-us-page .start-module .con-btn:hover {
  border: 1px solid #F2994A;
  color: #F2994A;
}
.about-us-page .start-module .quote-btn {
  background: #0F3460;
  border: 1px solid #0F3460;
  color: #FFFFFF;
}
.about-us-page .start-module .quote-btn:hover {
  background: #F2994A;
  border: 1px solid #F2994A;
}
.video-layer {
  border-radius: 10px !important;
}
/*# sourceMappingURL=about-us.css.map */