@charset "utf-8";
/* CSS reset */

html {
  font-family: puhui;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #2b3989;
}
a:active,
a:hover {
  outline: 0;
}
a:hover,a:focus {
    color: #2b3989;
    text-decoration: none
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}
ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: puhui;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face{
  font-family: 'puhui';
  src: url('../font/Alibaba-PuHuiTi-Regular.ttf');
}

body {
  font-family: puhui !important;
  margin: 0;
  font-size: 16px;
  line-height: 2!important;
  color: #333333;
  background-color: #f5f5f5!important;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}


hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/** global class **/
@font-face {
  font-family: 'icochdz';
  src:  url('../font/icochdz.eot?tcx5ml');
  src:  url('../font/icochdz.eot?tcx5ml#iefix') format('embedded-opentype'),
    url('../font/icochdz.ttf?tcx5ml') format('truetype'),
    url('../font/icochdz.woff?tcx5ml') format('woff'),
    url('../font/icochdz.svg?tcx5ml#icochdz') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="chic_"], [class*=" chic_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icochdz' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.chic_LC_icon_light_line:before {
  content: "\e629";
}
.chic_Grid:before {
  content: "\e62d";
}
.chic_time:before {
  content: "\e640";
}
.chic_brightnesstextsize:before {
  content: "\e652";
}
.chic_Grid1:before {
  content: "\e654";
}
.chic_brightnesscontrast:before {
  content: "\e71a";
}
.chic_contrast:before {
  content: "\e735";
}
.chic_brightness:before {
  content: "\e8b6";
}
.chic_chic_to_left:before {
  content: "\e901";
}
.chic_chic_to_right:before {
  content: "\e902";
}
.chic_chic_down:before {
  content: "\e904";
}
.chic_chic_add:before {
  content: "\e907";
}
.chic_chic_cross:before {
  content: "\e90c";
}
.chic_chic_up:before {
  content: "\e911";
}
.chic_chic_left:before {
  content: "\e915";
}
.chic_chic_right:before {
  content: "\e916";
}
.chic_chic_search:before {
  content: "\e917";
}
.chic_chic_telphone:before {
  content: "\e91a";
}
.chic_chic_tick:before {
  content: "\e91b";
}
.chic_icon_print:before {
  content: "\e91c";
}
.chic_uniE922:before {
  content: "\e91d";
}
.chic_icon_print2:before {
  content: "\e91e";
}
.chic_aspectratio:before {
  content: "\ea5f";
}
.chic_viewquilt:before {
  content: "\eb64";
}
.chic_Page-Size:before {
  content: "\ed86";
}
.chic_pixels:before {
  content: "\e680";
}
.chic_print1:before {
  content: "\e91c";
}
.chic_target:before {
  content: "\e652";
}
.chic_mfun:before {
  content: "\e680";
}
.chic_appscene:before {
  content: "\eb64";
}
.chic_feature:before {
  content: "\e629";
}


/*全局图标样式*/
.chic_print {
  display: inline-block;
  width: 26px;
  height: 25px;
  font-style: normal;
  position: relative;
}

.chic_print:before {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e91d";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.chic_print:after {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e91e";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}

.chic_print:hover:before {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0;
}

.w926 {
  width: 926px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.c-gray-bg {
  background-color: #F5F5F5;
}
.c-dark-bg {
  background-color: #373D42;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.lg-container {
  width: 100% !important;
  max-width: 1440px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  width: 100% !important;
  max-width: 1440px;
}

@media (max-width: 767px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

container.container {
  width: 100%!important;
  max-width: 1400px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.row {
  margin-left: -11px;
  margin-right: -11px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fs-64 {
    font-size: 64px
}

.fs-40 {
    font-size: 40px;
    line-height: 1.4
}

.fs-34 {
    font-size: 34px
}

.fs-32 {
    font-size: 32px
}

.fs-30 {
    font-size: 30px
}

.fs-24 {
    font-size: 24px
}

.fs-20 {
    font-size: 20px
}

.fs-18 {
    font-size: 18px
}

.fs-16 {
    font-size: 16px;
    line-height: 1.5
}

.fs-14 {
    font-size: 14px;
    line-height: 2
}

.fw-300 {
    font-weight: 300
}

.fw-500 {
    font-weight: 500
}

.fw-700 {
    font-weight: 700
}
.f-cb {
    zoom:1}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: "."
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}
.por {
    position: relative
}

.poa {
    position: absolute
}

.pof {
    position: fixed
}

.poa-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ovh {
    overflow: hidden
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.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;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}



/**public**/
header.affix {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

header .autocomplete-suggestions {
  border: 0;
}

header #hw1_global_nav {
  position: relative;
  z-index: auto;
  height: auto;
}

header #hw1_global_nav nav {
  height: 74px;
  padding-top: 0;
  position: relative;
  z-index: 100;
}

header #hw1_global_nav nav #hw1_logo {
  display: inline-block;
  overflow: hidden;
  margin-right: 40px;
  margin-top: 20px;
  float: left;
  max-width: 460px;
}

header #hw1_global_nav nav #hw1_logo img {
  max-width: 100%;
}

header #hw1_global_nav nav .nav-menus {
  display: inline-block;
  float: left;
}

header #hw1_global_nav nav .nav-menus > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 50px;
  display: table;
  float: left;
  position: relative;
  height: 74px;
}

header #hw1_global_nav nav .nav-menus > ul:before {
  content: "";
  width: 2px;
  height: 50px;
  background: #d4d4d4;
  display: inline-block;
  margin-top: 10px;
  margin-right: 40px;
}

header #hw1_global_nav nav .nav-menus > ul a.navbar-toggle {
  font-size: 18px;
  font-weight: bold;
}

header #hw1_global_nav nav .nav-menus > ul a:hover,
header #hw1_global_nav nav .nav-menus > ul a.active {
  text-decoration: none;
  color: #2b3989;
}

header #hw1_global_nav nav .nav-menus > ul a:hover.navbar-toggle em,
header #hw1_global_nav nav .nav-menus > ul a.active.navbar-toggle em {
  color: #2b3989;
}

header #hw1_global_nav nav .nav-menus > ul:first-child {
  border-left: 0;
  padding-left: 0;
}

header #hw1_global_nav nav .nav-menus > ul:first-child:before {
  display: none;
}

header #hw1_global_nav nav .nav-menus > ul:first-child li > a {
  padding-left: 19px;
}

header #hw1_global_nav nav .nav-menus > ul > li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8px;
}

header #hw1_global_nav nav .nav-menus > ul > li .hwic_solutions-nav {
  font-size: 28.000000000000004px;
}

header #hw1_global_nav nav .nav-menus > ul > li .hwic_mobile-nav {
  font-size: 33px;
}

header #hw1_global_nav nav .nav-menus > ul > li.active > a {
  color: #2b3989;
}

header #hw1_global_nav nav .nav-menus > ul > li span,
header #hw1_global_nav nav .nav-menus > ul > li a,
header #hw1_global_nav nav .nav-menus > ul > li em {
  display: inline-block;
  vertical-align: middle;
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li span img {
  margin-right: 19px;
}

header #hw1_global_nav nav .nav-menus > ul > li span.lazy-placeholder {
  height: 100px;
  width: 100%;
  overflow: hidden;
}

header #hw1_global_nav nav .nav-menus > ul > li > .navbar-toggle > em.hwic_down {
  font-size: 30px;
  vertical-align: middle;
  color: #686868;
  width: 20px;
  overflow: hidden;
  transition: transform .3s;
}

header #hw1_global_nav nav .nav-menus > ul > li > .navbar-toggle > em.hwic_down:before {
  margin-left: -5px;
}

header #hw1_global_nav nav .nav-menus > ul > li:hover > .navbar-toggle > em.hwic_down:before {
  content: "\e911";
}

header #hw1_global_nav nav .nav-menus > ul > li .nav-line {
  width: 1px;
  height: 100%;
  display: inline-block;
  border-left: 2px solid #d4d4d4;
}

header #hw1_global_nav nav .nav-menus > ul > li .navbar-collapse {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background: #fff;
  left: 0;
  cursor: default;
  opacity: 0;
  border-bottom: 1px solid #e5e5e5\9;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: none;
  margin-top: 15px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open > .container > .row {
  display: flex;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open > .container > .row > [class*="col-"] {
  padding: 40px 15px;
  min-height: 326px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .see-more {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  background: #f66f6a;
  position: absolute;
  right: -10px;
  bottom: 52px;
  border-radius: 6px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .see-more a {
  color: #fff;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .see-more em {
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 5px;
  color: #fff;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .see-more em:before {
  color: #fff;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon {
  padding-top: 40px;
  padding-left: 6%;
  padding-right: 4%;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] {
  padding-bottom: 40px;
  text-align: center;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] em {
  display: inline-block;
  font-size: 14px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a {
  display: block;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em[class*="hwic_"] {
  font-size: 44px;
  min-height: 52px;
  display: table;
  width: 100%;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em[class*="hwic_"]:before {
  webkit-transform: translateX(0px);
  transform: translateX(0px);
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em.hwic_mobile-navbar {
  font-size: 52px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em.hwic_smarthome-navbar {
  font-size: 52px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em.hwic_accessories-navbar {
  font-size: 52px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"]:hover p {
  color: #f66f6a;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon a {
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon p {
  text-align: center;
  margin-top: 7.000000000000001px;
  margin-bottom: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon p em {
  position: absolute;
  margin-top: 6px;
  margin-left: 10px \9;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon span {
  padding-left: 0;
  font-size: 14.000000000000002px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon span a {
  font-size: 14px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon span a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .list-icon span a:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 {
  padding-left: 19px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 h3 {
  font-size: 18px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 ul li {
  margin: 8px 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 ul li a {
  color: #282828;
  font-size: 14.000000000000002px;
  padding-left: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 ul li a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 span {
  position: absolute;
  bottom: 40px;
  font-size: 14.000000000000002px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 span a {
  font-size: 14px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 span a:hover {
  text-decoration: underline;
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .card-cl2 span span {
  position: static;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab {
  border-bottom: 1px solid #c7c7c7;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 {
  float: none;
  text-align: center;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li {
  display: inline-block;
  margin-left: 60px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li:first-child {
  margin-left: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li:hover,
header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li.active {
  color: #222222;
  text-decoration: none;
  border-bottom: 5px solid #f66f6a;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li a {
  padding: 20px 0 10px 0;
  color: #777777;
  display: block;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one {
  position: relative;
  overflow: hidden;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row {
  display: flex;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] .card-cl2 {
  padding-left: 19px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] img {
  border-radius: 5px;
  margin-bottom: 10px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] h3 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a {
  font-size: 14.000000000000002px;
  color: #282828;
  margin-top: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a em:before {
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center {
  padding: 0 33px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center img {
  margin-top: 9px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center a {
  display: block;
  color: #282828 !important;
  font-size: 18px !important;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center > p {
  max-height: 80px;
  overflow: hidden;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 60px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one ul li {
  padding: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one ul li a {
  font-size: 14.000000000000002px;
  color: #777;
  padding-left: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one ul li a:hover {
  color: #2b3989;
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one span {
  font-size: 14.000000000000002px;
  padding-top: 20px;
  display: block;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one span span {
  padding-top: 0px;
  display: inline-block;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span {
  padding-top: 60px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span span {
  padding-top: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two {
  padding: 40px 0;
  display: block;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center {
  padding: 0 35px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center p {
  margin-top: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two ul li {
  padding: 2px 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two ul li a {
  font-size: 14.000000000000002px;
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two span {
  padding-top: 25px;
  font-size: 14.000000000000002px;
  display: block;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-enterprise-open .for-tab-two span a {
  color: #f66f6a;
  padding-left: 10px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open > .container {
  padding: 40px 11px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open h3 {
  font-size: 18px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open h3 a {
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open h3 a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open ul li {
  padding: 2px 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open ul a {
  font-size: 14.000000000000002px;
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open ul a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open span {
  font-size: 14.000000000000002px;
  color: #282828;
  display: inline-block;
  vertical-align: bottom;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open span:hover span {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open span a {
  font-size: 14px;
  margin-top: 50px;
}

header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-insights-open span a:hover {
  text-decoration: underline;
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open > .container {
  padding: 40px 11px;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open .col-sm-3:first-child img {
  border-radius: 5px;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open h3 {
  font-size: 18px;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open h3 a {
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open h3 a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open ul li {
  padding: 2px 0;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open ul a {
  font-size: 14.000000000000002px;
  color: #282828;
}

header #hw1_global_nav nav .nav-menus > ul > li .about-huawei-open ul a:hover {
  text-decoration: underline;
}

header #hw1_global_nav nav .nav-menus > ul > li.active .navbar-collapse {
	transition: 1s;
  display: block;
  -webkit-animation: opGradient .1s;
  animation: opGradient .1s;
  opacity: 1;
}
@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes opGradient {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

header #hw1_global_nav nav .nav-menus > ul > li.active .collapse {
  visibility: visible;
}

header #hw1_global_nav nav .nav-menus > ul [aria-expanded="true"] .hwic_down:before {
  content: "\e911";
}

header #hw1_global_nav nav .search {
  display: none;
  font-size: 20px;
  float: right;
  margin-top: 20px;
  margin-right: 0;
  position: relative;
  line-height: 1.625;
}
header #hw1_global_nav nav .search .sear-btn{
  font-weight: bold !important;
  margin-top: 10px;
  display: inline-block;
}

header #hw1_global_nav nav .search a {
  color: #282828;
}

header #hw1_global_nav nav .search a:hover {
  text-decoration: none;
}

header #hw1_global_nav .navbar-collapse {
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  z-index: 98;
  box-shadow: 0 0 2px #cccccc;
}

header #hw1_global_nav .navbar-collapse .slick-prev,
header #hw1_global_nav .navbar-collapse .slick-next,
header #hw1_global_nav .navbar-collapse .slick-dots {
  display: none !important;
}

header #hw1_global_nav .navbar-collapse .slick-dotted.slick-slider {
  margin-bottom: 0;
}

header #hw1_global_nav .navbar-collapse .bg-support {
  position: absolute;
  width: 1000px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

header #hw1_global_nav .navbar-collapse .bg-support .row {
  height: 100%;
}

header #hw1_global_nav .navbar-collapse .bg-support div {
  background: #ebebeb;
  height: 100%;
}

header #hw1_global_nav .navbar-collapse .bg-support div {
  background: #ebebeb;
  height: 100%;
}

header #hw1_mob_nav_container {
  top: 66px;
  z-index: 98;
  right: -100%;
  position: fixed;
  width: 100%;
  -webkit-transition-property: right, visibility;
  -o-transition-property: right, visibility;
  transition-property: right, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  height: 100%;
  background: #f5f5f5;
  overflow-y: auto;
  display: none;
}

header #hw1_mob_nav_container.open .mob-nav-corporate {
  opacity: 1;
  bottom: 0;
}

header #hw1_mob_nav_container.open {
  right: 0;
  padding-bottom: 100px;
}

header .hw1_masthead_rightside {
  float: right;
  height: 40px;
  position: relative;
  margin-top: 13px;
}

header .hw1_masthead_rightside > ul > li {
  display: block;
  float: left;
  padding: 0;
  position: relative;
  font-size: 21px;
  height: 40px;
  padding-left: 15px;
  border-left: 1px solid #d4d4d4;
  padding-right: 15px;
}

header .hw1_masthead_rightside > ul > li a {
  color: #222222;
  font-weight: bold;
  font-size: 22px;
  float: left;
  margin-top: 3px;
  width: 23px;
}

header .hw1_masthead_rightside > ul > li a span {
  font-size: 18px;
  font-weight: bold;
}

header .hw1_masthead_rightside > ul > li:first-child {
  border-left: 0;
  margin-top: 5px;
}

header .hw1_masthead_rightside > ul > li:first-child a {
  float: none;
  margin-top: 0;
}

header .hw1_masthead_rightside > ul > li.hw1_show_more {
  padding-right: 0px;
}

header .hw1_masthead_rightside > ul > li .line-3 {
  width: 42px;
  height: 34px;
  padding-top: 3px;
  padding-left: 18px;
  margin-bottom: 5px;
  margin-top: 1px;
  border-left: 1px solid #d4d4d4;
}

header .hw1_masthead_rightside > ul > li .line-3 span {
  height: 2px;
  background: #222222;
  margin: 6px 0;
  display: block;
}

header .mob-nav-gblanv {
  background: #fff;
  box-shadow: 4px 0px 10px #cccccc;
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d4d4d4;
}

header .mob-nav-gblanv .nav {
  height: 40px;
}

header .mob-nav-gblanv .nav .hw1_logo1 {
  float: left;
  overflow: hidden;
  position: relative;
}

header .mob_nav_open {
  background: #f5f5f5;
  padding-bottom: 100px;
}

header .mob_nav_open ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  margin-bottom: 15px;
}

header .mob_nav_open ul li a.navbar-toggle {
  font-size: 16px;
  color: #282828;
  padding: 11px 15px;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 0 2px #cccccc;
  display: block;
  line-height: 150%;
}

header .mob_nav_open ul li a.navbar-toggle:hover {
  color: #282828;
}

header .mob_nav_open ul li a.navbar-toggle.active {
  color: #f66f6a;
  text-decoration: none;
}

header .mob_nav_open ul li a.navbar-toggle em {
  float: right;
  font-size: 33px;
  height: 20px;
  margin-top: -5px;
}

header .mob_nav_open ul li a.navbar-toggle em.hwic_open-in-new3 {
  font-size: 14px;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  margin-right: 9px;
}

header .mob_nav_open ul li a[aria-expanded="true"] .hwic_down:before {
  content: "\e911";
}

header .mob_nav_open ul li > ul > li {
  border-bottom: 1px solid #d4d4d4;
}

header .mob_nav_open ul li > ul > li a {
  padding: 10px 25px;
  display: block;
  color: #282828;
}

header .mob_nav_open ul li > ul > li a:hover,
header .mob_nav_open ul li > ul > li a:focus {
  background: #f5f5f5;
  text-decoration: none;
}

header .mob_nav_open ul li > ul > li h3 {
  padding: 4px 25px;
  display: block;
  background: #ecebeb;
  margin-bottom: 0;
  font-size: 14.000000000000002px;
}

header .mob_nav_open ul li.nav-mob-link {
  padding-left: 25px;
}

header .mob_nav_open ul li.nav-mob-link a {
  padding-left: 5px;
  display: inline-block;
}

header .mob_nav_open ul li.nav-mob-link a:hover,
header .mob_nav_open ul li.nav-mob-link a:focus {
  background: none;
}

header .mob_nav_open .mob_login {
  height: 40px;
  line-height: 40px;
  background: #f66f6a;
  text-align: center;
  border-radius: 5px;
  margin: 10px 15px;
  font-size: 18px;
}

header .mob_nav_open .mob_login a,
header .mob_nav_open .mob_logina:hover {
  color: #fff;
  display: block;
}

header .see-all,
header .link-red {
  color: #f66f6a !important;
}

header .mob-nav-corporate {
  bottom: -100px;
  left: 0;
  height: 48px;
  background: #222222;
  width: 100%;
  padding: 10px 15px;
  position: fixed;
  opacity: 0;
  transition: opacity 1s;
}

header .mob-nav-corporate > span {
  float: left;
}

header .mob-nav-corporate > ul {
  float: right;
  background: none;
}

header .mob-nav-corporate > ul li {
  display: inline-block;
  border-left: 1px solid #7e7e7e;
  padding-left: 12px;
  border-bottom: 0 !important;
  line-height: normal !important;
  padding: 0 !important;
}

header .mob-nav-corporate > ul li:first-child {
  border-left: 0;
}

header .mob-nav-corporate > ul li span {
  color: #fff;
  font-size: 14.000000000000002px;
  margin-right: 5px;
}

header .mob-nav-corporate a {
  color: #fff;
  font-size: 12px;
  display: inline-block !important;
}

header .mob-nav-corporate a em {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

header .mob-nav-corporate a.corporate-link-mob[aria-expanded="true"] em,
header .mob-nav-corporate a.worldwide-link-mob[aria-expanded="true"] em {
  /*			 transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-moz-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					-o-transform: rotate(180deg);*/
}

header .mob-nav-corporate .navbar-toggle[aria-expanded="true"] em:before {
  content: "\e904" !important;
}

header .nav-posti {
  position: static;
  top: 56.99999999999999px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  margin-bottom: 48px;
}

header .mob-corporate-open {
  background: #fff;
  position: fixed;
  top: 66px;
  width: 100%;
  height: 100%;
  padding-bottom: 155px;
}

header .mob-corporate-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .mob-corporate-open ul li {
  padding: 15px 15px !important;
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 1px 0 5px #f5f5f5;
}

header .mob-corporate-open ul li h3 {
  font-size: 14.000000000000002px;
  margin-bottom: 5px;
  line-height: 150%;
}

header .mob-corporate-open ul li p {
  width: 60%;
  font-size: 14.000000000000002px;
  margin: 0;
  text-align: left;
}

header .mob-corporate-open ul li a {
  color: #f66f6a;
}

header .mob-corporate-open ul li a em {
  float: right;
  margin-top: 5px;
}

header .mob-corporate-open ul li:first-child a {
  color: #222222;
}

header .mob-worldwide-open {
  background: #fff;
  position: fixed;
  top: 64px;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 155px;
}

header .mob-worldwide-open ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .mob-worldwide-open ul li {
  padding: 15px 15px;
  border-bottom: 1px solid #d4d4d4;
}

header .mob-worldwide-open ul li a {
  color: #222222;
}

header .mob-worldwide-open ul li a span {
  padding-right: 15px;
}

header .mob-worldwide-open ul li a .hwic_browser {
  font-size: 25px;
}

header .search-open {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  margin-top: -50px;
  transition: margin-left 0.5s ease-in-out;
}

header .search-open.open {
  z-index: 1048;
  display: block !important;
  margin-left: -474px;
}

header .search-open .highlight {
  color: #f66f6a;
}

header .search-open .search-box {
  position: relative;
}

header .search-open .search-box input {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  line-height: 48px;
  border-radius: 5px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  padding-right: 50px;
}

header .search-open .search-box input:focus {
  border: 1px solid #2b3989;
  color: #282828;
  box-shadow: 0px 3px 8px #d4d4d4;
}

header .search-open .search-box .search-btn {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0 10px;
}

header .search-open .results-box {
  background: #fff;
  border-radius: 5px;
  margin-top: 17px;
  padding: 30px 0;
}

header .search-open .results-box .autocomplete-suggestions {
  width: 100% !important;
}

header .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 30px;
  font-size: 18px;
}

header .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion:hover {
  background: #999;
  cursor: pointer;
}

header .search-open .results-box .results1 {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

header .search-open .results-box h3 {
  font-size: 14.000000000000002px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 0 30px;
}

header .search-open .results-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .search-open .results-box ul li {
  padding: 10px 30px;
  line-height: 100%;
}

header .search-open .results-box ul li:hover {
  background: #999;
}

header .search-open .results-box ul li:hover a {
  color: #fff !important;
}

header .search-open .results-box a {
  font-size: 18px;
}

.moblie-search-btn {
  position: absolute;
  top: 14px;
  right: 15px;
}

.moblie-search-btn:before {
  color: #282828;
  font-size: 22px;
}

.moblie-search-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 24px;
  height: 24px;
}
.moblie-search-close .chic_cross{
  position: absolute;
  transition: .3s;
}
.moblie-search-close:hover .chic_cross{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);   /* IE 9 */
  -moz-transform:rotate(180deg);  /* Firefox */
  -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg);  /* Opera */
}

.moblie-search-close span:before {
  color: #282828;
  font-size: 22px;
}

.mobile-menu-open nav .hw1_masthead_rightside > ul > li a .hwic_dehaze:before {
  content: "\e90c";
}

header .search-open {
  position: absolute;
  top: auto;
  right: 0px;
  left: auto;
  margin-top: -45px;
  z-index: -1;
  width: 500px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .3s, top .3s;
  transform-origin: right center;
  transform: scale3d(0, 0, 0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .search-open {
    margin-top: -55.00000000000001px;
  }
}

body.top-search-open {
  overflow: hidden;
}

body.top-search-open header .search-open {
  display: block;
  z-index: 100;
  transform: scale3d(1, 1, 1);
}

header .nav-menus > ul {
  margin-top: 5px;
  -webkit-transition: -webkit-transform 0.5s, opacity 3s;
  transition: transform .5s, opacity 3s;
  opacity: 1;
  transform-origin: left center;
}

body.top-search-open header .nav-menus > ul {
  opacity: 0;
  transform: scale3d(0, 0, 0);
}

header nav .search .nav-search-btn {
  -webkit-transition: transform .5s;
  transition: transform .5s;
  transform: scale(1);
  display: block;
  position: relative;
  right: 0px;
  display: inline-block;
}

body.top-search-open header nav .search .nav-search-btn {
  display: none;
  transform: scale(0.85);
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inherit;
}

header nav .search .search-btn {
  -webkit-transition: transform.5s;
  transition: transform .5s;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 101;
  right: 115px;
  top: 3px;
}

body.top-search-open header nav .search .search-btn {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  transform: scale(0.9);
}

header .search-open .results-box {
  transition: opacity .5s ease;
  display: none;
}

header .search-open .search-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right: 100px;
}

header .search-open .search-close {
  display: none;
  vertical-align: middle;
  font-size: 22px;
  margin-left: 10px;
}

header.affix,
.secondary-navigation.affix {
  transition: transform .3s;
  transform-origin: top center;
}

.scroll-down header.affix {
  transform: translateY(-75px);
}

.scroll-down .secondary-navigation.affix {
  transform: translateY(-75px);
}

@media (min-width: 991px) and (max-width: 1120px) {
  header #hw1_global_nav nav .nav-menus > ul:before {
    margin-right: 15px;
  }

  header #hw1_global_nav nav .nav-menus > ul {
    padding-left: 5px;
  }

  header #hw1_global_nav nav #hw1_logo {
    margin-right: 30px;
  }

  header #hw1_global_nav nav .nav-menus > ul > li {
    padding-right: 10px;
  }

  header #hw1_global_nav nav .nav-menus > ul:first-child li > a {
    padding-left: 10px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  header #hw1_mob_nav_container.open {
    display: block;
  }
}
header.affix-top{
	min-width: 1440px;
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	transition: 0.4s;
}
.page-header-fixed .affix-top{
	background-color: #ffffff;
}
header.affix-top:hover{
	background-color: #ffffff;
}

header.affix-top #hw1_global_nav nav .nav-menus > ul > li.active .navbar-collapse {
  position: absolute;
  width: 100%;
}

header.affix-top #hw1_global_nav nav .nav-menus > ul {
  position: static;
}

header #hw1_global_nav nav .nav-menus > ul > li em.icon-open-in-new {
  vertical-align: -4px;
  margin-left: 5px;
}

header #hw1_global_nav nav .nav-menus > ul > li .link-flash em.icon-open-in-new {
  width: 18px;
  height: 18px;
}

header #hw1_global_nav nav .nav-menus > ul > li .link-flash em.icon-open-in-new:before {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

header #hw1_global_nav nav .nav-menus > ul > li .link-flash em.icon-open-in-new:after {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  header #hw1_global_nav nav {
    height: 66px;
    width: 100%;
    overflow: hidden;
  }

  header #hw1_global_nav nav #hw1_logo {
    margin-right: 0;
    margin-top: 17px;
  }

  header #hw1_mob_nav_container.open {
    display: block;
  }

  header.affix .hw1_masthead_rightside > ul > li.hw1_show_more {
    margin-right: 11px;
  }

  header .nav-posti {
    top: 0;
  }

  header .search-open {
    position: fixed;
    margin-top: 0;
    transform-origin: center right;
    width: 100%;
    right: 0;
    z-index: 1048;
    display: block !important;
    top: 0;
    left: 0;
    margin-left: 0;
    background: #fff;
  }

  .mobile-menu-open {
    overflow: hidden;
  }

  .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 30px;
    box-shadow: 0px 0 10px #b3b3b3;
  }

  .search-input {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-right: 50px !important;
  }

  .search-input .search-btn {
    color: #282828;
    font-size: 22px;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .search-close {
    font-size: 18px;
    color: #282828;
    width: 50px;
    text-align: center;
    margin-left: 0;
  }

  .moblie-search-btn {
    right: 65px;
  }

  .moblie-search-close {
    position: absolute;
    top: 16px;
    right: 15px;
  }

  .moblie-search-close span:before {
    color: #282828;
    font-size: 22px;
  }

  header #hw1_mob_nav_container .worldwide-language {
    padding: 15px 15px;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 15px;
  }

  header #hw1_mob_nav_container .worldwide-language span {
    margin-right: 8px;
  }

  header #hw1_mob_nav_container .worldwide-contact > ul > li {
    /*border-bottom:0;
       padding-top:0;
       padding-bottom:0;*/
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  header.affix .hw1_masthead_rightside > ul > li.hw1_show_more {
    margin-right: 0;
  }

  header #hw1_mob_nav_container {
    display: block;
  }

  .ReadPolicy {
    display: none !important;
  }
}

.hw1_search > a:before,
.hw1_search > a:hover:before,
.hw1_show_more > a:before,
.hw1_show_more > a:hover:before {
  background: none !important;
}

.ie9 header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .see-more,
.ie10 header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .see-more {
  bottom: 25px;
}

.ie8 header #hw1_global_nav nav .nav-menus > ul > li .primary-nav-consumer-open .see-more {
  bottom: 50px;
}

#container.open,
#footer.open,
.footer.open,
.share_nullbox.open {
  left: 0 !important;
  position: static !important;
}

.ie9 header .search-open {
  display: none;
}


.banner_txt_1{
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font: 700 60px "微软雅黑", sans-serif;
}
.banner_txt_2{
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font: 600 48px "微软雅黑", sans-serif;
}
.banner_txt_3{
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font: 300 24px "微软雅黑", sans-serif;
}
.banner_btn_4 {
  font: 400 16px "微软雅黑", sans-serif;
  padding: 8px 25px;
  text-transform: uppercase;
  border: 1px #333 solid;
    display: inline-block;
    text-align: center;
    color: #333;
    text-decoration: none;
}
a.banner_btn_4:hover{color:#00eaff; }

.quick-nav{
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-color: #F5F5F5;
}
.quick-nav ul{
  margin: 0px auto;
}
.quick-nav ul li{
  float: left;
  position: relative;
  width: 236px;
  height: 120px;
  padding: 30px 10px 0;
  border-right: 1px solid #e5e5e5;
  line-height: 18px;
  box-sizing: border-box;
  text-align: center;
}
.quick-nav ul li:hover{
  background-color: #fff;
}
.quick-nav ul li:last-child{
  border: none;
}
.quick-nav ul li .iconbox{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.quick-nav ul li .iconbox.i-menu1{
  background-image: url(../../images/quick-nav-icon1.png);
}
.quick-nav ul li .iconbox.i-menu2{
  background-image: url(../../images/quick-nav-icon2.png);
}
.quick-nav ul li .iconbox.i-menu3{
  background-image: url(../../images/quick-nav-icon3.png);
}
.quick-nav ul li .iconbox.i-menu4{
  background-image: url(../../images/quick-nav-icon4.png);
}
.quick-nav ul li .iconbox.i-menu5{
  background-image: url(../../images/quick-nav-icon5.png);
}

.quick-nav ul li .ch{
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  color: #111;
}
.quick-nav ul li .en{
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
}

/*底部*/
.footer-main{
  background: url('../../images/aboutus/map.png') no-repeat center -10px;
  background-size: 50%;
  /* height: 472px; */
  overflow: hidden;
  margin-top: 50px;
  background-color: #005BA9;
  position: relative;
}
.footer-main .footer_nav {
  margin-top: 50px;
  margin-bottom: 20px;
}
.footer-main .footer_nav .nav_item {
  display: inline-block;
  width: 160px;
  text-align: left;
  vertical-align: top;
}
.footer-main .footer_nav .nav_item .nav_tit {
  font-size: 20px;
  color: #fff;
}
.footer-main .footer_nav .nav_item .nav_list {
  font-size: 14px;
  color: #ccc;
  margin-top: 20px;
}
.footer-main .footer_nav .nav_item .nav_list span {
  line-height: 26px;
  display: block;
}
.footer-main .footer_nav .nav_item .nav_list span.text{
  width: 700px;
  border-left: 1px #015BA9 solid;
  padding-left: 50px;
  font-size: 14px;
  color: #015BA9;
}
.footer-main .footer_nav .nav_item .nav_list a{
  color: #ccc;
}
.footer-main .copyright {
  font-size: 16px;
  color: #fff;
  /* background-color: #015BA9; */
  border-top: 1px #fff solid;
  height: 90px;
  line-height: 90px;
  /* position: absolute; */
  /* bottom: 0px; */
  /* width: 100%; */
  text-align: center;
}
.footer-main .copyright a {
  color: #fff;
}
.footer-main .footer-container {
  position: relative;
  overflow: hidden;
  /* height: 230px; */
}
.footer-main .copyright .foot_sub_nav{
  display: block;
  text-align: center;
}
.footer-main .copyright .foot_sub_nav a{
  display: inline-block;
  margin: 0 10px;
}

/*全局挂件*/
.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: #2b3989
}

.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 #fff;
    border-radius: 5px 0px 0px 5px;
}

.toolbar_btn a samp {
    z-index: 2;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-color: #4c4c4c;
}

.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
}
.toolbar_btn a:last-child em{
  top: auto;
  bottom: 0;
}

.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.bar_ercode img {
    display: block;
    width: 131px;
    padding: 0px;
}

.toolbar_btn a.current samp,.toolbar_btn a:hover samp {
    border-bottom: 1px solid #2b3989;
    background-color: #2b3989
}

.toolbar_btn a:hover samp {
    border-radius: 0px;
}

.LANG-cn .toolbar_btn a:hover em {
    width: 160px
}

.toolbar_btn a:hover em {
    width: 320px;
    background: #2b3989;
    border-radius: 5px 0px 0px 5px;
}

.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 #2b3989;
    border-radius: 10px;
    background: #2b3989
}

.toolbar_btn a.current span,.toolbar_btn a:hover span {
    color: #2b3989;
    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_btn i{
  font-style: normal;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  display: inline-block;
  background-position: 15px 16px;
  background-size: 50%;
}
.toolbar_btn .toolbar-top{
  background-image: url(../../images/toolbar-top.png);
  background-position: 23px 16px;
  background-size: 20%;
  padding-top: 10px;
  font-family: puhui;
}
.toolbar_btn .toolbar-email{
  background-image: url(../../images/toolbar-email.png);
}
.toolbar_btn .toolbar-tel{
  background-image: url(../../images/toolbar-tel.png);
}
.toolbar_btn .toolbar-kefu{
  background-image: url(../../images/toolbar-kefu.png);
}
.toolbar_btn .toolbar-ercode{
  background-image: url(../../images/toolbar-ercode.png);
}

a.bar_email:hover em, a.bar_tel:hover em, a.bar_kefu:hover em {
    width: 200px;
}
a.bar_ercode:hover em {
    width: 131px;
    height: 131px;
    line-height: 131px;
}

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel .owl-item{
  float:left;
  /* margin-right: 83px */
}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}
.grabbing{cursor:url(grabbing.png) 8 8,move}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.foot-contact{
	width: 1210px!important;
	display: block!important;
	margin: 0 auto;
}
.foot-contact .nav_list{
	display: flex;
  /* justify-content: space-between; */
}
.foot-contact .nav_list span{
	/* flex: 1; */
}
.foot-contact .nav_list img.foot-ercode{
	/* margin-left: 50px; */
}
.foot-contact .nav_list img.foot-logo{
  width: 260px;
	margin-top: 30px;
}
/* foot-logo
foot-ercode */

.sub-nav{
  width: 100%;
  background-color: #fff;
  /* height: 80px; */
  z-index: 999;
  display: inline-block;
  /* position: fixed; */
  /* top: 320px; */
  position: initial;
  top: initial;
  display: block;
}

.lanmu-nav{
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  transition: .3s;
  display: flex;
  width: 1400px;
  margin: 20px auto 0;
}
.lanmu-nav .lanmu-title{
  width: 200px;
}
.lanmu-nav .lanmu-title h2{
  margin: 0;
}
.lanmu-nav .lanmu-title span{
  text-transform: uppercase;
}
.lanmu-nav ul.lanmu-list{
  flex: 1;
  /* text-align: right; */
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.lanmu-nav ul.lanmu-list li{
  display: inline-block;
  padding-right: 15px;
  font-size: 18px;
}
.lanmu-nav ul.lanmu-list li a{
  color: #6c6c6c;
}
.lanmu-nav ul.lanmu-list li a:hover{
  color: #333;
}
.lanmu-nav ul.lanmu-list li a::after{
  content: '|';
  margin-left: 15px;
}
.lanmu-nav ul.lanmu-list li:last-child{
  padding-right: 0;
}
.lanmu-nav ul.lanmu-list li:last-child a::after{
  display: none;
}
.lanmu-nav ul.lanmu-list li span{
  padding-left: 15px;
  color: #6c6c6c;
}
.lanmu-nav-pos {
  position: relative;
  /* top: 320px; */
  z-index: 9;
  /* background-color: #f5f5f5; */
  padding: 0;
  /* width: 1400px; */
  box-shadow: none;
  /* border-bottom: none; */
  border-radius: 4px 4px 0 0 ;
  padding: 0 20px;
}
.lanmu-nav-pos ul.lanmu-list{
  margin-block-start: 0.7em;
  margin-block-end: 0.5em;
}

@media (min-width: 1500px) {
  .lanmu-nav-pos {
      position: relative;
      width: 1400px;
      margin: 0 auto;
  }

  .w1400 {
      position: relative;
      width: 1400px;
      margin: 0 auto;
  }
  .w1440 {
      position: relative;
      width: 1440px;
      margin: 0 auto;
  }
  .footer-main .footer_nav .nav_item{
    width: 160px;
  }
}
@media (max-width: 1500px) {
  .lanmu-nav-pos {
      position: relative;
      width: 1200px;
      margin: 0 auto;
  }

  .w1400 {
      position: relative;
      width: 1200px;
      margin: 0 auto;
  }
  .w1440 {
      position: relative;
      width: 1200px;
      margin: 0 auto;
  }
  .footer-main .footer_nav .nav_item{
    width: 145px;
  }
}
.w1400.sub-nav{
  width: 100%;
}