.pcqh{background:#f0f5f7; height:50px; margin-left:11px; width:377px;}

@media (max-width:750px) {
.pcqh{background:#f0f5f7 !important; height:50px !important; margin-left:0 !important; width:100% !important;}
.speakers .slider-box h3 {
    font-size:.40rem !important;
    margin-bottom: 10px;
	float:left; padding-top:14px; padding-left:20px;
}
.speakers .slider-box {
    margin-top: 50px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

}


@media (max-width:1024px) {
.pcqh{background:#f0f5f7; height:38px; margin-left:0; width:317px;}
.slick-slide{ padding-right:10px; margin-left:6px;}
.infoConh {margin-bottom: 440px;}
}

@media (max-width:768px) {
.pcqh{background:#f0f5f7; height:38px; margin-left:0; width:230px;}
.slick-slide{ padding-right:10px; margin-left:6px;}
.infoConh {margin-bottom: 265px;}
}


.speakers {
    margin-bottom: 60px;
}

.speakers h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 34px;
}

.speakers h2:before {
    width: 50px;
    height: 2px;
    background: #e40013;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
}

.speakers .container>p {
    font-size: 14px;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}

.speakers .speaker-box {
    text-align: center;
}

.speakers .speaker-box img {
    margin: 0 auto;
	width: 376px;
}

.speakers .slider-box {
    margin-top: 50px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.speakers .slider-box p {
    padding: 0 10%;
}

.slider-box .slick-prev::before {
    content: "";
    width: 52px;
    height: 52px;
    background: url(../images/has2020_speaker_icon_01.png) no-repeat;
    display: block;
}

.slider-box .slick-next::before {
    content: "";
    width: 52px;
    height: 52px;
    background: url(../images/has2020_speaker_icon_02.png) no-repeat;
    display: block;
}

.slider-box .slick-next {
    right: -0.5rem;
}

.slider-box .slick-prev {
    left: -0.5rem;
}

.speakers .slider-box h3 {
    font-size:.17rem;
    margin-bottom: 10px;
	float:left; padding-top:10px; padding-left:20px;
}

.speakers .slider-box p {
    font-size: 16px;
    margin-top: 0;
}

@media (max-width:1024px) {
    .slider-box .slick-prev {
        left:14px;
    }
    .slider-box .slick-next {
        right: 0;
    }
}

@media (max-width:991px) {
    .slider-box .slick-next {
        right: 22px;
    }
}

@media (max-width:767px) {
    .speakers .container>p {
        max-width: 100%;
        text-align: left;
    }
    .speakers h2 {
        font-size: 28px;
    }
}


/*speakers e*/






container.container {
    width: 100%!important;
    max-width: 1128px
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;


    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}




@-webkit-keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opGradient {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}
@keyframes nonesearching {
  0% {
    left: 20%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    left: 34%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 100px;
}
body {
  position: relative;
  background: #fff;
  line-height: 1.625;
  font-weight: normal;
  color: #282828;
  font-size: 18px;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
}
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  /* 1 */
  -webkit-font-smoothing: antialiased;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  /* 3 Default: auto */
  -moz-font-feature-settings: "liga", "kern";
}
/*Only phones */
@media (max-width: 991px) {
  /**
   * Break strings if their length exceeds the width of their container
   */
  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.hw_space {
  height: 67px;
}
/**
 * links
 */
a {
  color: #282828;
}
a:hover,
a:focus {
  color: #282828;
}
a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
/* Insert */
ins {
  background: #ffa;
  color: #282828;
}
/**
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #282828;
}
/**
 * Abbreviation and definition
 */
abbr[title],
dfn[title] {
  cursor: help;
}
dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal;
}
/* Spacing for block elements */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 12px 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 12px;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px 0;
  font-weight: 500;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 48px;
  line-height: 60px;
  margin-top: 0;
}
h2 {
  font-size: 38px;
  line-height: 48px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 20px;
}
.headline {
  font-size: 60px;
  line-height: 80px;
  font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}
/* Ordered and unordered lists */
ul,
ol {
  padding-left: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 1px;
}
/* Description lists */
dt {
  font-weight: bold;
}
dt + dd {
  margin-top: 0.05em;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 0.1em;
}
/**
 * Horizontal rule
 * 1. Address differences between Firefox and other browsers.
 */
hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eeeeee;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
}
/* Address */
address {
  font-style: normal;
}
/* Quotes */
blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #eeeeee;
  /* Small print for identifying the source */
  /* Smaller margin if `small` follows */
}
blockquote small {
  display: block;
  color: #777777;
  text-align: right;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
/* iframe */
iframe {
  border: 0;
}
/* Forms
   ========================================================================== */
/**
  * Vertical alignment
  * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  */
button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #f66f6a;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #f3413a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.bg-yellow {
  background-color: #ffdf4f;
}
a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #ffd61c;
}
.bg-teal {
  background-color: #59c8d5;
}
a.bg-teal:hover,
a.bg-teal:focus {
  background-color: #33b9c8;
}
.bg-blue {
  background-color: #15b0eb;
}
a.bg-blue:hover,
a.bg-blue:focus {
  background-color: #108dbd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    display: block;
    word-wrap: normal;
    /* for IE */
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 46px;
  }
  h2 {
    font-size: 29px;
    line-height: 39px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 24px;
    line-height: 40px;
  }
  h5 {
    font-size: 22px;
    line-height: 22px;
  }
  .headline {
    font-size: 38px;
    line-height: 52px;
  }
}

.show-more a em {
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: 0;
}
.show-more a:hover {
  text-decoration: none;
}
.show-more a.active .hwic_add {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.show-more a.active .hwic_add:before {
  content: "-";
  font-size: 16px;
  font-weight: bold;
}
.slick-dots {
  bottom: -60px;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #fff;
  border: 2px solid #404040;
  border-radius: 50%;
}
.slick-dots li button:before {
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: #404040;
}
.slick-prev {
  left: -70px;
  z-index: 9;
  width: 44px;
  height: 44px;
}
.slick-prev:before {
  font-family: corpfont;
  content: "\e901";
  color: #f66f6a;
  font-size: 44px;
}
.slick-next {
  right: -70px;
  z-index: 9;
  width: 44px;
  height: 44px;
}
.slick-next:before {
  font-family: corpfont;
  content: "\e902";
  color: #f66f6a;
  font-size: 44px;
}
@media (max-width: 767px) {
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
}
.container > .title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .container > .title {
    margin-bottom: 40px;
  }
}
.page-tit-h1 {
  margin-bottom: 45px;
  position: relative;
}
.page-tit-h1 a:hover {
  text-decoration: none;
}
.page-tit-h1 h1 {
  display: inline;
}
@media (max-width: 767px) {
  .page-tit-h1 {
    margin-left: -22px;
    margin-right: -22px;
    padding: 0 22px;
  }
  .page-tit-h1 a {
    display: block;
  }
  .page-tit-h1 a em {
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    display: inline-block;
    font-size: 30px;
    vertical-align: -4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-tit-h1 a.collapsed em {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    font-size: 30px;
    vertical-align: -4px;
  }
}
.title {
  display: block;
  margin-bottom: 0;
}
.title h2 {
  float: left;
  margin-bottom: 0;
  line-height: 1;
  width: 65%;
}
.title h2 a {
  color: #222222;
  line-height: 1;
}
.title h2 a em {
  display: inline-block !important;
  font-size: 38px;
  vertical-align: middle;
  line-height: 1;
}
.title h2 + a {
  float: right;
  color: #222222;
  font-size: 22px;
}
.title h2 + a:hover {
  text-decoration: none;
}
.title h2 + a em {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .container > .title .title-mattes {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .title h2 {
    width: 100%;
    position: relative;
  }
  .title h2 em {
    display: inline-block !important;
    vertical-align: middle;
    font-size: 40px;
  }
  .title h2 a em {
    display: inline-block !important;
  }
  .title h2 + a {
    display: none;
  }
}
.navbar-toggle[aria-expanded="true"] em:before {
  content: "\e15b";
}
.img-rounded {
  border-radius: 5px;
}
[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
}
.share ul {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1;
  padding-left: 0;
}
.share ul li {
  float: left;
  margin-right: 20px;
  list-style: none;
  margin: 0 10px !important;
}
.share ul li a {
  color: #aaa !important;
}
.share ul li a:hover {
  background-color: #fff !important;
  text-decoration: none;
  color: #282828;
}
.share ul li a.icon-twitter:hover {
  color: #55acee !important;
}
.share ul li a.icon-facebook:hover {
  color: #44619D !important;
}
.share ul li a.icon-weibo:hover {
  color: #ff763b !important;
}
.share ul li a.icon-wechat:hover {
  color: #7bc549 !important;
}
.share ul li a.icon-google:hover {
  color: #000 !important;
}
.share ul li a.icon-linkedin:hover {
  color: #0077B5 !important;
}
.share ul li a.icon-VK1:hover {
  color: #348903 !important;
}
.share ul li a.icon_habrahabr:hover {
  color: #b00000 !important;
}
.share ul li a .share-close {
  background: transparent;
  border: 0;
  font-size: 25px;
  position: absolute;
  top: -205px;
  right: -95px;
  z-index: 9999;
  color: #333;
  display: none;
}
.share ul li a .share-close.com-share-botm {
  right: -80px;
}
.share ul li a.share-open .share-close,
.share ul li a.share-open .wechat-qrcode {
  display: block;
}
@media (max-width: 767px) {
  .share ul li {
    margin: 10px 10px !important;
    height: 18px;
  }
}
.page-bottom-share ul li {
  margin-right: 12px;
  margin-left: 0;
}
.page-bottom-share ul li a {
  width: 30px;
  height: 20px;
  display: inline-block;
  background: #282828;
  border-radius: 4px;
  text-align: center;
}
.page-bottom-share ul li a em {
  color: #fff;
  font-size: 16px;
  margin-top: 2px;
  display: block;
}
.page-bottom-share ul li a.icon-VK1 em {
  margin-top: 4px;
}
.page-bottom-share ul li a:hover.icon-linkedin {
  background: #0084bf !important;
}
.page-bottom-share ul li a:hover.icon-facebook {
  background: #3b5998 !important;
}
.page-bottom-share ul li a:hover.icon-twitter {
  background: #1da1f2 !important;
}
.page-bottom-share ul li a:hover.icon-weibo {
  background: #e33237 !important;
}
.page-bottom-share ul li a:hover.icon-wechat {
  background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-google {
  background: #db4437 !important;
}
.page-bottom-share ul li a:hover.icon-VK1 {
  background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon_habrahabr {
  background: #b00000 !important;
}
.page-bottom-share ul li a:hover.icon-youtube {
  background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-instagram {
  background: #348903 !important;
}
.page-bottom-share ul li a .share-close {
  right: -80px;
}
.ie8 #footer ul.social li a.weixin .wechat-qrcode button,
.ie9 #footer ul.social li a.weixin .wechat-qrcode button,
.ie10 #footer ul.social li a.weixin .wechat-qrcode button,
.ie11 #footer ul.social li a.weixin .wechat-qrcode button {
  top: 0;
}
.link-submit {
  background: #f66f6a;
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  font-size: 18px;
  margin: 15px 0;
  text-decoration: none !important;
  min-width: 200px;
  margin-right: 20px;
  text-align: center;
  text-indent: 0 !important;
}
.link-submit:hover {
  text-decoration: none;
  color: #fff;
  background: #a54b4a;
}
.link-submit.disabled {
  background: #d4d4d4;
  color: #949494;
}
.link-submit.disabled em {
  color: #949494;
}
.link-submit em {
  padding-left: 70px;
  font-size: 16px;
  color: #fff;
}
.link-submit.witch {
  background: #fff;
  color: #282828;
  border: 1px solid #f66f6a;
}
.link-submit.witch em {
  color: #282828;
}
.link-submit.witch:hover {
  background: #fe9c99;
}
.article-page .link-submit em {
  padding-left: 10px;
}
.link {
  margin-right: 20px;
  text-decoration: underline;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}
.pagination1,
.pagination {
  margin-top: 20px;
}
.pagination1 .left,
.pagination .left {
  float: left;
}
.pagination1 .left .select2-container,
.pagination .left .select2-container {
  margin: 0 10px;
  width: 61px !important;
}
.pagination1 .left a,
.pagination .left a {
  margin-right: 20px;
  display: inline-block;
  color: #282828;
}
.pagination1 .left a:hover,
.pagination .left a:hover {
  text-decoration: none;
}
.pagination1 .right,
.pagination .right {
  float: right;
}
.pagination1 .right ul li,
.pagination .right ul li {
  display: inline-block;
  padding: 0;
  border: 0;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
}
.pagination1 .right ul li input,
.pagination .right ul li input {
  width: 54px;
  height: 26px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
}
.pagination1 .right ul li a,
.pagination .right ul li a {
  color: #282828;
  font-size: 14px;
}
.pagination1 .right ul li a em,
.pagination .right ul li a em {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
.pagination1 .right ul li.prev,
.pagination .right ul li.prev {
  margin-right: 10px;
}
.pagination1 .right ul li.next,
.pagination .right ul li.next {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .pagination1 .right,
  .pagination .right {
    float: none;
  }
}
.input-search {
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  outline: none;
  font-size: 16px;
  border: 1px solid #d4d4d4;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.input-search::-webkit-input-placeholder {
  color: #949494;
}
.input-search::-moz-placeholder {
  color: #949494;
}
.input-search:-ms-input-placeholder {
  color: #949494;
}
.input-search::-ms-input-placeholder {
  color: #949494;
}
.input-search::placeholder {
  color: #949494;
}
.input-search + a {
  position: absolute;
  top: 10px;
  right: 15px;
}
.input-search + a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .iconfont-flash [class*="hwic_"]:before,
  .iconfont-flash.active [class*="hwic_"]:before,
  .iconfont-flash:focus [class*="hwic_"]:before {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 0;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
       transition-duration: 0.1s;
  }
  .iconfont-flash:hover [class*="hwic_"]:before,
  .iconfont-flash.active [class*="hwic_"]:before,
  .iconfont-flash:focus [class*="hwic_"]:before {
    webkit-transform: translateX(10px);
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .iconfont-flash:hover .hwic_download:before,
  .iconfont-flash.active .hwic_download:before,
  .iconfont-flash:focus .hwic_download:before {
    webkit-transform: translateY(10px);
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .external-link {
    cursor: pointer;
  }
  .external-link [class*="hwic_"]:before,
  .external-link.active [class*="hwic_"]:before,
  .external-link:focus [class*="hwic_"]:before {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 0;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
       transition-duration: 0.1s;
    display: none;
  }
  /* .external-link em.hwic_icon_nav_phones:before,.external-link em.hwic_icon_nav_pc:before{
		display: inline-block;
		font-size: 50px;
		height: 61px;
	}*/
  .external-link:hover [class*="hwic_"]:before,
  .external-link.active [class*="hwic_"]:before,
  .external-link:focus [class*="hwic_"]:before {
    webkit-transform: translateX(10px);
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    display: inline-block;
    color: #282828 !important;
    margin-left: 10px \9;
  }
  /* .external-link:hover em.hwic_icon_nav_phones:before,.external-link:hover em.hwic_icon_nav_pc:before{
		webkit-transform: translateX(0px);
        transform: translateX(0px);
	}*/
  .icon_nav_pc {
    background-image: url(../images/sprite1.png);
    background-position: -234px -257px;
    width: 73px;
    height: 54px;
  }
  .icon_nav_phones {
    background-image: url(../images/sprite1.png);
    background-position: -315px -256px;
    width: 45px;
    height: 54px;
  }
  .phone-flash {
    cursor: pointer;
  }
  .phone-flash .phone-img img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .phone-flash:hover .phone-img .flash-phone {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
        transform: translateY(-20px);
  }
  .phone-flash .phone-img .flash-phone-show {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    content: "";
    position: absolute;
    bottom: -40px;
    height: 100px;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .product-callout .card.phone-flash .phone-img .flash-phone-show {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .product-callout .card.phone-flash .phone-img .flash-phone-show {
    display: none;
  }
}
.phone-flash:hover .phone-img .flash-phone-show {
  -webkit-transform: translateY(5px);
  /* transform: translateY(5px); */
  content: "";
}
.icon_print {
  display: inline-block;
  width: 26px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}
.icon_print:before {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e922";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.icon_print:after {
  width: 26px;
  height: 25px;
  display: block;
  content: "\e923";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.icon_print:hover:before {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
      transform: translateY(3px);
  opacity: 0;
}
.icon_download {
  display: inline-block;
  width: 25px;
  height: 25px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}
.icon_download:before {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e918";
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.icon_download:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "\e913";
  font-size: 25px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.icon_download:hover:before {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
      transform: translateY(3px);
}
.link-flash .icon-open-in-new {
  display: inline-block;
  width: 27px;
  height: 27px;
  font-style: normal;
  position: relative;
  font-family: corpfont;
}
.link-flash .icon-open-in-new:before {
  width: 27px;
  height: 27px;
  display: block;
  content: "\e900";
  font-size: 24px;
  position: absolute;
  top: -7px;
  left: 0;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.link-flash .icon-open-in-new:after {
  width: 27px;
  height: 27px;
  display: block;
  content: "\e90e";
  font-size: 24px;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.link-flash:hover .icon-open-in-new:before {
  -webkit-transform: translate(3px, -2px);
  -ms-transform: translate(3px, -2px);
      transform: translate(3px, -2px);
}
@media (max-width: 1024px) {
  .hwic_open-in-new {
    display: none;
  }
  .navigation-buckets .hwic_open-in-new {
    display: block;
  }
}
.modal-dialog {
  margin-top: 0;
}
.modal-body {
  padding: 0;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 96;
}
.modal-header {
  padding: 0;
}
.modal-header .close {
  color: #fff;
  font-size: 25px;
  opacity: 1;
}
.bootstrap-dialog.type-primary .modal-header {
  border: none;
}
.bootstrap-dialog-title {
  display: none !important;
}
@media (max-width: 767px) {
  .modal:before {
    display: none;
  }
  .modal-dialog {
    width: 100%;
    z-index: 98;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}
.permission-dl-dialog .modal-header {
  background-color: #fff !important;
  height: 0;
  padding: 0;
  border: 0;
}
.permission-dl-dialog .modal-header .bootstrap-dialog-title {
  display: none;
}
.permission-dl-dialog .modal-header .bootstrap-dialog-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.permission-dl-dialog .modal-header .close {
  cursor: pointer;
  color: #282828;
}
.permission-dl-message {
  padding: 30px 0;
}
.permission-dl-message .down_line {
  height: auto;
  line-height: 30px;
  display: block;
  clear: both;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.permission-dl-message .down_line h2 {
  line-height: 120%;
  margin-bottom: 10px;
  height: auto;
  padding-top: 5px;
  font-size: 24px;
}
.permission-dl-message .down_line a {
  color: #023399;
}
.permission-dl-message .down_line em {
  margin: 0 15px;
  font-style: normal;
}
.common-dialog .modal-header {
  padding: 0;
}
.common-dialog .modal-body {
  height: 200px;
}
.common-dialog .bootstrap-dialog-body {
  display: table;
  width: 100%;
  height: 100%;
}
.common-dialog .bootstrap-dialog-message {
  font-size: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.common-dialog .modal-header .close {
  color: #666;
}
.loading-dialog .modal-header .close,
.loading-dialog .modal-header {
  display: none;
}
.load-box {
  width: 100%;
  height: 100%;
}
.loading {
  margin-top: -20px;
  z-index: 99;
  color: #fff;
  margin-left: -20px;
}
.loading-dialog .modal-content {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border: 0;
}
.loading .sk-circle {
  margin: 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
}
.loading .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loading .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.loading .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.loading .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loading .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.loading .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.loading .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loading .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.loading .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.loading .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.loading .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.loading .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.loading .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loading .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.loading .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loading .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loading .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loading .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loading .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loading .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loading .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loading .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loading .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.common-loading .modal-backdrop {
  background-color: #fff;
}
.common-loading .modal-backdrop.in {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading .ie-loading {
  display: none;
}
@media (max-width: 767px) {
  .loading .spinner {
    margin: 0 auto;
  }
  .loading-dialog .modal-dialog {
    position: absolute !Important;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading .ie-loading {
    display: none;
  }
}
.red-highlight {
  color: #fe0000;
  display: inline-block;
}
.float-none {
  float: none !important;
}
.loading .spinner {
  margin: 100px auto;
  width: 80px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.loading .spinner > div {
  background-color: #f66f6a;
  height: 20px;
  width: 6px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 25%;
  -webkit-animation: sk-stretchdelay 2s infinite ease-in-out;
  animation: sk-stretchdelay 2s infinite ease-in-out;
}
.loading .spinner .rect2 {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
  background-color: #f7a655;
}
.loading .spinner .rect3 {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
  background-color: #ffdf4f;
}
.loading .spinner .rect4 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  background-color: #84d0a2;
}
.loading .spinner .rect5 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
  background-color: #15b0e8;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
.yes-no {
  margin-top: 30px;
  width: 100%;
}
.yes-no a {
  width: 100px;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  border: 1px solid #f66f6a;
  border-radius: 4px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
::-ms-reveal {
  display: none;
}
.yes-no a.yes {
  background: #f66f6a;
  color: #fff;
  border: none;
  margin-right: 15px;
}
.yes-no a.yes:hover {
  background: #a54b4a;
  text-decoration: none;
}
.yes-no a.no:hover {
  background: #fe9c99;
  text-decoration: none;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
.video_box {
  z-index: 98;
}
.img-radius {
  border-radius: 5px;
}
.weixin-pic {
  position: absolute;
  top: -100000px;
  left: -10000px;
}
.psirt-set-out .expand-moreb span {
  color: #db7775;
}
.events-location {
  margin-bottom: 60px;
}
.events-location h2 {
  margin-bottom: 60px;
}
.events-location img,
.events-location iframe {
  border-radius: 5px;
}
label {
  letter-spacing: normal;
}
.select2-results li {
  position: relative;
}
.select2-results li .css-fixed {
  position: absolute;
  right: 20px;
  top: 11px;
}
.common-btn {
  text-align: center;
  margin: 30px 0;
}
.register1 {
  background-color: #f66f6a;
  padding: 12px 25px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none !important;
  font-size: 18px !important;
}
.register1:hover {
  background: #a54b4b;
  text-decoration: none;
  color: #fff;
  text-decoration: none !important;
}
.register1 em,
.register2 em {
  padding-left: 30px !important;
}
.register2 {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid #f66f6a;
  color: #333;
  text-decoration: none !important;
  font-size: 18px !important;
}
.register1 + .register2 {
  margin-left: 10px;
}
.register2:hover {
  background-color: #f89b9a;
  text-decoration: none;
  color: #fff;
  text-decoration: none !important;
}
.learning h3 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}
.learning ul li a {
  color: #f66f6a;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  display: block;
  margin-bottom: 15px;
}

