* {
  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 .case-banner {
  background: url("../img/case-studies/banner-bg.jpg?v=220614") no-repeat center;
  height: 590px;
  min-width: 1200px;
  background-size: cover;
  color: #fff;
}
.ecms-main .case-banner .banner-title {
  font-size: 60px;
  margin-top: 214px;
  text-align: center;
  font-weight: 700;
}
.ecms-main .case-banner .cases-params {
  margin-top: 104px;
  text-align: center;
}
.ecms-main .case-banner .cases-params .params {
  display: inline-block;
  padding: 0 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}
.ecms-main .case-banner .cases-params .params:first-child {
  border-left: 0;
}
.ecms-main .case-banner .cases-params .count {
  font-size: 36px;
  font-weight: 500;
}
.ecms-main .case-banner .cases-params .count-des {
  font-size: 16px;
  margin-top: 10px;
}
.ecms-main .case-show-module {
  background: #fff;
  padding: 10px 0 60px;
}
.ecms-main .case-show-module .case-show-row {
  padding: 40px 0;
  border-top: 1px solid #d5d5d5;
}
.ecms-main .case-show-module .case-show-row:first-child {
  border-top: 0;
}
.ecms-main .case-show-module .case-show-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .case-show-module .case-show-row .case-img {
  float: left;
  width: 740px;
}
.ecms-main .case-show-module .case-show-row .case-img img {
  vertical-align: top;
}
.ecms-main .case-show-module .case-show-row .case-info {
  float: right;
  width: 430px;
}
.ecms-main .case-show-module .case-show-row .case-info .case-title {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  padding-left: 24px;
  font-weight: 500;
}
.ecms-main .case-show-module .case-show-row .case-info .case-title:hover a {
  color: #5252f2;
}
.ecms-main .case-show-module .case-show-row .case-info .case-title:before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: #5252f2;
  border-radius: 100%;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.ecms-main .case-show-module .case-show-row .case-info .title-des {
  margin-top: 12px;
  color: #888888;
  font-size: 14px;
}
.ecms-main .case-show-module .case-show-row .case-info .sub-des {
  font-size: 16px;
  color: #333333;
  margin-top: 18px;
  line-height: 22px;
}
.ecms-main .case-show-module .case-show-row .case-info .tag-tally {
  margin-top: 24px;
  font-size: 16px;
  background: #F2F2F2;
  border-radius: 3px;
  padding: 12px 14px;
  line-height: 22px;
}
.ecms-main .case-show-module .case-show-row .case-info .tag-tally:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .case-show-module .case-show-row .case-info .tag-tally .tag-name {
  float: left;
  width: 86px;
  color: #5252f2;
}
.ecms-main .case-show-module .case-show-row .case-info .tag-tally .tally-des {
  float: left;
  width: 316px;
}
.ecms-main .case-show-module .jump-tool {
  text-align: center;
}
.ecms-main .case-show-module .jump-tool .jump-more-link {
  background: #F2F2F2;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
  margin: 20px auto 0;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.ecms-main .case-show-module .jump-tool .jump-more-link:hover {
  background: #5252f2;
  color: #fff;
}
.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=case-studies.css.map */