/* 新版 v4*/
.headerNew .pc-nav-box {
  display: inline-block;
  float: left;
}

.headerNew .zl-pc-header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.headerNew .zl-pc-header:after,
.headerNew .zl-pc-header:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.headerNew .zl-pc-header li,
.headerNew .zl-pc-header ul,
.headerNew .zl-pc-header ol {
  list-style: none;
}

.headerNew .zl-pc-header a,
.headerNew .zl-pc-header a:hover,
.headerNew .zl-pc-header a:focus,
.headerNew .zl-pc-header a:visited {
  text-decoration: none;
}

.headerNew .zl-pc-header img {
  border: none;
  outline: none;
}

.headerNew .zl-pc-header .clearfix:after,
.headerNew .zl-pc-header .cistern:after {
  display: table;
  clear: both;
  content: ' ';
}

.LANG-en .zl-pc-header {
  font-family: LT_regular, Arial;
}

.headerNew .zl-pc-header {
  font-size: 16px;
  color: #666;
}

/* .headerNew .zl-pc-header a,
.headerNew .zl-pc-header .iconfont {
  -webkit-transition: .5s;
  transition: .5s;
  transition: unset\9;
} */

.headerNew .zl-pc-header h1,
.headerNew .zl-pc-header h2,
.headerNew .zl-pc-header h3,
.headerNew .zl-pc-header h4,
.headerNew .zl-pc-header h5,
.headerNew .zl-pc-header h6 {
  font-weight: normal;
}

.headerNew .zl-pc-header .cistern {
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  overflow: hidden;
  position: static;
}

.zl-pc-header-box.headerNew {
  height: 68px;
  position: relative;
  z-index: 1000;
}

.zl-pc-header-box.headerNew .right {
  text-align: left;
}

.headerNew .zl-pc-header {
  position: relative;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.headerNew .zl-pc-logo {
  display: inline-block;
  float: left;
  margin-top: 17px;
}

.LANG-sa .headerNew .zl-pc-logo,
.LANG-sa .headerNew .pc-nav-box,
.LANG-sa .headerNew .zl-pc-nav {
  float: right;
}

.headerNew .zl-pc-nav {
  font-size: 0;
  line-height: 0;
  display: block;
  float: left;
  /* -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: blocknarrow .3s;
  animation: blocknarrow .3s; */
}
/* .LANG-sa .headerNew .zl-pc-nav {
  -webkit-transform-origin: right center;
  transform-origin: right center;
} */

.headerNew .zl-pc-nav.narrow {
  display: none;
  /* display: none\9; */
  /* -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); */
  /* -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: narrow .3s;
  animation: narrow .3s;
  opacity: 0; */
}
.LANG-sa .headerNew .zl-pc-nav.narrow {
  /* -webkit-transform-origin: right center;
  transform-origin: right center; */
}

.headerNew .zl-pc-nav-column-ul {
  padding-left: 30px;
}

.LANG-cn .headerNew .zl-pc-nav-column-li {
  padding: 0 30px;
}

.headerNew .zl-pc-nav-column-li {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}

.headerNew .zl-pc-nav-column-li.current:after {
  z-index: 3;
}

.headerNew .zl-pc-nav-column-li.current .zl-pc-nav-column-a {
  color: #c7000b;
}

.headerNew .zl-pc-nav-column-li.current .zl-pc-nav-column-a:after {
  opacity: 1;
}

.headerNew .zl-pc-nav-column-li.current .zl-pc-nav-con {
  display: block;
  -webkit-animation: opGradient .4s;
  animation: opGradient .4s;
  opacity: 1;
}

.LANG-en .zl-pc-nav-column-a {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-nav-column-a {
  font-size: 16px;
  line-height: 67px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #888;
}

.headerNew .zl-pc-nav-column-a:hover {
  color: #888;
}

.headerNew .zl-pc-nav-column-a:after {
  content: none;
}

.headerNew .zl-pc-search {
  display: inline-block;
  float: right;
}

.LANG-sa .headerNew .zl-pc-search {
  float: left;

}

.headerNew .zl-pc-search-icon {
  display: block;
  padding: 22px 0 0 10px;
  cursor: pointer;
}

.headerNew .zl-pc-search-icon:hover .iconfont {
  color: #c7000b;
}

.headerNew .zl-pc-search-icon .iconfont {
  font-size: 24px;
  color: #c7000b;
}

.headerNew .zl-pc-searching-box {
  position: absolute;
  z-index: -1;
  top: 14px;
  left: 30%;
  display: none\9;
  visibility: hidden;
  width: 40%;
  height: 40px;
  cursor: pointer;
  /* -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: nonesearching .5s;
  animation: nonesearching .5s; */
  opacity: 0;

}

.headerNew .zl-pc-searching-box.searching {
  z-index: 9999;
  display: block\9;
  visibility: visible;
  /* -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: searching .5s;
  animation: searching .5s; */
  opacity: 1;
}

.LANG-sa .headerNew .zl-pc-searching-box.searching {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.headerNew .zl-pc-searching-box .nav-searchbit-box {
  position: absolute;
  width: 100%;
}

.headerNew .zl-pc-searching-box .Find_support {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  margin-top: 3px\9;
  padding: 3px 5px 0 5px;
  background: #fff;
}

.LANG-sa .headerNew .zl-pc-searching-box .Find_support {
  left: auto;
  right: 3px;
}

.headerNew .zl-pc-searching-box .Find_support .iconfont {
  font-size: 24px;
  line-height: 30px;
  color: #c7000b;
}

.headerNew .zl-pc-searching-box .nav-searchbit-text {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  padding-left: 50px;
  color: #c9c9c9;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  outline: none;
}
.headerNew .zl-pc-searching-box .nav-searchbit-text:focus {
  border-bottom: 2px solid #c7000b;
}

.LANG-sa .headerNew .zl-pc-searching-box .nav-searchbit-text {
  padding-left: 0;
  padding-right: 50px;
}

.headerNew .zl-pc-header .zl-pc-searching-text {
  margin-top: 39px;
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #fff;
}

.headerNew .zl-pc-header .ui-autocomplete {
  position: absolute;
  top: 100% !important;
  overflow: hidden;
  height: 250px;
  margin-top: -1px;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.headerNew .zl-pc-header .ui-autocomplete:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  content: '';
  background-color: #fff;
}

.headerNew .zl-pc-header .ui-autocomplete li {
  line-height: 26px;
  display: block !important;
  float: none !important;
  margin-bottom: 5px;
  padding: 0 10px;
}

.headerNew .zl-pc-header .ui-autocomplete li a {
  cursor: pointer;
  color: #666;
}

.headerNew .zl-pc-header .ui-autocomplete li a:hover {
  text-decoration: underline;
}

.headerNew .zl-pc-header .ui-autocomplete li a span {
  font-size: 14px;
  color: #666;
}

.headerNew .zl-pc-header .ui-autocomplete li a span strong {
  color: #333;
}

.headerNew .ui-helper-hidden-accessible {
  display: none;
}

.headerNew .zl-pc-nav-con {
  display: none;
}

.headerNew .zl-pc-nav-con .text h3 {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-nav-con .text h3 {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #f2f2f2;
}

.headerNew ul.zl-pc-nav-textul {
  padding: 15px 0;
}

.headerNew ul.zl-pc-nav-textul li {
  float: left;
  width: 50%;
  padding-bottom: 5px;
}

.headerNew ul.zl-pc-nav-textul li a {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 3px 0 4px 23px;
  color: #555;
}

.headerNew ul.zl-pc-nav-textul li a .iconfont {
  position: absolute;
  top: 3px;
  left: 0;
}

.headerNew ul.zl-pc-nav-textul li a:hover {
  color: #c7000b;
}

.headerNew ul.zl-pc-nav-textul li a:hover .iconfont {
  color: #c7000b;
}

.headerNew .zl-pc-nav-con .all {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 25px;
  text-transform: uppercase;
  color: #d60000;
}

.headerNew .zl-pc-nav-con .all:hover:after {
  position: absolute;
  bottom: 1px;
  left: 25px;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  border-bottom: 1px solid #c7000b;
  background: #fff;
}

.headerNew .zl-pc-nav-con .all .iconfont {
  font-size: 13px;
  position: absolute;
  top: 1px;
  left: 4px;
}

.headerNew .zl-pc-nav-con {
  position: absolute;
  z-index: 102;
  top: 68px;
  left: 0;
  display: none;
  width: 100%;
  cursor: default;
  opacity: 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.headerNew .current .zl-pc-nav-products {
  background: url(/Assets/enp/v2/img/zl-pc-nav-products-bg.jpg) repeat-y center center;
}

.headerNew .zl-pc-nav-products .left {
  float: left;
  width: 35%;
  padding: 25px 20px 45px 0;
  background: #fff;
}

.headerNew .zl-pc-nav-products .left .text {
  margin-bottom: 35px;
}

.headerNew .zl-pc-nav-products .right {
  float: left;
  width: 65%;
  padding: 25px 0 45px 35px;
  background: #f6f6f6;
}

.headerNew .zl-pc-nav-industry {
  margin-bottom: 45px;
}

.LANG-en .zl-pc-nav-industry h3 {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-nav-industry h3 {
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000;
}

.headerNew .zl-pc-nav-industry-box {
  position: relative;
  overflow: hidden;
}

.headerNew .zl-pc-nav-industry-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .1s;
  transition: .1s;
}

.headerNew .zl-pc-nav-industry-box .pic img {
  position: absolute;
  top: -120px;
  left: -50px;
  display: block;
}

.headerNew .zl-pc-nav-industry-box ul {
  position: relative;
  margin: 0 -5px;
}

.headerNew .zl-pc-nav-industry-box ul li {
  float: left;
  width: 25%;
  border: 5px solid #f6f6f6;
}

.headerNew .zl-pc-nav-industry-box ul li div {
  font-size: 0;
  line-height: 0;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  color: #f6f6f6;
}

.headerNew .zl-pc-nav-industry-box ul li a {
  display: block;
  height: 90px;
  color: #f6f6f6;
}

.headerNew .zl-pc-nav-industry-box ul li div:hover a {
  color: #c7000b;
  background: rgba(255, 255, 255, 1);
}

.LANG-en .zl-pc-nav-industry-box ul li a span {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-nav-industry-box ul li a span {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  width: 98%;
  margin-left: 1%;
  padding: 25px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
}

.headerNew .zl-pc-nav-industry-box ul li a em {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.LANG-en .zl-pc-nav-services h3 {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-nav-services h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #000;
}

.headerNew .zl-pc-nav-services ul {
  margin: 0 -3px;
}

.headerNew .zl-pc-nav-services ul li {
  float: left;
  width: 33.333%;
}

.headerNew .zl-pc-nav-services ul li a {
  position: relative;
  display: block;
  margin: 0 3px;
  text-align: center;
  border: 1px solid #cccfd4;
  background: #ecebeb;
}

.headerNew .zl-pc-nav-services ul li a p {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  padding: 16px 0 16px 10px;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  vertical-align: middle;
  color: #333;
}

.headerNew .zl-pc-nav-services ul li a .iconfont.icon-jiejuefangan {
  font-size: 27px;
  display: inline-block;
  padding-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  vertical-align: middle;
  color: #555;
}

.headerNew .zl-pc-nav-services ul li a .iconfont.icon-renzheng-copy {
  font-size: 26px;
  display: inline-block;
  padding-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  vertical-align: middle;
  color: #555;
}

.headerNew .zl-pc-nav-services ul li a .iconfont.icon-shiyan {
  font-size: 26px;
  display: inline-block;
  padding-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  vertical-align: middle;
  color: #555;
}

.headerNew .zl-pc-nav-services ul li a:hover {
  border: 1px solid #c7000b;
  background: #c7000b;
}

.headerNew .zl-pc-nav-services ul li a:hover p {
  color: #fff;
}

.headerNew .zl-pc-nav-services ul li a:hover .iconfont {
  color: #fff;
}

.headerNew .current .zl-pc-nav-supportbyproduct {
  background: url(/Assets/enp/v2/img/zl-pc-nav-support-bg.jpg) repeat-y center center;
}

.headerNew .zl-pc-nav-supportbyproduct .zl-pc-nav-textul {
  width: 80%;
}

.headerNew .zl-pc-nav-supportbyproduct .left {
  float: left;
  width: 65%;
  padding: 25px 20px 45px 0;
  background: #fff;
}

.headerNew .zl-pc-nav-supportbyproduct .right {
  float: right;
  width: 35%;
  padding: 25px 20px 45px 0;
  background: #f6f6f6;
}

.headerNew .zl-pc-nav-supportbyproduct .left .text p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #666;
}

.headerNew .zl-pc-nav-supportbyproduct ul.zl-pc-nav-textul li {
  width: 33.333%;
}

.headerNew .zl-pc-support-searching-box {
  position: relative;
  z-index: 10;
  width: 80%;
  height: 40px;
  cursor: pointer;
}

.headerNew .zl-pc-support-searching-box.searching {
  left: 20%;
  display: block;
  opacity: 1;
}

.headerNew .zl-pc-support-searching-box-close {
  position: absolute;
  top: 8px;
  right: 10px;
}

.headerNew .zl-pc-support-searching-box-close .iconfont {
  font-size: 20px;
}

.headerNew .zl-pc-support-searching-box .nav-searchbit-box {
  position: relative;
  float: left;
  width: 100%;
}

.headerNew .zl-pc-support-searching-box .Find_support {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 52px;
  height: 38px;
  color: #fff;
  background: #c7000b;
}

.headerNew .zl-pc-support-searching-box .Find_support .iconfont {
  font-size: 24px;
  position: absolute;
  top: 21px;
  left: 16px;
  color: #fff;
}

.headerNew .zl-pc-support-searching-box .nav-searchbit-text {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  padding-right: 70px;
  color: #c9c9c9;
  border: 1px solid #d7d7d7;
  outline: none;
}

.headerNew .zl-pc-support-searching-box .zl-pc-searching-text {
  margin-top: 15px;
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #fff;
}

.headerNew .zl-pc-support-searching-box .ui-autocomplete {
  top: 100% !important;
  left: -1px !important;
  overflow: hidden;
  height: 185px;
  margin-top: -1px;
  padding: 0 20px;
  padding-top: 5px;
  border: 1px solid #d7d7d7;
}

.headerNew .zl-pc-support-searching-box .ui-autocomplete li {
  line-height: 26px;
  display: block !important;
  float: none !important;
  margin-bottom: 5px;
  padding: 0 40px;
}

.headerNew .zl-pc-support-searching-box .ui-autocomplete li a span {
  font-size: 14px;
  color: #666;
}

.headerNew .zl-pc-support-searching-box .ui-autocomplete li a span strong {
  color: #333;
}

.headerNew .zl-pc-support-searching-box ul {
  display: none !important;
}

.headerNew .zl-pc-searching-tip {
  position: absolute;
  top: 100% !important;
  display: none;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.headerNew .zl-pc-searching-tip li {
  line-height: 26px;
  display: block;
  margin-bottom: 5px;
  padding: 0 20px;
  outline: none;
}

.headerNew .zl-pc-searching-tip li.ui-menu-title {
  font-size: 13px;
  position: static;
  height: auto;
  padding: 15px 0 0 20px;
  color: #999;
  background: none !important;
}

.headerNew .zl-pc-searching-tip li.ui-menu-title:nth-child(3) {
  /* border-top:1px solid #dbdbdb; */
  margin-top: -10px;
}

.headerNew .zl-pc-searching-tip li a {
  font-size: 14px;
  height: 32px;
  margin-right: 10px;
  color: #666;
  display:block;
  position: relative;
  padding: 3px 20px;
}
.headerNew .zl-pc-searching-tip li a strong {
  position: absolute;
  right: 20px;
  top: 3px;
  font-weight: normal;
  display: none;
}
.headerNew .zl-pc-searching-tip li a strong:hover {
  color: #c7000b;
}

.LANG-sa .headerNew .zl-pc-searching-tip li a {
  margin-right: 0;
  margin-left: 10px;

}

.headerNew .zl-pc-searching-tip li a:hover {
  /* text-decoration: underline; */
  background: #f7f7f7;
}
.headerNew .zl-pc-searching-tip li a:hover strong {
display: block;
}

.headerNew .zl-pc-nav-docymentation {
  width: 95%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}

.headerNew .zl-pc-nav-docymentation ul {
  overflow: hidden;
  margin-left: 1px;
}

.headerNew .zl-pc-nav-docymentation ul li {
  float: left;
  width: 20%;
  margin-left: -1px;
  border-left: 1px solid #ddd;
}

.headerNew .zl-pc-nav-docymentation ul li a {
  position: relative;
  display: block;
  text-align: center;
}

.headerNew .zl-pc-nav-docymentation ul li a .iconfont {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: middle;
  color: #666;
}

.headerNew .zl-pc-nav-docymentation ul li a p {
  font-size: 14px;
  line-height: 1.28;
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
  color: #666;
}

.headerNew .zl-pc-nav-docymentation ul li a:hover .iconfont {
  color: #c7000b;
}

.headerNew .zl-pc-nav-docymentation ul li a:hover p {
  color: #c7000b;
}

.headerNew .zl-pc-nav-servicezone {
  padding: 0 40px;
}

.headerNew .zl-pc-nav-servicezone.text h3 {
  border-bottom: 1px solid #eaeaea;
}

.headerNew .zl-pc-nav-servicezone ul.zl-pc-nav-textul li {
  width: 100%;
}

.headerNew .zl-pc-nav-how-to-buy {
  padding: 30px 0;
  background: #fff;
}

.headerNew .zl-pc-nav-how-to-buy .text {
  float: left;
  width: 33.333%;
  padding-right: 40px;
}

.headerNew .zl-pc-nav-how-to-buy .text ul li {
  width: 100%;
}

.headerNew .zl-pc-nav-partner {
  padding: 30px 0;
  background: #fff;
}

.headerNew .zl-pc-nav-partner .text {
  float: left;
  width: 25%;
  padding-right: 40px;
}

.headerNew .zl-pc-nav-partner .text ul li {
  width: 100%;
}

.headerNew .zl-pc-hamburger-nav {
  display: none;
}

@media (max-width:1600px) {
  .headerOld .zl-pc-nav-products .left {
    padding: 25px 20px 30px 0;
  }

  .headerOld .zl-pc-nav-products .left .text {
    margin-bottom: 20px;
  }

  .headerOld .zl-pc-nav-products .right {
    padding: 25px 0 30px 35px;
  }

  .headerOld .zl-pc-header .cistern {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .headerOld .zl-pc-nav-docymentation ul li a p {
    text-transform: capitalize;
  }

  .headerOld .zl-pc-nav-column-li {
    padding: 0 25px;
  }

  .LANG-cn .headerNew .zl-pc-nav-column-li {
    padding: 0 20px;
  }

  .headerNew .zl-pc-nav-column-li {
    padding: 0 10px;
  }

  .headerNew .zl-pc-nav-products .left {
    padding: 25px 20px 30px 0;
  }

  .headerNew .zl-pc-nav-products .left .text {
    margin-bottom: 20px;
  }

  .headerNew .zl-pc-nav-products .right {
    padding: 25px 0 30px 35px;
  }

  .headerNew .zl-pc-header .cistern {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .headerNew .zl-pc-nav-docymentation ul li a p {
    text-transform: capitalize;
  }

  /* 针对法语导航做处理*/
  .LANG-fr .headerNew .pc-nav-box #puppetBtn span,
  .LANG-fr .headerNew .pc-nav-box #puppetBtn span:hover {
    font-size: 14px;
  }

  .LANG-fr .headerNew .zl-pc-nav-column-a {
    font-size: 14px;
  }
}

@media (max-width:1200px) {
  .headerOld .zl-pc-nav-column-a {
    font-size: 12px;
  }

  .headerOld .zl-pc-nav-column-li {
    padding: 0 20px;
  }

  .headerOld .zl-pc-nav-docymentation ul li a .iconfont {
    display: none;
  }

  .headerOld .zl-pc-nav-docymentation {
    width: 100%;
  }

  .headerOld .zl-pc-nav-supportbyproduct .zl-pc-nav-textul {
    width: 100%;
  }

  .headerNew #puppetBtn {
    font-size: 12px;
  }

  .headerNew .zl-pc-nav-column-a {
    font-size: 12px;
  }

  .headerNew .zl-pc-nav-docymentation ul li a .iconfont {
    display: none;
  }

  .headerNew .zl-pc-nav-docymentation {
    width: 100%;
  }

  .headerNew .zl-pc-nav-supportbyproduct .zl-pc-nav-textul {
    width: 100%;
  }

  .headerNew .pc-nav-box #puppetBtn {
    line-height: 70px;
  }

  .headerNew .zl-pc-nav-column .zl-pc-nav-column-ul {
    padding-left: 42px;
  }

  .headerNew .pc-nav-box #puppetBtn {
    line-height: 70px;
  }
}

@media (max-width:992px) {
  .headerOld .zl-pc-nav {
    display: none;
  }

  .headerOld .zl-pc-nav-column-ul,
  .headerOld .zl-pc-login {
    display: none;
  }

  .headerOld .zl-pc-hamburger-nav a {
    display: block;
    float: right;
    padding: 3px 0 0 10px;
  }

  .headerOld .zl-pc-hamburger-nav a .iconfont {
    font-size: 26px;
    line-height: 44px;
    opacity: .6;
    color: #333;
  }

  .headerOld .zl-pc-header {
    position: fixed;
    height: 50px;
  }

  .headerOld .zl-pc-logo img {
    width: 108px;
  }

  .headerOld .zl-pc-logo {
    margin-top: 10px;
  }

  .headerOld .zl-pc-search-icon {
    margin-right: 0;
    padding: 13px 10px 0 10px;
  }

  .zl-pc-header-box.headerOld {
    height: 50px;
  }

  .headerOld .zl-pc-hamburger-nav {
    display: block;
  }

  .headerOld .zl-pc-searching-box {
    position: absolute;
    top: -41px;
    left: 0;
    width: 100%;
    height: 40px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: wap-nonesearching .5s;
    animation: wap-nonesearching .5s;
    opacity: 1;
    outline-style: none;
  }

  .headerOld .zl-pc-searching-box.wap-searching {
    z-index: 999;
    top: 50px;
    visibility: visible;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: wap-searching .5s;
    animation: wap-searching .5s;
  }

  .headerOld .zl-pc-searching-box .nav-searchbit-text {
    border: none;
    border-bottom: 1px solid #dbdbdb;
  }
}

@media (max-width:640px) {
  .headerOld .headerOld .zl-pc-searching-box .nav-searchbit-text {
    padding: 10px 50px;
  }
}

@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes opGradient {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes narrow {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes narrow {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes blocknarrow {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes blocknarrow {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes searching {
  0% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    left: 30%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes searching {
  0% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    left: 30%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 30%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes wap-searching {
  0% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
  }

  100% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes wap-searching {
  0% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

  100% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wap-nonesearching {
  0% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
  }

  100% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
  }
}

@keyframes wap-nonesearching {
  0% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}

@media (max-width:992px) {
  .headerNew .zl-pc-nav {
    display: none;
  }

  .headerNew .zl-pc-nav-column-ul,
  .headerNew .zl-pc-login {
    display: none;
  }

  .headerNew .zl-pc-hamburger-nav a {
    display: block;
    float: right;
    padding: 3px 0 0 10px;
  }
  .LANG-sa .headerNew .zl-pc-hamburger-nav a {
    float: left;
    padding: 3px 10px 0 0;
  }

  .headerNew .zl-pc-hamburger-nav a .iconfont {
    font-size: 26px;
    line-height: 44px;
    opacity: .6;
    color: #333;
  }

  .headerNew .zl-pc-header {
    position: fixed;
    height: 50px;
  }

  .headerNew .zl-pc-logo img {
    width: 108px;
  }

  .headerNew .zl-pc-logo {
    margin-top: 10px;
  }

  .headerNew .zl-pc-search-icon {
    margin-right: 0;
    padding: 13px 10px 0 10px;
  }

  .zl-pc-header-box.headerNew {
    height: 50px;
  }

  .headerNew .zl-pc-hamburger-nav {
    display: block;
  }

  .headerNew .zl-pc-searching-box {
    position: absolute;
    top: -41px;
    left: 0;
    width: 100%;
    height: 40px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: wap-nonesearching .5s;
    animation: wap-nonesearching .5s;
    opacity: 1;
    outline-style: none;
  }

  .headerNew .zl-pc-searching-box.wap-searching {
    z-index: 999;
    top: 50px;
    visibility: visible;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: wap-searching .5s;
    animation: wap-searching .5s;
  }

  .headerNew .zl-pc-searching-box .nav-searchbit-text {
    border: none;
    border-bottom: 1px solid #dbdbdb;
  }
}

@media (max-width:640px) {
  .headerNew .zl-pc-searching-box .nav-searchbit-text {
    padding: 10px 50px;
  }
}

@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes opGradient {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes narrow {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes narrow {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes blocknarrow {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes blocknarrow {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes searching {
  0% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    left: 30%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes searching {
  0% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }

  100% {
    left: 30%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  100% {
    left: 30%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes wap-searching {
  0% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
  }

  100% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes wap-searching {
  0% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }

  100% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wap-nonesearching {
  0% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
  }

  100% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
  }
}

@keyframes wap-nonesearching {
  0% {
    top: 50px;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    top: -41px;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
}

.headerNew .zl-pc-logined-tip {
  line-height: normal;
  position: absolute;
  z-index: 20;
  top: 98%;
  right: 42px;
  width: 340px;
  text-align: left;
}

.headerNew .zl-pc-logined-tipBox {
  display: inline-block;
  float: right;
  max-width: 100%;
  border: #ccc solid 1px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.LANG-en .zl-pc-logined-tipBox .l-tB-title {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-logined-tipBox .l-tB-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
}

.headerNew .zl-pc-logined-tipBox b {
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #c7000b;
}

.headerNew .zl-pc-logined-tipBox p {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  padding: 5px 0 5px 15px;
  color: #555;
  background: url(/Assets/enp/v2/img/logined-tipPrint.png) left 11px no-repeat;
}

.headerNew .zl-pc-logined-tipBox p .iconfont {
  position: absolute;
  top: 4px;
  left: -5px;
}

.headerNew .zl-pc-logined-tipBox .logined-checkTips {
  font-size: 16px;
  padding: 20px 40px 31px;
  border-top: 1px dashed #e0e0e0;
}

.headerNew .zl-pc-logined-tipBox .logined-checkTips input,
.headerNew .logined-tipBox .logined-checkTips span {
  display: inline-block;
  vertical-align: middle;
}

.headerNew .zl-pc-logined-tipBox .logined-checkTips span {
  margin-left: 10px;
  color: #666;
}

.headerNew .zl-pc-logined-tipBox .text {
  padding: 25px 40px 20px;
}

.headerNew .zl-pc-logined-box {
  line-height: normal;
  position: absolute;
  z-index: 20;
  top: 98%;
  right: 43px;
  display: none;
  width: 240px;
  text-align: left;
}

.headerNew .zl-pc-logined-box:after {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 30px;
  content: '';
}

.headerNew .zl-pc-logined-box .con {
  display: inline-block;
  float: right;
  max-width: 100%;
  border: #ccc solid 1px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.headerNew .zl-pc-logined-box b {
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #c7000b;
}

.headerNew .zl-pc-logined-box .top {
  padding: 15px 40px 10px;
}

.LANG-en .zl-pc-logined-box .top a {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-logined-box .top a {
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 10px 0;
  padding-left: 21px;
  text-transform: uppercase;
  color: #000;
}

.LANG-cn .zl-pc-logined-box .top a .iconfont {
  top: 9px;
}

.headerNew .zl-pc-logined-box .top a .iconfont {
  font-size: 20px;
  position: absolute;
  top: 7px;
  left: -5px;
  color: #a8a8a8;
}

.headerNew .zl-pc-logined-box .top a .iconfont.icon-bi {
  top: 11px;
}

.LANG-cn .zl-pc-logined-box .top a .iconfont.icon-bi {
  font-size: 18px;
  top: 8px;
}

.headerNew .zl-pc-logined-box .top a:hover {
  color: #c7000b;
}

.headerNew .zl-pc-logined-box .top a:hover .iconfont {
  color: #c7000b;
}

.headerNew .zl-pc-logined-box .bottom {
  padding: 25px 40px 20px;
  border-top: 1px dashed #e0e0e0;
}

.LANG-en .zl-pc-logined-box .bottom span {
  font-family: LT_Medium, Arial;
}

.headerNew .zl-pc-logined-box .bottom span {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
}

.headerNew .zl-pc-logined-box .bottom a {
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 5px 0 5px 15px;
  color: #555;
}

.headerNew .zl-pc-logined-box .bottom a:hover {
  color: #c7000b;
}

.headerNew .zl-pc-logined-box .bottom a .iconfont {
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: -6px;
  content: '';
  color: #555;
}

.headerNew .zl-pc-logined-box .bottom a:hover .iconfont {
  color: #c7000b;
}

.headerNew .zl-pc-nav-column-li a:hover {
  color: #c7000b;
}

/* 滚动条*/
.scrollBox {
  width: 50%;
  float: left;
  height: 100%;
  overflow: auto;
}
.LANG-sa .scrollBox {
  
  float: right;
}

.scrollBarBox {
  height: 100%;
  position: absolute;
}

.scrollBar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}

.bgc-333 {
  background-color: #333;
}

.bgc-ccc {
  background-color: #ccc;
}

.cdColor {
  background-color: #cdcdcd;
}

.scrollContentDiv {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  left: 0;
}

/* 弹出背景板块*/
.headerNew .ic-pc-nav {
  position: absolute;
  z-index: 1000;
  top: 68px;
  left: 0;
  display: none;
  width: 100%;
  cursor: default;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-repeat: repeat-y;
  background-size: contain;
  background-image: url("/Assets/enp/v2/img/header/bg-nav.png");
  background: linear-gradient(to right, #111214, #111214 30%, #fff 30%, #fff 50%);
}

.headerNew .ic-pc-nav .big-box {
  position: relative;
  height: 100%;
  z-index: 1000;
}

.headerNew .ic-pc-nav .big-box>div {
  height: 100%;
  position: relative;
  top: 0;
  background-color: #f5f5f5;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  overflow: hidden;
  padding-right: 0 !important;
}

.headerNew .ic-pc-nav .big-box #plate1 {
  width: 23%;
  left: 0px;
  background-color: #111214;
}
.LANG-sa .headerNew .ic-pc-nav .big-box #plate1 {
  left: auto;
  right: 0px;

}

.headerNew .ic-pc-nav .big-box #plate2 {
  width: 23%;
  background-color: #2e2f33;
}

/* 特别样式*/
.headerNew .specialLine,
.headerNew .specialPending {
  height: 100% !important;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 !important;
  overflow: visible !important;
}

.headerNew .specialPending a {
  padding: 8px 10px 8px 5px !important;
}

.headerNew .specialLine a:hover,
.headerNew .specialPending a:hover {
  background-color: #2f3034;
}

.headerNew .specialLine a:hover:after,
.headerNew .specialPending a:hover:after {
  width: 6px;
  min-height: 36px;
  height: 100%;
  content: "";
  display: inline-block;
  background-color: #c7000b;
  position: absolute;
  left: -6px;
  top: 1px;
  border-radius: 3px 0 0 5px;
}

.headerNew .bd-top {
  margin-top: 15px;
  border-top: 1px solid #e0dedf;
  padding-top: 10px !important;
}

.headerNew .bd-btm {
  border-bottom: 1px solid #e0dedf;
  padding-bottom: 10px !important;
}

.headerNew .classificationLine {
  padding: 0 !important;
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e0dedf;
  font-size: 13px;
}

.newBox {
  position: relative;
}

.headerNew .newBox .activityNew {
  display: inline-block;
  float: none;
  /* new*/
  background-image: url("/Assets/enp/v2/img/header/activityNew.png");
  width: 29px;
  height: 12px;
  position: absolute;
  top: -11px;
  left: 0;
}

.headerNew .ic-pc-nav .big-box #plate1 .scrollBox,
.headerNew .ic-pc-nav .big-box #plate2 .scrollBox{
  padding-bottom: 30px !important;
}

.headerNew .ic-pc-nav .big-box #plate3 .scrollBox {
  padding-bottom: 50px !important;
}

.headerNew .ic-pc-nav .big-box #plate3 {
  z-index: 98;
  background-color: #fff;
  width: 54%;
}

.headerNew #plate3 ul {
  padding-left: 40px;
}
.LANG-sa .headerNew #plate3 ul {
  padding-left: 0;
  padding-right: 40px;
}

.headerNew #plate3 .plate3Title {
  padding-top: 10px;
  margin: 0;
  padding-bottom: 30px;
  background: transparent;
  border-top: none;
}

.headerNew #plate3 .plate3Title span {
  font-size: 32px;
  color: #333;
}

.headerNew #plate3 .plate3Title a {
  padding-left: 10px;
}

.headerNew #plate3 .plate3Title a .iconfont,
.headerNew #plate3 .plate3Title a span {
  font-size: 14px;
  color: #c7000b;
}

.headerNew #plate3 .plate3Title a:hover {
  text-decoration: underline;
  text-decoration-color: #c7000b;
}

.headerNew #plate3 .plate3Title a .iconfont {
  float: none;
  font-size: 14px;
}

.headerNew .ic-pc-nav .big-box #plate1 li,
.headerNew .ic-pc-nav .big-box #plate2 li {
  padding-left: 10px;
  height: none\9;
  line-height: 1.375;
  position: relative;
}
.LANG-sa .headerNew .ic-pc-nav .big-box #plate1 li,
.LANG-sa .headerNew .ic-pc-nav .big-box #plate2 li {
  padding-left: 0;
  padding-right: 10px;
}

.headerNew .ic-pc-nav .big-box #plate2 li {
  padding-left: 20px;
}

.headerNew .ic-pc-nav .big-box #plate1 li span,
.headerNew .ic-pc-nav .big-box #plate2 li span {
  padding-right: 20px;
}
.LANG-sa .headerNew .ic-pc-nav .big-box #plate1 li span,
.LANG-sa .headerNew .ic-pc-nav .big-box #plate2 li span {
  padding-right: 0;
  padding-left: 20px;
}

.headerNew .ic-pc-nav .big-box #plate1 li .iconfont,
.headerNew .ic-pc-nav .big-box #plate2 li .iconfont {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  transition: unset;
}
.LANG-sa .headerNew .ic-pc-nav .big-box #plate1 li .iconfont,
.LANG-sa .headerNew .ic-pc-nav .big-box #plate2 li .iconfont {
  right: auto;
  left: 20px;
}

.headerNew .big-box div>ul {
  position: absolute;
  top: 10px;
  width: 100%;
  display: none;
}

.headerNew .big-box div ul.current {
  display: block;
}

.headerNew .big-box #plate1 ul li a,
.headerNew .big-box #plate2 ul li a {
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 10px 15px 10px 6px;
  position: relative;
  display: block;
  color: #fff;
  transition: unset;
  margin-top: 1px;
  margin-top: 0\9;
}

/* 基础*/
.headerNew .big-box #plate1 li.current a {
  background-color: #2f3034;
}

.headerNew .big-box #plate2 li.current a {
  background-color: #fff;
  color: #222;
}

/* hover*/
.headerNew .big-box.PC #plate2 ul li a:hover,
.headerNew .big-box.PC #plate2 ul li a:hover .iconfont {
  color: #222;
}

.headerNew .big-box.PC #plate1 ul li a:hover {
  background-color: #2f3034;
}

.headerNew .big-box.PC #plate2 ul li a:hover {
  background-color: #fff;
}

.headerNew .big-box #plate1 li.current a:after,
.headerNew .big-box #plate2 li.current a:after {
  width: 6px;
  min-height: 36px;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 0px;
  border-radius: 3px 0 0 3px;
  background-color: #c7000b;
}
.LANG-sa .headerNew .big-box #plate1 li.current a:after,
.LANG-sa .headerNew .big-box #plate2 li.current a:after {
  left: auto;
  right: -5px;
  border-radius: 0 3px 3px 0;
}

.headerNew .big-box div ul li a span {
  display: inline-block;
}

.headerNew .big-box #plate3 ol li a span {
  color: #666;
}

.headerNew .big-box #plate3 ol li a span:hover {
  text-decoration: underline;
  color: #333333;
}

.headerNew .big-box div ul li a .iconfont {
  float: right;
  color: #9b9b9b;
}

.headerNew .big-box #plate1 ul li a .iconfont,
.headerNew .big-box #plate2 ul li a .iconfont {
  color: #fff;
}

.headerNew .big-box #plate2 ul li.current a .iconfont {
  color: #222;
}

.headerNew .big-box div ul li p a .iconfont {
  float: none;
}

.headerNew #plate3 ul>div>li {
  border-top: 1px solid #e2e3e5;
  padding-top: 20px;
}

/* 各种plate3样式需求*/
.headerNew #plate3 .rowUl .plate3Title {
  width: 100%;
  width: unset;
  float: none;
}

.headerNew #plate3 .rowUl div>li {
  width: calc(33.6% - 10px);
  float: left;
  vertical-align: top;
  text-align: left;
  margin-right: 10px;
  margin-bottom: 0;
  margin-top: 10px;
}

.headerNew #plate3 .rowUl div>li:nth-child(4) {
  margin-right: 0;
}

.headerNew #plate3 .rowUl div>li ol li {
  width: 100%;
}

.headerNew #plate3 .flUl .plate3Title {
  float: none;
  width: 100% !important;
}

.headerNew #plate3 .flUl.f4>div>li {
  padding-bottom: 0px;
}

.headerNew #plate3 .flUl li {
  float: left;
}

.headerNew #plate3 .flUl ol li {
  width: 100%;
}

.headerNew #plate3 .flUl.f3 li {
  width: 33.33%;
}

.headerNew #plate3 .flUl.f3 .flUnL {
  width: 100%;
}

.headerNew #plate3 .plate3Title a span {
  display: inline;
  display: unset;
}

.headerNew #plate3 .flUl.f4>div>li,
.headerNew #plate3 .flUl.f4>li {
  padding-top: 10px;
}

.headerNew #plate3 .flUl.f4>div>li {
  padding-top: 20px;
  padding-bottom: 20px;
}

.headerNew #plate3 .flUl.f4 li ol {
  padding: 0;
}

.headerNew #plate3 .flUl.f4 li {
  width: 33.33%;
  margin-top: 0;
}

.headerNew #plate3 .flUl.f4 ol span {
  display: block;
}

.headerNew #plate3 .flUl.f4 ol li {
  width: 100%;
  padding-right: 10px;
}

.headerNew #plate3 .rowUl .f1 {
  width: 100%;
}

.headerNew #plate3 .flUl li ol li {
  padding-right: 0;
}

.headerNew #plate3 ul li p,
.headerNew #plate3 ul li p a {
  color: #333;
  font-size: 22px;
}
.headerNew #plate3 ul li p span.newBox .activityNew {
  top: 5px;
  left: 5px;
}

.headerNew #plate3 ul li p a {
  display: inline-block;
}

.headerNew #plate3 ul li p a:hover {
  text-decoration: underline;
}

.headerNew #plate3 ul li p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.headerNew #plate3 ul li ol {
  overflow: hidden;
  padding-bottom: 20px;
}

.headerNew #plate3 ul li ol li {
  padding-right: 40px;
  margin-bottom: 5px;
  width: 32%;
  display: inline-block;
  position: relative;
  top: 0;
}

.LANG-sa .headerNew #plate3 ul li ol li {
  padding-right: 0;
  padding-left: 40px;
}

.LANG-en .headerNew #plate3 ul li ol li {
  margin-bottom: 10px;
}

.headerNew #plate3 ul li ol li a {
  display: inline-block;
  font-size: 15px;
  color: #666;
}

.headerNew #plate3 .fit ol li {
  vertical-align: top;
  text-align: left;
  line-height: normal;
}

.LANG-sa .headerNew #plate3 .fit ol li {
  text-align: right;
}

.headerNew #plate3 .fit ol li:nth-child(3n) {
  padding-right: 0;
}

.headerNew #plate3 .fit li div p a {
  display: inline-block;
  font-size: 18px;
  color: #333;
}

/* 技术支持*/
.headerNew .big-box #plate3 .rowDisplay {
  border-top: none;
}

.headerNew .big-box #plate3 .rowDisplay a {
  display: inline-block;
}

.headerNew .big-box #plate3 .rowDisplay ol {
  margin-top: 20px;
  white-space: nowrap;
}

.headerNew .big-box #plate3 .rowDisplay ol li {
  min-width: 120px;
  width: 13%;
  padding-right: 0;
}

.headerNew .big-box #plate3 .rowDisplay li img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.headerNew #plate3 ul li p .special {
  padding-left: 0 !important;
  border-left: none !important;
}

.headerNew #plate3 ul li .DisplayNext {
  margin-top: -20px;
  padding-bottom: 20px;
}
/*不改15px*/
.headerNew #plate3 ul li .DisplayNext a {
  font-size: 13px;
  color: #666;
  padding: 0 16px;
  border-left: 1px solid #000;
}

.headerNew #plate3 ul li .DisplayNext a:hover span {
  border-bottom: 1px solid #000;
}

.headerNew #plate3 .colDisplay {
  display: inline-block;
  position: relative;
  width: 19%;
  border-top: none;
}

.headerNew #plate3 .colDisplay ol li {
  position: initial;
  display: block;
  width: 100%;
}

.headerNew #plate3 .colDisplay ol li a {
  line-height: 20px;
}

.headerNew #plate3 .solutionFindingSupport {
  width: 100%;
  margin-top: 0;
}

.headerNew #plate3 ul .solutionFindingSupport .branches_1 p,
.headerNew #plate3 ul .solutionFindingSupport .branches_1 p a span {
  font-size: 15px;
  color: #333;
  font-weight: 700;
}

.headerNew #plate3 ul .solutionFindingSupport .branches_1 a .iconfont {
  float: none;
}

.headerNew #plate3 ul .solutionFindingSupport .branches_1 a:hover span {
  border-bottom: 1px solid #000;
}

.headerNew #plate3 .branches_1 p a span {
  border-bottom: 1px solid transparent;
}

.headerNew .branches_1 .colDisplay_2 {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}

.headerNew .branches_1 .colDisplay_2 div {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}

.headerNew #plate3 .branches_1 .colDisplay_2 ol li {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
  display: block;
  position: inherit;
}

.headerNew #plate3 .branches_1 .colDisplay_2 ol li a {
  padding: 5px 0;
}

.headerNew #plate3 .branches_1 .colDisplay_2 ol li a:hover {
  text-decoration: underline;
  color: #333;
}

/* 如何购买*/
.headerNew #plate3 .buyPlate {
  width: 50%;
  float: left;
  padding-top: 10px;
  padding-left: 0;
  border-bottom: 1px solid #e2e3e5;
}

.headerNew #plate3 .buyPlate .buyPlateTitle {
  color: #333;
  font-size: 16px;
  margin-bottom: 4px;
  padding-right: 10px;
  padding-left: 0;
}

.headerNew #plate3 .buyPlate .buyPlate-in {
  padding-bottom: 24px;
  padding-right: 10px;
  padding-left: 0;
}

.headerNew #plate3 .buyPlate .buyPlate-in p {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.LANG-ru .headerNew #plate3 .buyPlate .buyPlate-in .hw-btn {
  width: auto;
  min-width: 142px;
}

.headerNew #plate3 .buyPlate .buyPlate-in .hw-btn {
  width: 142px;
  padding: 7px 0;
  border: 1px solid #333;
  font-size: 14px;
  clear: both;
}

.headerNew #plate3 .buyPlate .buyPlate-in .hw-btn:hover {
  border: 1px solid #c7000b;
  color: #333;
}

.headerNew #plate3 .buyPlate .contentlist .imgApp {
  margin-right: 10px;
}

.headerNew #plate3 .buyPlate .contentlist .contentText h5 {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.headerNew #plate3 .buyPlate .contentlist .contentText p {
  font-size: 12px;
  color: #666;
}

.headerNew #plate3 .buyPlate .links a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.headerNew #plate3 .buyPlate .links a:hover {
  text-decoration: underline;
}

/* 合作伙伴*/
.headerNew #plate3 .row3 {
  width: 75%;
}

.headerNew #plate3 .row3 ol li {
  width: 33%;
}

.headerNew #plate3 .partner {
  padding-top: 20px;
}

.headerNew #plate3 .partner ol li {
  padding-right: 0;
  float: left;
}

.headerNew #plate3 .row2 {
  width: 50%;
}

.headerNew #plate3 .row2 ol li {
  width: 50%;
}

.headerNew #plate3 .row4 ol li {
  width: 25%;
}

/* 关闭按钮 s*/
.headerNew .zl-pc-search .zl-pc-searching-box .zl-phone-searching-box-close {
  display: none;
}

.headerNew .zl-pc-searching-box-close {
  line-height: 55px;
  float: right;
  padding: 7px 5px 0;
  background: #fff;
  display: none;
  cursor: pointer;
  position: inherit;
  position: static;
}

.LANG-sa .headerNew .zl-pc-searching-box-close {
  float: left;
}

.headerNew .zl-pc-searching-box-close .iconfont {
  font-size: 30px;
  color: #c7000b;
}

.headerNew #plate3 .row4 ol {
  padding-top: 10px;
}

.headerNew #plate3 .colDisplay {
  width: 32.9%;
}

.headerNew #plate3 .solutionFindingSupport {
  margin-top: 10px;
  padding-left: 0px;
}

.headerNew #plate3 .solutionFindingSupport .branches_1 .row4 li {
  vertical-align: top;
}

.headerNew #plate3 .solutionFindingSupport .branches_1 .row4 ol li {
  width: 32.9%;
}

/* 关闭按钮 e*/
@media screen and (max-width:992px) {
  .headerNew .zl-pc-search .zl-pc-searching-box .zl-phone-searching-box-close {
    position: absolute;
    top: 3px;
    right: 12px;
    display: block;
    padding: 8px 5px 0 5px;
    background: #fff;
  }

  .headerNew .pc-nav-box #puppetBtn {
    display: none;
  }
}

@media screen and (min-width:993px) {
  .headerNew .zl-pc-nav-column .zl-pc-nav-column-ul {
    padding-left: 0\9;
  }

  .headerNew .pc-nav-box #puppetBtn {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    width: 80px;
    height: 68px;
    text-align: center;
    color: #c7000b;
    line-height: 68px;
    transform: translateX(50%);
    margin-left: 50px\9;
  }

  .LANG-sa .headerNew .pc-nav-box #puppetBtn {
    transform: translateX(-50%);
  }

  .headerNew .pc-nav-box #puppetBtn .iconfont {
    font-size: 24px;
  }

  .headerNew .pc-nav-box #puppetBtn span {
    vertical-align: 4px;
    color: #888;
  }

  .headerNew .pc-nav-box #puppetBtn span:hover {
    color: #c7000b;
  }

  .headerNew #closeBtn {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #a8a8a8;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 100;
  }

  .headerNew #closeBtn .iconfont {
    font-size: 24px;
  }
}

@media screen and (min-width:1201px) {
  .headerNew .zl-pc-nav-column .zl-pc-nav-column-ul {
    padding-left: 48px;
  }

  .LANG-sa .headerNew .zl-pc-nav-column .zl-pc-nav-column-ul {
    padding-left: 0;
    padding-right: 48px;
  }
}

.headerNew #plate3 ul li p.padding-bn {
  padding-bottom: 20px;
}

.headerNew #plate3 .fit li>div>p {
  font-size: 14px;
}

.headerNew #plate3 .fit li div>p>a[href^="javacript"]:hover {
  text-decoration: none;
  cursor: default;
}

.headerNew #plate3 .fit li div>p>a[href^="/"]:hover {
  text-decoration: underline;
  cursor: pointer;
}

.headerNew #plate3 .fit.flUl.f4 .plate3Title {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e3e5;
}

.headerNew #plate3 .fit.flUl.f4 div {
  padding-bottom: 20px !important;
}

.headerNew #plate3 .fit.flUl.f4 li {
  border-top: none;
  padding-bottom: 0;
}

/* 其他页面问题*/
/* 兼容ie 样式*/
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

  /* IE10-specific styles go here*/
  /* 之前的样式问题*/
  .v2-get-price-info .case-banner>.case-img {
    overflow: visible;
  }
}

/*\enterprise\Assets\enp\v2\css\material\onLineView.css\enterprise\Assets\enp\css\cn\partner\openlab\openlab.css*/
.lab-exper-outside .lab-exper-aside ul.lab-addfix,
.online_reading .reading_bar {
  z-index: 999;
}

.LANG-cn .headerNew #plate3 .flUl.f4 li ol li {
  margin-bottom: 0px;
  line-height: 100%;
}

@media (max-width:1200px) {
  .oh {
    overflow: hidden !important;
  }

  .oy-a {
    overflow-y: auto !important;
  }
}

/* ==S 2019/01/10 270868*/
.head-list-v2 {
  font-size: 0;
  padding: 20px 0 0 0 !important;
}

.head-list-v2 .title-h5 {
  display: block;
}

.head-list-v2 .title-h5 a {
  font-size: 30px;
  line-height: 1.1;
  color: #333;
  display: inline-block;
  border-bottom: 2px solid #fff;
}

.head-list-v2 .title-h5 a:hover {
  border-bottom: 2px solid #333;
}

.head-list-v2 .box {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 40px;
}
.LANG-sa .head-list-v2 .box {
  padding-right: 0;
  padding-left: 40px;
}

.head-list-v2 .box .block1 {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.head-list-v2 .box .block1 ul {
  position: static;
  display: block !important;
  padding-left: 0 !important;
  padding: 10px 0;
}
.LANG-sa .head-list-v2 .box .block1 ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.head-list-v2 .box .block1 ul li {
  float: none !important;
  width: 100% !important;
}

.head-list-v2 .box .block1 ul li a {
  display: block;
  color: #666;
  line-height: 1.375;
  margin: 15px 0;
  position: relative;
  font-size: 16px;
}

.head-list-v2 .box .block1 ul li a:hover {
  text-decoration: underline;
  color: #333;
}

.head-list-v2 .box .block1 ul li a .newBox {
  display: inline-block;
}

.head-list-v2 .box .block1 ul li a .newBox .activityNew {
  display: inline-block;
  float: none;
  background-image: url(/Assets/enp/v2/img/header/activityNew.png);
  width: 29px;
  height: 12px;
  position: absolute;
  top: -11px;
  left: 0;
}

.head-list-v2 .box .block2 {
  margin-top: 25px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.head-list-v2 .box .block2 .title-h6 {
  display: block;
}

.head-list-v2 .box .block2 .title-h6 a {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 1.375;
  cursor: context-menu;
}

.head-list-v2 .box .block2 ul {
  position: static;
  display: block;
  padding-left: 0 !important;
  padding: 10px 0;
}
.LANG-sa .head-list-v2 .box .block2 ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.head-list-v2 .box .block2 ul li {
  float: none !important;
  width: 100% !important;
}

.head-list-v2 .box .block2 ul li a {
  font-size: 14px;
  color: #666;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin: 6px 0;
}
.LANG-sa .head-list-v2 .box .block2 ul li a {
  padding-left: 0;
  padding-right: 25px;
}

.head-list-v2 .box .block2 ul li a:hover {
  text-decoration: underline;
  color: #333;
}

.head-list-v2 .box .block2 ul li a .iconfont {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #c7000b;
}
.LANG-sa .head-list-v2 .box .block2 ul li a .iconfont {
  left: auto;
  right: 0;

}

.LANG-cn .head-list-v2 .box .block2 ul li a .iconfont {
  top: 2px;
}

.head-list-v2 .box .block3 {}

.head-list-v2 .box .block3 .pic {
  display: block;
  position: relative;
}

.head-list-v2 .box .block3 .pic:after {
  padding-top: 45%;
}

.head-list-v2 .box .block3 .pic img {
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1);
}

.head-list-v2 .box .block3 .pic:hover img {
  transform: scale(1.1);
}

.head-list-v2 .box .block3 .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 20px;
}

/* ==E 2019/01/10 270868*/
.LANG-jp .headerNew .pc-nav-box #puppetBtn {
  width: 100px;
}


/* plate3Title 保持统一 20190329 */
.headerNew #plate3 .title-h4 {
  margin: 0;
  padding: 0;
  background: transparent;
  border-top: none;
}

.headerNew #plate3 .title-h4 .title {
  font-size: 30px;
  color: #333;
}

.headerNew #plate3 .title-h4 .span {
  padding-left: 10px;
}
.LANG-sa .headerNew #plate3 .title-h4 .span {
  padding-left: 0;
  padding-right: 10px;
}

.headerNew #plate3 .title-h4 .iconfont,
.headerNew #plate3 .title-h4 .span {
  font-size: 14px;
  color: #c7000b;
}

.headerNew #plate3 .title-h4 a:hover .span {
  text-decoration: underline;
  text-decoration-color: #c7000b;
}

.headerNew #plate3 .title-h4 .iconfont {
  float: none;
  font-size: 14px;
}

/* ==E 20190329 569687 */