@font-face {
    font-family: iconfont;
    src: url(../fonts/iconfont.eot) format("embedded-opentype"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf)
    format("truetype"), url(../fonts/iconfont.svg) format("svg")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bannerImg {
    background-color: #ccc;

    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50px
}

.bannerImg, .bannerImg:after {
    position: relative;
    overflow: hidden
}

.bannerImg:after {
    display: block;
    width: 100%;
    content: ""
}

.bannerImg img {
    position: absolute;
    display: block;
    width: 100%
}

.bannerImg {
    width: 100%
}

.lazyload-v2, .lazyload-v2:after {
    position: relative;
    overflow: hidden
}

.lazyload-v2:after {
    display: block;
    width: 100%;
    content: ""
}

.lazyload-v2 img {
    position: absolute;
    display: block;
    width: 100%
}

.display-b {
    display: block
}

#nav-wrap {
    line-height: normal !important;
    border: none
}

.browsehappy {
    text-align: center
}

.browsehappy p {
    line-height: 1.428;
    display: inline-block;
    max-width: none;
    padding: 2px 80px 2px 0
}

@media (max-width: 1024px) {
    .browsehappy {
        display: none !important
    }

    .browsehappy p {
        padding-right: 30px;
        padding-left: 10px
    }

    .zl-pc-header {
        position: static
    }
}

@media (max-width: 1600px) {
    .cistern {
        max-width: 1230px;
        padding-right: 15px;
        padding-left: 15px
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 768px) {
    .col-3 {
        width: 100%
    }
}

.replaceimg {
    display: block;
    width: 100%
}

.nav-section, .nav-section .nav {
    width: 100%;
    height: 50px
}

.nav-section .nav {
    line-height: 50px;
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    border-bottom: 1px solid #e4e4e4;
    background: #fff
}

.nav-section .nav-fixed {
    position: fixed
}

.nav-section .nav .logo {
    line-height: 0;
    display: inline-block;
    float: left;
    height: 50px;
    margin-left: 20px;
    padding-top: 8px
}

.nav-section .nav-block {
    line-height: 0;
    display: inline-block;
    float: left;
    margin-left: 62px
}

.nav-section .nav-block .nav-list {
    line-height: 0;
    position: relative;
    display: inline-block
}

.nav-section .nav-block .nav-list a {
    font-size: 14px;
    color: #666
}

.nav-section .nav-block .nav-list .nav-first-section {
    line-height: 49px;
    display: inline-block;
    padding: 0 20px
}

.nav-section .nav-quick {
    line-height: 0;
    position: relative;
    display: inline-block;
    float: right;
    border-left: 1px solid #e4e4e4
}

.nav-section .nav-quick .nav-first-section {
    font-size: 14px;
    line-height: 49px;
    display: inline-block;
    padding: 0 15px;
    color: #a3a3a3
}

.nav-section .nav-quick:hover .nav-subset-module {
    display: block;
    -webkit-animation: a .4s;
    animation: a .4s
}

.nav-section .login {
    font-size: 14px;
    position: relative;
    z-index: 1000;
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    text-align: center;
    color: #a3a3a3;
    border-left: 1px solid #e4e4e4
}

.nav-section .login i {
    font-size: 20px
}

.nav-section .login:hover {
    color: #333
}

.nav-section .logined i {
    color: #d20a2c
}

.nav-section .login .login-info {
    position: absolute;
    top: 100%;
    right: -50px;
    display: none;
    overflow: hidden;
    margin-left: -50px;
    padding: 25px 60px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

@media \0screen\, screen\9 {
    .nav-section .login .login-info {
        border: 1px solid #e9e9e9;
        border-top: none
    }
}

.nav-section .login .login-info dd {
    line-height: 0;
    padding: 6px 0
}

.nav-section .login .login-info a {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #6e6e6e
}

.nav-section .login .login-info a:hover {
    text-decoration: underline
}

.nav-section .login .login-info a em {
    font-size: 11px;
    font-style: normal;
    line-height: 11px;
    position: absolute;
    padding: 1px 3px;
    color: #fff;
    border-radius: 7px;
    background: red
}

.nav-section .login:hover .login-info {
    display: block
}

.nav-section .planet {
    float: right;
    width: 50px;
    height: 50px;
    border-left: 1px solid #e4e4e4
}

.nav-section .planet a {
    display: block;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    color: #a3a3a3
}

.nav-section .planet a:hover {
    color: #333
}

.nav-section .planet i {
    font-size: 20px
}

.nav-section .search {
    position: relative;
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    text-align: center;
    color: #a3a3a3;
    border-left: 1px solid #e4e4e4
}

.nav-section .search i {
    font-size: 20px
}

.nav-section .search:hover i {
    color: #333
}

.nav-section .search .search-box {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 50px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.nav-section .search .search-box.on {
    width: 429px
}

.nav-section .search .search-box span {
    line-height: 0;
    display: inline-block;
    float: left;
    padding: 0 15px
}

.nav-section .search .search-box span i {
    line-height: 50px;
    height: 50px
}

.nav-section .search .search-box .search-text {
    font: 14px Arial;
    line-height: 20px;
    float: left;
    width: 325px;
    height: 20px;
    margin-top: 15px;
    color: #666;
    border: none;
    outline: none;
    -webkit-appearance: none
}

.nav-section .search .search-box .search-text::-ms-clear, .nav-section .search .search-box .search-text::-ms-reveal {
    display: none
}

.nav-section .mobile-nav {
    display: none
}

@media \0screen\, screen\9 {
    .nav-section .search .search-box {
        border: 1px solid #e4e4e4
    }
}

@media (max-width: 1400px) {
    .nav-section .nav-block {
        margin-left: 30px
    }

    .nav-section .nav-block .nav-list .nav-first-section {
        padding: 0 15px
    }
}

@media (max-width: 1260px) {
    .nav-block .nav-list {
        margin: 0
    }

    .nav-section .nav-block, .nav-section .nav .logo {
        margin-left: 10px
    }

    .nav-block .nav-list a {
        font-size: 12px
    }

    .nav-section .nav-block .nav-list .nav-first-section, .nav-section .nav-quick .nav-first-section {
        font-size: 12px;
        padding: 0 8px
    }

    .nav-section .login, .nav-section .planet, .nav-section .search {
        width: 40px
    }

    .logined-tip {
        right: 75px
    }
}

@media (max-width: 1000px) {
    .nav-section .nav {
        display: none
    }

    .nav-section .mobile-nav {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #e4e4e4;
        background: #fff
    }

    .nav-section .hamburger-nav a {
        display: block;
        float: right;
        padding: 0 0 0 10px
    }

    .nav-section .hamburger-nav a i {
        font-size: 26px;
        line-height: 50px;
        opacity: .6;
        color: #333
    }

    .nav-section .mobile-logo {
        float: left
    }

    .nav-section .mobile-logo a {
        display: inline-block;
        margin-top: 8px
    }

    .nav-section .mobile-search a {
        display: inline-block;
        float: right;
        padding: 0 10px;
        color: #333
    }

    .nav-section .mobile-search a i {
        font-size: 26px;
        line-height: 50px;
        opacity: .6
    }

    .nav-section .mobile-search-box {
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        height: 50px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
    }

    .nav-section .mobile-search-box a {
        display: inline-block;
        float: left
    }

    .nav-section .mobile-search-box span {
        display: inline-block;
        float: right;
        padding: 0 12px
    }

    .nav-section .mobile-search-box span i {
        font-size: 26px;
        line-height: 50px;
        color: #333
    }

    .nav-section .mobile-search-box .mobile-search-text {
        line-height: 20px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        margin-top: 15px;
        padding: 0 50px;
        border: none;
        outline: none;
        background: transparent;
        -webkit-appearance: none
    }

    .nav-section .mobile-shoppingCart .mobile-shoppingCart-a {
        display: inline-block;
        float: right;
        padding: 0 10px;
        color: #333
    }

    .nav-section .mobile-shoppingCart .mobile-shoppingCart-a i {
        font-size: 26px;
        line-height: 50px;
        opacity: .6
    }
}

.nav-list:hover .nav-first-section {
    border-bottom: 1px solid red
}

.nav-block .nav-list-null:hover .nav-first-section {
    border-bottom: none
}

.nav-block .nav-list:hover .nav-first-section {
    color: #333
}

.nav-block .nav-list:hover .nav-subset-module {
    display: block;
    -webkit-animation: a .4s;
    animation: a .4s
}

.full-height {
    height: 100%
}

.nav-tabel {
    display: table;
    width: 100%
}

.nav-tabel-cell, .nav-tabel-cell2 {
    display: table-cell;
    vertical-align: top
}

.border-r {
    border-right: 1px solid #ededed
}

.bg-color-4c {
    background-color: #f7f7f7
}

.nav-subset-module {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

@media \0screen\, screen\9 {
    .nav-subset-module {
        border: 1px solid #e9e9e9;
        border-top: none
    }
}

.nav-subset-module1 {
    width: 936px
}

.nav-subset-module1 .nav-tabel-cell {
    width: 33.3333%
}

.nav-subset-module1 .nav-tabel-cell2 {
    width: 66.6667%
}

.nav-subset-module2 {
    width: 696px
}

.nav-subset-module2 .nav-tabel-cell {
    width: 50%
}

.nav-subset-module3 {
    width: 970px
}

.nav-subset-box {
    padding: 25px 60px 45px
}

.nav-subset-box dl dt, .nav-subset-box dl dt a {
    font-size: 16px !important;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #333 !important
}

.nav-subset-box dl dd {
    line-height: 0;
    padding: 3px 0
}

.nav-subset-box dl dd a {
    font-size: 14px;
    line-height: 1.2;
    text-transform: none !important;
    color: #6e6e6e
}

.nav-subset-box dl dd a:hover {
    text-decoration: underline
}

.subset-industry-T {
    padding: 30px 0 20px;
    text-align: center
}

.subset-industry-T h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333
}

.subset-industry-T h3 a {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.25;
    color: #333 !important
}

.subset-industry-I dl {
    padding-left: 1px
}

.subset-industry-I dl dd {
    float: left;
    width: 16.66666666666667%;
    padding: 1px 1px 0 0;
    text-align: center
}

.subset-industry-I dl.s-i-seven dd {
    width: 14.285%
}

.subset-industry-I dl dd .limit-high {
    height: 36px;
    background: url(/Assets/enp/v2/img/solutions-ico.png) 50% no-repeat
}

.subset-industry-I dl dd .limit-high1 {
    background-position: center 6px
}

.subset-industry-I dl dd .limit-high2 {
    background-position: center -30px
}

.subset-industry-I dl dd .limit-high3 {
    background-position: center -64px
}

.subset-industry-I dl dd .limit-high4 {
    background-position: center -102px
}

.subset-industry-I dl dd .limit-high5 {
    background-position: center -138px
}

.subset-industry-I dl dd .limit-high6 {
    background-position: center -173px
}

.subset-industry-I dl dd .limit-high7 {
    background-position: center -211px
}

.subset-industry-I dl dd .limit-high8 {
    background-position: center -247px
}

.subset-industry-I dl dd .limit-high9 {
    background-position: center -283px
}

.subset-industry-I dl dd .limit-high10 {
    background-position: center -317px
}

.subset-industry-I dl dd .limit-high11 {
    background-position: center -354px
}

.subset-industry-I dl dd .limit-high12 {
    background-position: center -390px
}

.subset-industry-I dl dd .limit-high13 {
    background-position: center -426px
}

.subset-industry-I dl dd a {
    line-height: 0;
    display: block;
    padding: 30px 5px 20px;
    background-color: #f7f7f7
}

.subset-industry-I dl dd a .limit-high {
    opacity: .8
}

.subset-industry-I dl dd a span {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-top: 15px;
    text-transform: none !important;
    opacity: .6;
    color: #333
}

.subset-industry-I dl dd a:hover .limit-high, .subset-industry-I dl dd a:hover span {
    opacity: 1
}

.subset-industry-C dl dd {
    line-height: 0;
    float: left;
    width: 50%;
    padding: 38px 100px 38px 70px
}

.subset-industry-C dl dd h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #333
}

.subset-industry-C dl dd p {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 20px;
    color: #737373
}

.subset-industry-C dl dd a {
    line-height: 1.2 !important;
    color: #6e6e6e !important
}

.subset-industry-C dl dd a:hover {
    text-decoration: underline
}

.nav-search-bit {
    width: 100%;
    padding: 25px 45px 0 60px
}

.nav-search-bit h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 20px;
    color: #333
}

.nav-search-bit .nav-search-p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px
}

.nav-search-bit .nav-search-a {
    font-size: 12px;
    line-height: 1.2;
    float: left;
    width: 92%;
    margin-top: 5px;
    text-align: right
}

.nav-search-bit .nav-search-a a:hover {
    text-decoration: underline
}

.nav-search-bit .nav-searchbit-box {
    position: relative;
    width: 92%;
    height: 42px;
    border: 1px solid #e4e4e4
}

.nav-search-bit .nav-searchbit-box a {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    float: right;
    padding: 0 12px
}

.nav-search-bit .nav-searchbit-box em, .nav-search-bit .nav-searchbit-box i {
    font-size: 20px;
    line-height: 42px;
    color: #a3a3a3
}

.nav-search-bit .nav-searchbit-box .nav-searchbit-text {
    font-size: 13px;
    line-height: 20px;
    float: left;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    padding-left: 10px;
    color: #666;
    border: none;
    outline: none;
    -webkit-appearance: none
}

.nav-search-bit .nav-searchbit-box .nav-searchbit-text::-ms-clear, .nav-search-bit .nav-searchbit-box .nav-searchbit-text::-ms-reveal {
    display: none
}

.nav-search-bit .nav-searchbit-list {
    padding-top: 20px;
    padding-bottom: 20px
}

.nav-search-bit .nav-searchbit-list dl {
    float: left;
    width: 50%
}

.nav-search-bit .nav-searchbit-list dd {
    line-height: 0;
    padding: 2px 0
}

.nav-search-bit .nav-searchbit-list dd a {
    font-size: 14px;
    line-height: 1.3;
    color: #a3a3a3
}

.nav-search-bit .nav-searchbit-list dd a:hover {
    text-decoration: underline
}

.nav-search-bit .nav-searchbit-single {
    line-height: normal;
    width: 92%;
    padding: 15px 0 35px;
    border-top: 1px solid #e4e4e4
}

.LANG-en .nav-search-bit .nav-searchbit-single a {
    font-family: LT_regular, Arial
}

.nav-search-bit .nav-searchbit-single a {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.2;
    float: left;
    margin-right: 30px;
    color: #333 !important
}

.nav-search-bit .nav-searchbit-single a:hover {
    text-decoration: underline
}

#productSupportDivNew .ui-autocomplete {
    position: absolute;
    top: 42px !important;
    left: 0 !important;
    overflow: auto;
    width: 402px;
    width: 412px \9;
    height: 200px;
    min-height: 1px
}

#productSupportDivNew .ui-autocomplete li {
    line-height: 26px;
    position: static;
    overflow: hidden;
    width: 100%;
    padding-left: 10px;
    cursor: text;
    white-space: nowrap
}

#productSupportDivNew .ui-widget-content {
    border: 1px solid #aaa;
    background: #f7f7f7
}

#productSupportDivNew .ui-menu-item:hover {
    background-color: #eee
}

#productSupportDivNew .ui-menu-item a {
    line-height: 26px;
    position: static;
    display: block;
    float: none;
    padding: 0
}

#productSupportDivNew .ui-menu-item a:hover {
    display: block;
    cursor: pointer;
    text-decoration: none
}

#productSupportDivNew .ui-widget-content a {
    color: #212121
}

#productSupportDivNew .ui-state-focus {
    font-weight: 400;
    padding: 0;
    border: none;
    background: none
}

#productSupportDivNew .ui-menu .ui-state-focus {
    margin: 0
}

#productSupportDivNew .ui-menu .ui-menu-item {
    line-height: 26px;
    padding: 0;
    padding-left: 10px
}

@media (max-width: 1600px) {
    .nav-subset-box {
        padding: 20px 40px 35px
    }
}

.wap-menu, .wap-nav, .wap-navhead, .wap-navmain, .wap-navmain ul {
    width: 100%
}

.wap-menu {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    display: none
}

.wap-nav {
    overflow: hidden;
    background-color: #fff
}

@media (max-width: 768px) {
    .wap-nav {
        overflow-y: auto
    }
}

.wap-navhead {
    position: relative;
    height: 50px;
    padding: 0 50px;
    border-bottom: 1px solid #d3d3d3
}

.wap-navhead .wap-menuprev {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    display: none;
    padding: 0 10px
}

.wap-navhead .wap-menuprev em, .wap-navhead .wap-menuprev i {
    font-size: 30px;
    line-height: 50px;
    color: #858585
}

.wap-navhead .wap-menuclose {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 10px
}

.wap-navhead .wap-menuclose em, .wap-navhead .wap-menuclose i {
    font-size: 30px;
    line-height: 50px;
    color: #858585
}

.wap-navhead .wap-menutitle {
    font-size: 16px;
    line-height: 50px;
    display: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a3a3a3
}

.wap-navmain {
    position: relative
}

.wap-navmain ul {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.wap-navmain li {
    border-bottom: 1px solid #d3d3d3
}

.wap-navmain li .wap_firstcolumn {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 15px;
    color: #666
}

.wap-navmain li .wap_firstcolumn span {
    display: block;
    overflow: hidden;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wap-navmain li .wap_firstcolumn em, .wap-navmain li .wap_firstcolumn i {
    position: absolute;
    top: 15px;
    right: 20px
}

.wap-navbox {
    font-size: 16px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-left: 100%;
    background-color: #fff
}

.wap-navbox, .wap-navbox dl {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.wap-navbox dl {
    padding-bottom: 150px
}

.wap-navbox dt {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 10px;
    padding: 20px 20px 10px;
    color: #333;
    border-top: 1px solid #d3d3d3
}

.wap-navbox dl dt:first-child {
    margin-top: 0;
    border-top: none
}

.wap-navbox dd a {
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #666
}

.wap-navbox dd a span {
    display: block;
    overflow: hidden;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.wap-navbox dd a i {
    position: absolute;
    top: 10px;
    right: 20px
}

.wap-navbottom a {
    width: 100%
}

.wap-navbottom a span {
    text-transform: uppercase
}

.position-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.wap-rollout {
    margin-left: 0
}

.wap-putaway {
    margin-left: -30%
}

.wap-show {
    display: block !important
}

.wap-hide {
    display: none
}

.wap-overflow-hide {
    overflow-y: hidden !important
}

.wap-menu::-webkit-scrollbar {
    width: 3px
}

.wap-menu::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #f5f5f5
}

.wap-menu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .7)
}

.wap-menu::-webkit-scrollbar-button {
    display: none;
    background-color: #fff
}

.wap-menu::-webkit-scrollbar-corner {
    background-color: #000
}

.map-reveal-module {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.map-reveal-module-bg {
    background: url(/Assets/enp/v2/img/select-map-bg.jpg) #2a2a2a top no-repeat;
    background-size: cover
}

.map-reveal-module .map-reveal-clock {
    position: absolute;
    top: 50px;
    right: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none
}

.map-reveal-module .map-reveal-clock i {
    font-size: 40px;
    line-height: 1;
    color: #696969
}

.map-reveal-module .map-reveal-clock:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.map-reveal-setion {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 90px
}

.map-reveal-setion .map-reveal-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 35px;
    text-align: center;
    color: #fff
}

.map-reveal-setion .map-reveal-title-a {
    font-size: 22px;
    padding: 0 0 30px 20px;
    text-align: left
}

.map-reveal-setion .map-reveal-title-a a {
    color: #fff
}

.map-reveal-box {
    width: 100%
}

.map-reveal-box .map-reveal-cell {
    float: left;
    width: 25%;
    padding: 0 20px
}

.map-reveal-box .map-reveal-cell dl {
    margin-bottom: 20px;
    border-top: 1px solid #fff
}

.map-reveal-box .map-reveal-cell dt {
    font-size: 16px;
    line-height: 1.3;
    padding: 20px 0 10px;
    color: #fff
}

.map-reveal-box .map-reveal-cell dd {
    line-height: 0
}

.map-reveal-box .map-reveal-cell dd a {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    padding: 3px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #acacac
}

.map-reveal-box .map-reveal-cell dd a:hover {
    color: #fff
}

@media (max-width: 768px) {
    .map-reveal-module {
        background-image: none
    }

    .map-reveal-setion {
        padding-top: 35px
    }

    .map-reveal-box .map-reveal-cell {
        width: 100%
    }

    .map-reveal-module .map-reveal-clock {
        position: fixed;
        top: 15px;
        right: 15px
    }
}

.foot-module {
    position: relative;
    background-color: #161616
}

.foot-module .cistern {
    padding-top: 0;
    padding-bottom: 0
}

.foot-reveal-box1 {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #2c2c2c
}

.foot-reveal-box1 .foot-nav-cell {
    float: left;
    width: 20%;
    padding-right: 15px
}

.foot-reveal-box1 .foot-nav-cell .iconfont {
    display: none
}

.foot-nav-cell dt {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 20px;
    color: #909090
}

.foot-nav-cell dd {
    line-height: 0;
    padding: 4px 0
}

.LANG-cn .foot-nav-cell dd a {
    line-height: 20px
}

.foot-nav-cell dd a {
    font-size: 14px;
    line-height: 16px;
    color: #a3a3a3 !important
}

.foot-nav-cell dd a:hover {
    text-decoration: underline
}

.foot-reveal-box2 {
    padding: 36px 0 26px
}

.foot-share-box {
    float: left
}

.foot-share-box .foot-code {
    line-height: 0;
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    padding: 9px;
    border: 1px solid #494949
}

.foot-share-box .foot-code label {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2;
    position: absolute;
    bottom: -9px;
    left: 35px;
    display: inline-block;
    padding: 0 5px;
    color: #a9a9a9;
    background-color: #212121
}

.LANG-cn .foot-share-box ul {
    width: 170px
}

.foot-share-box ul {
    float: left;
    width: 180px
}

.foot-share-box ul li {
    float: left;
    width: 40px;
    margin: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #494949
}

.foot-share-box ul li a {
    line-height: 0;
    display: block
}

.foot-share-box ul li:hover {
    border: 1px solid #7b7b7b
}

.foot-share-box ul li:hover .iconfont {
    color: #7b7b7b
}

.foot-share-box ul li a em, .foot-share-box ul li a i {
    font-size: 32px;
    line-height: 34px;
    display: block;
    padding-top: 4px;
    color: #646464
}

.foot-share-box ul li a .iconfont.icon-h {
    font-size: 16px
}

.foot-share-box ul li a .iconfont.icon-vk {
    font-size: 22px
}

.foot-statement {
    float: right;
    text-align: right
}

.foot-checkCountry {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    float: right;
    padding: 24px 10px 15px !important;
    border: none
}

.foot-checkCountry:hover i {
    color: #d20a2c
}

.foot-checkCountry span {
    -webkit-transition: .4s;
    transition: .4s
}

.foot-checkCountry:hover span {
    color: #fff
}

.foot-checkCountry i, .foot-checkCountry span {
    display: inline-block;
    vertical-align: middle
}

.foot-checkCountry i {
    font-size: 19px;
    line-height: 1;
    margin-right: 0;
    color: #a8a8a8
}

.foot-info {
    padding: 10px 0
}

.foot-info li {
    display: inline-block;
    vertical-align: middle
}

.foot-info li:after {
    margin: 0 10px;
    content: "|"
}

.foot-info li:last-child:after {
    display: none
}

.foot-info a, .foot-info li:after {
    font-size: 14px;
    line-height: 1.4;
    color: #a3a3a3 !important
}

.foot-info a:hover {
    text-decoration: underline
}

.foot-bottomText {
    font-size: 14px;
    line-height: 1.2;
    color: #7d7d7d
}

.foot-bottomText a {
    color: #a3a3a3 !important
}

@media (max-width: 1600px) {
    .foot-reveal-box1 {
        padding: 40px 0
    }

    .foot-nav-cell dd {
        padding: 2px 0
    }

    .foot-reveal-box2 {
        padding: 25px 0 20px
    }

    .foot-info {
        padding: 0
    }
}

@media (max-width: 1024px) {
    .foot-checkCountry {
        display: none
    }
}

@media (max-width: 768px) {
    .foot-reveal-box2 {
        padding: 33px 0 20px
    }

    .foot-share-box {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid #2c2c2c
    }

    .foot-share-box .foot-code {
        float: none;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        padding: 9px
    }

    .foot-share-box ul {
        width: 100%;
        margin-top: 15px
    }

    .foot-share-box ul li {
        display: inline-block;
        float: none;
        width: auto;
        margin: 0 5px;
        border-radius: 18px
    }

    .foot-share-box ul li a {
        padding: 3px
    }

    .foot-statement {
        width: 100%;
        padding-top: 20px;
        text-align: left
    }

    .foot-info {
        padding: 5px 0
    }

    .foot-share-box .foot-code {
        margin-top: 6px;
        margin-right: 6px;
        padding: 6px
    }

    .foot-share-box .foot-code label {
        font-size: 12px !important;
        bottom: -9px;
        left: 20px
    }

    .foot-share-box .foot-code img {
        width: 57px;
        height: 57px
    }

    .foot-share-box ul li a em, .foot-share-box ul li a i {
        font-size: 24px;
        line-height: 19px
    }

    .foot-bottomText, .foot-info a, .foot-info li:after {
        font-size: 12px
    }
}

@media (max-width: 640px) {
    .foot-reveal-box1 .foot-nav-cell {
        position: relative;
        float: none;
        width: 100%;
        padding: 12px 0;
        padding-right: 0;
        border-top: 1px solid #2c2c2c
    }

    .foot-reveal-box1 .foot-nav-cell .iconfont {
        font-size: 12px;
        line-height: 13px;
        position: absolute;
        top: 14px;
        right: 10px;
        display: block;
        color: #a3a3a3
    }

    .foot-nav-cell dd {
        display: none;
        padding: 4px 15px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .foot-nav-cell dd.current {
        display: block
    }

    .foot-nav-cell dt {
        font-size: 14px;
        padding-bottom: 0;
        color: #e9e9e9
    }

    .foot-nav-cell dd:nth-child(2) {
        margin-top: 10px
    }

    .foot-nav-cell dd:last-child {
        margin-bottom: 14px
    }

    .foot-reveal-box1 {
        padding: 40px 0 0;
        border-bottom: 1px solid #2c2c2c
    }

    .foot-nav-cell dd a {
        font-size: 14px;
        line-height: 16px
    }

    .foot-info {
        font-size: 0;
        line-height: 12px
    }

    .foot-statement {
        padding-top: 10px
    }

    .foot-checkCountry {
        margin-bottom: 10px;
        padding: 0;
        border: none
    }

    .foot-share-box ul li a .iconfont.icon-h {
        font-size: 12px;
        width: 24px;
        padding: 2px 0;
        padding-top: 0
    }

    .foot-checkCountry:hover {
        border: none
    }

    .foot-checkCountry:hover span {
        border-bottom: 1px solid #fff
    }
}

.more.shop-more {
    float: none;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #e6e6e6
}

.shop-more a {
    font-size: 14px
}

.shopping_column {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -100%;
    width: 318px;
    height: 100%;
    padding: 20px;
    border-left: 1px solid #d7d7d7;
    background: #fff
}

.shopping_column h4 {
    font-size: 16px;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #d7d7d7
}

.shopping_column h4 a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/Assets/EBG/img/shop_close_btn.png) no-repeat 50%
}

.shopping_column h4 a:hover {
    background: url(/Assets/EBG/img/shop_close_btn_h.png) no-repeat 50%
}

.shopping_column ul {
    overflow: auto
}

.shopping_column li {
    padding: 10px 0;
    border-bottom: 1px dashed #d7d7d7
}

.shopping_column li .img_con {
    float: left;
    width: 70px;
    margin: 0 10px;
    text-align: center
}

.shopping_column li .checkbox_c {
    float: left;
    width: 15px;
    margin-top: 20px
}

.shopping_column li img {
    width: 100%
}

.shopping_column li .product_name {
    font-size: 12px;
    line-height: 16px;
    float: left;
    margin-right: 10px
}

.shopping_column li .product_name span {
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
    color: #333
}

.shopping_column li .product_name a {
    line-height: 16px;
    color: #999
}

.shopping_column li .product_name a:hover {
    color: #0166fe
}

.amount_btn {
    float: right;
    width: 68px;
    margin-top: -5px
}

.amount_btn a {
    float: left;
    width: 14px;
    height: 14px
}

.open .reduce_btn {
    background: url(/Assets/enp/v2/img/amount_btn.png) no-repeat 0 0
}

.open .increase_btn {
    background: url(/Assets/enp/v2/img/amount_btn.png) no-repeat 0 -16px
}

.amount_btn input {
    font-size: 12px;
    line-height: 12px;
    float: left;
    width: 40px;
    height: 16px;
    margin-top: -2px;
    text-align: center;
    color: #666;
    border: none
}

.open .amount_btn .reduce_btn.disable {
    background: url(/Assets/enp/v2/img/amount_btn.png) no-repeat 0 -32px
}

.open .amount_btn .increase_btn.disable {
    background: url(/Assets/enp/v2/img/amount_btn.png) no-repeat 0 -48px
}

.count_info {
    font-size: 12px;
    position: relative;
    margin: 20px
}

.count_info label {
    font-size: 14px;
    float: left;
    width: 60px;
    color: #666
}

.count_info label input {
    width: 15px;
    margin-right: 10px
}

.count_info label span.text {
    display: inline-block;
    margin-top: -3px
}

.count_info label input:checked + span {
    background: #fff url(/Assets/enp/v2/img/cart_column-check-icon1.png) no-repeat -53px -6px
}

.count_info label span.check {
    position: absolute;
    top: 0;
    left: 0;
    display: none \9;
    width: 20px;
    height: 20px;
    background: #fff url(/Assets/enp/v2/img/cart_column-check-icon1.png) no-repeat 2px -7px
}

.count_info p {
    font-size: 14px;
    float: right;
    width: 70%;
    margin: 0;
    text-align: right;
    color: #666
}

.shop_function_btn {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.shop_function_btn a {
    margin: 0 10px
}

div.more {
    line-height: 1.1;
    float: right;
    clear: both;
    margin-top: 12px;
    padding-left: 0 !important
}

.more-resources .more a, .more a {
    display: inline-block;
    padding-left: 20px;
    color: #999
}

.more-resources label {
    display: inline-block;
    margin-bottom: 12px;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    vertical-align: top
}

.more a:hover {
    text-decoration: underline;
    color: #333
}

.more a em, .more a i {
    font-family: iconfont !important;
    font-size: 24px;
    font-style: normal;
    display: inline-block;
    width: 36px;
    height: 23px;
    margin-left: -12px;
    color: #d20a2c;
    -webkit-font-smoothing: antialiased
}

.more a em:before, .more a i:before {
    position: relative;
    top: 3px;
    content: "\e600"
}

.cloud_computing div.more {
    float: none
}

.global_toolbar.default {
    position: absolute
}

.global_toolbar.default .toolbar_content, .global_toolbar.opacity .toolbar_content {
    display: none
}

.global_toolbar.opacity .toolbar_btn a em, .global_toolbar.opacity .toolbar_btn a samp {
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.global_toolbar.opacity .toolbar_btn a:hover em {
    background: #d20a2c
}

.global_toolbar {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    border-left: 1px solid #d0d0d0;
    background: #fff
}

.global_toolbar.open {
    width: 320px
}

@media (max-width: 1200px) {
    .global_toolbar.default {
        position: fixed
    }
}

.wap_cartbtn {
    display: none
}

.toolbar_btn {
    position: absolute;
    top: 100%;
    left: -60px;
    width: 60px
}

.toolbar_btn a {
    cursor: pointer
}

.toolbar_btn a, .toolbar_btn a samp {
    position: relative;
    display: block;
    height: 60px;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    border-bottom: 1px solid #37393d
}

.toolbar_btn a samp {
    z-index: 2;
    width: 60px;
    color: #fff;
    background-color: #000
}

.toolbar_btn a samp .iconfont {
    font-size: 24px;
    position: absolute;
    top: 16px;
    left: 18px;
    color: #fff
}

.toolbar_btn a samp .iconfont.icon-LiveChat1:before {
    content: "\e79d"
}

.toolbar_btn a em {
    font-size: 16px;
    font-style: normal;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 60px;
    display: block;
    overflow: hidden;
    width: 0;
    height: 60px;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    text-align: center;
    color: #fff;
    background-color: #000
}

.LANG-cn .toolbar_btn a font {
    width: 160px
}

.toolbar_btn a font {
    display: block;
    width: 180px;
    padding: 0 30px;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all
}

.toolbar_btn a.current samp, .toolbar_btn a:hover samp {
    border-bottom: 1px solid #d20a2c;
    background-color: #d20a2c
}

.toolbar_btn.default a:hover samp {
    background-color: #d20a2c
}

.LANG-cn .toolbar_btn a:hover em {
    width: 160px
}

.toolbar_btn a:hover em {
    width: 180px;
    background: #d20a2c
}

.bar_compare i {
    background: url(/Assets/enp/v2/img/bar_compare_btn.png) no-repeat 50%
}

.toolbar_btn a span {
    font-size: 10px;
    line-height: 11px;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: none;
    overflow: hidden;
    min-width: 11px;
    height: 14px;
    padding: 1px 2px;
    text-align: center;
    color: #fff;
    border: 1px solid #d20a2c;
    border-radius: 10px;
    background: #d20a2c
}

.toolbar_btn a.current span, .toolbar_btn a:hover span {
    color: #d20a2c;
    background: #fff
}

.LANG-cn .toolbar_btn.default em {
    width: 160px
}

.toolbar_btn.default em {
    width: 180px
}

.toolbar_btn.default a samp, .toolbar_btn.default em {
    border-bottom: 1px solid #37393d;
    background: #000
}

.toolbar_content {
    z-index: 3;
    width: 100%
}

.css_column, .toolbar_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.css_column {
    z-index: 1000;
    overflow: hidden;
    width: 320px;
    min-width: 280px;
    background: #fafafa
}

.css_column h4 {
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 15px 20px;
    color: #666;
    border-bottom: 1px solid #e6e6e6;
    background: #fff
}

.css_column h4 a {
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    color: #bfbfbf
}

.css_column h4 a:hover {
    color: #d20a2c
}

.cart_column ul {
    overflow: auto;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6
}

#resultData {
    overflow: auto
}

.cart_column li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6
}

.cart_column li:last-child {
    border: none
}

.cart_column li .img_con {
    float: left;
    width: 70px;
    margin: 0 10px;
    text-align: center
}

.cart_column li .checkbox_c {
    float: left;
    width: 15px;
    margin-top: 20px
}

.cart_column li .checkbox_c:checked + span {
    background: #fff url(/Assets/enp/v2/img/cart_column-check-icon1.png) no-repeat -53px -6px
}

.cart_column li .check {
    position: absolute;
    top: 36px;
    left: 0;
    display: none \9;
    width: 20px;
    height: 20px;
    background: #fff url(/Assets/enp/v2/img/cart_column-check-icon1.png) no-repeat 2px -7px
}

.cart_column li img {
    width: 100%
}

.cart_column li .product_name {
    font-size: 12px;
    line-height: 16px;
    float: left;
    width: 100px;
    margin-right: 10px
}

.cart_column li .product_name span {
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
    padding-top: 8px;
    cursor: pointer;
    color: #666
}

.cart_column li .product_name a {
    font-size: 14px;
    line-height: 16px;
    color: #999
}

.cart_column li .product_name a:hover {
    color: #0166fe
}

.compare_column ul {
    margin-bottom: 20px
}

.compare_column li .img_con {
    margin: 0 10px 0 0
}

.compare_column li.null {
    min-height: 73px;
    padding: 20px 0;
    background: url(/Assets/enp/v2/img/compare_plusicon2.png) no-repeat 50%
}

.contact_column ul {
    margin-top: 30px
}

.contact_column li {
    margin-bottom: 20px
}

.contact_column li a {
    display: block;
    min-height: 50px;
    text-decoration: none
}

.contact_column li a:hover img {
    opacity: .8
}

.contact_column li h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 8px;
    color: #333
}

.contact_column li p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    color: #666
}

.contact_column li a:hover h3, .contact_column li a:hover p {
    color: #0166fe
}

.contact_tel {
    padding: 14px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7
}

.contact_tel span {
    font-size: 24px;
    line-height: 50px;
    display: block;
    min-height: 50px;
    color: #787878
}

.else_contact {
    margin: 10px 0 0;
    text-align: right
}

.else_contact a {
    font-size: 14px;
    color: #333
}

.else_contact a:hover {
    color: #0166fe
}

.listimg_wrap {
    float: left;
    width: 18%
}

.listimg_wrap em.bar-info {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/Assets/EBG/img/e-icon.png) -50px 0
}

.listimg_wrap em.bar-cart {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/Assets/EBG/img/e-icon.png) -50px -51px
}

.listimg_wrap em.bar-per {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/Assets/EBG/img/e-icon.png) -50px -101px
}

.listimg_wrap em.feedback {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/Assets/EBG/img/e-icon.png) -50px -150px
}

.listimg_wrap em.product-suggest {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/Assets/EBG/img/e-icon.png) -50px -200px
}

.listimg_wrap em.online {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/Assets/EBG/img/e-icon.png) -50px -250px
}

.listimg_wrap img {
    width: 100%;
    max-width: 50px
}

.listnav_box {
    float: left;
    width: 82%;
    padding-left: 10px
}

.choose_products {
    position: relative;
    margin-bottom: 50px
}

.choose_products .files_sidebar {
    width: 25%;
    padding-right: 30px
}

.choose_products .files_sidebar ul {
    position: relative;
    top: auto;
    left: auto
}

.choose_products .files_sidebar ul li.current .item_layer {
    display: block !important
}

.choose_products .files_sidebar ul li.current .title_b {
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    background-color: #d5d5d5
}

.choose_products .files_sidebar ul li > a {
    line-height: 20px
}

.choose_products .files_sidebar h3 {
    line-height: 50px;
    height: 50px;
    cursor: default
}

.item_layer {
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 100%;
    display: none;
    width: 908px;
    width: 930px \9;
    min-height: 565px \9;
    padding: 30px;
    background: #e5e5e5
}

.item_layer dl {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}

.item_layer dt {
    float: left;
    width: 15%
}

.item_layer dt a {
    font-size: 16px;
    color: #000
}

.item_layer dd {
    float: left;
    width: 85%;
    margin-right: -2%;
    margin-left: -2%
}

.item_layer dd span {
    float: left;
    width: 50%;
    padding: 0 4%
}

.item_layer dd span a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-left: 16px;
    color: #666
}

.item_layer dd span a:before {
    position: relative;
    left: -10px;
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 20px;
    content: "";
    vertical-align: middle;
    background: url(/Assets/EBG/img/e-icon.png) no-repeat -580px 0
}

.products_moudle {
    float: left;
    width: 75%
}

.products_moudle .product_series li {
    width: 25%
}

.product_series .picbox font {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 18px;
    margin-left: -20px;
    text-align: center;
    color: #fff
}

.product_series .picbox .hot {
    background: #d20a2c
}

.product_series .picbox .recomend {
    background: #318dde
}

.choosen_tips {
    font-size: 14px;
    display: none;
    margin-bottom: 20px;
    padding: 10px 15px;
    color: #000;
    background: #f3f3f3
}

.choosen_tips span {
    padding: 0 10px 0 15px;
    color: #666;
    background: url(/Assets/enp/v2/img/pic_breadcrumb_arrow.png) no-repeat 0
}

.choosen_tips span.first {
    background: none
}

.fixed_sidebar, .wap_pro_sidebar {
    display: none
}

.m-compared {
    position: fixed;
    z-index: 102;
    bottom: -5000px;
    left: 0;
    width: 100%;
    background: #fff
}

.m-compared.active {
    border-top: 1px solid #eee \9;
    box-shadow: 0 0 20px 11px hsla(0, 0%, 82%, .34)
}

.m-compared .m-con {
    position: relative;
    border-right: 1px solid #e9e9e9
}

.m-compared .m-con .m-list {
    float: left;
    width: 20%;
    padding: 50px 25px 150px;
    border-left: 1px solid #e9e9e9
}

.m-compared .m-con .m-list ul.m-list-ul {
    margin-top: 40px;
    border: 1px solid #d4d4d4
}

.m-compared .m-con .m-list ul.m-list-ul li.m-list_li {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 14px 20px;
    cursor: pointer;
    color: #a9a9a9
}

.m-compared .m-con .m-list ul.m-list-ul li.m-list_li p {
    text-align: center
}

.m-compared .m-con .m-list ul.m-list-ul:hover li.m-list_li {
    color: #666
}

.m-compared .m-con .m-list ul.m-list-ul:hover li.m-list_li .m-bomb_box {
    display: block
}

.m-compared .m-con .m-list .m-btn {
    padding-top: 20px;
    text-align: center
}

.m-compared .m-con .m-list .m-btn a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    min-width: 136px;
    margin: 0 auto 10px;
    padding: 9px 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px
}

.m-compared .m-con .m-list .m-btn a.m-del {
    color: #d20a2c;
    border: 1px solid #d20a2c;
    background: #fff
}

.m-compared .m-con .m-list .m-btn a.m-db {
    cursor: context-menu;
    color: #999;
    border: 1px solid #eee;
    background: #eee
}

.m-compared .m-con .m-list .m-btn a.m-db.off {
    cursor: pointer;
    color: #d20a2c;
    border: 1px solid #d20a2c;
    background: #fff
}

.m-compared .m-con .m-list .m-btn a.m-del:hover, .m-compared .m-con .m-list .m-btn a.off:hover {
    color: #fff;
    background: #d20a2c
}

.m-compared .m-con .m-list .m-btn a.m-del.delete {
    cursor: context-menu;
    color: #999;
    border: 1px solid #eee;
    background: #eee
}

.m-bomb_box {
    position: absolute;
    bottom: 47px;
    left: 0;
    display: block;
    display: none;
    width: 182px;
    border: 1px solid #eee \9;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 14px 5px hsla(0, 0%, 82%, .34)
}

.m-bomb_box-block {
    padding: 5px 5px 30px
}

.m-bomb_box .m-bomb_con {
    overflow-y: scroll;
    height: 200px;
    max-height: 200px
}

.m-bomb_box .m-bomb_con ul li {
    line-height: 18px;
    padding: 3px 10px
}

.m-bomb_box .m-bomb_con ul li a {
    font-size: 12px;
    color: #4280fe
}

.m-bomb_box .m-bomb_con ul li a.disable {
    cursor: not-allowed;
    text-decoration: none;
    color: #ccc;
    background: none
}

.m-bomb_con::-webkit-scrollbar {
    width: 8px;
    height: 6px
}

.m-bomb_con::-webkit-scrollbar-track-piece {
    margin: -2px;
    background-color: #eee
}

.m-bomb_con::-webkit-scrollbar-thumb {
    min-width: 150px;
    min-height: 150px;
    border-radius: 10px;
    background: #aaa
}

.m-solid_arrow_lt {
    position: absolute;
    top: 63px;
    left: -6px
}

.arrow-off {
    position: absolute;
    top: -42px;
    right: 0;
    width: 44px;
    height: 42px;
    cursor: pointer;
    background: url(/Assets/EBG/img/e-icon.png) no-repeat -24px -325px
}

.m-pic_details {
    display: none;
    text-align: center
}

.m-pic_details .m-pic {
    max-width: 184px;
    min-height: 110px;
    text-align: center
}

.m-pic_details .m-pic img {
    max-width: 165px;
    max-height: 110px
}

.m-pic_details p {
    font-size: 14px;
    padding: 15px 5px 0
}

.m-pic_details a {
    font-size: 12px;
    color: #4280fe
}

.m-arrow-btn a {
    position: absolute;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 25px
}

.m-arrow-btn a.m-arrow-btn-left {
    left: 0;
    border-bottom-left-radius: 3px;
    background: url(/Assets/enp/v2/img/arrow-left.jpg) no-repeat 50%
}

.m-arrow-btn a.m-arrow-btn-right {
    right: 0;
    border-bottom-right-radius: 3px;
    background: url(/Assets/enp/v2/img/arrow-right.jpg) no-repeat 50%
}

.m-pic_details .other div {
    position: relative;
    display: inline-block
}

.m-pic_details .other span {
    font-size: 12px;
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
    text-decoration: none;
    color: #666
}

.m-pic_details .other div:hover {
    color: #000
}

.m-pic_details .other div ul {
    position: absolute;
    bottom: 25px;
    left: 0;
    display: none;
    overflow-y: scroll;
    width: 170px;
    max-height: 190px;
    padding: 10px 20px;
    text-align: left;
    border-top: 1px solid #eee \9;
    background: #fff;
    box-shadow: 0 0 20px 11px hsla(0, 0%, 82%, .34)
}

.m-pic_details .other div ul li {
    line-height: 18px;
    padding: 3px 10px
}

.m-pic_details .other div ul::-webkit-scrollbar {
    width: 8px;
    height: 6px
}

.m-pic_details .other div ul::-webkit-scrollbar-track-piece {
    margin: -2px;
    background-color: #eee
}

.m-pic_details .other div ul::-webkit-scrollbar-thumb {
    min-width: 150px;
    min-height: 150px;
    border-radius: 10px;
    background: #aaa
}

@media only screen and (max-width: 1024px) {
    .js-m-compared {
        display: none
    }
}

.m-country_bomb_box {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%
}

.m-country_bomb_box .m-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    filter: alpha(opacity=50)
}

.m-country_bomb_box .m-country_con {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 580px;
    margin-top: -150px;
    margin-left: -290px;
    padding: 35px 40px 70px;
    border-radius: 4px;
    background: #f7f7f7
}

.m-country_bomb_box .m-country_con h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #909090;
    border-bottom: 1px solid #dbdbdb
}

.m-country_bomb_box .m-country_con ul {
    margin-top: 20px
}

.m-country_bomb_box .m-country_con ul li {
    line-height: 28px;
    float: left;
    width: 33.3333%
}

.m-country_bomb_box .m-country_con ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 0 5px 3px;
    color: #06c
}

.m-country_bomb_box .m-country_con .m-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 53px;
    height: 44px;
    cursor: pointer;
    border-radius: 4px;
    background: url(/Assets/enp/v2/img/cunotry-close.jpg) no-repeat 50%
}

@media only screen and (max-width: 768px) {
    .m-country_bomb_box .m-country_con {
        left: 5%;
        width: 90%;
        margin-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .m-country_bomb_box .m-country_con {
        left: 2%;
        width: 96%;
        margin-top: -200px;
        margin-left: 0
    }

    .m-country_bomb_box .m-country_con ul li {
        width: 50%
    }
}

.select-other {
    padding: 10px 15px
}

.select-other .inputbox a {
    font-size: 14px;
    padding: 0 10px
}

.select-other .inputbox ul {
    padding: 10px 0
}

.partner_select.partner_select1.not-available, .partner_select.partner_select2.not-available {
    cursor: not-allowed
}

.m-pic_details .other div.not-available:hover ul {
    display: none
}

.m-pic_details .other div.not-available:hover span {
    cursor: not-allowed
}

.m-pic_details .other div.not-available span {
    color: #aaa
}

.m-pic_details .other div:hover ul {
    display: block
}

.m-pic_details .other div ul {
    border: 1px solid #eee \9
}

@media only screen and (max-width: 1024px) {
    .toolbar_btn {
        display: none
    }

    .wap_cartbtn {
        position: absolute;
        z-index: 1001;
        top: 24px;
        right: 70px;
        display: none;
        cursor: pointer;
        background: transparent
    }

    .wap_cartbtn, .wap_cartbtn a {
        width: 35px;
        height: 40px;
        text-align: center
    }

    .wap_cartbtn a {
        display: block
    }

    .wap_cartbtn a:before {
        display: block;
        display: inline-block;
        overflow: hidden;
        width: 22px;
        height: 19px;
        opacity: .8;
        content: "";
        background: url(/Assets/EBG/img/e-icon.png) no-repeat -596px 0
    }

    .wap_cartbtn a span {
        font-size: 10px;
        line-height: 11px;
        position: absolute;
        z-index: 3;
        top: -5px;
        right: 1px;
        display: none;
        overflow: hidden;
        min-width: 11px;
        height: 14px;
        padding: 1px 2px;
        text-align: center;
        color: #fff;
        border: 1px solid #d20a2c;
        border-radius: 10px;
        background: #d20a2c
    }
}

@media only screen and (max-width: 992px) {
    .wap_cartbtn {
        top: 15px;
        right: 105px
    }
}

@media only screen and (max-width: 640px) {
    .amount_btn {
        margin-top: 35px
    }

    .wap_cartbtn {
        right: 100px
    }

    .wap_cartbtn.disable {
        cursor: default;
        background: #d0d0d0
    }

    .wap_cartbtn.disable a span {
        display: none
    }

    .wap_cartbtn.disable a:hover {
        text-decoration: none
    }

    .css_column, .global_toolbar.open {
        width: 100%
    }
}

.popup_all {
    display: none
}

.mask_layer, .popup_all {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mask_layer {
    opacity: .8;
    background: #000;
    filter: alpha(opacity=80)
}

.popup_con {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    border-radius: 5px
}

#need_help_desktop {
    position: fixed;
    z-index: 1000;
    top: 160px;
    right: -250px;
    display: none;
    width: 292px;
    height: 330px
}

#need_help_desktop .tab_help_open img {
    float: left;
    margin-top: 10px;
    margin-left: 6px
}

#need_help_desktop .tab_help_open {
    float: left;
    width: 42px;
    padding-bottom: 6px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #e41f2b
}

#need_help_popup {
    z-index: 1000;
    top: 160px;
    float: right;
    width: 250px;
    height: 162px;
    padding: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #000;
    background: #fff
}

#need_help_popup ul li {
    display: block
}

#need_help_popup ul li span {
    height: 32px;
    padding-right: 10px
}

#need_help_popup .h1 {
    font-size: 17px;
    font-weight: 700
}

#need_help_popup .h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 8px 0 !important
}

#need_help_popup img {
    margin-top: -2px
}

#need_help_popup a {
    color: #333
}

#need_help_popup_close {
    font-size: 20px;
    float: right;
    width: 10px;
    padding: 10px
}

#tab_main_need_help_mobile {
    display: none !important
}

.prompt-ie8 {
    text-align: center
}

.LANG-en .prompt-ie8 h3 {
    font-family: LT_Medium, Arial
}

.prompt-ie8 h3 {
    font-size: 26px;
    line-height: 1.2;
    color: #333
}

.prompt-ie8 p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
    color: #5a5a5a
}

.prompt-ie8 a {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    min-width: 140px;
    margin-top: 30px;
    padding: 10px 43px;
    text-transform: uppercase;
    color: #fff;
    background: #d20a2c
}

.prompt-ie8 .v2-prompt-main {
    padding: 70px 130px 90px
}

.prompt-center {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    filter: alpha(opacity=50)
}

.prompt-center .prompt-main {
    position: absolute;
    width: 500px;
    background: #fff
}

.v2-prompt-box {
    position: fixed;
    z-index: 9999;
    display: none
}

.v2-prompt-box, .v2-prompt-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.v2-prompt-mask {
    position: absolute;
    opacity: .5;
    background: #000;
    filter: alpha(opacity=50)
}

.v2-prompt-main {
    position: relative;
    display: inline-block;
    width: 590px;
    margin: 0 auto;
    vertical-align: middle;
    background: #fff
}

span.v2-prompt-clock {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

span.v2-prompt-clock i.v2-icon-close {
    font-size: 20px;
    color: #b2b2b2
}

#dloading {
    position: fixed !important;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 77%, .5)
}

#dloading div {
    font-weight: 700;
    line-height: 50px;
    position: fixed;
    z-index: 100;
    top: 50% !important;
    left: 50% !important;
    width: 150px;
    height: 50px;
    margin-top: -25px;
    margin-left: -75px;
    text-align: center;
    color: #000;
    border-radius: 3px;
    background: #fff
}

#enpdloading {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 77%, .5)
}

#enpdloading span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center
}

#enpdloading span img {
    width: 100%;
    height: 100%
}

.law_tips {
    background: #efefef
}

.law_tips .container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.law_tips p {
    font-size: 12px;
    line-height: 22px;
    float: left;
    width: 85%;
    margin: 0;
    color: #666
}

.law_tips p a {
    text-decoration: underline;
    color: #0166fe
}

.law_tips_close {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 20px;
    background: url(/Assets/enp/v2/img/lawtips_close.png) no-repeat
}

@media only screen and (max-width: 980px) {
    .LANG-cn .products_moudle {
        float: none;
        width: 100%
    }

    .LANG-cn .products_moudle .product_series li {
        width: 50%
    }

    .LANG-cn .pro_btn a {
        border-right: none
    }

    .LANG-cn .wap_pro_sidebar {
        display: block
    }

    .LANG-cn .choose_products {
        margin-top: 0 !important
    }
}

.redbtn-moddle1 {
    font-family: LT_Medium;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 16px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: capitalize;
    color: #fff;
    background: #d20a2c
}

.redbtn-moddle1:hover {
    color: #fff
}

.redbtn-moddle1:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #b20000
}

.redbtn-moddle1:hover:before {
    left: 0
}

.redbtn-moddle1 span {
    font-size: 16px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px
}

@media (max-width: 1200px) {
    .redbtn-moddle1 {
        padding: 11px 20px
    }

    .redbtn-moddle1 span {
        font-size: 14px
    }
}

@media (max-width: 920px) {
    .redbtn-moddle1 span {
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .redbtn-moddle1 {
        padding: 11px 15px
    }
}

.redbtn-moddle2 {
    font-family: LT_Medium;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 11px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: capitalize;
    color: #fff;
    background: #d20a2c
}

.redbtn-moddle2:hover {
    color: #fff
}

.redbtn-moddle2:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #b20000
}

.redbtn-moddle2:hover:before {
    left: 0
}

.redbtn-moddle2 span {
    font-size: 16px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px
}

@media (max-width: 1200px) {
    .redbtn-moddle2 {
        padding: 10px 20px
    }

    .redbtn-moddle2 span {
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .redbtn-moddle2 span {
        font-size: 12px
    }

    .redbtn-moddle2 {
        padding: 10px 15px
    }
}

.redbtn-moddle3 {
    font-family: LT_Medium;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 11px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: capitalize;
    color: #fff;
    background: #d20a2c
}

.redbtn-moddle3:hover {
    color: #fff
}

.redbtn-moddle3:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #b20000
}

.redbtn-moddle3:hover:before {
    left: 0
}

.redbtn-moddle3 span {
    font-size: 16px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px
}

@media (max-width: 1200px) {
    .redbtn-moddle3 {
        padding: 10px 20px
    }

    .redbtn-moddle3 span {
        font-size: 14px
    }
}

@media (max-width: 920px) {
    .redbtn-moddle3 span {
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .redbtn-moddle3 {
        font-size: 13px;
        margin: 25px 0 0;
        padding: 10px 15px;
        color: #fff;
        border: 2px solid #fff;
        background: transparent
    }
}

.redairbtn-moddle1 {
    font-family: LT_Medium;
    line-height: 1.428;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 25px 0 0;
    padding: 7px 30px;
    text-transform: capitalize;
    color: #d20a2c;
    border: 2px solid #d20a2c
}

.redairbtn-moddle1:hover {
    color: #fff
}

.redairbtn-moddle1:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #d20a2c
}

.redairbtn-moddle1:hover:before {
    left: 0
}

.redairbtn-moddle1 span {
    font-size: 16px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    .redairbtn-moddle1 {
        padding: 7px 20px
    }

    .redairbtn-moddle1 span {
        font-size: 14px
    }
}

@media (max-width: 920px) {
    .redairbtn-moddle1 span {
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .redairbtn-moddle1 {
        padding: 8px 15px
    }

    .redairbtn-moddle1 span {
        font-family: LT_regular
    }
}

.redairbtn-moddle2 {
    font-family: LT_Medium;
    line-height: 1.428;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 25px 0 0;
    padding: 7px 30px;
    text-transform: capitalize;
    color: #d20a2c;
    border: 2px solid #d20a2c
}

.redairbtn-moddle2:hover {
    color: #fff
}

.redairbtn-moddle2:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #d20a2c
}

.redairbtn-moddle2:hover:before {
    left: 0
}

.redairbtn-moddle2 span {
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding-left: 27px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.redairbtn-moddle2 .iconfont {
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 27px
}

@media (max-width: 1200px) {
    .redairbtn-moddle2 {
        padding: 7px 20px
    }

    .redairbtn-moddle2 span {
        font-size: 14px
    }

    .redairbtn-moddle2 .iconfont {
        left: 18px
    }
}

@media (max-width: 920px) {
    .redairbtn-moddle2 span {
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .redairbtn-moddle2 {
        padding: 8px 15px
    }

    .redairbtn-moddle2 span {
        font-family: LT_regular
    }

    .redairbtn-moddle2 .iconfont {
        top: 2px;
        left: 8px
    }
}

.checkbox-moddle {
    position: relative
}

.checkbox-moddle input {
    opacity: 0;
    letter: alpha(opacity=0)
}

.checkbox-moddle .iconfont {
    font-size: 22px;
    position: absolute;
    top: -3px;
    left: -4px;
    display: none
}

.checkbox-moddle .iconfont.icon-fuxuankuang3 {
    display: block;
    display: none \9;
    color: #e0e0e0
}

.checkbox-moddle .iconfont.icon-fuxuankuang2 {
    color: #d20a2c
}

.checkbox-moddle input:checked + .iconfont.icon-fuxuankuang2 {
    display: block
}

.bannar-breadcrumbs-wrap {
    position: relative;
    min-height: 56px;
    margin-bottom: 15px
}

.bannar-breadcrumbs-wrap .point-btn-wrap {
    bottom: 70px !important
}

.bannar-breadcrumbs-wrap .banner-print {
    bottom: 52px !important
}

.bannar-breadcrumbs-wrap .breadcrumbs-nav-box-v2 {
    position: absolute;
    z-index: 101
}

.breadcrumbs-nav-box-v2 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px
}

.breadcrumbs-nav-v2 {
    z-index: 101;
    left: 0;
    width: 100%;
    height: 56px;
    background: #4e4e4e \9;
    background: rgba(0, 0, 0, .7)
}

.breadcrumbs-nav-v2 .cistern {
    position: relative;
    overflow: hidden
}

.breadcrumbs-v2 {
    position: relative;
    display: inline-block
}

.breadcrumbs-v2.current {
    margin-left: 0
}

.breadcrumbs-v2 ul {
    font-size: 0;
    display: inline-block
}

.breadcrumbs-v2 ul li {
    position: relative;
    float: left;
    height: 56px;
    vertical-align: middle
}

.breadcrumbs-v2 ul li .title {
    display: inline-block;
    padding-right: 30px
}

.breadcrumbs-v2 ul li .title .icon-right {
    line-height: 11px;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    color: #a9a9a9
}

.breadcrumbs-v2 ul li#last-child .title .icon-right, .breadcrumbs-v2 ul li:last-child .title .icon-right {
    display: none;
    background: #d20a2c
}

.breadcrumbs-v2 ul li .title span {
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    color: #ccc
}

.breadcrumbs-v2 ul li.home .title {
    padding-right: 34px
}

.breadcrumbs-v2 ul li.home .title span {
    width: 20px;
    height: 42px
}

.breadcrumbs-v2 ul li.home .title .icon-home {
    font-size: 26px;
    position: absolute;
    top: -1px;
    left: 0
}

.breadcrumbs-v2 ul li:last-child .title span {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.breadcrumbs-v2 ul li:last-child .title .icon-downthrow {
    color: #fff
}

.breadcrumbs-v2 ul li#last-child .title span {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.breadcrumbs-v2 ul li#last-child .title .icon-downthrow {
    color: #fff
}

.breadcrumbs-v2 ul li a.title .icon-downthrow {
    line-height: 10px;
    position: absolute;
    top: 24px;
    right: -5px;
    color: #a9a9a9
}

.breadcrumbs-v2 ul li dl {
    position: absolute;
    z-index: 100;
    top: 56px;
    left: 0;
    display: none;
    width: auto;
    min-width: 300px;
    padding: 12px 5px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 4px 10px 1px #888
}

.breadcrumbs-v2 ul li dl:before {
    position: absolute;
    top: -12px;
    left: 33px;
    display: block;
    width: 11px;
    height: 11px;
    content: "";
    border: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.breadcrumbs-v2 ul li dl dd {
    padding: 0 15px
}

.breadcrumbs-v2 ul li dl dd a {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 7px 0;
    white-space: nowrap;
    word-break: break-all;
    color: #333
}

.secondary-nav-v2 {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 100px
}

.secondary-nav-v2-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 30px
}

.secondary-nav-v2 ul {
    font-size: 0;
    line-height: 0;
    position: relative
}

.secondary-nav-v2 ul li {
    display: inline-block
}

.secondary-nav-v2 ul li a {
    font-size: 16px;
    line-height: 56px;
    line-height: 55px \9;
    display: inline-block;
    padding: 0 20px;
    color: #a9a9a9
}

.secondary-nav-v2 span {
    position: absolute;
    top: 0;
    display: none;
    width: 30px;
    height: 100%;
    cursor: pointer
}

.secondary-nav-v2 span.prev {
    left: 0;
    display: none
}

.secondary-nav-v2 span.next {
    right: 0;
    display: none;
    text-align: right
}

.secondary-nav-v2 span .iconfont {
    font-size: 24px;
    position: absolute;
    top: 15px;
    color: #fff
}

.secondary-nav-v2 span .icon-left {
    left: 2px
}

.secondary-nav-v2 span .icon-right {
    right: 2px
}

.breadcrumbs-v2 ul li:hover dl {
    display: block
}

.breadcrumbs-v2 ul li:hover a.title span {
    color: #fff
}

.breadcrumbs-v2 ul li dl dd a:hover {
    color: #d20a2c
}

.secondary-nav-v2 ul li:hover a {
    color: #fff
}

.secondary-nav-v2 ul li.current a {
    font-weight: 700;
    color: #fff;
    background: #a81e1e;
    background: rgba(168, 30, 30, .7)
}

.breadcrumbs-title-more-v2 {
    position: absolute;
    top: 0;
    left: 100%;
    display: inline-block;
    width: 100%;
    margin-left: 20px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.breadcrumbs-title-more-v2.current {
    opacity: 1;
    filter: alpha(opacity=100)
}

.breadcrumbs-title-more-v2 a {
    font-size: 16px;
    line-height: 56px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    outline: 0
}

.breadcrumbs-title-more-v2 span {
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    display: inline-block;
    color: #fff
}

.breadcrumbs-title-more-v2 a .iconfont {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    color: #a9a9a9
}

.breadcrumbs-title-more-v2 a:hover .iconfont {
    color: #fff
}

.breadcrumbs-nav-box-v2.breadcrumbs-banner {
    position: absolute;
    z-index: 10;
    top: 68px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5)
}

.breadcrumbs-nav-box-v2.breadcrumbs-banner .breadcrumbs-nav-v2 {
    background: none
}

.breadcrumbs-nav-box-v2 .animate-ease {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    transform: translateZ(0)
}

@media (max-width: 1024px) {
    .breadcrumbs-nav-box-v2 {
        display: none
    }

    .bannar-breadcrumbs-wrap {
        min-height: 0;
        margin-bottom: 0
    }
}

.LANG-cn .breadcrumbs-v2.current ul li:last-child .title span {
    font-size: 16px
}

.v2WapNav {
    display: none
}

@media (max-width: 1024px) {
    .v2WapNav {
        display: block
    }

    .v2WapNav, .v2WapNavBox {
        position: relative;
        height: 44px;
        background: #fff
    }

    .v2WapNavBox {
        z-index: 999;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ccc
    }

    .v2WapNav .btn {
        position: relative
    }

    .v2WapNav .btn:after {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 40px;
        height: 98%;
        content: "";
        background: #fff
    }

    .v2WapNav .btn p {
        font-size: 18px;
        line-height: 1.2;
        overflow: hidden;
        width: 100%;
        padding: 11px 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666
    }

    .v2WapNav .btn .iconfont {
        font-size: 30px;
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 5px;
        margin-top: -15px;
        color: #999
    }

    .v2WapNav ul {
        position: absolute;
        z-index: 20;
        top: 44px;
        left: 0;
        display: none;
        width: 100%
    }

    .v2WapNav ul li {
        font-size: 14px;
        line-height: 1.2;
        padding: 9px 15px;
        color: #666;
        border-bottom: 1px solid #ccc;
        background: #f7f7f7
    }

    .v2WapNav ul li:last-child {
        border-bottom: none
    }

    .v2WapNav ul li.current {
        color: #999
    }
}

.banner-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000;
    background-color: #fff;
    height: 600px
}

.banner-box .hw-btn-warp {
    margin-left: -10px;
    margin-right: -10px
}

.banner-box.banner-while .banner-print, .banner-box.banner-while .next-btn, .banner-box.banner-while .pre-btn {
    color: #fff
}

.banner-box .tc {
    text-align: center
}

.banner-box .tl {
    text-align: left
}

.banner-box .tr {
    text-align: right
}

.banner-box .banner-list {
    position: relative;
    width: 100%;
    height: 100%
}

.banner-box .banner-img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -100%
}

.banner-box .banner-img.pre {
    z-index: 5;
    left: -100%
}

.banner-box .banner-img.next {
    z-index: 5;
    left: 100%
}

.banner-box .banner-img.on {
    z-index: 6;
    left: 0
}

.banner-box .banner-img img {
    width: 100%
}

.banner-box .banner-img .banner-bg img, .banner-box .banner-img .bannerImg img {
    min-height: 100%
}

.banner-box .banner-img.banner-while-font {
    color: #fff
}

.banner-box .banner-img.banner-gray-font {
    color: #000
}

.banner-box .next-btn .iconfont, .banner-box .pre-btn .iconfont {
    font-size: 60px;
    line-height: 1;
    opacity: .5
}

.banner-box .next-btn, .banner-box .pre-btn {
    position: absolute;
    top: 50%;
    z-index: 6;
    margin-top: -24px;
    color: inherit;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.banner-box .pre-btn {
    left: 60px
}

.banner-box .next-btn {
    right: 60px
}

.banner-box .cistern {
    padding-left: 120px;
    padding-right: 120px
}

.banner-box .banner-print {
    position: absolute;
    z-index: 6;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    text-align: center
}

.banner-box .banner-print span {
    display: inline-block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4)
}

.banner-box .banner-print span.on {
    background-color: rgba(0, 0, 0, .6)
}

.banner-box.banner-while .banner-print span {
    background-color: hsla(0, 0%, 100%, .4)
}

.banner-box.banner-while .banner-print span.on {
    background-color: hsla(0, 0%, 100%, .8)
}

@media (max-width: 1200px) {
    .banner-box .pre-btn {
        left: 30px
    }

    .banner-box .next-btn {
        right: 30px
    }

    .banner-box .cistern {
        padding-left: 90px;
        padding-right: 90px
    }
}

@media (max-width: 768px) {
    .banner-box .next-btn, .banner-box .pre-btn {
        display: none
    }

    .banner-box .cistern {
        padding-left: 15px;
        padding-right: 15px
    }

    .banner-box .banner-img.banner-while-font {
        color: #fff
    }

    .banner-box .banner-img.banner-gray-font {
        color: #000
    }

    .banner-box .banner-print {
        bottom: 26px
    }
}

@media (max-width: 540px) {
    .banner-box .banner-print {
        bottom: 6px
    }
}

@media (min-width: 992px) {
    .banner-box .next-btn:hover .iconfont, .banner-box .pre-btn:hover .iconfont {
        opacity: 1
    }

    .banner-box .pl-per-15 {
        padding-left: 15%
    }

    .banner-box .pl-per-30 {
        padding-left: 30%
    }

    .banner-box .pl-per-40 {
        padding-left: 40%
    }

    .banner-box .pl-per-50 {
        padding-left: 50%
    }

    .banner-box .pl-per-60 {
        padding-left: 60%
    }

    .banner-box .pl-per-70 {
        padding-left: 70%
    }

    .banner-box .pr-per-15 {
        padding-right: 15%
    }

    .banner-box .pr-per-30 {
        padding-right: 30%
    }

    .banner-box .pr-per-40 {
        padding-right: 40%
    }

    .banner-box .pr-per-50 {
        padding-right: 50%
    }

    .banner-box .pr-per-60 {
        padding-right: 60%
    }

    .banner-box .pr-per-70 {
        padding-right: 70%
    }
}


sup {
    font-size: 12px
}

.cistern {
    padding-top: 70px;
    padding-bottom: 70px
}

@media (max-width: 1600px) {
    h2 {
        font-size: 36px
    }
}

@media (max-width: 1200px) {
    h2 {
        font-size: 30px
    }

    .cistern {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 750px) {
    h2 {
        padding-bottom: 20px
    }
}

.bannar-breadcrumbs-wrap .cistern {
    padding-top: 0;
    padding-bottom: 0
}

.storageBusiness .cistern {
    padding-bottom: 0
}

.storageBusinessWap {
    display: none
}

.storageBusinessPc .con {
    overflow: hidden
}

.storageBusinessPc .headBtn {
    position: relative;
    padding: 0 30px
}

.storageBusinessPc .headBtn ul {
    overflow: hidden;
    height: 70px;
    background: #404040
}

.storageBusinessPc .headBtn ul li {
    font-size: 0;
    line-height: 0;
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    background: #504e4e
}

.storageBusinessPc .headBtn ul.storageCol-1 li {
    width: 100%
}

.storageBusinessPc .headBtn ul.storageCol-2 li {
    width: 50%
}

.storageBusinessPc .headBtn ul.storageCol-3 li {
    width: 33.333%
}

.storageBusinessPc .headBtn ul.storageCol-4 li {
    width: 25%
}

.storageBusinessPc .headBtn ul li:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    background: url(/Assets/enp/v2/img/storageBusiness-dashed.png)
}

.storageBusinessPc .headBtn ul li:last-child:after {
    display: none
}

.storageBusinessPc .headBtn ul li h3 {
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
    width: 99%;
    padding: 23px 30px;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    vertical-align: middle;
    color: #dbdbdb
}

.LANG-en .storageBusinessPc .headBtn ul li h3 {
    font-family: LT_Medium, Arial
}

.storageBusinessPc .headBtn ul li span {
    position: absolute;
    z-index: 2;
    bottom: -24px;
    left: 50%;
    display: block;
    display: none;
    width: 26px;
    height: 24px;
    margin-left: -13px;
    -webkit-transition: .4s;
    transition: .4s;
    border: 12px solid transparent;
    border-top: 10px solid #d20a2c
}

.storageBusinessPc .headBtn .arrow span {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 70px;
    cursor: pointer;
    background: #404040
}

.storageBusinessPc .headBtn .arrow span:hover {
    background: #404040
}

.storageBusinessPc .headBtn .arrow .prev {
    left: 0
}

.storageBusinessPc .headBtn .arrow .next {
    right: 0
}

.storageBusinessPc .headBtn .arrow span .iconfont {
    font-size: 30px;
    position: absolute;
    display: inline-block;
    color: #555
}

.storageBusinessPc .headBtn .arrow .next.clickableBtn .iconfont, .storageBusinessPc .headBtn .arrow .prev.clickableBtn .iconfont {
    color: #fff
}

.storageBusinessPc .headBtn .arrow span .icon-left {
    top: 50%;
    left: 0;
    margin-top: -14px
}

.storageBusinessPc .headBtn .arrow span .icon-right {
    top: 50%;
    right: 0;
    margin-top: -14px
}

.storageBusinessPc .headBtn ul li.current, .storageBusinessPc .headBtn ul li:hover {
    background: #d20a2c
}

.storageBusinessPc .headBtn ul li.current h3, .storageBusinessPc .headBtn ul li:hover h3 {
    color: #fff
}

.storageBusinessPc .headBtn ul li.current span {
    display: block
}

.storageBusinessPc .bodyCon {
    position: relative
}

.storageBusinessPc .bodyCon .box {
    position: absolute;
    top: -10000px;
    left: 0
}

.storageBusinessPc .bodyCon .box.current {
    position: static
}

.storageBusinessPc .bodyCon .box .topBlock {
    padding: 30px
}

.storageBusinessPc .bodyCon .box .topBlock .pic {
    float: left;
    width: 50%;
    padding-right: 30px
}

.storageBusinessPc .bodyCon .box .topBlock .pic .imgBox {
    position: relative
}

.storageBusinessPc .bodyCon .box .topBlock .pic .imgBox:after {
    padding-top: 75%
}

.storageBusinessPc .bodyCon .box .topBlock .pic .imgBox img {
    display: block;
    width: 100%
}

.storageBusinessPc .bodyCon .box .topBlock .text {
    float: left;
    width: 50%;
    padding-left: 30px
}

.storageBusinessPc .bodyCon .box .topBlock .text a.title {
    font-size: 24px;
    line-height: 1.425;
    display: block;
    padding-top: 35px;
    padding-bottom: 20px;
    color: #333
}

.LANG-en .storageBusinessPc .bodyCon .box .topBlock .text a.title {
    font-family: LT_Medium, Arial
}

.storageBusinessPc .bodyCon .box .topBlock .text a.title:hover {
    color: #d20a2c
}

.storageBusinessPc .bodyCon .box .topBlock .text .txtbox {
    overflow: hidden;
    max-height: 266px
}

.storageBusinessPc .bodyCon .box .topBlock .text p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 10px;
    color: #666
}

.storageBusinessPc .bodyCon .box .topBlock .text .hw-btn-warp {
    margin-top: -15px
}

.storageBusinessPc .bodyCon .box .topBlock .text .txtbox span {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 15px
}

.storageBusinessPc .bodyCon .box .topBlock .text .txtbox span:after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: #999
}

.storageBusinessPc .bodyCon .box .bottomBlock ul {
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li {
    float: left;
    width: 25%;
    margin-bottom: 30px
}

.storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-1 li, .storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-2 li {
    width: 50%
}

.storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-3 li {
    width: 33.3333%
}

.storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-4 li {
    width: 25%
}

.storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-5 li, .storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-6 li {
    width: 33.3333%
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text {
    margin: 0 30px;
    border-top: 1px solid #b3b3b3
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text a.title {
    font-size: 22px;
    line-height: 1.2;
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #333
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text a.title:hover {
    color: #d20a2c
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text .introduction {
    position: relative;
    padding-top: 16px
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text .txtbox {
    overflow: hidden
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 10px;
    color: #666
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text a.link {
    font-size: 16px;
    line-height: 1.428;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text a.link span {
    -webkit-transition: .4s;
    transition: .4s;
    color: #333;
    border-bottom: 1px solid #333
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text a.link span:hover {
    color: #999;
    border-bottom: 1px solid #999
}

.storageBusinessPc .bodyCon .moreBtn {
    margin: 0 30px;
    text-align: center;
    border-top: 1px solid #e6e6e6
}

.storageBusinessPc .bodyCon .moreBtn a {
    margin-top: 40px
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text .txtbox span {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px
}

.storageBusinessPc .bodyCon .box .bottomBlock ul li .text .txtbox span:after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: #999
}

@media (max-width: 1200px) {
    .storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-4 li {
        width: 33.333%
    }
}

@media (max-width: 920px) {
    .storageBusinessPc .headBtn ul li p {
        font-size: 18px;
        padding: 15px 20px
    }

    .storageBusinessPc .bodyCon .box .topBlock .text {
        padding-left: 0
    }

    .storageBusinessPc .bodyCon .box .topBlock .text a.title {
        margin-top: 0;
        padding-top: 0
    }

    .storageBusinessPc .bodyCon .moreBtn a {
        margin-top: 0
    }

    .LANG-cn .storageBusinessPc .bodyCon .moreBtn a {
        margin-top: 30px
    }

    .storageBusinessPc .bodyCon .box .topBlock .text h3 {
        font-size: 20px;
        padding-top: 30px;
        padding-bottom: 15px
    }

    .storageBusinessPc .bodyCon .box .bottomBlock ul li .text h3 {
        font-size: 18px
    }

    .storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-3 li, .storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-4 li, .storageBusinessPc .bodyCon .box .bottomBlock ul.storageCol-5 li {
        width: 50%
    }
}

@media (max-width: 750px) {
    .storageBusinessPc {
        display: none
    }

    .storageBusinessWap {
        display: block
    }

    .storageBusinessWap .bodyCon {
        position: relative
    }

    .storageBusinessWap .bodyCon ul li {
        margin-bottom: 15px
    }

    .storageBusinessWap .bodyCon ul li:last-child {
        margin-bottom: 0
    }

    .storageBusinessWap .bodyCon ul li .btn {
        position: relative;
        background: #504e4e
    }

    .storageBusinessWap .bodyCon ul li .btn h3 {
        font-size: 18px;
        line-height: 1.375;
        padding: 18px 15px;
        color: #fff
    }

    .storageBusinessWap .bodyCon ul li .btn .iconfont {
        font-size: 34px;
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        margin-top: -18px;
        color: #999
    }

    .storageBusinessWap .bodyCon ul li .box {
        display: none
    }

    .storageBusinessWap .bodyCon ul li:first-child .box {
        display: block
    }

    .storageBusinessWap .bodyCon ul li.special .box {
        position: relative;
        overflow: hidden;
        height: 400px
    }

    .storageBusinessWap .bodyCon ul li.special .box .storageSpecialMore {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        text-align: center;
        border-bottom: 2px solid #666
    }

    .storageBusinessWap .bodyCon ul li.special .box .storageSpecialMore span {
        display: inline-block;
        width: 42px;
        height: 42px;
        background: url(/Assets/enp/v2/img/storageLinks-icon.png) no-repeat -2px -342px
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .pic {
        margin-top: 20px
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .pic:after {
        padding-top: 75%
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .pic img {
        display: block;
        width: 100%
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .text {
        padding: 0 15px 30px
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .text a.title {
        font-size: 22px;
        line-height: 1.425;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #333
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .text a.title:hover {
        color: #d20a2c
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .text .txtbox span {
        font-size: 16px;
        line-height: 1.375;
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 5px;
        padding-left: 15px
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .text .txtbox span:after {
        position: absolute;
        top: 8px;
        left: 0;
        display: block;
        width: 6px;
        height: 6px;
        content: "";
        border-radius: 50%;
        background: #999
    }

    .storageBusinessWap .bodyCon ul li .box .topBlock .text p {
        font-size: 16px;
        line-height: 1.375;
        margin-bottom: 10px;
        color: #666
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock {
        padding: 0 15px
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul {
        display: -ms-flex;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li {
        margin-bottom: 30px
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text {
        border-top: 1px solid #b3b3b3
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.title {
        font-size: 22px;
        line-height: 1.2;
        display: block;
        padding-top: 40px;
        padding-bottom: 10px;
        color: #555
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.title:hover {
        color: #d20a2c
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text .introduction {
        position: relative;
        padding-top: 16px
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text .txtbox {
        overflow: hidden
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text p {
        font-size: 16px;
        line-height: 1.375;
        color: #666
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text span {
        font-size: 16px;
        line-height: 1.375;
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 0;
        padding-left: 15px
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text span:after {
        position: absolute;
        top: 8px;
        left: 0;
        display: block;
        width: 6px;
        height: 6px;
        content: "";
        border-radius: 50%;
        background: #999
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.Link {
        font-size: 16px;
        line-height: 1.428;
        display: inline-block;
        margin-top: 10px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #333
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.Link span {
        padding-left: 0
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.Link span:after {
        display: none
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.link {
        font-size: 16px;
        line-height: 1.428;
        display: inline-block;
        margin-top: 10px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #333
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.link span {
        padding-left: 0
    }

    .storageBusinessWap .bodyCon ul li .box .bottomBlock ul li .text a.link span:after {
        display: none
    }

    .storageBusinessWap .bodyCon .moreBtn {
        text-align: center;
        border-top: 1px solid #e6e6e6
    }

    .storageBusinessWap .bodyCon .moreBtn a {
        margin-top: 30px
    }
}

.storageSolution {
    position: relative
}

.storageSolution .cistern {
    padding-top: 40px
}

.storageSolution .conFixed {
    width: 100%;
    background: #fff
}

.storageSolution .conFixed.current {
    position: fixed;
    top: -500px;
    left: 0
}

.storageSolution .moreBtn {
    margin: 0 auto;
    text-align: center;
    background: #fff
}

.storageSolution .moreBtn div {
    display: inline-block;
    cursor: pointer
}

.storageSolution .moreBtn p {
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin: 70px 0 0;
    text-align: center
}

.storageSolution .moreBtn p:hover i {
    color: #d20a2c
}

.storageSolution .moreBtn:hover span .iconfont {
    color: #666
}

.storageSolution .moreBtn p i {
    font-size: 48px;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -24px
}

.storageSolution .con {
    position: relative;
    overflow: hidden;
    height: 600px;
    background: #333
}

.storageSolution .cistern {
    height: 100%;
    padding-top: 13px;
    padding-bottom: 0
}

.storageSolution .box .cistern {
    padding-top: 0
}

.storageSolution .con ul {
    position: relative;
    width: 100%
}

.storageSolution .con ul li {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0
}

.storageSolution .con ul li .pic .leftImg {
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1)
}

.storageSolution .con ul li:hover .pic .leftImg {
    transform: scale(1.1)
}

.storageSolution .con ul li.current {
    z-index: 2;
    opacity: 1
}

.storageSolution .con ul li .pic {
    height: 600px;
    background: #333
}

.storageSolution .con ul li .pic .leftImg {
    overflow: hidden;
    width: 65%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.storageSolution .con ul li .pic .leftImg img {
    display: none
}

.storageSolution .con ul li .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.storageSolution .con ul li .box .text {
    position: relative;
    height: 100%;
    margin-left: 63%;
    padding: 40px 40px 40px 50px;
    color: #fff;
    background: #333
}

.storageSolution .con ul li .box .text .number {
    font-size: 20px;
    padding-left: 65px;
    color: #999
}

.LANG-en .storageSolution .con ul li .box .text .number {
    font-family: LT_Medium, Arial
}

.storageSolution .con ul li .box .text .number span {
    line-height: 1;
    position: relative;
    padding-right: 4px;
    color: #fff
}

.storageSolution .con ul li .box .text .number span:after {
    position: absolute;
    top: 3px;
    width: 2px;
    height: 16px;
    content: "";
    transform: rotate(20deg);
    background: #999
}

.LANG-cn .storageSolution .con ul li .box .text .number span:after {
    right: -4px
}

.LANG-en .storageSolution .con ul li .box .text .number span:after {
    right: -3px
}

.storageSolution .con ul li .box .text .number em {
    font-style: normal;
    line-height: 1;
    margin-left: 9px;
    color: #999
}

.storageSolution .con ul li .box .text .textBox {
    height: 100%
}

.storageSolution .con ul li .box .text .textMiddle {
    display: inline-block;
    width: 97%;
    padding: 50px 0;
    vertical-align: middle
}

.storageSolution .con ul li .box .text .textMiddle.one {
    padding-top: 20px
}

.storageSolution .con ul li .box .text h3 {
    font-size: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    color: #fff
}

.LANG-cn .storageSolution .con ul li .box .text h3 {
    line-height: 1.33333
}

.LANG-en .storageSolution .con ul li .box .text h3 {
    line-height: 1.2
}

.storageSolution .con ul li .box .text span.remarks {
    font-size: 24px;
    display: block;
    padding-top: 10px;
    text-align: right;
    color: #999
}

.storageSolution .con ul li .box .text .introduction {
    position: relative;
    padding-top: 18px
}

.storageSolution .con ul li .box .text .txtbox {
    overflow: hidden
}

.storageSolution .con ul li .box .text p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 10px;
    color: #ccc
}

.storageSolution .con .btnBox {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%
}

.storageSolution .con .btnBox .btn {
    font-size: 0;
    line-height: 0;
    position: relative;
    height: 100%;
    margin-left: 63%;
    padding: 40px 40px 20px 50px
}

.storageSolution .con .btnBox .btn span {
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-repeat: no-repeat
}

.storageSolution .con .btnBox .btn span.prev {
    margin: 0 118px 0 0
}

.storageSolution .con .btnBox .btn .iconfont {
    font-size: 36px;
    color: #999
}

.storageSolution .con .btnBox .btn .next:hover .iconfont, .storageSolution .con .btnBox .btn .prev:hover .iconfont {
    color: #fff
}

.storageSolution .con .point {
    display: none
}

@media (max-width: 1600px) {
    .storageSolution .con ul li .box .text h3 {
        font-size: 26px;
        margin-bottom: 25px
    }

    .storageSolution .con ul li .box .text span.remarks {
        font-size: 20px
    }
}

@media (max-width: 1200px) {
    .storageSolution .con ul li .box .text h3 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media (max-width: 920px) {
    .storageSolution .con ul li .box .text h3 {
        font-size: 22px
    }

    .storageSolution .con ul li .box .text p {
        font-size: 16px
    }

    .storageSolution .con ul li .pic {
        height: 500px
    }

    .storageSolution .con ul li .pic .leftImg {
        width: 50%
    }

    .storageSolution .con .btnBox .btn, .storageSolution .con ul li .box .text {
        margin-left: 50%;
        padding: 40px
    }
}

@media (max-width: 750px) {
    .storageSolution .con ul li {
        z-index: 1;
        left: 0;
        -webkit-transition: 0s;
        transition: 0s;
        opacity: 1
    }

    .storageSolution .con ul li.current {
        z-index: 2;
        -webkit-transition: 0s;
        transition: 0s;
        opacity: 1
    }

    .storageSolution .con ul li .pic .leftImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-size: 100%
    }

    .storageSolution .con ul li:hover .pic .leftImg {
        transform: scale(1)
    }

    .storageSolution .con ul li .pic {
        position: relative;
        overflow: hidden;
        height: auto
    }

    .storageSolution .con ul li .pic:after {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-top: 56%;
        content: ""
    }

    .storageSolution .con ul li .box .text {
        margin-left: 0
    }

    .storageSolution .con ul li .box {
        position: static;
        background: #333
    }

    .storageSolution .con .btnBox .btn, .storageSolution .con ul li .box .text .number {
        display: none
    }

    .storageSolution .con ul li .box .text p {
        color: #fff
    }

    .storageSolution .con ul li .box .text {
        padding: 40px 15px 60px
    }

    .storageSolution .con ul li .box .text .textMiddle {
        width: 100%;
        padding: 0
    }

    .storageSolution .con ul li .box .text h3 {
        font-size: 22px
    }

    .storageSolution .con .point {
        position: absolute;
        z-index: 3;
        bottom: 20px;
        left: 50%;
        display: block;
        margin-left: -36px
    }

    .storageSolution .con .point span {
        display: block;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 7px;
        border-radius: 10px;
        background: #666
    }

    .storageSolution .con .point span.current {
        background: #999
    }
}

.moreStorageSolutions {
    position: relative;
    z-index: 4;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #fff
}

.moreStorageSolutions .cistern.solutionsCol1 {
    position: relative;
    overflow: hidden;
    max-width: 1340px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff
}

.moreStorageSolutions .cistern.solutionsCol1 .con {
    padding-top: 70px
}

.moreStorageSolutions .cistern .boxBtn {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 50%;
    display: inline-block;
    display: none;
    width: 48px;
    height: 52px;
    margin-left: -26px;
    cursor: pointer
}

.moreStorageSolutions .cistern .boxBtn.absolute {
    position: absolute
}

.moreStorageSolutions .cistern .boxBtn .iconfont {
    font-size: 48px;
    color: #999
}

.moreStorageSolutions .cistern .boxBtn .iconfont:hover {
    color: #d20a2c
}

.moreStorageSolutions ul li .box .pic img {
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1)
}

.moreStorageSolutions ul li .box:hover .pic img {
    transform: scale(1.1)
}

.moreStorageSolutions .solutionsCol1 .con ul li:first-child .box {
    padding-top: 0
}

.moreStorageSolutions .solutionsCol1 .con ul li:last-child .box {
    padding: 60px 0 70px;
    border-bottom: none
}

.moreStorageSolutions .solutionsCol1 .con ul li .box {
    padding: 60px 0;
    border-bottom: 1px solid #e4e4e4
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
    float: left;
    padding-right: 90px
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.left .text {
    float: right;
    padding: 0 50px 0 0
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
    float: right;
    padding-left: 90px
}

.moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
    float: left;
    padding: 0 10px 0 0
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .pic {
    width: 50%
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .pic .imgBox:after {
    padding-top: 75%
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text {
    width: 50%
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
    font-size: 36px;
    line-height: 1.1;
    overflow: hidden;
    color: #666
}

.LANG-en .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
    font-family: LT_Medium, Arial
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .txtbox {
    overflow: hidden
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text p {
    font-size: 16px;
    line-height: 1.375;
    padding-top: 20px;
    color: #999
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light {
    padding-top: 10px
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 12px;
    padding-left: 18px;
    text-decoration: underline;
    color: #999
}

.moreStorageSolutions .solutionsCol1 .con ul li .box .text .light a:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 6px;
    background: #b3b3b3
}

.moreStorageSolutions .cistern.solutionsCol2 {
    max-width: 1380px;
    padding-top: 0;
    padding-bottom: 0
}

.moreStorageSolutions .solutionsCol2 .con {
    padding: 60px 0;
    border-bottom: 1px solid #e4e4e4
}

.moreStorageSolutions .solutionsCol2 .con ul {
    margin: 0 -10px
}

.moreStorageSolutions .solutionsCol2 .con ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px
}

.moreStorageSolutions .solutionsCol2 .con ul li .box {
    margin: 0 10px;
    padding: 30px 20px 26px;
    border: 1px solid #dbdbdb
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.left .pic {
    float: left
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.left .text {
    float: right;
    margin-top: -7px;
    padding-left: 15px
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.right .pic {
    float: right
}

.moreStorageSolutions .solutionsCol2 .con ul li .box.right .text {
    float: left;
    margin-top: -7px;
    padding: 0 15px 0 0
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .pic {
    width: 48%
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .pic .imgBox:after {
    padding-top: 75%
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text {
    width: 52%
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text h3 {
    font-size: 24px;
    line-height: 1.25;
    overflow: hidden;
    margin-bottom: 20px;
    color: #666
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
    overflow: hidden
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text p {
    font-size: 16px;
    line-height: 1.375;
    color: #999
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light {
    padding-top: 10px
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light span {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    padding-left: 18px;
    color: #999
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text .light span:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 6px;
    background: #b3b3b3
}

.moreStorageSolutions .solutionsCol2 .con ul li .box .text a {
    margin: 20px 0 0
}

@media (max-width: 1600px) {
    .moreStorageSolutions .cistern.solutionsCol1, .moreStorageSolutions .cistern.solutionsCol2 {
        max-width: 1230px
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box {
        padding: 45px 0
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
        font-size: 30px
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
        padding-left: 60px
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
        padding-right: 60px
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .text {
        padding: 0 40px 0 0
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box .text h3 {
        font-size: 22px
    }
}

@media (max-width: 1200px) {
    .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
        font-size: 26px
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
        display: none
    }
}

@media (max-width: 920px) {
    .moreStorageSolutions .solutionsCol2 .con ul li {
        width: 100%
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
        padding-right: 30px
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
        padding-left: 30px
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box .text .txtbox {
        display: block
    }
}

@media (max-width: 750px) {
    .moreStorageSolutions .cistern.solutionsCol1 .con {
        padding-top: 30px
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box {
        padding: 20px
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box {
        padding: 40px 0
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box .pic, .moreStorageSolutions .solutionsCol1 .con ul li .box .text {
        width: 100%
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.right .pic {
        float: none;
        padding-left: 0
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box .text h3 {
        font-size: 20px;
        padding-top: 15px
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .pic {
        float: none;
        padding-right: 0
    }

    .moreStorageSolutions .solutionsCol1 .con ul li .box.left .text, .moreStorageSolutions .solutionsCol1 .con ul li .box.right .text {
        float: none;
        padding: 0 15px
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box.left .pic {
        float: none;
        width: 100%
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box.left .text {
        float: none;
        width: 100%;
        margin-top: 17px;
        padding-left: 0
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box.right .pic {
        float: none;
        width: 100%
    }

    .moreStorageSolutions .solutionsCol2 .con ul li .box.right .text {
        float: none;
        width: 100%;
        margin-top: 17px;
        padding: 0
    }

    .moreStorageSolutions .solutionsCol2 .con ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    .moreStorageSolutions .btn p {
        font-size: 16px;
        color: #666
    }

    .LANG-en .moreStorageSolutions .btn p {
        font-family: LT_Medium, Arial
    }
}

.listenToOurCustomers {
    position: relative;
    background: url(/Assets/enp/v2/img/storageLinks-bg.jpg)
}

.listenToOurCustomers .conFixed {
    z-index: 10;
    width: 100%
}

.listenToOurCustomers .conFixed.current {
    position: fixed;
    bottom: -1000px;
    left: 0
}

.listenToOurCustomers ul li {
    float: left;
    width: 33.333%
}

.listenToOurCustomers ul li .block {
    position: relative;
    display: block;
    margin: 0 10px;
    color: #fff
}

.listenToOurCustomers ul li .block:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: ""
}

.listenToOurCustomers ul li .block .pic:after {
    padding-top: 121%
}

.listenToOurCustomers ul li .block .pic img {
    display: block;
    width: 100%
}

.listenToOurCustomers ul li .block .text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px
}

.listenToOurCustomers ul li .block .text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 149px;
    content: "";
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #000 100%, #000 0);
    background-size: cover
}

.listenToOurCustomers ul li .block .text h3 {
    font-size: 32px;
    line-height: 1.2
}

.LANG-en .listenToOurCustomers ul li .block .text h3 {
    font-family: LT_Medium, Arial
}

.listenToOurCustomers ul li .block .text p {
    font-size: 24px;
    line-height: 1.25;
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 90px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.listenToOurCustomers ul li .block:hover .text p {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.listenToOurCustomers ul li .block .text a {
    margin-top: 30px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.listenToOurCustomers .btn {
    padding-top: 15px;
    text-align: center
}

@media (max-width: 1200px) {
    .listenToOurCustomers ul li .block .text p {
        font-size: 20px;
        height: 75px
    }
}

@media (max-width: 920px) {
    .listenToOurCustomers ul li .block .text {
        padding: 20px
    }

    .listenToOurCustomers ul li .block .text p {
        font-size: 18px;
        height: 68px
    }

    .listenToOurCustomers .btn {
        padding-top: 30px
    }
}

@media (max-width: 750px) {
    .listenToOurCustomers ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    .listenToOurCustomers ul li .block {
        margin: 0
    }

    .listenToOurCustomers ul li .block:after {
        opacity: 1
    }

    .listenToOurCustomers ul li .block .pic:after {
        padding-top: 92%
    }

    .listenToOurCustomers ul li .block .text {
        padding: 15px 30px
    }

    .listenToOurCustomers .btn {
        padding-top: 5px
    }
}

.huaweiService {
    position: relative;
    height: 449px
}

.huaweiService .pic {
    display: none
}

.huaweiService .con {
    width: 100%;
    height: 100%
}

.huaweiService .box {
    display: inline-block;
    width: 99%;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

.huaweiService .con .cistern {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
}

.huaweiService .box h2 {
    font-size: 48px;
    line-height: 1.2;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    text-align: center;
    color: #fff
}

.huaweiService .box p {
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
    padding-top: 25px
}

@media (max-width: 1600px) {
    .huaweiService .box h3 {
        font-size: 44px
    }
}

@media (max-width: 1200px) {
    .huaweiService {
        height: 370px
    }

    .huaweiService .box h3 {
        font-size: 36px
    }
}

@media (max-width: 920px) {
    .huaweiService {
        height: 300px
    }

    .huaweiService .box h3 {
        font-size: 30px
    }

    .huaweiService .box p {
        font-size: 16px
    }
}

@media (max-width: 750px) {
    .huaweiService {
        height: 300px
    }

    .huaweiService .box p {
        padding-top: 18px
    }

    .huaweiService .box {
        width: 97%
    }
}

.whyHuaweiStorage .cistern {
    padding-bottom: 0
}

.whyHuaweiStorage ul li {
    float: left;
    width: 33.333%
}

.whyHuaweiStorage ul li .block {
    position: relative;
    display: block;
    text-align: center;
    color: #333
}

.whyHuaweiStorage ul li .block .pic:after {
    padding-top: 39%
}

.whyHuaweiStorage ul li .block .pic img {
    display: block;
    width: 100%
}

.whyHuaweiStorage ul li .block .text {
    padding: 0 30px 30px
}

.whyHuaweiStorage ul li .block .text h3 {
    font-size: 24px;
    line-height: 1.25;
    padding-top: 10px
}

.LANG-en .whyHuaweiStorage ul li .block .text h3 {
    font-family: LT_Medium, Arial
}

.whyHuaweiStorage ul li .block .text p {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    height: 145px;
    margin-top: 22px;
    color: #666
}

.whyHuaweiStorage ul li .block .text a {
    margin-top: 30px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.list-moddle1 .block:hover .text a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@media (max-width: 1200px) {
    .whyHuaweiStorage ul li .block .text h3 {
        font-size: 20px
    }
}

@media (max-width: 920px) {
    .whyHuaweiStorage ul li .block .text h3 {
        font-size: 20px
    }

    .whyHuaweiStorage ul li .block .text {
        padding: 0 20px 20px
    }
}

@media (max-width: 750px) {
    .whyHuaweiStorage ul li {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #e4e4e4
    }

    .whyHuaweiStorage ul li .block .pic img {
        width: 74%;
        margin-top: 20px;
        margin-left: 14%
    }

    .whyHuaweiStorage ul li .block .pic:after {
        padding-top: 30%
    }

    .whyHuaweiStorage ul li .block .text h3 {
        font-size: 22px
    }

    .whyHuaweiStorage ul li .block .text p {
        margin-top: 10px
    }
}

.resources .cistern {
    padding-bottom: 0
}

.resources ul {
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.resources ul li {
    float: left;
    width: 33.333%;
    margin-bottom: 30px
}

.resources ul li .block {
    position: relative;
    display: block;
    height: 100%;
    margin: 0 10px;
    padding: 20px;
    color: #fff;
    border: 1px solid #dbdbdb
}

.resources ul li .block .pic {
    position: relative;
    float: left;
    width: 22%
}

.resources ul li .block .pic:after {
    padding-top: 100%
}

.resources ul li .block .pic .iconfont {
    font-size: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -25px;
    color: #fff
}

.resources ul li .block .pic a {
    display: block;
    height: 100%;
    transition: 0s;
    transform: translateZ(0)
}

.resources ul li .block .pic img {
    display: block;
    width: 100%
}

.resources ul li .block .text {
    float: left;
    width: 70%;
    padding-left: 12px;
    color: #666
}

.resources ul li .block .text a.title {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-top: -3px;
    text-transform: uppercase;
    color: #666
}

.LANG-en .resources ul li .block .text a.title {
    font-family: LT_Bold, Arial
}

.resources ul li .block .text p {
    font-size: 16px;
    line-height: 1.375;
    overflow: hidden;
    height: 75px;
    padding-top: 10px;
    color: #333
}

.resources ul li .block .text a.introduction {
    font-size: 16px;
    line-height: 1.375;
    display: block;
    overflow: hidden;
    padding-top: 12px;
    -webkit-transition: 0s;
    transition: 0s;
    transform: translateZ(0);
    color: #333
}

.resources ul li .block .text a:hover {
    text-decoration: underline
}

.resources .btn {
    margin-top: -30px;
    text-align: center
}

@media (max-width: 1600px) {
    .resources ul li .block .pic {
        width: 25%
    }

    .resources ul li .block .text a.introduction, .resources ul li .block .text p {
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width: 920px) {
    .resources ul li {
        width: 50%
    }
}

@media (max-width: 750px) {
    .resources ul li {
        width: 100%;
        margin-bottom: 15px
    }

    .resources ul li .block {
        margin: 0;
        padding: 15px
    }

    .resources ul li .block .pic {
        width: 16%
    }

    .resources ul li .block .text {
        width: 84%
    }

    .resources ul li .block .text a.title {
        font-size: 12px
    }

    .resources ul li .block .text a.introduction, .resources ul li .block .text p {
        padding-top: 6px
    }

    .resources ul li .block .pic .iconfont {
        font-size: 28px;
        margin-top: -15px;
        margin-left: -14px
    }

    .resources .btn {
        margin-top: -15px
    }
}

.storageLinks {
    margin-top: 70px
}

.storageLinks .cistern {
    padding-top: 40px;
    padding-bottom: 40px
}

.storageLinks {
    background: url(/Assets/enp/v2/img/storageLinks-bg.jpg)
}

.storageLinks ul li {
    float: left;
    width: 50%
}

.storageLinks ul li .box {
    display: block;
    height: 100%;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
    color: #666;
    border: 1px solid #ccc
}

.storageLinks ul li .box:hover {
    border: 1px solid #d20a2c;
    background: #d20a2c
}

.storageLinks ul li .box:hover p {
    color: #fff
}

.storageLinks ul li .box em {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(/Assets/enp/v2/img/storageLinks-icon2.png);
    background-repeat: no-repeat
}

.storageLinks ul li .box em.icon1 {
    background-position: -37px -23px
}

.storageLinks ul li .box em.icon2 {
    background-position: -102px -23px
}

.storageLinks ul li .box em.icon3 {
    background-position: -164px -23px
}

.storageLinks ul li .box em.icon4 {
    background-position: -224px -23px
}

.storageLinks ul li .box:hover em.icon1 {
    background-position: -37px -73px
}

.storageLinks ul li .box:hover em.icon2 {
    background-position: -102px -73px
}

.storageLinks ul li .box:hover em.icon3 {
    background-position: -164px -73px
}

.storageLinks ul li .box:hover em.icon4 {
    background-position: -224px -73px
}

.storageLinks ul li .box p {
    font-size: 24px;
    line-height: 1.333;
    display: inline-block;
    max-width: 250px;
    vertical-align: middle;
    text-transform: uppercase
}

@media (max-width: 1600px) {
    .storageLinks ul li .box p {
        font-size: 20px;
        max-width: 200px
    }
}

@media (max-width: 1200px) {
    .storageLinks ul li .box p {
        font-size: 16px;
        max-width: 150px
    }
}

@media (max-width: 920px) {
    .storageLinks ul li {
        width: 50%;
        margin-bottom: 30px
    }

    .storageLinks .cistern {
        padding-bottom: 10px
    }
}

@media (max-width: 750px) {
    .storageLinks ul li {
        width: 100%;
        margin-bottom: 15px
    }

    .storageLinks ul li .box {
        margin: 0
    }

    .storageLinks ul li .box p {
        max-width: 253px
    }

    .storageLinks ul li .box em {
        width: 28px;
        height: 28px
    }

    .storageLinks .cistern {
        padding-bottom: 25px
    }

    .storageLinks ul li .box em.icon1 {
        background-position: -39px -130px
    }

    .storageLinks ul li .box em.icon2 {
        background-position: -101px -130px
    }

    .storageLinks ul li .box em.icon3 {
        background-position: -162px -130px
    }

    .storageLinks ul li .box em.icon4 {
        background-position: -222px -132px
    }

    .storageLinks ul li .box:hover em.icon1 {
        background-position: -39px -160px
    }

    .storageLinks ul li .box:hover em.icon2 {
        background-position: -101px -160px
    }

    .storageLinks ul li .box:hover em.icon3 {
        background-position: -162px -160px
    }

    .storageLinks ul li .box:hover em.icon4 {
        background-position: -222px -162px
    }
}

.forPartners .tab-solutions {
    margin-top: 10px;
    margin-bottom: 70px
}

.forPartners .tab-con-solutions {
    overflow: hidden;
    -webkit-transition: max-height .5s ease 0s;
    transition: max-height .5s ease 0s
}

.forPartners .tab-con-solutions.none {
    display: none
}

.forPartners .tab-con-solutions li {
    float: left;
    width: 16.66%;
    padding: 0 10px
}

.forPartners .tab-con-solutions li img {
    width: 100%;
    margin-bottom: 20px;
    vertical-align: bottom;
    border: 1px solid #e2e2e2
}

.forPartners .tab-con-solutions li p {
    line-height: 20px;
    margin: 0;
    color: #333
}

.forPartners .tab-con-solutions li a:active, .tab-con-solutions li a:focus {
    text-decoration: none
}

.forPartners .tab-con-solutions li a:hover p {
    color: #0166fe
}

.forPartners .loading-bg .cell {
    position: relative
}

.forPartners .loading-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 66.6%;
    background-image: url(/Assets/EBG/img/huawei_loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80px
}

.forPartners .tab-solutions .solution-expandBtn {
    margin-top: 10px;
    text-align: center
}

.forPartners .tab-solutions .solution-expandBtn .iconfont {
    font-size: 48px;
    line-height: 43px;
    color: #666
}

.forPartners .tab-solutions .solution-expandBtn .iconfont:hover {
    color: #d20a2c
}

.forPartners .con {
    max-width: 860px;
    margin: 0 auto;
    text-align: center
}

.forPartners .con .pic {
    width: 60px;
    height: 50px;
    margin: 0 auto;
    background: url(/Assets/enp/v2/img/storageLinks-icon.png) no-repeat -3px -396px
}

.forPartners .con .text {
    margin-top: 20px;
    border-top: 1px solid #ebebeb
}

.forPartners .con .text h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 0;
    text-align: center;
    color: #666
}

.forPartners .con .text p {
    font-size: 24px;
    line-height: 1.333;
    padding-top: 25px;
    text-align: center;
    color: #999
}

@media (max-width: 1600px) {
    .forPartners .con .text h2, .forPartners .con .text h3 {
        font-size: 36px
    }
}

@media (max-width: 1200px) {
    .forPartners .tab-solutions {
        margin-bottom: 40px
    }

    .forPartners .tab-con-solutions li {
        float: left;
        width: 25%;
        padding: 0 10px
    }

    .forPartners .con .text h2, .forPartners .con .text h3 {
        font-size: 30px
    }
}

@media (max-width: 920px) {
    .forPartners .con .text h3 {
        font-size: 30px;
        padding-top: 17px
    }

    .forPartners .con .text p {
        font-size: 20px
    }
}

@media (max-width: 750px) {
    .forPartners .tab-con-solutions li {
        float: left;
        width: 33.33%;
        padding: 0 10px
    }

    .forPartners .con .text p {
        font-size: 16px;
        padding-top: 15px
    }

    .forPartners .con .text h2 {
        font-size: 30px;
        padding-top: 17px
    }
}

.bannerblack {
    color: #333
}

.bannergray {
    color: #666
}

.bannerwhite {
    color: #fff
}

.picImg1 img {
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1)
}

.picImg1:hover img {
    transform: scale(1.1)
}

.picImg1:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7))
}

.picImg1:hover:before {
    opacity: 1
}

@media (max-width: 750px) {
    .picImg1:hover img {
        transform: scale(1)
    }

    .picImg1:hover:before {
        opacity: 0
    }
}

.enterpriseNetworkChange {
    background: url(/Assets/enp/v2/img/storageLinks-bg.jpg)
}

.enterpriseNetworkChange .box {
    display: inline-block;
    width: 98%;
    text-align: center;
    vertical-align: middle
}

.enterpriseNetworkChange .con .cistern {
    max-width: 1140px
}

.enterpriseNetworkChange .box h2 {
    font-size: 40px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 45px;
    padding-bottom: 0
}

.enterpriseNetworkChange .box ul {
    max-width: 1100px;
    margin: 0 auto 40px
}

.enterpriseNetworkChange .box ul.col3 {
    max-width: 660px
}

.enterpriseNetworkChange .box ul.col4 {
    max-width: 880px
}

.enterpriseNetworkChange .box ul.col5 {
    max-width: 1100px
}

.enterpriseNetworkChange .box ul.col3 li {
    width: 33.333%
}

.enterpriseNetworkChange .box ul.col4 li {
    width: 25%
}

.enterpriseNetworkChange .box ul.col5 li {
    width: 20%
}

.enterpriseNetworkChange .box ul li {
    float: left;
    width: 20%
}

.enterpriseNetworkChange .box ul li .textbox .pic {
    width: 100px;
    margin: 0 auto
}

.enterpriseNetworkChange .box ul li .textbox .pic img {
    display: block;
    width: 100%
}

.enterpriseNetworkChange .box ul li .textbox .text p {
    font-size: 28px;
    line-height: 1.15;
    margin-top: 8px
}

.enterpriseNetworkChange .box h6 {
    font-size: 36px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 10px
}

.enterpriseNetworkChange .box .introduct {
    margin-top: 45px;
    text-align: left
}

.enterpriseNetworkChange .box .introduct p.introduction {
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 15px
}

.LANG-cn .enterpriseNetworkChange .box .btn {
    line-height: 0
}

@media (max-width: 1600px) {
    .enterpriseNetworkChange .box h2 {
        font-size: 40px;
        margin-bottom: 25px
    }

    .enterpriseNetworkChange .box ul li .textbox {
        margin-top: 25px
    }

    .enterpriseNetworkChange .box ul li .textbox .text p {
        font-size: 24px
    }

    .enterpriseNetworkChange .box .introduct {
        margin-top: 45px
    }
}

@media (max-width: 1200px) {
    .enterpriseNetworkChange .box h2 {
        font-size: 40px;
        margin-bottom: 20px
    }

    .enterpriseNetworkChange .box ul li .textbox {
        margin-top: 15px
    }

    .enterpriseNetworkChange .box ul li .textbox .pic {
        width: 80px
    }

    .enterpriseNetworkChange .box ul li .textbox .text p {
        font-size: 20px
    }

    .enterpriseNetworkChange .box .introduct {
        margin-top: 35px
    }
}

@media (max-width: 920px) {
    .enterpriseNetworkChange .box {
        padding-bottom: 0
    }

    .enterpriseNetworkChange .box h2 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .enterpriseNetworkChange .box ul li .textbox .pic {
        width: 60px
    }
}

@media (max-width: 750px) {
    .enterpriseNetworkChange .box h2 {
        font-size: 30px
    }

    .enterpriseNetworkChange .box ul {
        margin: 0 auto
    }

    .enterpriseNetworkChange .box ul li {
        width: 50%
    }

    .enterpriseNetworkChange .box ul li .textbox {
        margin-top: 0
    }

    .enterpriseNetworkChange .box ul li .textbox .text p {
        font-size: 18px;
        margin-top: 10px;
        padding-bottom: 20px
    }

    .enterpriseNetworkChange .box ul li .textbox .pic {
        width: 60px
    }

    .enterpriseNetworkChange .box .introduct {
        margin-top: 0
    }

    .enterpriseNetworkChange .pic:after {
        padding-top: 105.25%
    }

    .enterpriseNetworkChange .box ul.col3 li, .enterpriseNetworkChange .box ul.col4 li, .enterpriseNetworkChange .box ul.col5 li {
        width: 50%
    }
}

.enterpriseNetworkExperience {
    position: relative
}

.enterpriseNetworkExperience .pic:after {
    padding-top: 31.25%
}

.enterpriseNetworkExperience .pic img {
    position: absolute;
    display: block;
    width: 100%;
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1)
}

.enterpriseNetworkExperience:hover .pic img {
    transform: scale(1.1)
}

.enterpriseNetworkExperience .pic:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7))
}

.enterpriseNetworkExperience:hover .pic:before {
    opacity: 1
}

.enterpriseNetworkExperience .con {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.enterpriseNetworkExperience .box {
    display: inline-block;
    width: 98%;
    text-align: center;
    vertical-align: middle
}

.enterpriseNetworkExperience .con .cistern {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center
}

.enterpriseNetworkExperience .box h2 {
    font-size: 60px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 0
}

.enterpriseNetworkExperience .box h6 {
    font-size: 36px;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: 10px
}

.enterpriseNetworkExperience .box p {
    font-size: 20px;
    line-height: 1.3;
    overflow: hidden
}

.enterpriseNetworkExperience .box .btn {
    font-size: 0;
    line-height: 0;
    padding-top: 35px
}

.enterpriseNetworkExperience .box .btn a {
    line-height: 18px;
    margin: 0 10px
}

.enterpriseNetworkExperience .box .btn a.video span {
    padding-left: 35px
}

.enterpriseNetworkExperience .box .btn a .icon-bofang {
    font-size: 30px;
    position: absolute;
    top: 16px;
    left: 28px
}

@media (max-width: 1600px) {
    .enterpriseNetworkExperience .box h2 {
        font-size: 48px;
        margin-bottom: 25px
    }

    .enterpriseNetworkExperience .box h6 {
        font-size: 28px
    }

    .enterpriseNetworkExperience .box p {
        font-size: 18px
    }
}

@media (max-width: 1200px) {
    .enterpriseNetworkExperience .box h2 {
        font-size: 40px;
        margin-bottom: 20px
    }

    .enterpriseNetworkExperience .box h6 {
        font-size: 24px
    }

    .enterpriseNetworkExperience .box p {
        font-size: 16px
    }

    .enterpriseNetworkExperience .box .btn a .icon-bofang {
        font-size: 26px;
        top: 11px;
        left: 18px
    }

    .enterpriseNetworkExperience .box .btn a.video span {
        font-size: 12px;
        padding-left: 26px
    }
}

@media (max-width: 920px) {
    .enterpriseNetworkExperience .box {
        padding-bottom: 0
    }

    .enterpriseNetworkExperience .box h2 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .enterpriseNetworkExperience .box h6 {
        font-size: 20px
    }
}

@media (max-width: 750px) {
    .enterpriseNetworkExperience .box h2 {
        font-size: 30px
    }

    .enterpriseNetworkExperience .box p {
        line-height: 1.375
    }

    .enterpriseNetworkExperience .box .btn {
        padding-top: 20px
    }

    .enterpriseNetworkExperience .box .btn a {
        line-height: 18px;
        margin: 0 7px
    }

    .enterpriseNetworkExperience .box .btn a:nth-child(2) {
        margin-top: 15px
    }

    .enterpriseNetworkExperience .box .btn a .icon-bofang {
        font-size: 22px;
        top: 12px;
        left: 15px
    }

    .enterpriseNetworkExperience .pic:after {
        padding-top: 105.25%
    }
}

.enterpriseNetworkMoreIndustry {
    text-align: center
}

.enterpriseNetworkMoreIndustry h3 {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 40px
}

.enterpriseNetworkMoreIndustry .con {
    overflow: hidden;
    border: 1px solid #e4e4e4
}

.enterpriseNetworkMoreIndustry .con ul {
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    margin-right: -2px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.enterpriseNetworkMoreIndustry .con ul li {
    float: left;
    width: 16.666%;
    margin-bottom: -1px;
    border-right: 1px dashed #e4e4e4;
    border-bottom: 1px dashed #e4e4e4
}

.enterpriseNetworkMoreIndustry .con ul li a {
    display: block;
    margin-top: -1px;
    margin-left: -1px;
    padding: 40px 20px;
    color: #666
}

.enterpriseNetworkMoreIndustry .con ul li a .icon {
    width: 50px;
    margin: 0 auto
}

.enterpriseNetworkMoreIndustry .con ul li a .icon:after {
    padding-top: 100%
}

.enterpriseNetworkMoreIndustry .con ul li a .text p {
    -webkit-transition: .5s;
    transition: .5s
}

.enterpriseNetworkMoreIndustry .con ul li:hover a .text p {
    color: #d20a2c
}

@media (max-width: 1600px) {
    .enterpriseNetworkMoreIndustry h3 {
        font-size: 24px
    }
}

@media (max-width: 920px) {
    .enterpriseNetworkMoreIndustry h3 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .enterpriseNetworkMoreIndustry .con ul li {
        width: 25%
    }
}

@media (max-width: 750px) {
    .enterpriseNetworkMoreIndustry .con ul li {
        width: 50%
    }
}

.vertical-align {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border-radius: 0
}

textarea {
    resize: none
}

input:focus, textarea:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only
}

input::-ms-clear {
    display: none
}

.enterprise_login {
    padding: 70px 0 162px;
    background: url(/Assets/EBG/img/enterprise_login_bg.jpg) no-repeat top
}

.login_con {
    width: 80%;
    margin: 0 auto;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 0 #d0d2d5
}

.login_con, .login_more {
    border-bottom-left-radius: 5px
}

.login_more {
    float: left;
    width: 40%;
    padding: 50px 50px 74px;
    border-top-left-radius: 5px;
    background: #dbe8f2
}

.login_more h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 18px;
    background: url(/Assets/EBG/img/login_more_h3.png) no-repeat 0 100%
}

.login_more ul {
    margin-right: -20px;
    margin-left: -20px
}

.login_more li {
    margin-bottom: 35px;
    padding-left: 35px
}

.login_more li:before {
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 20px;
    background: url(/Assets/EBG/img/e-icon.png) no-repeat -580px 0
}

.login_more li a {
    display: block
}

.login_more li img {
    vertical-align: bottom
}

.login_more li p {
    font-size: 16px;
    line-height: 1;
    margin: 10px 0 0;
    color: #666
}

.login_more li a:hover, .login_more li a:hover p {
    color: #0166fe
}

.login_form {
    position: relative;
    float: left;
    width: 60%;
    padding: 50px 77px 120px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff
}

.help_link {
    font-size: 12px;
    position: absolute;
    top: 17px;
    right: 36px;
    display: inline-block;
    width: 50px;
    min-height: 17px;
    padding-left: 24px;
    color: #333;
    background: url(/Assets/EBG/img/help_link_icon.png) no-repeat 0
}

.help_link:hover {
    color: #0166fe
}

.login_form h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px
}

.form_block {
    position: relative;
    height: 48px;
    margin-bottom: 18px;
    padding-left: 50px;
    border: 1px solid #d4d4d4
}

.input_icon {
    position: absolute;
    top: 16px;
    left: 15px;
    display: block;
    width: 16px;
    height: 16px
}

.username_icon {
    background: url(/Assets/EBG/img/form_user_icon.png) no-repeat 0
}

.password_icon {
    background: url(/Assets/EBG/img/form_password_icon.png) no-repeat 0
}

.form_block input {
    font-size: 14px;
    line-height: 46px;
    width: 100%;
    height: 46px;
    padding: 0 10px;
    border: none;
    outline: none;
    -webkit-outline: none
}

.form_login_btn {
    font-size: 18px;
    line-height: 43px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    background: #e50000
}

.form_login_btn:hover {
    background: #d70226
}

.form_login_btn.disabled {
    color: #e7e7e7;
    background: #ccc
}

.login_else_info {
    margin-top: 10px
}

.login_else_info span {
    font-size: 14px;
    float: left
}

.login_else_info span label {
    display: inline-block;
    margin: 0 10px;
    color: #adadad
}

.login_else_info span a {
    color: #333
}

.need_reg {
    font-size: 12px;
    float: right;
    color: #666
}

.need_reg a {
    font-size: 14px;
    font-weight: 700;
    color: #e50000
}

.login_else_info a:hover {
    color: #0166fe
}

.tips_error {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    color: #e50000
}

.popup_login {
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/Assets/EBG/img/alpha60.png) repeat \9
}

:root .popup_login {
    background-color: rgba(0, 0, 0, .5)
}

.popup_login .login_form {
    position: fixed;
    z-index: 1006;
    top: 50%;
    left: 50%;
    float: none;
    width: 480px;
    margin: 0 auto;
    margin-top: -200px;
    margin-left: -240px;
    padding-right: 38px;
    padding-bottom: 40px;
    padding-left: 38px;
    border-radius: 0
}

.close_popup {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(/Assets/EBG/img/close_popup.png) no-repeat
}

.other-sign-in-methods {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #d6d7d7
}

.other-sign-in-methods p {
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    color: #333
}

.other-sign-in-methods a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    vertical-align: middle
}

.other-sign-in-methods a.qq {
    background: url(/Assets/EBG/img/qq.png) no-repeat 50%
}

.other-sign-in-methods a.in {
    background: url(/Assets/EBG/img/in-out.png) no-repeat 50%
}

.other-sign-in-methods a.qq:hover {
    background: url(/Assets/EBG/img/qq-hover.png) no-repeat 50%
}

.other-sign-in-methods a.in:hover {
    background: url(/Assets/EBG/img/in-hover.png) no-repeat 50%
}

.login_form {
    background: #fbfcfc
}

.login_con {
    background: #dbe8f1
}

@media (max-width: 750px) {
    .popup_login {
        position: absolute
    }

    .popup_login .login_form {
        width: 90%;
        left: 5%;
        top: 20px;
        margin-left: 0;
        margin-top: 0;
        position: relative
    }

    .login_else_info span, .need_reg {
        float: none
    }
}

.hw-btn-warp {
    font-size: 0;
    padding-top: 20px
}

@media (max-width: 750px) {
    .hw-btn-warp {
        padding-top: 5px
    }
}

.hw-btn {
    border-radius: 2px;
    font-size: 16px;
    line-height: 1.125;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 9px 30px;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px
}

.btn-large {
    padding: 14px 30px
}

@media (max-width: 992px) {
    .hw-btn {
        font-size: 14px;
        padding: 9px 15px
    }
}

.mr20 {
    margin-right: 20px
}

.mlr10 {
    margin-right: 10px;
    margin-left: 10px
}

.bd-radius-2 {
    border-radius: 2px
}

@media (max-width: 750px) {
    .hw-btn {
        font-size: 12px;
        padding: 11px 15px
    }

    .mr20-wap {
        margin-right: 20px;
        margin-left: 0
    }

    .btn-large {
        padding: 11px 15px
    }
}

.btn-solid-red {
    color: #fff;
    border: 2px solid #d20a2c;
    background: #d20a2c
}

@media (min-width: 992px) {
    .btn-solid-red:hover {
        border: 2px solid #b20000;
        background: #b20000
    }
}

.btn-solid-terminal-red {
    color: #fff;
    border: 2px solid #d20a2c;
    background: #d20a2c
}

@media (min-width: 992px) {
    .btn-solid-terminal-red:hover {
        border: 2px solid #ad0824;
        background: #ad0824;
        color: #ffffff;
    }
}

.btn-empty-terminal-red {
    color: #d20a2c;
    border: 2px solid #d20a2c
}

@media (min-width: 992px) {
    .btn-empty-terminal-red:hover {
        color: #ad0824;
        border: 2px solid #ad0824
    }
}

.btn-empty-white {
    color: #fff;
    border: 2px solid #fff
}

@media (min-width: 992px) {
    .btn-empty-white:hover {
        border: 2px solid #d20a2c;
        color: #fff;
    }
}

.btn-empty-black {
    color: #333;
    border: 2px solid #333
}

@media (min-width: 992px) {
    .btn-empty-black:hover {
        border: 2px solid #d20a2c
    }
}

.btn-link-black {
    color: #333;
    text-decoration: underline
}

@media (min-width: 992px) {
    .btn-link-black:hover {
        color: #666
    }
}

.btn-empty-gray {
    color: #999;
    border: 2px solid #ccc
}

@media (min-width: 992px) {
    .btn-empty-gray:hover {
        border: 2px solid #d20a2c
    }
}

.btn-icon-video:before {
    font-size: 26px;
    position: absolute;
    top: 5px;
    left: 26px;


    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



.btn-large.btn-icon-video span i {
    position: relative;
    top: -4px;
    left: -6px;
    display: inline-block;
    width: 33px;
    height:31px;
    background: url("../images/bf.png") no-repeat;
    background-size: 33px 31px;
    vertical-align: middle;
}



@media (max-width: 992px) {
    .btn-icon-video:before {
        font-size: 22px;
        top: 6px;
        left: 12px
    }

    .btn-icon-video span {
        padding-left: 25px
    }

    .btn-large.btn-icon-video:before {
        font-size: 22px;
        top: 6px;
        left: 13px
    }

    .btn-large.btn-icon-video span {
        padding-left: 26px
    }
}

.hw-btn-link-warp {
    font-size: 0;
    padding-top: 10px
}

.hw-btn-link {
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.125;
    position: relative;
    display: inline-block;
    margin-top: 11px;
    padding-top: 9px;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px
}

.hw-btn-link + .hw-btn-link {
    margin-left: 20px
}

.hw-btn-link .iconfont {
    display: none
}

@media (min-width: 992px) {
    .hw-btn-link:hover {
        text-decoration: underline
    }
}

@media (max-width: 750px) {
    .hw-btn-link-warp {
        font-size: 0;
        padding-top: 5px
    }

    .hw-btn-link {
        font-size: 14px
    }
}

.btn-icon .iconfont {
    font-size: 26px;
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 1.1;
    width: 26px;
    overflow: hidden;
    text-align: center;
    height: 26px;
    display: block
}

.btn-icon span {
    padding-left: 32px
}

@media (max-width: 750px) {
    .btn-icon .iconfont {
        font-size: 22px;
        top: 5px;
        width: 23px;
        height: 23px
    }

    .btn-icon span {
        padding-left: 30px
    }
}

.btn-icon.btn-icon-right .iconfont {
    left: auto;
    right: 0
}

.btn-icon.btn-icon-right span {
    padding-left: 0;
    padding-right: 32px
}

@media (max-width: 750px) {
    .btn-icon.btn-icon-right span {
        padding-right: 30px
    }
}

.btn-separation .hw-btn-link + .hw-btn-link span {
    position: relative
}

.btn-separation .hw-btn-link + .hw-btn-link span:before {
    width: 3px;
    overflow: hidden;
    display: inline-block;
    content: "|";
    margin-right: 20px;
    vertical-align: middle;
    color: #999
}

.layout-block {
    position: relative
}

.layout-block .layout-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.layout-block .layout-bg + div {
    position: relative
}

.layout-block .layout-title {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
    color: #666
}

.layout-block .cistern-box {
    padding-top: 70px;
    padding-bottom: 70px
}

.layout-block .cistern-box-top {
    padding-top: 70px
}

.layout-block .cistern-box-bottom {
    padding-bottom: 70px
}

.layout-block .a-link {
    text-decoration: underline;
    color: #333;
    font-size: 16px;
    line-height: 1.375
}

.layout-block .a-link:hover {
    color: #666
}

.layout-block.isWhiteFont, .layout-block.isWhiteFont .layout-title {
    color: #fff
}

.layout-block.isWhiteFont .a-link {
    color: #fff;
    cursor: pointer
}

.layout-block.isWhiteFont .a-link:hover {
    color: hsla(0, 0%, 100%, .9)
}

@media (max-width: 1600px) {
    .layout-block .layout-title {
        font-size: 36px
    }
}

@media (max-width: 1200px) {
    .layout-block .layout-title {
        font-size: 30px
    }

    .layout-block .cistern-box {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .layout-block .cistern-box-top {
        padding-top: 40px
    }

    .layout-block .cistern-box-bottom {
        padding-bottom: 40px
    }
}

@media (max-width: 750px) {
    .layout-block .layout-title {
        padding-bottom: 20px
    }
}

.layout-block .layout-vertical-wrap {
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0
}

.layout-block .layout-vertical-wrap .layout-vertical {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.layout-block .layout-vertical-wrap:after {
    width: 0;
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%
}

.latestAndGreatest ul li {
    float: left;
    width: 33.333%
}

.latestAndGreatest ul li .block {
    position: relative;
    display: block;
    color: #fff
}

.latestAndGreatest ul li .block .pic {
    margin-left: 1px
}

.latestAndGreatest ul li .block .pic:after {
    padding-top: 121%
}

.latestAndGreatest ul li .block .pic img {
    display: block;
    width: 100%
}

.latestAndGreatest ul li .block .text {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    padding: 40px
}

.latestAndGreatest ul li .block .text h3 {
    font-size: 32px;
    line-height: 1.2;
    overflow: hidden
}

.LANG-en .latestAndGreatest ul li .block .text h3 {
    font-family: LT_Medium, Arial
}

.latestAndGreatest ul li .block .text p {
    font-size: 16px;
    line-height: 1.375;
    overflow: hidden;
    margin-top: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.latestAndGreatest ul li .block .text .hw-btn-warp {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.latestAndGreatest ul li .block:hover .text .hw-btn-warp, .latestAndGreatest ul li .block:hover .text p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

@media (max-width: 1600px) {
    .latestAndGreatest ul li .block .text h3 {
        font-size: 26px
    }
}

@media (max-width: 1200px) {
    .latestAndGreatest ul li .block .text h3 {
        font-size: 22px
    }

    .latestAndGreatest ul li .block .text a, .latestAndGreatest ul li .block .text p {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width: 920px) {
    .latestAndGreatest ul li .block .text {
        padding: 20px
    }

    .latestAndGreatest ul li .block .text h3 {
        font-size: 18px
    }

    .latestAndGreatest ul li .block .text a {
        margin-top: 20px
    }

    .latestAndGreatest ul li .block .text p {
        display: none
    }

    .latestAndGreatest ul li .block .text .hw-btn-warp {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width: 750px) {
    .latestAndGreatest ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    .latestAndGreatest ul li .block .pic:after {
        padding-top: 92%
    }

    .latestAndGreatest ul li .block .text {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 30px;
        background: rgba(0, 0, 0, .4)
    }

    .latestAndGreatest ul li .block .text h3 {
        font-size: 22px
    }

    .latestAndGreatest ul li .block .pic img {
        bottom: 0
    }

    .latestAndGreatest ul li .block:after {
        opacity: 1
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility
}

@font-face {
    font-family: corpfont;
    src: url(/Assets/enp/v2/fonts/corpfont.eot?20180122);
    src: url(/Assets/enp/v2/fonts/corpfont.eot?#iefix20180122) format("embedded-opentype"), url(/Assets/enp/v2/fonts/corpfont.ttf?20180122) format("truetype"), url(/Assets/enp/v2/fonts/corpfont.woff?20180122) format("woff"), url(/Assets/enp/v2/fonts/corpfont.svg?20180122#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" hwic_"], [class^=hwic_] {
    font-family: corpfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hwic_icon_pic:before {
    content: "\e926"
}

.hwic_icon_VK1:before {
    content: "\e919"
}

.hwic_icon_habrahabr:before {
    content: "\e924"
}

.hwic_icon_instagram:before {
    content: "\e925"
}

.hwic_icon_print2:before {
    content: "\e922"
}

.hwic_icon_print3:before {
    content: "\e923"
}

.hwic_icon_print:before {
    content: "\e91c"
}

.hwic_icon_building:before {
    content: "\e91d"
}

.hwic_icon_time:before {
    content: "\e91f"
}

.hwic_icon_user:before {
    content: "\e920"
}

.hwic_open-in-new3:before {
    content: "\e921"
}

.hwic_open-in-new-3:before {
    content: "\e900"
}

.hwic_open-in-new-2:before {
    content: "\e90e"
}

.hwic_download:before {
    content: "\e913"
}

.hwic_download2:before {
    content: "\e918"
}

.hwic_remove:before {
    content: "\e15b"
}

.hwic_to_left:before {
    content: "\e901"
}

.hwic_to_right:before {
    content: "\e902"
}

.hwic_lamp:before {
    content: "\e903"
}

.hwic_down:before {
    content: "\e904"
}

.hwic_lock:before {
    content: "\e905"
}

.hwic_sharing_email:before {
    content: "\e906"
}

.hwic_add:before {
    content: "\e907"
}

.hwic_sharing_print:before {
    content: "\e908"
}

.hwic_sharing_share:before {
    content: "\e909"
}

.hwic_browser:before {
    content: "\e90a"
}

.hwic_sharing_wechat:before {
    content: "\e90b"
}

.hwic_cross:before {
    content: "\e90c"
}

.hwic_dehaze:before {
    content: "\e90d"
}

.hwic_email:before {
    content: "\e90f"
}

.hwic_files:before {
    content: "\e910"
}

.hwic_top:before {
    content: "\e911"
}

.hwic_pdf:before {
    content: "\e914"
}

.hwic_left:before {
    content: "\e915"
}

.hwic_right:before {
    content: "\e916"
}

.hwic_search:before {
    content: "\e917"
}

.hwic_telphone:before {
    content: "\e91a"
}

.hwic_tick:before {
    content: "\e91b"
}

.hwic_zoom-out:before {
    content: "\e91e"
}

.hwic_play2:before {
    content: "\ea1c"
}

.hwic_google-plus:before {
    content: "\ea8b"
}

.hwic_facebook:before {
    content: "\ea91"
}

.hwic_twitter:before {
    content: "\ea96"
}

.hwic_sina-weibo:before {
    content: "\ea9a"
}

.hwic_youtube:before {
    content: "\ea9d"
}

.hwic_linkedin:before {
    content: "\eaca"
}

.hwic_caret_left:before {
    content: "\f0d9"
}

.hwic_caret_right:before {
    content: "\f0da"
}

.hwic_sort_desc:before {
    content: "\f0dd"
}

.hwic_sort_asc:before {
    content: "\f0de"
}

.hwic_to-right:before {
    content: "\e912"
}

.LANG-sa .direction {
    text-align: right;
    direction: rtl
}

.nav-section .nav {
    box-shadow: 2px 0 10px rgba(0, 0, 0, .2)
}

.wap-navbottom {
    padding: 0 20px;
    text-align: center
}

.nav-gblnav {
    font-size: 16px;
    position: relative;
    z-index: 99;
    background: #fff;
    line-height: normal
}

.nav-gblnav .cistern {
    padding-top: 0;
    padding-bottom: 0
}

.nav-gblnav .nav-height {
    height: 28px;
    background-color: #222
}

.nav-gblnav .nav-height .cistern {
    padding-top: 4px
}

.LANG-cn .nav-gblnav .nav-height .cistern {
    padding-top: 2px
}

.nav-gblnav .nav-height span a {
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding-right: 24px;
    text-decoration: none;
    color: #fff
}

.nav-gblnav.online .nav-height .login a {
    padding-left: 0
}

.LANG-sa .nav-gblnav .nav-height span a {
    padding-right: 0;
    padding-left: 24px
}

.nav-gblnav .nav-height span a.worldwide-link {
    padding-left: 20px
}

.LANG-sa .nav-gblnav .nav-height span a.worldwide-link {
    padding-right: 20px;
    padding-left: auto
}

.nav-gblnav .nav-height span a.worldwide-link em {
    top: -3px
}

.nav-gblnav .nav-height span.login a em {
    top: -1px
}

.nav-gblnav .nav-height span a em {
    font-size: 24px;
    position: absolute;
    top: -4px;
    right: 0;
    vertical-align: middle
}

.LANG-sa .nav-gblnav .nav-height span a em {
    right: auto;
    left: 0
}

.nav-gblnav .nav-height span a:hover {
    text-decoration: none
}

.nav-gblnav .nav-height span a:hover b {
    text-decoration: underline
}

.nav-gblnav .nav-height span a .hwic_browser {
    position: absolute;
    top: 2px;
    left: 0
}

.LANG-sa .nav-gblnav .nav-height span a .hwic_browser {
    right: 0;
    left: auto
}

.nav-gblnav .nav-height span a.navbar-toggle b {
    font-weight: 400;
    font-style: normal
}

.nav-gblnav .nav-height span a[aria-expanded=true] b {
    text-decoration: underline
}

.nav-gblnav .nav-height span [aria-expanded=true] .hwic_down:before {
    content: "\e911"
}

.LANG-sa .nav-gblnav .nav-height .login a {
    padding-right: 24px;
    padding-left: 0
}

.nav-gblnav .nav-height .login a em.hwic_lock {
    font-size: 18px;
    right: auto;
    left: 0
}

.LANG-sa .nav-gblnav .nav-height .login a em.hwic_lock {
    right: 0;
    left: auto
}

.nav-gblnav .nav-height .language {
    position: relative
}

.nav-gblnav .nav-height .language .language-dropdown {
    position: absolute;
    z-index: 100;
    top: 26px;
    left: 0;
    min-width: 120px;
    background: #222
}

.nav-gblnav .nav-height .language .language-dropdown ul {
    margin-bottom: 0;
    padding: 10px 15px;
    list-style: none
}

.nav-gblnav .nav-height .language .language-dropdown ul li {
    padding-top: 10px;
    border-top: 1px solid #fff
}

.nav-gblnav .nav-height .language .language-dropdown ul li:first-child {
    padding-top: 0;
    padding-bottom: 10px;
    border-top: 0
}

.nav-gblnav .nav-height .nav-fr {
    float: right
}

.LANG-sa .nav-gblnav .nav-height .nav-fr {
    float: left
}

.LANG-sa .nav-gblnav .nav-height .cistern > span {
    float: right
}

.nav-gblnav .nav-height .nav-fr > span {
    padding: 0 12px;
    border-left: 1px solid #949494
}

.LANG-sa .nav-gblnav .nav-height .nav-fr > span {
    border-right: 1px solid #949494;
    border-left: none
}

.nav-gblnav .nav-height .nav-fr > span:first-child {
    padding-right: 0;
    border-left: 0
}

.LANG-sa .nav-gblnav .nav-height .nav-fr > span:first-child {
    float: right;
    padding-right: 12px;
    padding-left: 0;
    border: none
}

.nav-gblnav .nav-height .nav-fr > span a b {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: -1px
}

.nav-gblnav .nav-height .nav-fr > span a:hover b {
    text-decoration: underline
}

.nav-gblnav .nav-height .login a {
    padding-right: 0;
    padding-left: 24px
}

.nav-gblnav .corporate .corporate-dropdown {
    width: 100%
}

.nav-gblnav .corporate .corporate-dropdown ul {
    margin-bottom: 0;
    padding: 40px 0;
    padding-left: 0;
    list-style: none;
    letter-spacing: -.31em
}

.nav-gblnav .corporate .corporate-dropdown ul li {
    font-size: 14.000000000000002px;
    display: inline-block;
    float: left;
    width: 25%;
    padding-right: 60px;
    cursor: pointer;
    letter-spacing: 0
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child {
    cursor: default
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child h3 a {
    cursor: default;
    color: #282828
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child h3 a em:before {
    content: "" !important
}

.nav-gblnav .corporate .corporate-dropdown ul li:first-child a {
    cursor: default
}

.nav-gblnav .corporate .corporate-dropdown ul li h3 {
    line-height: 0;
    margin-bottom: 0
}

.nav-gblnav .corporate .corporate-dropdown ul li p {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
    color: #282828
}

.nav-gblnav .corporate .corporate-dropdown ul li a {
    font-size: 14.000000000000002px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding-right: 25px;
    color: #f66f6a
}

.LANG-sa .nav-gblnav .corporate .corporate-dropdown ul li a {
    padding-right: 0;
    padding-left: 25px
}

.nav-gblnav .corporate .corporate-dropdown ul li a em {
    font-size: 24px;
    position: absolute;
    top: -3px;
    right: 0
}

.LANG-sa .nav-gblnav .corporate .corporate-dropdown ul li a em {
    right: auto;
    left: 0
}

.nav-gblnav .corporate .corporate-dropdown ul li a:hover {
    text-decoration: none
}

.nav-gblnav .corporate .corporate-dropdown ul li a.active {
    color: #282828
}

.nav-gblnav .corporate .corporate-dropdown ul li a.active .hwic_right:before {
    content: "" !important
}

.nav-gblnav .corporate .worldwide-dropdown {
    width: 100%
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact {
    overflow: hidden;
    padding: 40px 0
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: -10px;
    padding-left: 25px;
    color: #000
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language .hwic_browser {
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0
}

.LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language {
    padding-right: 25px;
    padding-left: 0
}

.LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language .hwic_browser {
    right: 0;
    left: auto
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language a {
    color: #222
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul {
    margin-bottom: 0;
    letter-spacing: -.31em
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li {
    display: inline-block;
    float: left;
    width: 40%;
    letter-spacing: 0
}

.LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li {
    float: right
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns1 {
    width: 20%;
    padding-right: 60px
}

.LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns1 {
    padding-right: 0;
    padding-left: 60px
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns2 {
    padding: 0 60px
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns3 {
    padding-left: 60px
}

.LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns3 {
    padding-right: 60px;
    padding-left: 0
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul {
    margin-top: 10px;
    padding-left: 0;
    list-style: none
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul > h6 {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 20px 0 5px;
    color: #333;
    border-bottom: 1px solid #e3e3e3
}

.LANG-cn .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul > h6 {
    font-weight: 700
}

.LANG-en .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul > h6 {
    font-family: LT_Bold, Arial
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li {
    font-size: 14.000000000000002px;
    line-height: 1.2;
    padding-top: 15px
}

.LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li span {
    float: right;
    padding-left: 5px
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns2 ul li, .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns3 ul li {
    float: left;
    width: 50%
}

.LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns2 ul li, .LANG-sa .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns3 ul li {
    float: auto;
    float: right;
    width: 50%
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li:first-child {
    padding-top: 0
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li em {
    margin-right: 10px
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li a {
    text-decoration: underline;
    color: #222
}

.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li a:hover {
    color: #222
}

.wap-menu.affix {
    position: fixed;
    top: 0;
    width: 100%
}

.wap-menu .autocomplete-suggestions {
    border: 0
}

.wap-menu #hw1_global_nav {
    position: relative;
    z-index: auto;
    height: auto
}

.wap-menu #hw1_global_nav .navbar-collapse {
    position: absolute;
    z-index: 98;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 0 0 2px #ccc
}

.wap-menu #hw1_global_nav .navbar-collapse .slick-dots, .wap-menu #hw1_global_nav .navbar-collapse .slick-next, .wap-menu #hw1_global_nav .navbar-collapse .slick-prev {
    display: none !important
}

.wap-menu #hw1_global_nav .navbar-collapse .slick-dotted.slick-slider {
    margin-bottom: 0
}

.wap-menu #hw1_global_nav .navbar-collapse .bg-support {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100%
}

.wap-menu #hw1_global_nav .navbar-collapse .bg-support .row {
    height: 100%
}

.wap-menu #hw1_global_nav .navbar-collapse .bg-support div {
    height: 100%;
    background: #ebebeb
}

.wap-menu #hw1_mob_nav_container {
    position: fixed;
    z-index: 98;
    top: 50px;
    right: -100%;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: right, visibility;
    transition-property: right, visibility;
    background: #f5f5f5
}

.wap-menu #hw1_mob_nav_container.open .mob-nav-corporate {
    bottom: 0;
    opacity: 1
}

.wap-menu #hw1_mob_nav_container.open {
    right: 0;
    padding-bottom: 100px
}

.wap-menu .hw1_masthead_rightside {
    position: relative;
    float: right;
    height: 40px;
    margin-top: 13px
}

.wap-menu .hw1_masthead_rightside > ul > li {
    font-size: 21px;
    position: relative;
    display: block;
    float: left;
    height: 40px;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #d4d4d4
}

.wap-menu .hw1_masthead_rightside > ul > li a {
    font-size: 22px;
    font-weight: 700;
    float: left;
    width: 23px;
    margin-top: 3px;
    color: #222
}

.wap-menu .hw1_masthead_rightside > ul > li a span {
    font-size: 18px;
    font-weight: 700
}

.wap-menu .hw1_masthead_rightside > ul > li:first-child {
    margin-top: 5px;
    border-left: 0
}

.wap-menu .hw1_masthead_rightside > ul > li:first-child a {
    float: none;
    margin-top: 0
}

.wap-menu .hw1_masthead_rightside > ul > li.hw1_show_more {
    padding-right: 0
}

.wap-menu .hw1_masthead_rightside > ul > li .line-3 {
    width: 42px;
    height: 34px;
    margin-top: 1px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-left: 18px;
    border-left: 1px solid #d4d4d4
}

.wap-menu .hw1_masthead_rightside > ul > li .line-3 span {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: #222
}

.wap-menu .mob-nav-gblanv {
    position: relative;
    z-index: 2;
    padding-top: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #d4d4d4;
    background: #fff;
    box-shadow: 4px 0 10px #ccc
}

.wap-menu .mob-nav-gblanv .nav {
    height: 40px
}

.wap-menu .mob-nav-gblanv .nav .hw1_logo1 {
    position: relative;
    float: left;
    overflow: hidden
}

.wap-menu .link-red, .wap-menu .see-all {
    color: #f66f6a !important
}

.wap-menu .mob-nav-corporate {
    position: fixed;
    z-index: 10;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 10px 15px;
    transition: opacity 1s;
    opacity: 0;
    background: #222
}

.wap-menu .mob-nav-corporate > span {
    float: left
}

.LANG-sa .wap-menu .mob-nav-corporate > span {
    float: right
}

.wap-menu .mob-nav-corporate > ul {
    float: right;
    background: none
}

.LANG-sa .wap-menu .mob-nav-corporate > ul {
    float: left
}

.wap-menu .mob-nav-corporate > ul li {
    line-height: normal !important;
    display: inline-block;
    padding: 0 !important;
    padding-left: 12px;
    border-bottom: 0 !important;
    border-left: 1px solid #7e7e7e
}

.wap-menu .mob-nav-corporate > ul li:first-child {
    border-left: 0
}

.LANG-sa .wap-menu .mob-nav-corporate > ul li:first-child {
    position: relative
}

.wap-menu .mob-nav-corporate > ul li span {
    font-size: 14.000000000000002px;
    margin-right: 5px;
    color: #fff
}

.LANG-sa .wap-menu .mob-nav-corporate > ul li span {
    position: absolute;
    top: 3px;
    right: 0;
    margin-right: 0
}

.wap-menu .mob-nav-corporate a {
    font-size: 12px;
    display: inline-block !important;
    color: #fff
}

.wap-menu .mob-nav-corporate a em {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle
}

.LANG-sa .wap-menu .mob-nav-corporate a {
    position: relative;
    padding-left: 25px
}

.LANG-sa .wap-menu .mob-nav-corporate > ul li a {
    padding-right: 25px
}

.LANG-sa .wap-menu .mob-nav-corporate a em {
    position: absolute;
    top: -8px;
    left: 0
}

.wap-menu .mob-nav-corporate .navbar-toggle[aria-expanded=true] em:before {
    content: "\e904" !important
}

.wap-menu .nav-posti {
    position: static;
    top: 56.99999999999999px;
    left: 0;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 48px
}

.wap-menu .mob-corporate-open {
    position: fixed;
    z-index: 10;
    top: 50px;
    width: 100%;
    height: 100%;
    padding-bottom: 155px;
    background: #fff
}

.wap-menu .mob-corporate-open ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wap-menu .mob-corporate-open ul li {
    padding: 15px !important;
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 1px 0 5px #f5f5f5
}

.wap-menu .mob-corporate-open ul li h3 {
    font-size: 14.000000000000002px;
    line-height: 150%;
    margin-bottom: 5px
}

.wap-menu .mob-corporate-open ul li p {
    font-size: 14.000000000000002px;
    width: 60%;
    margin: 0;
    text-align: left
}

.LANG-sa .wap-menu .mob-corporate-open ul li p {
    text-align: right
}

.wap-menu .mob-corporate-open ul li a {
    color: #f66f6a
}

.LANG-sa .wap-menu .mob-corporate-open ul li a {
    position: relative
}

.LANG-cn .wap-menu .mob-corporate-open ul li a {
    font-weight: 700
}

.LANG-en .wap-menu .mob-corporate-open ul li a {
    font-family: LT_Bold, Arial
}

.wap-menu .mob-corporate-open ul li a em {
    float: right;
    margin-top: 5px
}

.LANG-sa .wap-menu .mob-corporate-open ul li a em {
    float: left
}

.wap-menu .mob-corporate-open ul li:first-child a {
    color: #222
}

.wap-menu .mob-worldwide-open {
    position: fixed;
    z-index: 10;
    top: 50px;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 155px;
    background: #fff
}

.wap-menu .mob-worldwide-open ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wap-menu .mob-worldwide-open ul h6 {
    font-size: 14px;
    padding: 20px 15px 5px;
    color: #333;
    border-top: 1px solid #ccc
}

.LANG-en .wap-menu .mob-worldwide-open ul h6 {
    font-family: LT_Bold, Arial
}

.wap-menu .mob-worldwide-open ul li {
    padding: 15px 0
}

.wap-menu .mob-worldwide-open ul li a {
    color: #222
}

.LANG-sa .wap-menu .mob-worldwide-open ul > li > ul > li > span {
    float: right;
    margin-left: 5px
}

.wap-menu .mob-worldwide-open ul li a span {
    padding-right: 15px
}

.wap-menu .mob-worldwide-open ul li a .hwic_browser {
    font-size: 25px
}

.wap-menu .mob-worldwide-open ul > li > ul > li {
    padding: 5px 15px
}

.wap-menu .mob-worldwide-open ul > li > ul {
    padding-bottom: 10px
}

.wap-menu .search-open {
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    margin-top: -50px;
    transition: margin-left .5s ease-in-out
}

.wap-menu .search-open.open {
    z-index: 1048;
    display: block !important;
    margin-left: -474px
}

.wap-menu .search-open .highlight {
    color: #f66f6a
}

.wap-menu .search-open .search-box {
    position: relative
}

.wap-menu .search-open .search-box input {
    font-size: 16px;
    line-height: 48px;
    width: 100%;
    height: 48px;
    padding-left: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    outline: none
}

.wap-menu .search-open .search-box input:focus {
    color: #282828;
    border: 1px solid #15b0eb;
    box-shadow: 0 3px 8px #d4d4d4
}

.wap-menu .search-open .search-box .search-btn {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0 10px
}

.wap-menu .search-open .results-box {
    margin-top: 17px;
    padding: 30px 0;
    border-radius: 5px;
    background: #fff
}

.wap-menu .search-open .results-box .autocomplete-suggestions {
    width: 100% !important
}

.wap-menu .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 18px;
    padding: 10px 30px
}

.wap-menu .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion:hover {
    cursor: pointer;
    background: #999
}

.wap-menu .search-open .results-box .results1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4
}

.wap-menu .search-open .results-box h3 {
    font-size: 14.000000000000002px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #999
}

.wap-menu .search-open .results-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wap-menu .search-open .results-box ul li {
    line-height: 100%;
    padding: 10px 30px
}

.wap-menu .search-open .results-box ul li:hover {
    background: #999
}

.wap-menu .search-open .results-box ul li:hover a {
    color: #fff !important
}

.wap-menu .search-open .results-box a {
    font-size: 18px
}

.wap-menu #hw1_mob_nav_container .worldwide-language a {
    color: #282828
}

.LANG-sa .wap-menu #hw1_mob_nav_container .worldwide-language a {
    float: left
}

@media (max-width: 1600px) {
    .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns1 {
        width: 20%;
        padding-right: 20px
    }

    .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns2 {
        padding: 0 20px
    }

    .nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li.columns3 {
        padding-left: 20px
    }
}

@media (max-width: 992px) {
    .wap-menu #hw1_mob_nav_container .worldwide-language {
        margin: 0 15px;
        padding: 15px 0
    }

    .LANG-sa .wap-menu #hw1_mob_nav_container .worldwide-language {
        position: relative;
        display: inline-block;
        padding-right: 25px
    }

    .LANG-sa .wap-menu #hw1_mob_nav_container .worldwide-language span {
        position: absolute;
        top: 16px;
        right: 0;
        margin-right: 0
    }

    .wap-menu #hw1_mob_nav_container .worldwide-language span {
        margin-right: 8px
    }

    .wap-menu #hw1_mob_nav_container .worldwide-contact > ul > li {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0
    }

    .hidden-sm {
        display: none !important
    }

    .wap-menu #hw1_mob_nav_container.open {
        display: block
    }

    .hidden-xs {
        display: none !important
    }

    .wap-menu #hw1_mob_nav_container {
        display: block;
        position: static;
        height: auto
    }

    .wap-menu .mob-worldwide-open ul h6 {
        font-size: 16px
    }
}

.headerOld .zl-pc-header * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.headerOld .zl-pc-header:after, .headerOld .zl-pc-header:before {
    box-sizing: border-box
}

.headerOld .zl-pc-header li, .headerOld .zl-pc-header ol, .headerOld .zl-pc-header ul {
    list-style: none
}

.headerOld .zl-pc-header a, .headerOld .zl-pc-header a:focus, .headerOld .zl-pc-header a:hover, .headerOld .zl-pc-header a:visited {
    text-decoration: none
}

.headerOld .zl-pc-header img {
    border: none;
    outline: none
}

.headerOld .zl-pc-header .cistern:after, .headerOld .zl-pc-header .clearfix:after {
    display: table;
    clear: both;
    content: " "
}

.headerOld .zl-pc-header {
    font-size: 16px;
    color: #666
}

.headerOld .zl-pc-header a, .headerOld .zl-pc-header i {
    -webkit-transition: .5s;
    transition: .5s
}

.headerOld .zl-pc-header h1, .headerOld .zl-pc-header h2, .headerOld .zl-pc-header h3, .headerOld .zl-pc-header h4, .headerOld .zl-pc-header h5, .headerOld .zl-pc-header h6 {
    font-weight: 400
}

.headerOld .zl-pc-header .cistern {
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px
}

.zl-pc-header-box.headerOld {
    height: 68px;
    position: relative
}

.zl-pc-header-box.headerOld .right {
    text-align: left
}

.headerOld .zl-pc-header {
    position: relative;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .2)
}

.headerOld .zl-pc-logo {
    display: inline-block;
    float: left;
    margin-top: 17px
}

.headerOld .zl-pc-nav {
    font-size: 0;
    line-height: 0;
    display: block;
    float: left;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: c .3s;
    animation: c .3s
}

.headerOld .zl-pc-nav.narrow {
    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: b .3s;
    animation: b .3s;
    opacity: 0
}

.headerOld .zl-pc-nav-column-ul {
    padding-left: 30px
}

.headerOld .zl-pc-nav-column-li {
    display: inline-block;
    padding: 0 30px;
    cursor: pointer
}

.headerOld .zl-pc-nav-column-li:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    visibility: hidden \9;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 0;
    background: #d20a2c
}

.headerOld .zl-pc-nav-column-li.current:after {
    z-index: 3
}

.headerOld .zl-pc-nav-column-li.current .zl-pc-nav-column-a {
    color: #d20a2c
}

.headerOld .zl-pc-nav-column-li.current .zl-pc-nav-column-a:after {
    opacity: 1
}

.headerOld .zl-pc-nav-column-li.current .zl-pc-nav-con {
    display: block;
    -webkit-animation: a .4s;
    animation: a .4s;
    opacity: 1
}

.headerOld .LANG-en .zl-pc-nav-column-a {
    font-family: LT_Medium, Arial
}

.headerOld .zl-pc-nav-column-a {
    font-size: 16px;
    line-height: 67px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #888
}

.headerOld .zl-pc-nav-column-a:hover {
    color: #888
}

.headerOld .zl-pc-nav-column-a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    visibility: hidden \9;
    width: 100%;
    height: 2px;
    content: "";
    opacity: 0;
    background: #d20a2c
}

.headerOld .zl-pc-search {
    display: inline-block;
    float: right
}

.headerOld .zl-pc-search-icon {
    display: block;
    padding: 22px 0 0 10px;
    cursor: pointer
}

.headerOld .zl-pc-search-icon:hover .iconfont {
    color: #d20a2c
}

.headerOld .zl-pc-search-icon .iconfont {
    font-size: 24px;
    color: #a8a8a8
}

.headerOld .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: e .5s;
    animation: e .5s;
    opacity: 0
}

.headerOld .zl-pc-searching-box.searching {
    z-index: 9999;
    display: block \9;
    visibility: visible;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: d .5s;
    animation: d .5s;
    opacity: 1
}

.headerOld .zl-pc-searching-box-close {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    padding: 3px 5px 0;
    background: #fff
}

.headerOld .zl-pc-searching-box-close .iconfont {
    font-size: 20px;
    line-height: 30px;
    color: #999
}

.headerOld .zl-pc-searching-box .nav-searchbit-box {
    position: absolute;
    width: 100%
}

.headerOld .zl-pc-searching-box .Find_support {
    position: absolute;
    top: 3px;
    top: 0 \9;
    left: 3px;
    display: inline-block;
    margin-top: 3px \9;
    padding: 3px 5px 0;
    background: #fff
}

.headerOld .zl-pc-searching-box .Find_support .iconfont {
    font-size: 24px;
    line-height: 30px;
    color: #d20a2c
}

.headerOld .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: 1px solid #dbdbdb;
    outline: none
}

.headerOld .zl-pc-header .zl-pc-searching-text {
    margin-top: 39px;
    border: 1px solid #f0f0f0;
    border-top: none;
    background: #fff
}

.headerOld .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
}

.headerOld .zl-pc-header .ui-autocomplete:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 26px;
    content: "";
    background-color: #fff
}

.headerOld .zl-pc-header .ui-autocomplete li {
    line-height: 26px;
    display: block !important;
    float: none !important;
    margin-bottom: 5px;
    padding: 0 10px
}

.headerOld .zl-pc-header .ui-autocomplete li a {
    cursor: pointer;
    color: #666
}

.headerOld .zl-pc-header .ui-autocomplete li a:hover {
    text-decoration: underline
}

.headerOld .zl-pc-header .ui-autocomplete li a span {
    font-size: 14px;
    color: #666
}

.headerOld .zl-pc-header .ui-autocomplete li a span strong {
    color: #333
}

.headerOld .ui-helper-hidden-accessible {
    display: none
}

.headerOld .zl-pc-nav-con .text h3 {
    font-family: LT_Medium, Arial;
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 4px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #f2f2f2
}

.headerOld ul.zl-pc-nav-textul {
    padding: 15px 0
}

.headerOld ul.zl-pc-nav-textul li {
    float: left;
    width: 50%;
    padding-bottom: 5px
}

.headerOld 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
}

.headerOld ul.zl-pc-nav-textul li a .iconfont {
    position: absolute;
    top: 3px;
    left: 0
}

.headerOld ul.zl-pc-nav-textul li a:hover, .headerOld ul.zl-pc-nav-textul li a:hover .iconfont {
    color: #d20a2c
}

.headerOld .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
}

.headerOld .zl-pc-nav-con .all:hover:after {
    position: absolute;
    bottom: 1px;
    left: 25px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    border-bottom: 1px solid #d20a2c;
    background: #fff
}

.headerOld .zl-pc-nav-con .all .iconfont {
    font-size: 13px;
    position: absolute;
    top: 1px;
    left: 4px
}

.headerOld .zl-pc-nav-con {
    margin-top: 1px;
    position: absolute;
    z-index: 102;
    left: 0;
    display: none;
    width: 100%;
    cursor: default;
    opacity: 0;
    border-bottom: 1px solid #e5e5e5 \9;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
}

.headerOld .current .zl-pc-nav-products {
    background: url(/Assets/enp/v2/img/zl-pc-nav-products-bg.jpg) repeat-y 50%
}

.headerOld .zl-pc-nav-products .left {
    float: left;
    width: 35%;
    padding: 25px 20px 45px 0;
    background: #fff
}

.headerOld .zl-pc-nav-products .left .text {
    margin-bottom: 35px
}

.headerOld .zl-pc-nav-products .right {
    float: left;
    width: 65%;
    padding: 25px 0 45px 35px;
    background: #f6f6f6
}

.headerOld .zl-pc-nav-industry {
    margin-bottom: 45px
}

.headerOld .zl-pc-nav-industry h3 {
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000
}

.headerOld .zl-pc-nav-industry-box {
    position: relative;
    overflow: hidden
}

.headerOld .zl-pc-nav-industry-box .pic {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .1s;
    transition: .1s
}

.headerOld .zl-pc-nav-industry-box .pic img {
    position: absolute;
    top: -120px;
    left: -50px;
    display: block
}

.headerOld .zl-pc-nav-industry-box ul {
    position: relative;
    margin: 0 -5px
}

.headerOld .zl-pc-nav-industry-box ul li {
    float: left;
    width: 25%;
    border: 5px solid #f6f6f6
}

.headerOld .zl-pc-nav-industry-box ul li div {
    font-size: 0;
    line-height: 0;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    color: #f6f6f6
}

.headerOld .zl-pc-nav-industry-box ul li a {
    display: block;
    height: 90px;
    color: #f6f6f6
}

.headerOld .zl-pc-nav-industry-box ul li div:hover a {
    color: #d20a2c;
    background: #fff
}

.headerOld .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
}

.headerOld .zl-pc-nav-industry-box ul li a em {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.headerOld .zl-pc-nav-services h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #000
}

.headerOld .zl-pc-nav-services ul {
    margin: 0 -3px
}

.headerOld .zl-pc-nav-services ul li {
    float: left;
    width: 33.333%
}

.headerOld .zl-pc-nav-services ul li a {
    position: relative;
    display: block;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #cccfd4;
    background: #ecebeb
}

.headerOld .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
}

.headerOld .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
}

.headerOld .zl-pc-nav-services ul li a .iconfont.icon-renzheng-copy, .headerOld .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
}

.headerOld .zl-pc-nav-services ul li a:hover {
    border: 1px solid #d20a2c;
    background: #d20a2c
}

.headerOld .zl-pc-nav-services ul li a:hover .iconfont, .headerOld .zl-pc-nav-services ul li a:hover p {
    color: #fff
}

.headerOld .current .zl-pc-nav-supportbyproduct {
    background: url(/Assets/enp/v2/img/zl-pc-nav-support-bg.jpg) repeat-y 50%
}

.headerOld .zl-pc-nav-supportbyproduct .zl-pc-nav-textul {
    width: 80%
}

.headerOld .zl-pc-nav-supportbyproduct .left {
    float: left;
    width: 65%;
    padding: 25px 20px 45px 0;
    background: #fff
}

.headerOld .zl-pc-nav-supportbyproduct .right {
    float: right;
    width: 35%;
    padding: 25px 20px 45px 0;
    background: #f6f6f6
}

.headerOld .zl-pc-nav-supportbyproduct .left .text p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #666
}

.headerOld .zl-pc-nav-supportbyproduct ul.zl-pc-nav-textul li {
    width: 33.333%
}

.headerOld .zl-pc-support-searching-box {
    position: relative;
    z-index: 10;
    width: 80%;
    height: 40px;
    cursor: pointer
}

.headerOld .zl-pc-support-searching-box.searching {
    left: 20%;
    display: block;
    opacity: 1
}

.headerOld .zl-pc-support-searching-box-close {
    position: absolute;
    top: 8px;
    right: 10px
}

.headerOld .zl-pc-support-searching-box-close .iconfont {
    font-size: 20px
}

.headerOld .zl-pc-support-searching-box .nav-searchbit-box {
    position: relative;
    float: left;
    width: 100%
}

.headerOld .zl-pc-support-searching-box .Find_support {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 52px;
    height: 38px;
    color: #fff;
    background: #d20a2c
}

.headerOld .zl-pc-support-searching-box .Find_support .iconfont {
    font-size: 24px;
    position: absolute;
    top: 21px;
    left: 16px;
    color: #fff
}

.headerOld .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
}

.headerOld .zl-pc-support-searching-box .zl-pc-searching-text {
    margin-top: 15px;
    border: 1px solid #f0f0f0;
    border-top: none;
    background: #fff
}

.headerOld .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
}

.headerOld .zl-pc-support-searching-box .ui-autocomplete li {
    line-height: 26px;
    display: block !important;
    float: none !important;
    margin-bottom: 5px;
    padding: 0 40px
}

.headerOld .zl-pc-support-searching-box .ui-autocomplete li a span {
    font-size: 14px;
    color: #666
}

.headerOld .zl-pc-support-searching-box .ui-autocomplete li a span strong {
    color: #333
}

.headerOld .zl-pc-support-searching-box ul {
    display: none !important
}

.headerOld .zl-pc-searching-tip {
    position: absolute;
    top: 100% !important;
    display: none;
    overflow: hidden;
    width: 100%;
    max-height: 250px;
    margin-top: -1px;
    margin-bottom: 20px;
    padding: 0 20px 20px;
    border: 1px solid #dbdbdb;
    background-color: #fff
}

.headerOld .zl-pc-searching-tip li {
    line-height: 26px;
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    outline: none
}

.headerOld .zl-pc-searching-tip li.ui-menu-title {
    font-size: 13px;
    position: static;
    height: auto;
    margin-top: 7px;
    padding-left: 10px;
    color: #999;
    background: none !important
}

.headerOld .zl-pc-searching-tip li a {
    font-size: 14px;
    height: 26px;
    margin-right: 10px;
    color: #666
}

.headerOld .zl-pc-searching-tip li a:hover {
    text-decoration: underline
}

.headerOld .zl-pc-nav-docymentation {
    padding-top: 20px;
    border-top: 1px solid #f2f2f2
}

.headerOld .zl-pc-nav-docymentation ul {
    overflow: hidden;
    margin-left: 1px
}

.headerOld .zl-pc-nav-docymentation ul li {
    width: 20%;
    border-left: 1px solid #ddd
}

.headerOld .zl-pc-nav-docymentation ul li a .iconfont {
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    color: #666
}

.headerOld .zl-pc-nav-docymentation ul li a p {
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
    color: #666
}

.headerOld .zl-pc-nav-docymentation ul li a:hover .iconfont {
    color: #d20a2c
}

.headerOld .zl-pc-nav-servicezone {
    padding: 0 40px
}

.headerOld .zl-pc-nav-servicezone.text h3 {
    border-bottom: 1px solid #eaeaea
}

.headerOld .zl-pc-nav-servicezone ul.zl-pc-nav-textul li {
    width: 100%
}

.headerOld .zl-pc-nav-how-to-buy {
    padding: 30px 0;
    background: #fff
}

.headerOld .zl-pc-nav-how-to-buy .text {
    float: left;
    width: 33.333%;
    padding-right: 40px
}

.headerOld .zl-pc-nav-how-to-buy .text ul li {
    width: 100%
}

.headerOld .zl-pc-nav-partner {
    padding: 30px 0;
    background: #fff
}

.headerOld .zl-pc-nav-partner .text {
    float: left;
    width: 25%;
    padding-right: 40px
}

.headerOld .zl-pc-nav-partner .text ul li {
    width: 100%
}

.headerOld .zl-pc-hamburger-nav {
    display: none
}

.headerOld .zl-pc-logined-tip {
    line-height: normal;
    position: absolute;
    z-index: 20;
    top: 98%;
    right: 42px;
    width: 340px;
    text-align: left
}

.headerOld .zl-pc-logined-tipBox {
    display: inline-block;
    float: right;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.headerOld .zl-pc-logined-tipBox .l-tB-title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 8px;
    color: #333;
    border-bottom: 1px solid #f2f2f2
}

.headerOld .zl-pc-logined-tipBox b {
    position: absolute;
    top: -2px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #d20a2c
}

.headerOld .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
}

.headerOld .zl-pc-logined-tipBox p .iconfont {
    position: absolute;
    top: 4px;
    left: -5px
}

.headerOld .zl-pc-logined-tipBox .logined-checkTips {
    font-size: 16px;
    padding: 20px 40px 31px;
    border-top: 1px dashed #e0e0e0
}

.headerOld .logined-tipBox .logined-checkTips span, .headerOld .zl-pc-logined-tipBox .logined-checkTips input {
    display: inline-block;
    vertical-align: middle
}

.headerOld .zl-pc-logined-tipBox .logined-checkTips span {
    margin-left: 10px;
    color: #666
}

.headerOld .zl-pc-logined-tipBox .text {
    padding: 25px 40px 20px
}

.headerOld .zl-pc-logined-box {
    line-height: normal;
    position: absolute;
    z-index: 20;
    top: 98%;
    right: 43px;
    display: none;
    width: 240px;
    text-align: left
}

.headerOld .zl-pc-logined-box:after {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 30px;
    content: ""
}

.headerOld .zl-pc-logined-box .con {
    display: inline-block;
    float: right;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.headerOld .zl-pc-logined-box b {
    position: absolute;
    top: -2px;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #d20a2c
}

.headerOld .zl-pc-logined-box .top {
    padding: 15px 40px 10px
}

.headerOld .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
}

.headerOld .LANG-cn .zl-pc-logined-box .top a .iconfont {
    top: 9px
}

.headerOld .zl-pc-logined-box .top a .iconfont {
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: -5px;
    color: #a8a8a8
}

.headerOld .zl-pc-logined-box .top a .iconfont.icon-bi {
    top: 11px
}

.headerOld .LANG-cn .zl-pc-logined-box .top a .iconfont.icon-bi {
    font-size: 18px;
    top: 8px
}

.headerOld .zl-pc-logined-box .top a:hover, .headerOld .zl-pc-logined-box .top a:hover .iconfont {
    color: #d20a2c
}

.headerOld .zl-pc-logined-box .bottom {
    padding: 25px 40px 20px;
    border-top: 1px dashed #e0e0e0
}

.headerOld .zl-pc-logined-box .bottom span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 8px;
    color: #333;
    border-bottom: 1px solid #f2f2f2
}

.headerOld .zl-pc-logined-box .bottom a {
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    display: block;
    padding: 5px 0 5px 15px;
    color: #555
}

.headerOld .zl-pc-logined-box .bottom a:hover {
    color: #d20a2c
}

.headerOld .zl-pc-logined-box .bottom a .iconfont {
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: -6px;
    content: "";
    color: #555
}

.headerOld .zl-pc-logined-box .bottom a:hover .iconfont {
    color: #d20a2c
}

.headerOld .zl-pc-nav-docymentation ul {
    padding-left: 1px
}

.headerOld .zl-pc-nav-docymentation ul li {
    float: left;
    width: 16.666%;
    margin-left: -1px;
    border: 1px solid #ddd
}

.headerOld .zl-pc-nav-docymentation ul li a {
    position: relative;
    display: block;
    text-align: center
}

.headerOld .zl-pc-nav-docymentation ul li a p {
    font-size: 14px;
    line-height: 1.28;
    padding-bottom: 10px;
    color: #333
}

.headerOld .zl-pc-nav-docymentation ul li a:hover p {
    color: #d20a2c
}

.headerOld .zl-pc-nav-docymentation li em {
    display: block;
    width: 28px;
    height: 28px;
    margin: 14px auto 7px
}

.headerOld .current .zl-pc-nav-docymentation em.icon1 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -1px -1px
}

.headerOld .current .zl-pc-nav-docymentation em.icon2 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -39px -1px
}

.headerOld .current .zl-pc-nav-docymentation em.icon3 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -77px -1px
}

.headerOld .current .zl-pc-nav-docymentation em.icon4 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -115px -1px
}

.headerOld .current .zl-pc-nav-docymentation em.icon5 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -153px -1px
}

.headerOld .current .zl-pc-nav-docymentation em.icon6 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -191px -1px
}

.headerOld .zl-pc-nav-docymentation ul li a:hover em.icon1 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -1px -39px
}

.headerOld .zl-pc-nav-docymentation ul li a:hover em.icon2 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -39px -39px
}

.headerOld .zl-pc-nav-docymentation ul li a:hover em.icon3 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -77px -39px
}

.headerOld .zl-pc-nav-docymentation ul li a:hover em.icon4 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -115px -39px
}

.headerOld .zl-pc-nav-docymentation ul li a:hover em.icon5 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -153px -39px
}

.headerOld .zl-pc-nav-docymentation ul li a:hover em.icon6 {
    background: url(/Assets/enp/v2/img/zl-pc-nav-docymentation-icon.png) no-repeat -191px -39px
}

.headerOld .zl-pc-nav-docymentation {
    width: 95%;
    margin-top: 30px;
    padding-top: 0;
    border-top: 0
}

.headerOld .zl-pc-nav-docymentation ul li a p {
    padding-left: 0
}

.headerNew .pc-nav-box {
    display: inline-block;
    float: left
}

.headerNew .zl-pc-header * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.headerNew .zl-pc-header:after, .headerNew .zl-pc-header:before {
    box-sizing: border-box
}

.headerNew .zl-pc-header li, .headerNew .zl-pc-header ol, .headerNew .zl-pc-header ul {
    list-style: none
}

.headerNew .zl-pc-header a, .headerNew .zl-pc-header a:focus, .headerNew .zl-pc-header a:hover, .headerNew .zl-pc-header a:visited {
    text-decoration: none
}

.headerNew .zl-pc-header img {
    border: none;
    outline: none
}

.headerNew .zl-pc-header .cistern:after, .headerNew .zl-pc-header .clearfix: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 .iconfont, .headerNew .zl-pc-header a {
    -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: 400
}

.headerNew .zl-pc-header .cistern {
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px
}

.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-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .2)
}

.headerNew .zl-pc-logo {
    display: inline-block;
    float: left;
    margin-top: 17px
}

.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: c .3s;
    animation: c .3s
}

.headerNew .zl-pc-nav.narrow {
    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: b .3s;
    animation: b .3s;
    opacity: 0
}

.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 30px;
    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: #d20a2c
}

.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: a .4s;
    animation: a .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
}

.headerNew .zl-pc-search-icon {
    display: block;
    padding: 22px 0 0 10px;
    cursor: pointer
}

.headerNew .zl-pc-search-icon:hover .iconfont {
    color: #d20a2c
}

.headerNew .zl-pc-search-icon .iconfont {
    font-size: 24px;
    color: #a8a8a8
}

.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: e .5s;
    animation: e .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: d .5s;
    animation: d .5s;
    opacity: 1
}

.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;
    background: #fff
}

.headerNew .zl-pc-searching-box .Find_support .iconfont {
    font-size: 24px;
    line-height: 30px;
    color: #d20a2c
}

.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: 1px solid #dbdbdb;
    outline: none
}

.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 .text h3 {
    font-family: LT_Medium, Arial;
    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, .headerNew ul.zl-pc-nav-textul li a:hover .iconfont {
    color: #d20a2c
}

.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 #d20a2c;
    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 \9;
    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 50%
}

.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: #d20a2c;
    background: #fff
}

.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, .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 #d20a2c;
    background: #d20a2c
}

.headerNew .zl-pc-nav-services ul li a:hover .iconfont, .headerNew .zl-pc-nav-services ul li a:hover p {
    color: #fff
}

.headerNew .current .zl-pc-nav-supportbyproduct {
    background: url(/Assets/enp/v2/img/zl-pc-nav-support-bg.jpg) repeat-y 50%
}

.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: #d20a2c
}

.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%;
    max-height: 250px;
    margin-top: -1px;
    margin-bottom: 20px;
    padding: 0 20px 20px;
    border: 1px solid #dbdbdb;
    background-color: #fff
}

.headerNew .zl-pc-searching-tip li {
    line-height: 26px;
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    outline: none
}

.headerNew .zl-pc-searching-tip li.ui-menu-title {
    font-size: 13px;
    position: static;
    height: auto;
    margin-top: 7px;
    padding-left: 10px;
    color: #999;
    background: none !important
}

.headerNew .zl-pc-searching-tip li a {
    font-size: 14px;
    height: 26px;
    margin-right: 10px;
    color: #666
}

.headerNew .zl-pc-searching-tip li a:hover {
    text-decoration: underline
}

.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, .headerNew .zl-pc-nav-docymentation ul li a:hover p {
    color: #d20a2c
}

.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
    }

    .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
    }

    .headerNew .zl-pc-nav-column-li {
        padding: 0 14px
    }
}

@media (max-width: 1200px) {
    .headerNew #puppetBtn, .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, .headerOld .zl-pc-nav-supportbyproduct .zl-pc-nav-textul {
        width: 100%
    }

    .headerNew .zl-pc-nav-column-a {
        font-size: 12px
    }

    .LANG-cn .headerNew .zl-pc-nav-column-li {
        padding: 0 25px
    }

    .headerNew .zl-pc-nav-column-li {
        padding: 0 10px
    }

    .headerNew .zl-pc-nav-docymentation ul li a .iconfont {
        display: none
    }

    .headerNew .zl-pc-nav-docymentation, .headerNew .zl-pc-nav-supportbyproduct .zl-pc-nav-textul {
        width: 100%
    }

    .headerNew .zl-pc-nav-column .zl-pc-nav-column-ul {
        padding-left: 42px
    }

    .headerNew .pc-nav-box #puppetBtn {
        line-height: 70px
    }
}

@media (max-width: 1100px) {
    .headerNew .zl-pc-nav-column-li {
        padding: 0 10px
    }

    .LANG-cn .headerNew .zl-pc-nav-column-li {
        padding: 0 20px
    }
}

@media (max-width: 992px) {
    .headerOld .zl-pc-login, .headerOld .zl-pc-nav, .headerOld .zl-pc-nav-column-ul {
        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
    }

    .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: g .5s;
        animation: g .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: f .5s;
        animation: f .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
    }
}

@media (max-width: 992px) {
    .headerNew .zl-pc-login, .headerNew .zl-pc-nav, .headerNew .zl-pc-nav-column-ul {
        display: none
    }

    .headerNew .zl-pc-hamburger-nav a {
        display: block;
        float: right;
        padding: 3px 0 0 10px
    }

    .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
    }

    .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: g .5s;
        animation: g .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: f .5s;
        animation: f .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 a {
    0% {
        -webkit-transform: translate3d(0, -10px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scaleX(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes b {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@-webkit-keyframes d {
    0% {
        left: 34%;
        -webkit-transform: scale3d(0, 0, 0);
        opacity: 0
    }
    to {
        left: 30%;
        -webkit-transform: scaleX(1);
        opacity: 1
    }
}

@keyframes d {
    0% {
        left: 34%;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        opacity: 0
    }
    to {
        left: 30%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
}

@-webkit-keyframes e {
    0% {
        left: 20%;
        -webkit-transform: scaleX(1);
        opacity: 1
    }
    to {
        left: 34%;
        -webkit-transform: scale3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes e {
    0% {
        left: 20%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1
    }
    to {
        left: 30%;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        opacity: 0
    }
}

@-webkit-keyframes f {
    0% {
        top: -41px;
        -webkit-transform: scale3d(0, 0, 0)
    }
    to {
        top: 50px;
        -webkit-transform: scaleX(1)
    }
}

@keyframes f {
    0% {
        top: -41px;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
    to {
        top: 50px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes g {
    0% {
        top: 50px;
        -webkit-transform: scaleX(1)
    }
    to {
        top: -41px;
        -webkit-transform: scale3d(0, 0, 0)
    }
}

@keyframes g {
    0% {
        top: 50px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        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: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    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: 700;
    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: #d20a2c
}

.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 .logined-tipBox .logined-checkTips span, .headerNew .zl-pc-logined-tipBox .logined-checkTips input {
    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: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    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: #d20a2c
}

.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, .headerNew .zl-pc-logined-box .top a:hover .iconfont {
    color: #d20a2c
}

.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: #d20a2c
}

.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, .headerNew .zl-pc-nav-column-li a:hover {
    color: #d20a2c
}

.scrollBox {
    width: 50%;
    float: left;
    height: 100%;
    overflow: auto
}

.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, .1);
    background-repeat: repeat-y;
    background-size: contain;
    background-image: url(/Assets/enp/v2/img/header/bg-nav.png);
    background: linear-gradient(90deg, #111214, #111214 30%, #fff 0, #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 .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    overflow: hidden
}

.headerNew .ic-pc-nav .big-box #plate1 {
    width: 18%;
    left: 0;
    background-color: #111214
}

.headerNew .ic-pc-nav .big-box #plate2 {
    width: 18%;
    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: #d20a2c;
    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: 12px 20px 5px;
    border-bottom: 1px solid #e0dedf;
    font-size: 13px
}

.newBox {
    position: relative
}

.headerNew #plate3 ol li a .activityNew {
    display: inline-block;
    float: none;
    background-image: url(/Assets/enp/v2/img/header/activityNew.png);
    width: 29px;
    height: 12px;
    position: absolute;
    top: -12px;
    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: 64%
}

.headerNew #plate3 ul {
    padding-left: 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: #d20a2c
}

.headerNew #plate3 .plate3Title a:hover {
    text-decoration: underline;
    text-decoration-color: #d20a2c
}

.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
}

.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
}

.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
}

.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: 8px 15px 8px 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
}

.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: 0;
    border-radius: 3px 0 0 3px;
    background-color: #d20a2c
}

.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: #333
}

.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
}

.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: 0
}

.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 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-en .headerNew #plate3 ul li ol li {
    margin-bottom: 10px
}

.headerNew #plate3 ul li ol li a {
    display: inline-block;
    font-size: 13px;
    color: #666
}

.headerNew #plate3 .fit ol li {
    vertical-align: top;
    text-align: left;
    line-height: normal
}

.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
}

.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: static;
    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: 900
}

.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: 400
}

.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 #d20a2c;
    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, .headerNew #plate3 .row2 ol li {
    width: 50%
}

.headerNew #plate3 .row4 ol li {
    width: 25%
}

.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
}

.headerNew .zl-pc-searching-box-close .iconfont {
    font-size: 30px;
    color: #d20a2c
}

.headerNew #plate3 .row4 ol {
    padding-top: 10px
}

.headerNew #plate3 .colDisplay {
    width: 32.9%
}

.headerNew #plate3 .solutionFindingSupport {
    margin-top: 10px;
    padding-left: 0
}

.headerNew #plate3 .solutionFindingSupport .branches_1 .row4 li {
    vertical-align: top
}

.headerNew #plate3 .solutionFindingSupport .branches_1 .row4 ol li {
    width: 32.9%
}

@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;
        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: #d20a2c;
        line-height: 68px;
        transform: translateX(50%);
        margin-left: 50px \9
    }

    .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: #d20a2c
    }

    .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
    }
}

.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
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .v2-get-price-info .case-banner > .case-img {
        overflow: visible
    }
}

.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: 0;
    line-height: 100%
}

@media (max-width: 1200px) {
    .oh {
        overflow: hidden !important
    }

    .oy-a {
        overflow-y: auto !important
    }
}

.storage .bannar-breadcrumbs-wrap .cistern, .storage .breadcrumbs-nav-box-v2 .cistern {
    padding-top: 0;
    padding-bottom: 0
}

.bannar-breadcrumbs-wrap {
    margin-bottom: 0
}

.bannar-breadcrumbs-wrap.banner-box .next-btn, .bannar-breadcrumbs-wrap .banner-box .pre-btn {
    margin-top: -50px
}

.storageBanner {
    position: relative
}

.storageBanner .pic:after {
    padding-top: 31.25%
}

.storageBanner .cistern {
    padding-top: 0;
    padding-bottom: 0
}

.storageBanner .pic {
    height: 100%;
    width: 100%
}

.storageBanner .pic img {
    position: absolute;
    display: block;
    width: 100%
}

.storageBanner .con {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%
}

.storageBanner .box {
    display: inline-block;
    width: 100%;
    padding-bottom: 55px;
    vertical-align: middle
}

.storageBanner .con .cistern {
    margin: 0 auto
}

.storageBanner .con:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
    width: 0
}

.storageBanner .box .top-title {
    font-size: 32px;
    line-height: 1.375;
    margin-bottom: -7px;
    overflow: hidden
}

.storageBanner .box .title {
    font-size: 52px;
    line-height: 1.38;
    overflow: hidden;
    margin: 0;
    padding-top: 9px;
    text-align: inherit;
    padding-bottom: 0;
    color: inherit
}

.storageBanner .box .sub-title {
    font-size: 22px;
    line-height: 1.45;
    overflow: hidden;
    padding-top: 27px;
    margin-bottom: -3px
}

@media (max-width: 1600px) {
    .storageBanner .box .top-title {
        font-size: 26px
    }

    .storageBanner .box .title {
        font-size: 40px
    }

    .storageBanner .box .sub-title {
        font-size: 20px;
        padding-top: 20px
    }
}

@media (max-width: 1200px) {
    .storageBanner .box {
        padding-bottom: 0
    }

    .storageBanner .box .top-title {
        font-size: 28px
    }

    .storageBanner .box .title {
        font-size: 44px
    }

    .storageBanner .box .sub-title {
        font-size: 20px
    }

    .storageBanner .box .hidden-sub-title .sub-title {
        display: none
    }

    .bannar-breadcrumbs-wrap .banner-print {
        bottom: 12px !important
    }
}

@media (max-width: 920px) {
    .storageBanner .box {
        padding-bottom: 0
    }

    .storageBanner .box .top-title {
        font-size: 20px
    }

    .storageBanner .box .title {
        font-size: 25px
    }

    .storageBanner .box .sub-title {
        font-size: 16px
    }
}

@media (max-width: 750px) {
    .LANG-cn .storageBanner .box .btn {
        padding-top: 20px
    }

    .storageBanner .pic:after {
        padding-top: 105.25%
    }
}

.bannerWindow .hw-btn-warp {
    padding-top: 15px
}

.bannerWindow .hiddenTitle {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 12px
}

.bannerWindow .banner-while-font .hiddenTitle {
    border-color: #fff
}

.bannerWindow .storageBanner .box .title {
    font-size: 36px
}

.bannerWindow .storageBanner .box .sub-title {
    font-size: 16px;
    padding-top: 20px
}

.bannerWindow .banner-box .pre-btn {
    left: 40px
}

.bannerWindow .banner-box .next-btn {
    right: 40px
}

.bannerWindow .banner-box .banner-print {
    bottom: 10px
}

.bannerWindow .storageBanner .box {
    padding-bottom: 10px
}

@media (max-width: 1600px) {
    .bannerWindow .storageBanner .box .title {
        font-size: 34px
    }
}

@media (max-width: 1200px) {
    .bannerWindow .storageBanner .box .title {
        font-size: 32px
    }
}

@media (max-width: 992px) {
    .bannerWindow {
        padding-top: 41px
    }

    .bannerWindow .storageBanner .box .title {
        font-size: 28px;
        line-height: 1.2
    }
}

@media (max-width: 768px) {
    .bannerWindow {
        margin-left: -15px;
        margin-right: -15px
    }

    .bannerWindow .storageBanner .box .title {
        font-size: 24px
    }

    .bannerWindow .storageBanner .con .cistern {
        padding: 0 10px
    }

    .bannerWindow .hw-btn-warp {
        padding-top: 0
    }

    .bannerWindow .hiddenTitle {
        display: none
    }

    .bannerWindow .storageBanner .banner-text {
        text-align: center
    }
}

.layout-overview {
    text-align: left
}

.layout-overview .txtbox {
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto
}

.layout-overview .txtbox span {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px
}

.layout-overview .txtbox span:after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: #999
}

.layout-overview .txtbox p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #666
}

.layout-overview .txtbox h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    padding-bottom: 10px;
    color: #333;
    text-align: left
}

.layout-overview .txtbox strong {
    color: #333
}

.layout-overview .txtbox ul {
    margin-bottom: 20px
}

.layout-overview .txtbox ul li {
    line-height: 1.75;
    position: relative;
    padding: 0 0 0 25px;
    color: #666;
    width: 100%;
    float: none
}

.layout-overview .txtbox ul li:after {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 100%;
    background: #999
}

.layout-product-videoList {
    background: url(//e.huawei.com/topic/test-tss/testcloud/2/img/bg.jpg)
}

.layout-product-videoList .video-play-wrap {
    position: relative;
    padding-top: 46.68%;
    cursor: pointer
}

.layout-product-videoList .video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.layout-product-videoList .video-play-area, .layout-product-videoList .video-play-list {
    float: left;
    height: 100%;
    position: relative
}

.layout-product-videoList .video-play-area img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0
}

.layout-product-videoList .video-play-area .playing img {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.layout-product-videoList .video-play-list img {
    width: 100%;
    height: 100%;
    display: block
}

.layout-product-videoList .video-play-area {
    width: 76%;
    padding-right: 2px;
    padding-bottom: 62px;
    overflow: hidden
}

.layout-product-videoList .icon-play2 {
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, .3);
    font-size: 40px;
    position: absolute;
    left: 24px;
    top: 12px;
    margin-left: 10px;
    line-height: 1;
    z-index: 10
}

.layout-product-videoList .icon-play2:hover {
    color: #eee
}

.layout-product-videoList .video-play-area-img {
    background: #333;
    left: 0;
    top: 0;
    right: 2px;
    bottom: 62px;
    position: absolute
}

.layout-product-videoList .video-play-area-img.playing {
    z-index: 100
}

.layout-product-videoList .video-play-area .icon-play2 {
    display: none
}

.layout-product-videoList .video-play-area-video {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    position: relative
}

.layout-product-videoList .video-play-area-video.playing {
    z-index: 100
}

.layout-product-videoList .video-play-area-bar:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=80);
    background: #333
}

.layout-product-videoList .video-play-area-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #fff;
    background: #333;
    font-size: 20px;
    cursor: default;
    padding-left: 10px
}

.layout-product-videoList .video-play-area-bar span {
    position: relative;
    margin: 0 20px
}

.layout-product-videoList .video-play-list {
    width: 24%;
    background: rgba(0, 0, 0, .2)
}

.layout-product-videoList .carousel-wrap {
    padding-bottom: 62px;
    overflow: hidden
}

.layout-product-videoList .carousel-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    background: #333;
    width: 100%
}

.layout-product-videoList .carousel-wrap.oneCarousel:after {
    display: none
}

.layout-product-videoList .carousel-wrap li, .layout-product-videoList .carousel-wrap ul {
    height: 100%
}

.layout-product-videoList .carousel-wrap .J-videoPlay {
    position: relative;
    cursor: pointer;
    height: 33.3333%;
    padding-top: 2px
}

.layout-product-videoList .carousel-wrap .J-videoPlay:first-child {
    padding-top: 0
}

@media (min-width: 920px) {
    .layout-product-videoList .carousel-stop-event, .layout-product-videoList .carousel-wrap .J-videoPlay.firstHover .videoimg:before {
        display: none
    }

    .layout-product-videoList .carousel-wrap .J-videoPlay:before {
        background: rgba(255, 0, 0, .7);
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        top: 2px;
        right: 0;
        z-index: 1;
        display: none
    }
}

.layout-product-videoList .carousel-wrap .J-videoPlay:first-child:before {
    top: 0
}

.layout-product-videoList .carousel-wrap .J-videoPlay.firstHover:before, .layout-product-videoList .carousel-wrap .J-videoPlay:hover:before {
    display: block
}

.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg {
    position: relative;
    height: 100%
}

.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg .icon-play2 {
    left: 50%;
    top: 50%;
    margin: -26px;
    font-size: 40px
}

.layout-product-videoList .carousel-wrap .J-videoPlay.playing .icon-play2:before {
    content: "\e7a6"
}

.layout-product-videoList .carousel-wrap .J-videoPlay .videoimg:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    background: rgba(0, 0, 0, .7)
}

.layout-product-videoList .carousel-wrap .J-videoPlay.playing .videoimg:before, .layout-product-videoList .carousel-wrap .J-videoPlay:hover .videoimg:before {
    display: none
}

.layout-product-videoList .carousel-wrap .videocon {
    position: absolute;
    color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2
}

.layout-product-videoList .carousel-wrap .videocon-btn {
    font-size: 18px;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    background: #000;
    width: 35px;
    text-align: center
}

.layout-product-videoList .carousel-wrap .videocon span {
    overflow: hidden;
    position: relative;
    line-height: 1.1;
    z-index: 1
}

.layout-product-videoList .video-list-next, .layout-product-videoList .video-list-prev {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    z-index: 3;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    background: #666;
    text-align: center
}

.layout-product-videoList .video-list-prev {
    right: 52px
}

.layout-product-videoList .carousel-oconpoint {
    position: absolute;
    bottom: 0;
    right: 113px;
    line-height: 60px;
    z-index: 1;
    margin-left: 10px
}

.layout-product-videoList .carousel-oconpoint .btn-before {
    color: #fff;
    display: inline-block;
    margin-right: 5px
}

.layout-product-videoList .carousel-oconpoint em {
    color: #999;
    display: inline-block;
    font-style: normal
}

.layout-product-videoList .carousel-oconpoint .btn-after {
    color: #999;
    display: inline-block;
    margin-left: 5px
}

.layout-product-videoList .video-list-next.notClick {
    opacity: .8;
    cursor: not-allowed;
    color: #eee
}

.layout-product-videoList .video-list-prev.notClick {
    opacity: .8;
    cursor: not-allowed
}

.layout-product-videoList .video-list-next .iconfont, .layout-product-videoList .video-list-prev .iconfont {
    font-size: 30px
}

.layout-product-videoList .carousel-point {
    display: none
}

.layout-product-videoList .more-btn {
    text-align: center
}

@media (max-width: 1600px) {
    .layout-product-videoList .carousel-ul-wrap {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width: 920px) {
    .layout-product-videoList .carousel-wrap .J-videoPlay .videoimg:before {
        background: rgba(0, 0, 0, .3)
    }

    .layout-product-videoList .carousel-wrap:after {
        display: none
    }

    .layout-product-videoList .icon-play2 {
        top: 50%
    }

    .layout-product-videoList .video-play-wrap {
        position: relative;
        padding-top: 0;
        cursor: pointer
    }

    .layout-product-videoList .video-play {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        top: 0
    }

    .layout-product-videoList .video-play-area {
        display: none
    }

    .layout-product-videoList .video-play-list {
        float: none;
        height: 100%;
        position: relative;
        width: 100%;
        background: transparent
    }

    .layout-product-videoList .video-list-next, .layout-product-videoList .video-list-prev {
        display: none
    }

    .layout-product-videoList .carousel-wrap {
        padding: 0;
        overflow: visible;
        margin-bottom: 30px
    }

    .layout-product-videoList .carousel-ul-wrap {
        overflow: hidden
    }

    .layout-product-videoList .carousel-wrap li .videoimg {
        height: 100%;
        margin: 0 2px
    }

    .layout-product-videoList .carousel-wrap .videocon-btn {
        display: none
    }

    .layout-product-videoList .carousel-wrap li .videoimg .icon-play2 {
        display: block
    }

    .layout-product-videoList .carousel-wrap .videocon {
        background: none;
        padding-left: 0;
        margin: 0
    }

    .layout-product-videoList .carousel-wrap li .videoimg:before {
        background-color: rgba(0, 0, 0, .2)
    }

    .layout-product-videoList .carousel-point {
        display: block
    }
}

.carousel-wrap {
    position: relative;
    height: 100%
}

.carousel-wrap .carousel-ul-wrap {
    position: relative;
    overflow: hidden;
    height: 100%
}

.carousel-wrap .carousel-ul {
    position: relative
}

.carousel-wrap .carousel-ul:after {
    display: table;
    clear: both;
    content: " "
}

.carousel-wrap .carousel-ul .carousel-li {
    position: relative;
    float: left
}

.carousel-next, .carousel-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -22px;
    cursor: pointer
}

.carousel-next .iconfont, .carousel-prev .iconfont {
    font-size: 50px;
    line-height: 1;
    color: #999
}

.carousel-next:hover .iconfont, .carousel-prev:hover .iconfont {
    color: #666
}

.carousel-prev, .carousel-prev:hover {
    left: -55px
}

.carousel-next, .carousel-next:hover {
    right: -55px
}

.carousel-next.notClick, .carousel-prev.notClick {
    cursor: auto;
    color: #ccc
}

.carousel-next.notClick .iconfont, .carousel-prev.notClick .iconfont {
    pointer-events: none;
    color: #ccc
}

.carousel-point {
    position: absolute;
    bottom: -32px;
    width: 100%;
    text-align: center
}

.carousel-stop-event {
    pointer-events: none
}

.carousel-point > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    transition: all .6s;
    border-radius: 50%;
    background: #d2d2d2
}

.carousel-point > span.hover {
    background: #b3b3b3
}

@media (max-width: 1600px) {
    .carousel-wrap .carousel-ul {
        margin: 0
    }

    .carousel-ul-wrap {
        margin-right: 50px;
        margin-left: 50px
    }

    .carousel-next, .carousel-next:hover {
        right: 0
    }

    .carousel-prev, .carousel-prev:hover {
        left: 0
    }
}

@media (max-width: 750px) {
    .carousel-ul-wrap {
        margin-right: 0;
        margin-left: 0
    }

    .carousel-next, .carousel-prev {
        position: static;
        display: none
    }

    .carousel-wrap .carousel-ul {
        margin: 0
    }
}

.carousel-max3.carousel-wrap-1, .carousel-max3.carousel-wrap-2, .carousel-max4.carousel-wrap-1, .carousel-max4.carousel-wrap-2, .carousel-max4.carousel-wrap-3 {
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 920px) {
    .carousel-wrap.carousel-wrap-vertical {
        height: 100%
    }

    .carousel-wrap.carousel-wrap-vertical .carousel-ul-wrap {
        margin-left: 0
    }

    .carousel-wrap.carousel-wrap-vertical .carousel-ul {
        margin: 0
    }

    .carousel-wrap.carousel-wrap-vertical .carousel-ul .carousel-li {
        float: none;
        width: 100%
    }
}