* {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*base*/

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

table {
    /*border-collapse:collapse; */
    border-spacing: 0;
}

input,
button,
select {
    vertical-align: middle;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

ul,
ol {
    list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

html,
body {
    width: 100%;
    color: #555;
    /* font: 12px Arial,Helvetica,sans-serif; */
    /* font-family: "helvetica neue", arial, helvetica, "Hiragino Sans GB", "STHeiti Light", "SimSun", sans-serif; */
    font-family: "HuaweiSans-Regular", "Helvetica Neue", Helvetica, "Microsoft Yahei", Arial, sans-serif;
    /* font-family: sans-serif; */
    line-height: normal;
    -webkit-text-size-adjust: none;
}


/* navigation  20230211*/

.e-cistern-l.main-header,
.footer .e-cistern-l {
    max-width: 1716px;
    position: relative;
    margin: 0 auto;
    /* width: 100%; */
    padding: 0 80px;
    box-sizing: border-box;
}

@media (max-width: 750px) {
    .e-cistern-l.main-header,
    .footer .e-cistern-l {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.bz-header {
    /* position: fixed;
    top: 0; */
    width: 100%;
    z-index: 200;
    /* border-bottom: 2px solid rgba(255, 255, 255, 0.1); */
    background: transparent;
}

.bz-header .main-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .bz-header .main-header {
        height: 55px;
    }
}

.bz-header .main-header .logo {
    line-height: 1;
    font-size: 0;
}

.bz-header .main-header .logo img {
    width: 137px;
}

@media (max-width: 1600px) {
    .bz-header .main-header .logo img {
        width: 110px;
    }
}

@media (max-width: 992px) {
    .bz-header .main-header .logo img {
        width: 109px;
    }
}

.bz-header .main-header .nav-new {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz-header .main-header .nav-new .ul {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.bz-header .main-header .nav-new .ul li {
    padding: 0 25px;
}

@media (max-width: 1600px) {
    .bz-header .main-header .nav-new .ul li {
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .bz-header .main-header .nav-new .ul li {
        padding: 0 10px;
    }
}

.bz-header .main-header .nav-new .ul li a {
    display: block;
    height: 100%;
    color: #333;
    font-size: 16px;
    line-height: 64px;
    position: relative;
}

@media (max-width: 1200px) {
    .bz-header .main-header .nav-new .ul li a {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .bz-header .main-header .nav-new .ul li a {
        line-height: 50px;
        font-size: 16px;
    }
}

.bz-header .main-header .nav-new .ul li.active a::after,
.bz-header .main-header .nav-new .ul li:hover a::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #c7000b;
}

.bz-header .main-header .nav-new .guideli {
    display: none;
}

.bz-header .main-header .nav-new .guideli img {
    display: inline-block;
}

@media (max-width: 992px) {
    .bz-header .main-header .nav-new .guideli {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 150px;
        text-align: center;
        color: #333;
    }
    .bz-header .main-header .nav-new .guideli span {
        font-size: 16px;
        line-height: 1.95;
        padding-right: 5px;
    }
    .LANG-cn .bz-header .main-header .nav-new .guideli span {
        line-height: 1.95;
    }
    .bz-header .main-header .nav-new .guideli .iconfont {
        font-size: 14px;
        line-height: 1.95;
    }
    .LANG-cn .bz-header .main-header .nav-new .guideli .iconfont {
        line-height: 1.95;
    }
}

@media (max-width: 750px) {
    .bz-header .main-header .nav-new .guideli {
        bottom: 100px;
    }
}

@media (max-width: 992px) {
    .bz-header .main-header .nav-new {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        left: 0;
        top: 55px;
        display: block;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0;
        z-index: 100;
    }
}

.bz-header .main-header #mob-menubtn {
    display: none;
    color: #fff;
}

@media (max-width: 992px) {
    .bz-header .main-header #mob-menubtn {
        display: block;
    }
}

.bz-header .main-header #mob-menubtn .icon-menu {
    font-size: 20px;
    line-height: 55px;
}

.bz-header .main-header #mob-menubtn .icon {
    width: 20px;
    height: 20px;
}

.bz-header .main-header #close-menubtn {
    display: none;
}

.bz-header .main-header #close-menubtn .iconfont {
    font-size: 20px;
    color: #333;
}

.bz-header .main-header #close-menubtn .icon {
    width: 20px;
    height: 20px;
}

.bz-header .main-header.open {
    background-color: #fff;
}

.bz-header .main-header.open .nav-new {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.bz-header .main-header.open .nav-new ul {
    display: block;
    padding-top: 30px;
}

.bz-header .main-header.open .nav-new ul li a {
    color: #333;
    text-align: center;
    line-height: 50px;
}

.bz-header .main-header.open .nav-new ul li.active a,
.bz-header .main-header.open .nav-new ul li:hover a {
    color: #c7000b;
}

.bz-header .main-header.open .nav-new ul li.active a::after,
.bz-header .main-header.open .nav-new ul li:hover a::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0px;
    background-color: #c7000b;
}

.bz-header .main-header .guide {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    display: flex;
}

.bz-header .main-header .share {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.bz-header .main-header .guide .iconfont {
    font-size: 14px;
    padding-left: 5px;
}

@media (max-width: 1200px) {
    .bz-header .main-header .guide {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .bz-header .main-header .guide {
        font-size: 16px;
        display: none;
    }
}

.bz-header.fix {
    position: fixed;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.bz-header.fix .main-header .nav-new .ul li a {
    color: #333;
}

.bz-header.fix .main-header .guide {
    color: #333;
}


/* footer 20230211 */

.footer {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 1.375;
}

.footer .e-cistern-l {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1200px) {
    .footer .e-cistern-l {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .footer .e-cistern-l {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.footer .e-cistern-l .footer-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .footer .e-cistern-l .footer-con {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer .e-cistern-l .footer-con .left {
    display: inline-block;
    float: left;
}

@media (max-width: 992px) {
    .footer .e-cistern-l .footer-con .left {
        float: none;
    }
}

.footer .e-cistern-l .footer-con .left>p {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-right: 20px;
    font-size: 16px;
    color: #666;
}

@media (max-width: 1600px) {
    .footer .e-cistern-l .footer-con .left>p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .footer .e-cistern-l .footer-con .left>p {
        padding-right: 10px;
        text-align: center;
    }
}

.footer .e-cistern-l .footer-con .left .share-footer {
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 992px) {
    .footer .e-cistern-l .footer-con .left .share-footer {
        margin-top: 5px;
    }
}

.footer .e-cistern-l .footer-con .left .share-footer a {
    color: #666;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.footer .e-cistern-l .footer-con .left .share-footer a img {
    width: 20px;
    height: 20px;
}

.LANG-cn .footer .e-cistern-l .footer-con .left .share-footer a {
    border: none;
}

.footer .e-cistern-l .footer-con .left .share-footer a::before {
    display: none;
}

.footer .e-cistern-l .footer-con .left .share-footer a .iconfont {
    font-size: 24px;
    left: 1px;
    top: -2px;
    position: absolute;
    color: #999;
}

.footer .e-cistern-l .footer-con .left .share-footer a .pic {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -15px;
    bottom: 36px;
}

.footer .e-cistern-l .footer-con .left .share-footer a .pic img {
    width: 100%;
    display: block;
}

.footer .e-cistern-l .footer-con .left .share-footer a:hover .pic {
    display: block;
}

.footer .e-cistern-l .footer-con .right {
    text-align: right;
    display: inline-block;
}

@media (max-width: 992px) {
    .footer .e-cistern-l .footer-con .right {
        text-align: center;
        margin-top: 30px;
    }
}

.footer .e-cistern-l .footer-con .right .contact a {
    font-size: 16px;
    line-height: 1.95;
    color: #333;
}

@media (max-width: 1600px) {
    .footer .e-cistern-l .footer-con .right .contact a {
        font-size: 14px;
    }
}

.footer .e-cistern-l .footer-con .right>span {
    color: #666;
    line-height: 1.95;
    font-size: 16px;
}

@media (max-width: 1600px) {
    .footer .e-cistern-l .footer-con .right>span {
        font-size: 14px;
    }
}


/* 20230515 */

.browsehappy {
    display: block;
    padding: 10px 0;
    color: #fff;
    background: #006;
    position: relative;
    z-index: 99;
}

.browsehappy p {
    font-size: 14px;
    line-height: 1.95;
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    padding-right: 80px;
}

.LANG-cn .browsehappy p {
    line-height: 1.95;
}

.browsehappy a.close img {
    width: 24px;
    height: 24px;
}

.browsehappy a.close {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    opacity: inherit;
}

.LANG-sa .browsehappy a.close {
    right: auto;
    left: 0;
}

.ReadPolicy {
    color: #333;
    background: #ccc;
}

.ReadPolicy a {
    text-decoration: underline;
    color: #333;
    position: relative;
}

.ReadPolicy a.close {
    text-decoration: none;
}

.ReadPolicy p {
    line-height: 1.428;
}

.ReadPolicy .new_lb:first-child:after {
    display: block;
    content: "";
    width: 24px;
    height: 12px;
    background-image: url(/Assets/enp/v2/img/new_lb.png);
    position: absolute;
    top: -8px;
    right: -15px;
    clear: both;
}

.browsehappy {
    text-align: center;
}

.browsehappy p {
    line-height: 1.428;
    display: inline-block;
    max-width: none;
    padding: 2px 80px 2px 0;
}

.LANG-sa .browsehappy p {
    padding: 2px 0 2px 80px;
}

@media (max-width: 1024px) {
    .browsehappy {
        display: none !important;
    }
    .browsehappy p {
        padding-right: 30px;
        padding-left: 10px;
    }
}

.prompt-ie8 {
    text-align: center;
}

.LANG-en .prompt-ie8 .title-h3 {
    font-family: LT_Medium, Arial;
}

.prompt-ie8 .title-h3 {
    font-size: 26px;
    line-height: 1.2;
    color: #333;
}

.prompt-ie8 p {
    font-size: 16px;
    line-height: 1.95;
    margin-top: 15px;
    color: #5a5a5a;
}

.LANG-cn .prompt-ie8 p {
    line-height: 1.95;
}

.prompt-ie8 a {
    font-size: 14px;
    line-height: 1.95;
    display: inline-block;
    min-width: 140px;
    margin-top: 30px;
    padding: 10px 43px;
    text-transform: uppercase;
    color: #fff;
    background: #c7000b;
}

.LANG-cn .prompt-ie8 a {
    line-height: 1.95;
}

.prompt-ie8 .v2-prompt-main {
    padding: 70px 130px 90px;
}


/* ==E IE8及以下浏览器提示升级，提示框样式*/

.prompt-center {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    filter: alpha(opacity=50);
}

.prompt-center .prompt-main {
    position: absolute;
    width: 500px;
    background: #fff;
}


/*==S 弹框样式*/

.v2-prompt-box {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.v2-prompt-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.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;
}