<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-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;
  }
}

#banner {
  margin-bottom: 0;
}

#banner .slick-prev,
#banner .slick-next {
  opacity: 0;
  height: 100%;
  width: 10%;
}

#banner .banner {
  height: 560px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

#banner .banner:hover .slick-prev,
#banner .banner:hover .slick-next {
  opacity: 1;
  display: block \9 !important;
}

#banner .slick-initialized .slick-slide {
  position: relative;
  overflow: hidden;
  height: 560px;
}

#banner .slick-dots {
  bottom: 135px;
  position: relative;
  max-width: 1106px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

#banner .slick-next {
  right: 0;
}

#banner .slick-prev {
  left: 0;
}

#banner .slick-dots li button {
  background: rgba(255, 255, 255, 0);
}

#banner .slick-dots li.slick-active button {
  background: #404040;
}

#banner .slick-dots li {
  width: 14px;
}

#banner .banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.999);
  height: 100%;
}

#banner .banner-text {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 200px;
  vertical-align: middle;
}

#banner .banner-text h2 {
  font-size: 60px;
  line-height: 80px;
}

#banner .banner-text a {
  font-size: 22px;
  color: #fff;
}

#banner .banner-text a:hover {
  text-decoration: none;
}

#banner .banner-text a em {
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
}

#banner .navigation-buckets {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-radius: 5px;
  bottom: 100px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

#banner .navigation-buckets [class*="col-"] {
  border-left: 1px solid #d4d4d4;
}

#banner .navigation-buckets [class*="col-"] a {
  padding: 10px 40px 0px 30px;
  color: #222222;
  display: block;
}

#banner .navigation-buckets [class*="col-"] a span.lazy-placeholder {
  width: 47px;
  height: 98px;
  background-size: 86%;
  float: left;
  overflow: hidden;
  padding-top: 0 !important;
  margin-right: 31px;
  display: block;
}

#banner .navigation-buckets [class*="col-"] a h3 {
  font-size: 22px;
  line-height: 34px;
}

#banner .navigation-buckets [class*="col-"] a h3 em {
  display: none \9;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  /*-webkit-transition-duration: 0.3s;
							transition-duration: 0.3s;*/
  -webkit-transition-property: transform;
  transition-property: transform , opacity;
  opacity: 0;
  font-size: 20px;
}

#banner .navigation-buckets [class*="col-"] a h3 em.hwic_to-right {
  font-size: 16px;
}

#banner .navigation-buckets [class*="col-"] a:hover {
  text-decoration: none;
}

#banner .navigation-buckets [class*="col-"] a:hover h3 {
  color: #f66f6a;
}

#banner .navigation-buckets [class*="col-"] a:hover h3 em {
  padding-left: 15px \9;
  display: inline-block;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 1;
  color: #222222;
}

#banner .navigation-buckets [class*="col-"]:first-child {
  border-left: 0;
}

#banner .navigation-buckets [class*="col-"]:first-child a {
  padding-left: 40px;
}

#banner .navigation-buckets [class*="col-"] img {
  display: inline-block;
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 10px;
}

#banner .navigation-buckets [class*="col-"] div h3 {
  margin-bottom: 5px;
}

#banner .navigation-buckets [class*="col-"] div p {
  margin-top: 0;
  color: #666;
  font-size:14px;
  padding-left:94px;
}

@media (width: 768px) {
#banner .navigation-buckets [class*="col-"] div p {
  padding-left:79px;
}
  .navigation-buckets .hwic_open-in-new {
    display: inline-block !important;
  }

  #banner .navigation-buckets [class*="col-"] a {
    padding: 10px 0px 0px 15px;
  }

  #banner .navigation-buckets [class*="col-"] img {
    padding-right: 15px;
  }

  #banner .navigation-buckets [class*="col-"]:first-child a {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  #banner {
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
  }

  #banner .banner {
    height: 495px;
  }

  #banner .banner-text h2 {
    font-size: 28px;
    line-height: 40px;
  }

  #banner .banner-text a {
    font-size: 18px;
  }

  #banner &gt; .banner + .container {
    padding: 0;
  }

  #banner .slick-next,
  #banner .slick-prev {
    display: none !important;
  }

  #banner .slick-dots {
    bottom: 120px;
    text-align: center;
  }

  #banner .banner-img {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }

  #banner .banner-img img {
    width: 100%;
  }

  #banner .navigation-buckets {
    border-radius: 0;
    padding: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  }

  #banner .navigation-buckets [class*="col-"] {
    border-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  #banner .navigation-buckets [class*="col-"]:first-child a {
    border: 0;
    padding-left: 20px;
  }

  #banner .navigation-buckets [class*="col-"] div h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  #banner .navigation-buckets [class*="col-"] div h3 em {
    opacity: 1;
    float: right;
    margin-top: 5px;
  }

  #banner .navigation-buckets [class*="col-"] a {
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #d4d4d4;
    display: block;
  }

  #banner .navigation-buckets [class*="col-"] a:hover h3 em {
    transform: translateX(0);
  }



  #banner .banner-text h2 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (max-width: 400px) {
  #banner .banner {
    height: 385px;
  }

  #banner .slick-dots {
    bottom: 210px;
    text-align: center;
  }

  #banner .banner-text {
    margin-top: 130px;
  }
}

.product-callout {
  display: block;
  margin-bottom: 100px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.product-callout .container {
padding-left: 11px;
    padding-right: 11px;
}
.product-callout .sywh h4 {
font-size:18px;
color:#333;
margin-top: 10px;
margin-bottom: 5px;
}

.product-callout .sywh p {
font-size:12px;
color:#666;
line-height:25px;
margin-top:0;
margin-bottom: 25px;
}
.product-callout a:hover {
text-decoration:none;
}
.product-callout a:hover h4 {
color:#f66f6a;
}
.product-callout .sywh ul li img{
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}
.product-callout .sywh ul li:hover img{
	-webkit-transform:rotate(360deg) scale(1.1); 
	-moz-transform:rotate(360deg) scale(1.1);
	-ms-transform:rotate(360deg) scale(1.1);
	-o-transform:rotate(360deg) scale(1.1);
}
.product-callout .sywh ul li a {
  display: block;
}

.product-callout .col-lg-6 .card {
  padding-top: 100px;
  padding-bottom: 120px;
  position: static;
  height: 450px;
  width: 82%;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.product-callout .col-lg-6 .card &gt; div {
  float: right;
  margin-right: 160px;
}

.product-callout .col-lg-6 .card p {
  color: #fff;
  font-size: 18px;
}

.product-callout .col-lg-6 .card span {
  font-size: 22px;
  color: #fff;
}

.product-callout .col-lg-6 .card span:hover {
  text-decoration: none;
}

.product-callout .col-lg-6 .card span em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 18px;
}

.product-callout .col-lg-6 .card-bg {
  background: -webkit-linear-gradient(left top, #15b0e8, #59c8d5);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right, #15b0e8, #59c8d5);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right, #15b0e8, #59c8d5);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right, #15b0e8, #59c8d5);
  /* 鏍囧噯鐨勮娉� */
  background-color: #15b0e8\9;
  height: 450px;
  position: absolute;
  left: -60%;
  width: 150%;
  top: 0;
  z-index: -1;
  border-radius: 5px;
}

.product-callout .phone-img {
  position: absolute;
  top: 60px;
  right: 0px;
  padding-bottom: 15px;
  width: 264px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-callout .col-lg-6 {
    width: 60%;
    float: left;
  }

  .product-callout .col-lg-5 {
    width: 40%;
    float: left;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
.search {
    padding-left: 20px;
}
  .product-callout .container {
    padding-right: 15px;
  }

.product-callout .sywh h4 {
    margin-bottom: 20px;
}

  .product-callout .featured-card {
    margin-top: 210px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .product-callout .phone-img {
    top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-callout .col-lg-6 {
    width: 60%;
    float: left !important;
  }
  .product-callout .sywh h4 {
    margin-bottom: 5px;
}
  .product-callout .col-lg-5 {
    width: 40%;
    float: left !important;
  }

  .product-callout .featured-card {
    margin-top: 0px;
  }
}

@media (width: 768px) {
  .product-callout {
    margin-bottom: 60px;
  }

  .product-callout &gt; .container {
padding-left: 11px;
    padding-right: 11px;
  }

  .product-callout .col-lg-6 {
    padding-top: 100px;
    margin-bottom: 60px;
  }

  .product-callout .col-lg-6 .card {
    width: 100%;
    border-radius: 0;
    height: 600px;
  }

  .product-callout .col-lg-6 .card-bg {
    left: 0;
    height: 100%;
    top: 0;
  }

  .product-callout .phone-img {
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .product-callout .card-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 768px) {
#footer .copy a {
    color:#282828;
}
.weix{ width:60%;}
  }
@media (max-width: 767px) {
  .product-callout {
    margin-bottom: 60px;
  }

  .product-callout &gt; .container {
padding-left: 11px;
    padding-right: 11px;
  }
.colz-lg-offset-1{ padding-top:11px;}
  .product-callout .col-lg-6 {
    padding-top: 100px;
    margin-bottom: 60px;
    overflow: hidden;
  }
.product-callout .sywh ul li img {
    position: absolute;
    top: 80;
    top: 20px;
    left: 0;
}
.product-callout .sywh h4 {
    margin-bottom: 0;
    padding-left: 25px;
}
.product-callout .sywh p {
    padding-left: 25px;
}
  .product-callout .col-lg-6 .card {
    width: 100%;
    border-radius: 0;
    height: 600px;
  }

  .product-callout .col-lg-6 .card p {
    margin-top: 30px;
  }

  .product-callout .col-lg-6 .card-bg {
    left: 0;
    height: 100%;
    top: 0;
    margin-top: 100px;
  }

  .product-callout .phone-img {
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .product-callout .card-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}

.card .card-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.card:hover .card-img img {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.card h2 {
  font-size: 38px;
  line-height: 48px;
}

.card-content {
  padding: 30px 40px;
  background: #dde6ed;
}

.card-content h3 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 0;
}

.card-content a {
  color: #222222;
}

.card-content a:hover {
  text-decoration: underline;

}
.card-content h3:hover {
   color:#f66f6a;
}
.card-content p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

a.read-more,
span.read-more {
  font-size: 22px;
  line-height: 34px;
  font-family:Helvetica, Arial, sans-serif;
  color: #222222;
  display: block;
}

a.read-more:hover,
span.read-more:hover {
  text-decoration: none;
}

a.read-more em,
span.read-more em {
  display: inline-block;
  font-size: 20px;
  margin-left: 0px;
  vertical-align: middle;
}

.category-name {
  font-family:Helvetica, Arial, sans-serif;
  font-size: 14.000000000000002px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 0;
}

.height-fixed {
  max-height: 128px;
  height: 128px;
  overflow: hidden;
  margin-bottom: 20px;
}

.height-normal {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .card {
    padding: 0;
    display: flex;
    flex: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .card h2 {
    font-size: 28.999999999999996px;
    line-height: 39px;
  }

  .card .card-img {
    width: 40%;
    order: 2;
    overflow: hidden;
    position: relative;
    height: 140px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card .card-img img {
    width: auto;
    position: absolute;
    transform: translate(-50%, -50%) !important;
    right: -20px;
    left: 50%;
    top: 40%;
  }

  .height-fixed {
    height: auto;
    max-height: 85px;
    margin-bottom: 0;
  }

  .card-content {
    width: 60%;
    padding: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .card-content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .card-content p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .read-more {
    font-size: 22px;
    line-height: 22px;
  }
}

.featured-card .card {
  background: #dde6ed;
  border-radius: 5px;
  display: block;
}

.featured-card .card img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  max-width: 100%;
}

.featured-card .card a {
  display: block;
}

.featured-card .card a:hover {
  text-decoration: none;
}

.featured-card .card .video_text {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  min-height: 400px;
}

.featured-card .card .video_text .content {
  height: 234px;
  overflow: hidden;
}

.featured-card .card .video_text h2 {
  margin-top: 10px;
}

.featured-card .card .video_text p {
  font-size: 18px;
  line-height: 30px;
}

.featured-card .card .video_text span {
  font-size: 22px;
  color: #222222;
  position: absolute;
  bottom: 40px;
}

.featured-card .card .video_text span em {
  font-size: 18px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .featured-card .card .video_text h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .featured-card .card .video_text .content {
    height: 215px;
  }
}

@media (max-width: 767px) {
  .featured-card .card {
    border-radius: 0;
  }

  .featured-card .card img {
    border-radius: 0;
  }

  .featured-card .card .video_text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    min-height: 1px;
  }

  .featured-card .card .video_text .content {
    height: auto;
  }

  .featured-card .card .video_text h2 {
    margin-bottom: 0;
  }

  .featured-card .card .video_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.multi-action-callout {
  margin-bottom: 100px;
  padding-top: 200px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.multi-action-callout .col-sm-10 {
  height: 500px;
}

.multi-action-callout .col-sm-10 &gt; a {
  display: block;
}

.multi-action-callout .card.left {
  background: #dde6ed;
  padding-top: 192px;
  padding-left: 30px;
  border-radius: 6px;
  height: 500px;
  padding-bottom: 60px;
}

.multi-action-callout .card.left .content {
  height: 245.00000000000003px;
  overflow: hidden;
}

.multi-action-callout .card.left .title {
  padding-top: 40px;
  font-family:Helvetica, Arial, sans-serif;
  font-size: 14.000000000000002px;
  color: #808080;
  margin-bottom: 0;
}

.multi-action-callout .card.left h2 {
  margin-bottom: 0;
  margin-top: 0;
  color: #222222;
}

.multi-action-callout .card.left span {
  font-size: 18px;
  line-height: 30px;
  font-family:Helvetica, Arial, sans-serif;
}

.multi-action-callout .card.left p {
  margin-bottom: 0;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.multi-action-callout .hero-bg {
  background: #dde6ed;
  height: 500px;
  position: absolute;
  left: -60%;
  width: 70%;
  top: 0;
  z-index: -1;
}

.multi-action-callout .event-img {
  position: absolute;
  top: -200px;
}

.multi-action-callout .event-img img {
  border-radius: 5px;
}

.multi-action-callout .event-actions {
  position: absolute;
  top: 80px;
  right: -18.66%;
  background: #f66f6a;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 55.00000000000001px;
  padding-right: 55.00000000000001px;
  border-radius: 5px;
  z-index: 1;
  width: 355px;
}

.multi-action-callout .event-actions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.multi-action-callout .event-actions ul li {
  font-size: 22px;
  line-height: 34px;
  padding-top: 40px;
  line-height: 1;
}

.multi-action-callout .event-actions ul li:first-child {
  padding-top: 0;
}

.multi-action-callout .event-actions ul li a {
  color: #fff;
  position: relative;
  padding-right: 30px;
  display: block;
  line-height: 34px;
}

.multi-action-callout .event-actions ul li a:hover {
  text-decoration: none;
}

.multi-action-callout .event-actions ul li a em {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  float: none;
}

.multi-action-callout .event-actions ul li a em.hwic_play2 {
  float: none;
  margin-top: 0px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.multi-action-callout .event-actions ul li a em.hwic_sharing_share {
  padding-left: 67px;
  font-size: 16px;
}

.multi-action-callout .event-actions ul li a em.hwic_sharing_share:before {
  color: #fff;
}

@media (max-width: 767px) {
  .multi-action-callout {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 60px;
  }

  .multi-action-callout .container {
    padding: 0;
  }

  .multi-action-callout .container .col-sm-10 {
    height: 500px;
  }

  .multi-action-callout .event-actions em {
    padding-left: 60px !important;
  }

  .multi-action-callout .event-img {
    position: static;
  }

  .multi-action-callout .event-img img {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5, 0.5);
  }

  .multi-action-callout .card.left {
    padding-top: 150px;
    height: 500px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
  }

  .multi-action-callout .card.left h2 {
    font-size: 22px;
    margin-top: 10px;
  }

  .multi-action-callout .card.left .content {
    height: 220.00000000000003px;
  }

  .multi-action-callout .card.left .title {
    margin-bottom: 0;
  }

  .multi-action-callout .card.left a:hover {
    text-decoration: underline;
  }

  .multi-action-callout .card.left p {
    max-width: 100%;
    font-size: 18px;
    line-height: 28.000000000000004px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .multi-action-callout .event-actions {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -100px;
    margin-left: -157px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -155px;
    border-radius: 5px;
    max-width: 314px;
  }

  .multi-action-callout .event-actions a em:before {
    padding-right: 0;
  }

  .multi-action-callout .event-actions ul li {
    font-size: 22px;
    line-height: 22px;
    padding-top: 20px;
  }
}

.secondary-hero {
  margin-bottom: 100px;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  height: 622px;
}

.secondary-hero .hero-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.secondary-hero .video_box_ux {
  height: 622px;
}

.secondary-hero .video_box_ux .player-outer-box {
  max-width: 1106px;
  left: 50%;
  transform: translateX(-50%);
}

.secondary-hero .video_box_ux a {
  opacity: 1;
  transition: all 0.5s;
  display: block;
}

.secondary-hero .video_box_ux a img {
  transition: all 1s;
}

.secondary-hero .video_box_ux a.invisible {
  opacity: 0;
}

.secondary-hero .video_box_ux a.invisible img {
  transform: scaleX(0.82);
}

.secondary-hero .video_box_ux img {
  border-radius: 0;
}

.secondary-hero .video_box_ux .text {
  position: absolute;
  top: 50%;
  color: #fff;
  width: 60%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -140px;
}

.secondary-hero .card {
  padding-top: 60px;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 150px;
  z-index: 98;
}

.secondary-hero .card .title {
  padding-top: 140px;
}

.secondary-hero .card .explore-more {
  padding-top: 130px;
  padding-bottom: 200px;
}

.secondary-hero .card .explore-more a {
  color: #fff;
  font-size: 22px;
  display: inline-block;
}

.secondary-hero .card .explore-more a:hover {
  text-decoration: none;
}

.secondary-hero .card .explore-more a em {
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
}

@media (min-width: 1100px) and (max-width: 1260px) {
  .secondary-hero .card {
    right: 80px;
  }

  .secondary-hero .hero-img {
    transform: translateX(-60%);
  }
}

@media (min-width: 991px) and (max-width: 1100px) {
  .secondary-hero .card {
    right: 20px;
  }

  .secondary-hero .hero-img {
    transform: translateX(-65%);
  }
}

@media (max-width: 1200px) {
  .secondary-hero {
    height: auto;
  }

  .secondary-hero .video_box_ux {
    height: auto;
  }
}

@media (max-width: 767px) {
  .secondary-hero {
    height: auto;
    margin-bottom: 60px;
  }

  .secondary-hero .video_box_ux {
    height: auto;
  }

  .secondary-hero .dis-mob-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
  }

  .secondary-hero .hero-img {
    position: static;
    transform: translateX(0);
  }

  .secondary-hero .card {
    padding-top: 20px;
    right: 30px;
    left: 30px;
  }

  .secondary-hero .card .title {
    padding-top: 40px;
  }

  .secondary-hero .card .title img {
    max-width: 100%;
  }
}

.ie8 .secondary-hero .video_box_ux .text,
.ie9 .secondary-hero .video_box_ux .text {
  margin-left: -410px;
}

.ie8 .secondary-hero .video_box_ux .player-outer-box,
.ie9 .secondary-hero .video_box_ux .player-outer-box {
  margin-left: -553px;
}

.vertical-card {
  margin-bottom: 60px;
}

.vertical-card .container &gt; .title {
  margin-bottom: 0;
}

.vertical-card .container &gt; p {
  margin-bottom: 40px;
  width: 80%;
}

.vertical-card h2 {
  margin-bottom: 60px;
  line-height: 1;
}

.vertical-card .title h2 {
  margin-bottom: 10px;
}
.vertical-card .title p {
  margin-bottom: 30px;
}
.vertical-card .row {
  display: flex;
}

.vertical-card .row .col-sm-4 {
  margin-bottom: 40px;
  display: flex;
  padding: 0 33px;
}

.vertical-card .card {
  position: relative;
  background: #dde6ed;
  border-radius: 5px;
  width: 100%;
  margin-top: 90px;
}

.vertical-card .card a {
  display: block;
}

.vertical-card .card a:hover {
  text-decoration: none;
}

.vertical-card .card:hover .card-img {
  margin-left: -20px;
}

.vertical-card .card.no-hover .card-img {
  margin-left: 0;
}

.vertical-card .card.no-hover .height-fixed {
  margin-bottom: 0;
}

.vertical-card .card .card-img {
  margin-top: -90px;
  height: 178px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.vertical-card .card .card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
}

.vertical-card .card .more-info-box {
  position: absolute;
  top: 0;
  left: 0;
  background: #dde6ed;
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  height: 100%;
}

.vertical-card .card .more-info-box .card-content {
  background: none;
  position: relative;
}

.vertical-card .card .more-info-box .card-content .height-fixed {
  max-height: initial;
}

.vertical-card .card .close-title-info {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #f66f6a;
  font-size: 22px;
  font-weight: bold;
  display: none;
  z-index: 3;
}

.vertical-card .card .more-title-info {
  position: absolute;
  right: 25px;
  bottom: 35px;
  color: #f66f6a;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  height: 22px;
  width: 20px;
  overflow: hidden;
}

.vertical-card .card-content {
  padding-bottom: 60px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.vertical-card .card-content .height-fixed p + div {
  display: none;
}

.vertical-card .read-more {
  position: absolute;
  bottom: 30px;
}
.vertical-card .read-more:hover {
    color: #f66f6a;
}
.vertical-card .speaker-ux-card .card-content .height-fixed {
  height: auto;
  max-height: 108px;
}

.vertical-card .speaker-ux-card .card-content h3 {
  -webkit-line-clamp: inherit;
}

.vertical-card .speaker-ux-card .card-content p {
  -webkit-line-clamp: inherit;
}

.vertical-card .loadSpace .close-title-info {
  display: block;
}

.vertical-card .loadSpace .card-content .more-title-info {
  font-size: 26px;
  right: 15px;
  top: 5px;
}

.vertical-card .loadSpace .card-content .more-title-info .hwic_add {
  display: none;
}

.vertical-card .loadSpace .card-content .more-title-info .hwic_remove {
  display: block;
}

.vertical-card &gt; .container &gt; .category-name {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .vertical-card .row .col-sm-4 {
    padding: 0 11px;
  }

  .vertical-card .card:hover .card-img {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vertical-card .card .card-img {
    height: 134px;
  }

  .vertical-card .card-content {
    padding: 20px;
  }

  .vertical-card .read-more {
    bottom: 5px;
  }

  .vertical-card .card .more-title-info {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .vertical-card {
    margin-bottom: 20px;
  }

  .vertical-card &gt; .container .title h2 {
    margin-bottom: 10px;
  }

  .vertical-card &gt; .container &gt; h2 {
    margin-bottom: 40px;
  }

  .vertical-card &gt; .container &gt; p {
    width: 100%;
  }

  .vertical-card .category-name h2 {
    margin-bottom: 40px;
  }

  .vertical-card .card-content {
    padding-bottom: 15px;
  }

  .vertical-card .card {
    margin-top: 0;
  }

  .vertical-card .card a {
    display: flex;
    flex: 1;
  }

  .vertical-card .card .card-img {
    margin-top: 0;
    height: 140px;
    border-top-left-radius: 0;
  }

  .vertical-card .card .card-img img {
    top: 50%;
    margin-left: 0;
    margin-top: 0;
    max-height: 100%;
  }

  .vertical-card .card .more-title-info {
    right: 41%;
    bottom: 25px;
  }

  .vertical-card .card .close-title-info {
    right: 41%;
    bottom: 5px;
    top: inherit;
    display: none;
  }

  .vertical-card .row {
    display: block;
  }

  .vertical-card .row .col-sm-4 {
    margin-bottom: 40px;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 0;
    overflow: hidden;
  }
}

.vertical-card .card.no-hover .height-fixed {
  max-height: 128px;
  height: auto;
  margin-bottom: 0;
}

.vertical-card .card.no-hover .card-content {
  padding-bottom: 40px;
}

.vertical-card .card.no-hover .card-img {
  margin-left: 0;
}

.vertical-card .col-sm-4 .loadSpace .more-info-box {
  top: -90px;
  min-height: 378px;
}

.vertical-card .col-sm-4 .loadSpace.speaker-ux-card .more-info-box {
  min-height: 429px;
}

.vertical-card .col-sm-4 .loadSpace .close-title-info {
  top: -88px;
}

.vertical-card .speaker-ux-card .card-content .height-fixed {
  height: auto;
}

.iconfont-flash:hover .more-title-info [class*="hwic_"]:before,
.iconfont-flash.active .more-title-info [class*="hwic_"]:before,
.iconfont-flash:focus .more-title-info [class*="hwic_"]:before,
.iconfont-flash:hover .close-title-info [class*="hwic_"]:before,
.iconfont-flash.active .close-title-info [class*="hwic_"]:before,
.iconfont-flash:focus .close-title-info [class*="hwic_"]:before {
  transform: translateX(0px);
}

.vertical-card .card.speaker-ux-card.loadSpace.iconfont-flash:hover .card-img {
  margin-left: 0;
}

.ie10 .vertical-card .col-sm-4 .loadSpace .more-info-box,
.ie10 .vertical-card .col-sm-4 .loadSpace .close-title-info {
  top: 0;
}

@media (max-width: 767px) {
  .vertical-card .card.no-hover .height-fixed {
    max-height: 85px;
    height: auto;
  }

  .vertical-card .speaker-ux-card .card-content .height-fixed {
    max-height: 95px !important;
    height: auto;
    margin-bottom: 0;
  }

  .vertical-card .loadSpace .col-sm-4 {
    max-height: initial;
  }

  .vertical-card .loadSpace.card .height-fixed {
    max-height: initial;
    margin-bottom: 0;
  }

  .scroll-card .vertical-card .loadSpace.card.no-hover .height-fixed,
  .vertical-card .speaker-ux-card.loadSpace .card-content .height-fixed {
    max-height: initial !important;
    margin-bottom: 0;
    height: auto;
  }

  .vertical-card .loadSpace.card .more-title-info {
    display: none;
  }

  .vertical-card .loadSpace.card .close-title-info {
    display: block;
  }

  .vertical-card .card.no-hover .card-content {
    padding-bottom: 15px;
  }

  .vertical-card .card.no-hover .card-content h3 {
    line-height: 28.000000000000004px;
  }

  .vertical-card .col-sm-4 .loadSpace .close-title-info {
    top: initial;
    bottom: 5px;
  }

  .scroll-card .vertical-card .card.no-hover .height-fixed {
    height: auto !important;
  }
}

.image-text-carousel {
  padding-bottom: 120px;
}

.image-text-carousel .container &gt; p {
  margin-bottom: 40px;
  width: 80%;
}

.image-text-carousel .slick-prev,
.image-text-carousel .slick-next {
  display: block !important;
}

.image-text-carousel .slick-slide &gt; a {
  display: block;
}

.image-text-carousel .card {
  background: #dce6ee;
  border-radius: 6px;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  height: 406px;
}

.image-text-carousel .card .content {
  height: 200px;
  overflow: hidden;
}

.image-text-carousel .card .title {
  font-family:Helvetica, Arial, sans-serif;
  font-size: 14.000000000000002px;
  color: #808080;
  margin: 0;
}

.image-text-carousel .card h3 {
  font-size: 28.000000000000004px;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 0;
}

.image-text-carousel .card h3 a {
  margin-top: 0;
}
.image-text-carousel .card h3:hover {
color:#f66f6a;
}

.image-text-carousel .card h3 + span {
  font-family:Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.image-text-carousel .card .col-sm-5 {
  padding-right: 40px;
}

.image-text-carousel .card span.read-more {
  color: #282828;
  margin-top: 40px;
  display: block;
}

.image-text-carousel .card span.read-more:hover {
  text-decoration: none;
}

.image-text-carousel .card span.read-more em {
  display: inline-block;
  margin-left: 0px;
}

.image-text-carousel .card p {
  font-size: 18px;
  line-height: 30px;
}

.image-text-carousel .events-img {
  position: absolute;
  top: -105px;
  left: 0;
}

.image-text-carousel .events-img img {
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1250px) {
  .image-text-carousel .slick-prev {
    left: 0;
  }

  .image-text-carousel .slick-next {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .image-text-carousel .card {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }
}

@media (width: 1024px) {
  .image-text-carousel .events-img {
    margin-top: -18%;
    top: 0 !important;
  }
}

@media (width: 991px) {
  .image-text-carousel .events-img {
    margin-top: -17%;
    top: 0 !important;
  }
}

@media (width: 768px) {
  .image-text-carousel .events-img {
    margin-top: -8%;
    top: 0 !important;
  }

  .image-text-carousel .card {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .image-text-carousel {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }

  .image-text-carousel &gt; .container &gt; .title {
    margin-bottom: 40px;
  }

  .image-text-carousel &gt; .container &gt; p {
    width: 100%;
  }

  .image-text-carousel &gt; .container .card {
    position: relative;
    margin-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .image-text-carousel &gt; .container .card .content {
    height: 210px;
  }

  .image-text-carousel &gt; .container .card &gt; div {
    width: 100%;
  }

  .image-text-carousel &gt; .container .card .col-sm-6 {
    position: static;
  }

  .image-text-carousel &gt; .container .card .col-sm-6 .events-img {
    position: static;
  }

  .image-text-carousel &gt; .container .card .col-sm-6 .events-img img {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }

  .image-text-carousel &gt; .container .card .col-sm-5 {
    text-align: center;
    margin-top: 90px;
    padding-right: 0;
    padding: 0 35px;
  }

  .image-text-carousel &gt; .container .card .col-sm-5 h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .image-text-carousel &gt; .container .card .col-sm-5 h3 + span {
    font-size: 16px;
  }

  .image-text-carousel &gt; .container .card .col-sm-5 .title {
    padding-top: 40px;
  }

  .image-text-carousel &gt; .container .card .col-sm-5 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 115.99999999999999px;
  }

  .image-text-carousel &gt; .container .slick-prev {
    top: 120px;
  }

  .image-text-carousel &gt; .container .slick-next {
    top: 120px;
  }

  .image-text-carousel .events-img {
    margin: 0 31px;
    top: -180px;
    right: inherit;
  }
}

@media (max-width: 350px) {
  .image-text-carousel &gt; .container .card .col-sm-5 h3 {
    font-size: 24px;
  }

  .image-text-carousel &gt; .container .card .col-sm-5 span {
    font-size: 14.000000000000002px;
  }
}

.columns-list {
  margin-bottom: 100px;
}

.columns-list .card {
  margin-left: 20px;
  margin-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.columns-list .card &gt; a {
  display: block;
}

.columns-list .card &gt; a:hover {
  text-decoration: none;
}

.columns-list .card .card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}

.columns-list .card .card-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.columns-list .card-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 276px;
  overflow: hidden;
  position: relative;
}

.columns-list .card-content .content {
  overflow: hidden;
  height: 152px;
}

.columns-list .card-content span.read-more {
  position: absolute;
  bottom: 30px;
}

.columns-list .card-content .height-normal {
  margin-bottom: 0;
}

.columns-list ul {
  list-style: none;
  margin: 0;
  padding-right: 16.666%;
}

.columns-list ul li {
  padding-top: 60px;
}

.columns-list ul li:first-child {
  padding-top: 0;
}

.columns-list ul li .time {
  color: #808080;
}

.columns-list ul li p {
  margin: 0;
  margin-top: 10px;
}

.columns-list ul li a {
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 30px;
}

.columns-list ul li a:hover {
  text-decoration: underline;
}

.columns-list ul li .date {
  color: #666;
  font-size: 14.000000000000002px;
  font-family:Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
  .columns-list ul li {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .columns-list {
    margin-bottom: 40px;
  }

  .columns-list &gt; .container &gt; .title {
    margin-top: 0;
  }

  .columns-list .col-lg-5 .card {
    margin: 0 -22px;
    display: block;
    text-align: center;
    margin-bottom: 60px;
  }

  .columns-list .col-lg-5 .card img {
    width: 100%;
  }

  .columns-list .col-lg-5 .card .card-img {
    border-radius: 0;
    height: 200px;
  }

  .columns-list .col-lg-5 .card p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
  }

  .columns-list .col-lg-5 .card .card-content {
    border-radius: 0px;
    height: 260px;
  }

  .columns-list .col-lg-5 .card .card-content .height-normal h3 {
    line-height: 28.000000000000004px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .columns-list .col-lg-5 .card .card-content .content {
    height: 240px;
    padding: 20px 0;
  }

  .columns-list ul {
    padding: 0;
  }

  .columns-list ul li {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .columns-list ul li:first-child {
    padding-top: 0;
  }

  .latest-news {
    width: 100%;
  }

  .columns-list .col-sm-6:first-child ul li:last-child {
    padding-bottom: 40px;
  }
}
</pre></body></html>