* {
  box-sizing: border-box;
}
.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
a {
  color: inherit;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.ecms-nav {
  height: 60px;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: all 0.3s ease;
}
.ecms-nav.collapsed {
  background: #fff;
}
.ecms-nav.collapsed .nav-left .ecms-title {
  font-size: 24px;
  color: #333333;
}
.ecms-nav.collapsed .nav-left .ecms-menu li a.name {
  color: #333333;
}
.ecms-nav .wcontainer {
  position: relative;
  background: transparent;
}
.ecms-nav .nav-box {
  position: relative;
  height: 60px;
}
.ecms-nav .nav-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left {
  float: left;
  position: relative;
  font-size: 14px;
}
.ecms-nav .nav-left .ecms-title {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  margin-right: 28px;
}
.ecms-nav .nav-left .ecms-title .logo-name {
  vertical-align: middle;
}
.ecms-nav .nav-left .ecms-menu {
  height: 60px;
  display: inline-block;
  vertical-align: top;
}
.ecms-nav .nav-left .ecms-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .ecms-menu li {
  float: left;
  height: 100%;
  padding: 0 16px 0 16px;
}
.ecms-nav .nav-left .ecms-menu li:hover a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .ecms-menu li.opended .sub-menus {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ecms-nav .nav-left .ecms-menu li a.name {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.ecms-nav .nav-left .ecms-menu li a.name:before {
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  background: #5252f2;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  transition: all 0.3s;
}
.ecms-nav .nav-left .ecms-menu .disabled a {
  color: #999999;
}
.ecms-nav .nav-left .ecms-menu .disabled:hover:before {
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.ecms-nav .nav-left .ecms-menu .active a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .sub-menus {
  position: absolute;
  top: 100%;
  left: 174px;
  z-index: 1;
  line-height: normal;
  opacity: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  transform: translateY(-16px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.ecms-nav .nav-left .sub-menus .single-dropdown {
  margin-top: 8px;
  background: #fff;
  width: 510px;
  height: 308px;
}
.ecms-nav .nav-left .sub-menus .single-dropdown:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .sub-menus .sub-ads {
  float: left;
  width: 230px;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ecms-nav .nav-left .sub-menus .sub-nav {
  padding: 20px;
  float: left;
  width: 280px;
}
.ecms-nav .nav-left .sub-menus .link-cell {
  display: block;
  padding: 6px 14px;
  font-size: 14px;
  color: #333333;
}
.ecms-nav .nav-left .sub-menus .link-cell.active {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-left .sub-menus .link-cell:hover {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-right {
  float: right;
  height: 100%;
}
.ecms-nav .nav-right:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-right .the-quote {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  min-width: 148px;
  background: #5252f2;
  float: left;
  margin: 15px 0 0 20px;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease-in;
}
.ecms-nav .nav-right .the-quote:hover {
  background: #2d208c;
}
.ecms-main {
  position: relative;
}
.footer_left_top a:hover {
  text-decoration: underline;
  color: #A7A7A7;
}
.the-contact-box {
  padding: 60px 0;
  background: #000;
}
.the-contact-box .contact-row {
  display: table;
  color: #fff;
  width: 1200px;
}
.the-contact-box .contact-row .contact-info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.the-contact-box .contact-row .contact-title {
  font-size: 30px;
  font-weight: 700;
}
.the-contact-box .contact-row .jump-link {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #5252f2;
  border-radius: 3px;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  transition: background-color 0.3s ease-in;
}
.the-contact-box .contact-row .jump-link:hover {
  background: #2d208c;
}
.the-contact-box .contact-row .jump-link:hover .icon-btn {
  transform: translateX(5px);
}
.the-contact-box .contact-row .jump-link .icon-btn {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
  transition: all 0.3s ease;
  margin-left: 5px;
}
.the-contact-box .contact-person {
  margin-left: 20px;
}
.the-contact-box .contact-person dd {
  width: 162px;
  height: 162px;
  background-color: #5252f2;
  border-radius: 100%;
  margin-left: 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.3s;
}
.the-contact-box .contact-person dd:hover {
  transform: translateY(-5px);
}
.ecms-main {
  position: relative;
}
.ecms-main .about-banner {
  height: 620px;
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}
.ecms-main .about-banner .about-banner-video {
  object-fit: fill;
  height: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ecms-main .about-banner .wcontainer {
  height: inherit;
  padding: 190px 0 0 360px;
  position: relative;
  z-index: 2;
}
.ecms-main .about-banner .banner-des {
  color: #fff;
  line-height: 60px;
}
.ecms-main .about-banner .banner-des dt {
  font-size: 24px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ecms-main .about-banner .banner-des dd {
  font-size: 48px;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  font-weight: 700;
}
.ecms-main .about-chain {
  background: #F2F2F2;
  padding: 50px 0;
  min-width: 1200px;
}
.ecms-main .about-chain .chain-title {
  font-size: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
  cursor: default;
  font-weight: 700;
}
.ecms-main .about-chain .chain-title:hover:before {
  width: 10%;
}
.ecms-main .about-chain .chain-title:before {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #5252f2;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.ecms-main .about-chain .chain-sub {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.ecms-main .about-chain .chain-des {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.ecms-main .about-chain .figure-img {
  margin-top: 20px;
}
.ecms-main .about-chain .sample-introduced {
  margin-top: 64px;
  min-height: 400px;
}
.ecms-main .about-chain .sample-introduced .sample-nav {
  text-align: center;
  border-bottom: 4px solid #e5e5e5;
}
.ecms-main .about-chain .sample-introduced .sample-nav dd {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px 20px;
  position: relative;
  cursor: pointer;
}
.ecms-main .about-chain .sample-introduced .sample-nav dd img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ecms-main .about-chain .sample-introduced .sample-nav dd:after {
  display: block;
  content: '';
  width: 0;
  opacity: 0;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  z-index: 1;
  right: 0;
  background: #5252f2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ecms-main .about-chain .sample-introduced .sample-nav dd.active img {
  transform: scale(1.1);
}
.ecms-main .about-chain .sample-introduced .sample-nav dd.active .name {
  color: #5252f2;
}
.ecms-main .about-chain .sample-introduced .sample-nav dd.active:after {
  left: 0;
  width: 100%;
  opacity: 1;
}
.ecms-main .about-chain .sample-introduced .sample-nav h6.name {
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}
.ecms-main .about-chain .sample-introduced .sample-product {
  height: 390px;
  position: relative;
}
.ecms-main .about-chain .sample-introduced .sample-product .product-cell {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.ecms-main .about-chain .sample-introduced .sample-product .product-cell.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  top: 0;
}
.ecms-main .about-chain .sample-introduced .sample-product .product-cell.active img {
  opacity: 1;
  transform: scale(1);
}
.ecms-main .about-chain .sample-introduced .product-img {
  float: left;
  width: 600px;
  height: 390px;
  overflow: hidden;
}
.ecms-main .about-chain .sample-introduced .product-img img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.ecms-main .about-chain .sample-introduced .product-info {
  float: right;
  background: #fff;
  width: 600px;
  height: 390px;
}
.ecms-main .about-chain .sample-introduced .product-info .product-vertical {
  display: table-cell;
  vertical-align: middle;
  width: 600px;
  padding: 0 34px;
  height: 390px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.ecms-main .about-chain .sample-introduced .product-info .title {
  color: #999999;
  font-size: 16px;
}
.ecms-main .about-chain .sample-introduced .product-info .des {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
  line-height: 32px;
}
.ecms-main .about-chain .sample-introduced .product-info .jump-link {
  margin-top: 30px;
  height: 36px;
  line-height: 32px;
  border: 2px solid #5252f2;
  color: #5252f2;
  border-radius: 4px;
  text-align: center;
  padding: 0 20px;
  min-width: 180px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.ecms-main .about-chain .sample-introduced .product-info .jump-link:hover {
  background: #5252f2;
  color: #fff;
}
.ecms-main .about-intelligent {
  background: #fff;
  padding: 50px 0;
}
.ecms-main .about-intelligent .intelligent-title {
  text-align: center;
  font-size: 30px;
  position: relative;
  padding-bottom: 8px;
  cursor: default;
  font-weight: 700;
}
.ecms-main .about-intelligent .intelligent-title:hover:before {
  width: 10%;
}
.ecms-main .about-intelligent .intelligent-title:before {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #5252f2;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.ecms-main .about-intelligent .intelligent-sub {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
.ecms-main .about-intelligent .intelligent-body {
  margin-top: 40px;
  background: url("../img/about-ecms/intelligent-map.png") no-repeat right center;
  height: 320px;
}
.ecms-main .about-intelligent .intelligent-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-l {
  float: left;
  width: 53%;
  height: inherit;
  padding-top: 26px;
  margin-left: -140px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-l:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-l .inte-cell {
  float: left;
  margin-bottom: 90px;
  margin-left: 140px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-l .cell-count {
  font-size: 40px;
  font-weight: 700;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-l .cell-count .flag {
  font-size: 18px;
  font-weight: normal;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-l .cell-des {
  font-size: 14px;
  margin-top: 16px;
  color: #999999;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r {
  float: right;
  width: 47%;
  height: inherit;
  position: relative;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location {
  width: 6px;
  height: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #5252f2;
  transition: transform 0.3s ease;
  position: absolute;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location .tool-tips {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  opacity: 0;
  display: none;
  white-space: nowrap;
  color: #333333;
  left: 0;
  padding: 8px 10px;
  position: absolute;
  top: 20px;
  width: auto;
  z-index: 999;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1), 0 10px 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:hover .tool-tips {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:first-child {
  top: 100px;
  right: 430px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:nth-child(2) {
  top: 130px;
  right: 230px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:nth-child(3) {
  top: 148px;
  right: 228px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:nth-child(4) {
  top: 122px;
  right: 242px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:nth-child(5) {
  top: 145px;
  right: 240px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:nth-child(6) {
  top: 136px;
  right: 242px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location:nth-child(7) {
  top: 162px;
  right: 238px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location.get-animate .anima {
  background: #5252f2;
  animation: pulsate 1.5s ease-out infinite forwards;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location.get-animate .tool-tips {
  display: block;
  opacity: 1;
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(3.75);
    transform: scale(3.75);
    opacity: 0;
  }
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .hot-location .anima {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -4px 0 0 -4px;
  background: #5252f2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  transform: scale(0.8);
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .set-location-area {
  position: absolute;
  right: 0;
  bottom: 60px;
  z-index: 1;
  font-size: 12px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .set-location-area dl {
  margin-top: 12px;
  line-height: 12px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .set-location-area dl dt {
  color: #333333;
  margin-bottom: 8px;
}
.ecms-main .about-intelligent .intelligent-body .intelligent-r .set-location-area dl dd {
  color: #999999;
}
.ecms-main .about-intelligent .intelligent-factory {
  margin-top: 20px;
}
.ecms-main .about-intelligent .intelligent-factory .factory-row {
  margin-left: -10px;
}
.ecms-main .about-intelligent .intelligent-factory .factory-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .about-intelligent .intelligent-factory .factory-row {
  margin-bottom: 15px;
}
.ecms-main .about-intelligent .intelligent-factory .factory-cell {
  float: left;
  margin-left: 9px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.ecms-main .about-intelligent .intelligent-factory .factory-cell:hover .name {
  color: #5252f2;
}
.ecms-main .about-intelligent .intelligent-factory .factory-cell .factory-img {
  overflow: hidden;
}
.ecms-main .about-intelligent .intelligent-factory .factory-cell .name {
  font-size: 14px;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 8px;
}
.ecms-main .about-intelligent .intelligent-factory .factory-cell .des {
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ecms-main .about-intelligent .intelligent-factory .side-by-side {
  float: left;
  margin-left: 12px;
}
.ecms-main .about-intelligent .intelligent-factory .side-by-side .factory-cell {
  margin-left: 0;
}
.ecms-main .about-intelligent .intelligent-approve {
  margin-top: 50px;
}
.ecms-main .about-intelligent .intelligent-approve .approve-title {
  text-align: center;
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  cursor: default;
}
.ecms-main .about-intelligent .intelligent-approve .approve-title:hover:before {
  width: 10%;
}
.ecms-main .about-intelligent .intelligent-approve .approve-title:before {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #5252f2;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.ecms-main .about-intelligent .intelligent-approve .approve-sub {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.ecms-main .about-intelligent .intelligent-approve .approve-row {
  text-align: center;
  margin-top: 30px;
}
.ecms-main .about-intelligent .intelligent-approve .approve-row img {
  transition: all 0.3s ease;
}
.ecms-main .about-intelligent .intelligent-approve .approve-row img:hover {
  transform: scale(1.02);
}
.ecms-main .about-subscribe {
  min-width: 1200px;
  background: url("../img/about-ecms/subscribe-bg.png") no-repeat center fixed;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  height: 450px;
  color: #fff;
  text-align: center;
}
.ecms-main .about-subscribe .subscribe-title {
  font-size: 30px;
  margin-top: 120px;
  animation-delay: 0.5s;
}
.ecms-main .about-subscribe .jump-link {
  margin-top: 40px;
  border: 2px solid #fff;
  border-radius: 3px;
  height: 48px;
  line-height: 44px;
  padding: 0 32px;
  font-size: 26px;
  animation-delay: 1s;
  transition: all 0.3s ease;
}
.ecms-main .about-contact {
  background: url("../img/about-ecms/free-bg.jpg") no-repeat center;
  min-width: 1200px;
  height: 380px;
}
.ecms-main .about-contact .wcontainer {
  height: inherit;
}
.ecms-main .about-contact .contact-body {
  width: 1200px;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  text-align: center;
}
.ecms-main .about-contact .contact-body .contact-title {
  text-align: center;
}
.ecms-main .about-contact .contact-body .contact-title .name {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  position: relative;
  font-weight: 500;
}
.ecms-main .about-contact .contact-body .contact-title .name:before {
  display: inline-block;
  content: '';
  background: url("../img/about-ecms/slash-before.png") no-repeat center;
  width: 24px;
  height: 28px;
  vertical-align: middle;
  transform: rotate(-180deg);
}
.ecms-main .about-contact .contact-body .contact-title .name:after {
  display: inline-block;
  content: '';
  background: url("../img/about-ecms/slash-after.png") no-repeat center;
  width: 24px;
  height: 28px;
  vertical-align: middle;
}
.ecms-main .about-contact .contact-body .jump-link {
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #5252f2;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
.ecms-main .about-contact .contact-body .jump-link:hover {
  background: #2d208c;
}
.ecms-main .about-contact .contact-body .jump-link:hover .icon-btn {
  transform: translateX(5px);
}
.ecms-main .about-contact .contact-body .jump-link .icon-btn {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
  transition: all 0.3s ease;
  margin-left: 5px;
}
/*# sourceMappingURL=about-oem.css.map */