.case-studies-title .title-tips {
  line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
}
@media (max-width: 1600px) {
  .case-studies-title .title-tips {
    line-height: 1.28571429;font-size: 14px;margin-top: -2px;margin-bottom: -2px;
  }
}
@media (max-width: 1200px) {
  .case-studies-title .title-tips {
    line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
  }
}
@media (max-width: 750px) {
  .case-studies-title .title-tips {
    line-height: 1.28571429;font-size: 14px;margin-top: -2px;margin-bottom: -2px;
  }
}
.case-studies-title .ebg-title-h2 {
  text-align: left;
  padding-top: 34px;
  font-size: 36px;
  color: #231815;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .case-studies-title .ebg-title-h2 {
    padding-top: 10px;
    font-size: 26px;
  }
}
.case-studies-title .title-tips {
  color: #999;
  padding-top: 7px;
}
/* enterprise-networking */
.main {
  padding-bottom: 100px;
  padding-top: 40px;
  margin-top: 40px;
  background-color: #f6f7f9;
}
@media (max-width: 992px) {
  .main {
    padding-bottom: 40px;
    padding-top: 0px;
    margin-top: 0px;
  }
}
.main .totalNum {
  text-align: right;
  color: #333;
  font-size: 14px;
}
@media (max-width: 992px) {
  .main .totalNum {
    display: none;
  }
}
.main .con {
  text-align: center;
}
.main .con:after {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
  width: 0;
}
.main .box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.headerNew .zl-pc-header {
  /* transition: all 0.4s; */
}
@media (min-width: 993px) {
  .main .showsBox .left .clearAll:hover {
    color: #000;
    border-color: #000;
  }
  .main .case .caseList:hover .text .span {
    color: #c7000b;
    border-color: #c7000b;
  }
  .position-fix {
    padding-right: 16px;
  }
}
input:focus {
  outline: none;
}
/* case */
.main .case {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .main .case {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.main .case .col4 {
  float: left;
  padding: 10px 15px 20px;
  width: 25%;
}
@media (max-width: 1200px) {
  .main .case .col4 {
    padding: 10px 10px 20px;
  }
}
.main .case .caseList {
  display: block;
  height: 100%;
  background-color: #fff;
}
.main .case .caseList .img {
  overflow: hidden;
  position: relative;
}
.main .case .caseList .img img {
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 12s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 12s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .case .caseList:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.main .case .caseList .text {
  background-color: #fff;
  /* border: 1px solid #e7e9ea; */
  padding: 25px 30px;
  position: relative;
}
.main .case .caseList .text .h {
  font-size: 20px;
  color: #333;
  line-height: 1.275;
  font-family: 'LT_Medium';
}
.main .case .caseList .text .p {
  margin-top: 10px;
  /* margin-bottom: 18px; */
  font-size: 14px;
  line-height: 1.275;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #999;
  position: relative;
}
.main .case.ie .caseList .text .p {
  max-height: 55px;
}
.main .case.ie .caseList .text .p:after {
  content: '';
  position: absolute;
  top: 38px;
  right: 0;
  width: 60px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #ffffff);
}
.main .case .caseList .text .span {
  border-bottom: 1px solid #333;
  position: relative;
  bottom: 0px;
  color: #333;
  margin-top: 20px;
}
.main .case .caseList .text span {
  display: inline-block;
  font-size: 14px;
}
/* pagination */
.jquerypagination .current.next,
.jquerypagination .current.prev {
  display: none;
}
.jquerypagination {
  padding-top: 70px;
  text-align: center;
}
.jquerypagination .next,
.jquerypagination .prev {
  font-family: iconfont !important;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  border: #e4e7e7 solid 1px;
  border-radius: 3px;
  padding: 6px;
}
.jquerypagination .next:before {
  content: '\e600';
}
.jquerypagination .prev:before {
  content: '\e624';
}
.jquerypagination span {
  color: #c7000b;
}
.jquerypagination a {
  color: #333;
}
.jquerypagination a,
.jquerypagination span {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  margin: 0 8px;
}
.main .maskLayer {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.main .maskLayer.active {
  display: block;
  z-index: 1;
}
.main .clickMore {
  display: none;
}
.main .noMore {
  display: none;
  text-align: center;
  height: 200px;
  line-height: 200px;
}
.main .noResult {
  text-align: center;
  height: 450px;
  padding-top: 80px;
}
.main .noResult p {
  color: #999;
  font-size: 18px;
  margin-top: 30px;
}
.main .noResult p span {
  color: #333;
}
.bannerWindow {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .bannerWindow {
    margin-top: 0;
  }
  .main .case .col4 {
    width: 50%;
  }
  .main .case .caseList .text .h {
    padding-top: 5px;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .main .case .caseList .text .p {
    margin-top: 10px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 992px) {
  .main {
    padding-bottom: 50px;
    background-color: #fff;
  }
  .main .case .col4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .main .case .caseList {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .main .case .caseList .text {
    float: left;
    width: 65%;
  }
  .main .case .caseList .img {
    width: 25%;
    float: left;
  }
  .main .case .caseList .text {
    float: left;
    width: 75%;
    border: none;
    height: auto;
    padding: 0 15px;
  }
  .main .case .caseList .text .p {
    margin-bottom: 0;
    display: none;
  }
  .main .case .caseList .text .span {
    display: none;
  }
  .main .clickMore {
    margin-top: 28px;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    border: 1px solid #000;
  }
  .pagination .jquerypagination {
    display: none;
  }
  .main .noResult img {
    width: 50%;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .LANG-ru .main .case .caseList .text .h {
    font-size: 12px;
  }
}
/* case-studies */
@media (min-width: 1024px) {
  /* hover */
  .main .moreBox .clickMore:hover {
    border-color: #c7000b;
  }
  .main .shows .li:hover {
    color: #000;
    border-color: #333;
  }
}
/* screenBox */
.main .screenBox {
  width: 100%;
  z-index: 2;
  position: relative;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  margin-top: -1px;
  font-family: 'LT_Medium';
  /* font-weight: 600; */
}
.screenBox .screeningLayer {
  position: relative;
  z-index: 1;
}
.screenBox .screeningLayer > * {
  float: left;
}
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}
@media (min-width: 751px) {
  .main .case .caseList .text {
    border-radius: 0 0 6px 6px;
  }
  .main .case .caseList .img {
    border-radius: 6px 6px 0 0;
  }
  .main .screenBox.fixed {
    position: fixed;
    top: 0;
    z-index: 102;
    width: 100%;
    background-color: #f6f7f9;
  }
  .screeningLayer .li.active .icon-down:before {
    content: '\e616';
  }
}
/* case */
.main .case .caseList .img .switches {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  padding: 5px 10px;
}
.main .videoTime {
  background-color: rgba(0, 0, 0, 0.6);
}
.main .bg-yellow {
  background-color: #e08022;
}
.main .moreBox {
  text-align: center;
  padding-top: 20px;
}
.main .moreBox .clickMore {
  display: inline-block;
  color: #333;
  border: 2px solid #333;
  padding: 9px 30px;
  border-radius: 2px;
  font-family: "LT_Medium";
}
.main .showsBox {
  color: #333;
  font-size: 14px;
  padding-top: 34px;
  position: relative;
  font-family: 'LT_Medium';
  margin-bottom: 10px;
}
.main .showsBox .left > *,
.main .showsBox > * {
  float: left;
}
.main .showsBox .left {
  width: 84%;
  display: none;
  margin-top: -14px;
}
.main .showsBox .left.active {
  display: block;
}
.main .showsBox .right {
  width: 12%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  top: 26px;
  white-space: nowrap;
}
.main .showsBox .left > span:first-child {
  position: absolute;
  top: 26px;
  left: 0;
}
.main .showsBox .left .shows {
  padding-left: 140px;
}
.main .shows .li {
  padding: 6px 10px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  float: left;
  margin: 0 5px 10px;
  color: #666;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main .shows .li .iconfont {
  font-size: 14px;
  vertical-align: middle;
}
.main .shows .li.last-li {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.main .showsBox .left .clearAll {
  width: 60px;
  color: #333;
  padding: 0;
  margin: 0;
  left: 20px;
  top: 8px;
  border: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  position: absolute;
}
.LANG-cn .main .showsBox .left .clearAll {
  width: 60px;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
.caseList .switchesT {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 2px;
}
@media (max-width: 1420px) {
  .main .case .caseList .text {
    padding: 15px 20px 34px;
  }
  .main .showsBox .left {
    width: 84%;
  }
  .main .showsBox .right {
    width: 16%;
  }
}
@media (max-width: 992px) {
  .main .showsBox .right {
    width: 20%;
    margin-left: 80%;
  }
}
@media (max-width: 992px) {
  .main .moreBox {
    padding: 0;
  }
  .main .screenBox {
    position: static;
  }
  .main .maskLayer.active {
    z-index: 1000;
  }
  .screenBox .screeningLayer,
  .main .showsBox {
    display: none;
  }
  .main .case .caseList .img .switches {
    padding: 2px 5px;
  }
  .caseList .switchesT {
    display: inline-block;
  }
  .main .case .caseList .img .switches {
    display: none;
  }
  .main .case .caseList .img .videoTime {
    display: block;
  }
  .videoTime {
    width: auto;
    height: 20px;
  }
  .main .case .caseList .text {
    padding: 0 15px;
  }
}
