@charset "UTF-8";
.hover-scale:hover, .services-section-index1 .services-section-index1-circle img:hover, .storylist-block .storylist-block-pre .story-pre .storyimg-block a.storyimg img:hover, .card-img-wrap img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.clearfix:after, .services-a-card:after, .services-logo-row:after, .rss-ul:after, .search-casestudy-wrap:after, .search-whitepaper-wrap:after, .search-report-wrap:after, .search-sub-nav .search-sub-left:after, .top-stories-content .card-top-stories-content:after, .top-stories-content .card-top-stories.card-top-stories-spe:after, .top-stories-content .card-top-stories:after, .top-stories-content .card-top-stories-wrap:after, .top-stories-content:after, .section-nav ul:after, .card:after, footer .footer-main .footer-social-media:after, .nav-subnav.fixed nav .nav-right:after, .nav-subnav nav .dropdown-menu .dropdown-menu-con:after, header nav:after, .row:after, .container-fluid:after, .container:after, .video-fullscreen-container:after, .clearfix:before, .services-a-card:before, .services-logo-row:before, .rss-ul:before, .search-casestudy-wrap:before, .search-whitepaper-wrap:before, .search-report-wrap:before, .search-sub-nav .search-sub-left:before, .top-stories-content .card-top-stories-content:before, .top-stories-content .card-top-stories.card-top-stories-spe:before, .top-stories-content .card-top-stories:before, .top-stories-content .card-top-stories-wrap:before, .top-stories-content:before, .section-nav ul:before, .card:before, footer .footer-main .footer-social-media:before, .nav-subnav.fixed nav .nav-right:before, .nav-subnav nav .dropdown-menu .dropdown-menu-con:before, header nav:before, .row:before, .container-fluid:before, .container:before, .video-fullscreen-container:before {
  content: " ";
  display: table;
}
.clearfix:after, .services-a-card:after, .services-logo-row:after, .rss-ul:after, .search-casestudy-wrap:after, .search-whitepaper-wrap:after, .search-report-wrap:after, .search-sub-nav .search-sub-left:after, .top-stories-content .card-top-stories-content:after, .top-stories-content .card-top-stories.card-top-stories-spe:after, .top-stories-content .card-top-stories:after, .top-stories-content .card-top-stories-wrap:after, .top-stories-content:after, .section-nav ul:after, .card:after, footer .footer-main .footer-social-media:after, .nav-subnav.fixed nav .nav-right:after, .nav-subnav nav .dropdown-menu .dropdown-menu-con:after, header nav:after, .row:after, .container-fluid:after, .container:after, .video-fullscreen-container:after {
  clear: both;
}

.main-margin {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-padding, .webpartners, .mediasurvey, .sitemap, .testimonial, .services-section-about, .allservices, .rss-section, .announcement, .careers, .terms, .mediaroom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.video-fullscreen-play {
  cursor: pointer;
}

.video-fullscreen-wrap {
  display: inline-block;
}

.video-fullscreen-hide-wrap {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-fullscreen-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-fullscreen-container video {
  width: 100%;
}

.video-fullscreen-close {
  position: fixed;
  top: 10px;
  right: 20px;
}
.video-fullscreen-close i {
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}
.video-fullscreen-close i:hover {
  color: #063369;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* normalize.css v8.0.0 end */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*::selection {
  background-color: #094a99;
  color: #fff;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background-color: #fff;
}

html, body {
  min-width: 1170px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover {
  color: #063369;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role=button] {
  cursor: pointer;
}

main {
  display: block;
}

html, body, div, span, p, i, dl, dt, dd, form, label, table, tbody, tfoot, thead, tr, th, td, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}

main ol, main ul, main li {
  list-style: none;
}

div.pr20 {
  padding-right: 20px;
}

div.pl20 {
  padding-left: 20px;
}

.bg-gray {
  background-color: #fafafa;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
.h2,
h1,
h2 {
  line-height: 1.2;
  font-weight: 700;
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

.h2,
h2 {
  font-size: 24px;
}
.h2.h2-large,
h2.h2-large {
  font-size: 28px;
}

.h3,
h3 {
  font-size: 18px;
}
.h3.h3-small,
h3.h3-small {
  font-size: 16px;
  margin-bottom: 15px;
}
.h3.h3-normal,
h3.h3-normal {
  font-size: 18px;
  margin-bottom: 15px;
}
.h3.h3-normal-title,
h3.h3-normal-title {
  font-weight: 700;
}
.h3.h3-large,
h3.h3-large {
  font-size: 20px;
  margin-bottom: 20px;
}

.h4,
h4 {
  font-size: 16px;
}
.h4.h4-large,
h4.h4-large {
  font-size: 18px;
}
.h4.h4-normal,
h4.h4-normal {
  font-size: 16px;
}
.h4.h4-small,
h4.h4-small {
  font-size: 14px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.container, .video-fullscreen-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 8.3333333333%;
}

.col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 16.6666666667%;
}

.col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}

.col-4, .webpartners .industry-tab-nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.3333333333%;
}

.col-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 41.6666666667%;
}

.col-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}

.col-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 58.3333333333%;
}

.col-8, .webpartners .industry-content-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 66.6666666667%;
}

.col-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75%;
}

.col-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 83.3333333333%;
}

.col-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 91.6666666667%;
}

.col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}

.col-offset-0 {
  margin-left: 0%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-offset-12 {
  margin-left: 100%;
}

header.header-type1 {
  margin-bottom: 0;
}
header.header-type43 {
  margin-bottom: 43px;
}
header ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
header .nav-left {
  float: left;
}
header .nav-right {
  float: right;
}
header .nav-right .ucenter img {
  width: 28px;
  height: 28px;
  margin: 0 4px 0 0;
}
header .nav-right .ucenter a:hover {
  color: #fff !important;
}
header .nav-right .ucenter button {
  background: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  margin: 0;
  height: auto;
}
header .nav-junior {
  background-color: #053a4f;
  background: linear-gradient(90deg, #063369, #031f41);
}
header .nav-junior .drop {
  display: table;
  height: 50px;
}
header .nav-junior .drop .drop-toggle {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
}
header .nav-junior .drop .drop-toggle:hover {
  color: #fff;
  background-color: #032837;
}
header .nav-junior .drop .drop-menu {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  z-index: 1002;
  padding-top: 15px;
  padding-bottom: 15px;
}
header .nav-junior .drop .drop-menu li {
  float: none;
}
header .nav-junior .drop .drop-menu li:last-child {
  margin-bottom: 0;
}
header .nav-junior .drop .drop-menu li:hover {
  background-color: #f5f5f5;
}
header .nav-junior .drop .drop-menu li a {
  display: block;
}
header .nav-junior .drop.active .drop-toggle {
  color: #fff;
  background-color: #032837;
}
header .nav-junior .nav-left .drop-toggle {
  width: 170px;
}
header .nav-junior .nav-left .drop-menu {
  width: 170px;
}
header .nav-junior .nav-left .drop-menu li.active {
  position: relative;
  background-color: #f5f5f5;
  color: #063369;
}
header .nav-junior .nav-left .drop-menu li.active:after {
  content: "\e625";
  font-size: 14px;
  line-height: 1;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #063369;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .nav-junior .nav-left .drop-menu a {
  color: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 36px;
  padding-right: 15px;
}
header .nav-junior .nav-right {
  color: #fff;
}
header .nav-junior .nav-right > li {
  float: left;
  display: table;
  height: 50px;
  line-height: 50px;
}
header .nav-junior .nav-right > li > a {
  display: table-cell;
  vertical-align: middle;
}
header .nav-junior .nav-right .li-type1:nth-child(2) {
  display: none !important;
}
header .nav-junior .nav-right .li-type1 > a {
  padding-left: 15px;
  padding-right: 15px;
}
header .nav-junior .nav-right .li-type1 > a:hover {
  color: #fff;
  background-color: #032837;
}
header .nav-junior .nav-right .li-type1 > a:focus {
  color: #fff;
}
header .nav-junior .nav-right .li-type2 > a {
  background-color: #00607f;
  padding-left: 30px;
  padding-right: 30px;
}
header .nav-junior .nav-right .li-type2 > a:hover {
  color: #fff;
  background-color: #004d66;
}
header .nav-junior .nav-right .li-type2 > a:focus {
  color: #fff;
}
header .nav-junior .nav-right .li-type3 > a {
  background-color: #fc5b08;
  padding-left: 30px;
  padding-right: 30px;
}
header .nav-junior .nav-right .li-type3 > a:hover {
  color: #fff;
  background-color: #052751;
}
header .nav-junior .nav-right .li-type3 > a:focus {
  color: #fff;
}
header .nav-junior .nav-right .drop-menu {
  width: 150px;
}
header .nav-junior .nav-right .drop-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333333;
  background-color: transparent;
}
header .nav-junior .nav-right .drop-menu li a:hover {
  color: #063369;
}
header .nav-main {
  border-bottom: 3px solid #e1e1e1;
  position: relative;
  z-index: 1000;
}
header .nav-main .container, header .nav-main .video-fullscreen-container {
  margin-bottom: -3px;
}
header .nav-main .nav-right {
  height: 90px;
  display: table;
}
header .nav-main .navbar-brand {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 40px;
}
header .nav-main .nav-main-nav ul li {
  height: 90px;
  display: table;
  float: left;
}
header .nav-main .nav-main-nav ul li > a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #111;
  line-height: 1.5em;
  transition: all 0.2s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 3px solid transparent;
}
header .nav-main .nav-main-nav ul li.open a {
  color: #063369;
  border-bottom: 3px solid #063369;
}
header .nav-main .nav-main-nav ul li.active > a {
  color: #063369;
  border-bottom: 3px solid #063369;
  background-color: #eff9fa;
}
header .nav-main .nav-search-text {
  cursor: pointer;
  font-size: 16px;
  color: #111;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5em;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 3px solid transparent;
}
header .nav-main .nav-search-text:hover {
  color: #063369;
  border-bottom: 3px solid #063369;
}
header .nav-main .nav-search-text span {
  margin-right: 5px;
}
header .nav-main .nav-search-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 1001;
  display: none;
}
header .nav-main .nav-search-mask .container, header .nav-main .nav-search-mask .video-fullscreen-container {
  margin-top: 50px;
  padding: 15px;
  position: relative;
}
header .nav-main .nav-search-mask .container .nav-search-mask-close, header .nav-main .nav-search-mask .video-fullscreen-container .nav-search-mask-close {
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  position: absolute;
  right: 140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .nav-main .nav-search-mask .nav-search-wrap {
  position: relative;
  margin-left: 191px;
  margin-right: 191px;
}
header .nav-main .nav-search-mask .nav-search-wrap .nav-search-input {
  height: 60px;
  width: 100%;
  border: 2px solid #063369;
  font-size: 24px;
  padding: 6px 12px;
  background-color: #fff;
  outline: 0;
}
header .nav-main .nav-search-mask .nav-search-wrap .nav-search-btn {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  height: 56px;
  width: 110px;
  background-color: #063369;
  border: 0;
  font-size: 16px;
  color: #fff;
}

.icon-lan-wrap {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-subnav {
  min-width: 1170px;
  background: #fff;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
}
.nav-subnav .container, .nav-subnav .video-fullscreen-container {
  transition: width 0.3s ease-in-out;
}
.nav-subnav .second-navbar {
  display: none;
}
.nav-subnav .initial {
  display: block;
}
.nav-subnav nav {
  position: relative;
  z-index: 999;
}
.nav-subnav nav:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: block;
  content: "";
  border-bottom: 2px solid #e1e1e1;
  z-index: -1;
}
.nav-subnav nav.second-hidden-navbar {
  display: none;
}
.nav-subnav nav .second-nav {
  float: left;
  margin-bottom: 0;
}
.nav-subnav nav .second-nav > li {
  float: left;
  display: table;
  height: 43px;
}
.nav-subnav nav .second-nav > li > a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}
.nav-subnav nav .second-nav > li:hover > a {
  border-bottom: 2px solid #063369;
  color: #063369;
}
.nav-subnav nav .second-nav > li:hover .dropdown-menu {
  width: 100%;
  height: auto;
  opacity: 1;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.nav-subnav nav .second-nav > li.active > a {
  border-bottom: 2px solid #063369;
  color: #063369;
}
.nav-subnav nav .dropdown-menu {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  top: 100%;
}
.nav-subnav nav .dropdown-menu .dropdown-menu-con {
  background: #fff;
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.nav-subnav nav .dropdown-menu .dropdown-menu-con li {
  float: left;
  width: 25%;
  padding: 8px 24px;
}
.nav-subnav nav .dropdown-menu .dropdown-menu-con li:nth-child(4n+1) {
  clear: both;
}
.nav-subnav nav .dropdown-menu .dropdown-menu-con li a {
  display: block;
  width: 100%;
}
.nav-subnav nav .nav-right {
  display: none;
  float: right;
  color: #fff;
}
.nav-subnav nav .nav-right .li-type2 a {
  background: #00607f;
}
.nav-subnav nav .nav-right .li-type2 a:hover {
  color: #fff;
  background-color: #004d66;
}
.nav-subnav nav .nav-right .li-type2 a:focus {
  color: #fff;
}
.nav-subnav nav .nav-right .li-type3 a {
  background: #fc5b08;
}
.nav-subnav nav .nav-right .li-type3 a:hover {
  color: #fff;
  background-color: #052751;
}
.nav-subnav nav .nav-right .li-type3 a:focus {
  color: #fff;
}
.nav-subnav nav .nav-search {
  display: none;
  height: 43px;
}
.nav-subnav nav .nav-search input {
  display: none;
}
.nav-subnav nav .nav-search .icon {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
}
.nav-subnav nav .nav-search .icon:hover {
  color: #063369;
}
.nav-subnav nav .fixed-navbar {
  display: none;
  float: left;
  position: relative;
}
.nav-subnav nav .fixed-navbar.initial {
  display: block;
}
.nav-subnav nav .fixed-navbar label {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid transparent;
  background: #eff9fa;
  width: 170px;
}
.nav-subnav nav .fixed-navbar label span:nth-child(1) {
  margin-right: 50px;
}
.nav-subnav nav .fixed-navbar label .icon-arrow-right {
  float: right;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.nav-subnav nav .fixed-navbar .fixed-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  border: 0px solid #e1e1e1;
  opacity: 0;
  height: 0;
  background: #fff;
  overflow: hidden;
}
.nav-subnav nav .fixed-navbar .fixed-nav li:hover {
  background: #eff9fa;
}
.nav-subnav nav .fixed-navbar .fixed-nav li a {
  display: block;
  padding: 10px 15px;
}
.nav-subnav nav .fixed-navbar.active label .icon-arrow-right {
  transform: rotate(90deg);
}
.nav-subnav nav .fixed-navbar.active label + .fixed-nav {
  width: 100%;
  height: auto;
  opacity: 1;
  border: 1px solid #e1e1e1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.nav-subnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.nav-subnav.fixed:after {
  border-bottom: 0px solid #cac8c8;
}
.nav-subnav.fixed nav:after {
  display: none;
}
.nav-subnav.fixed nav.second-hidden-navbar.open {
  display: block;
}
.nav-subnav.fixed nav .container, .nav-subnav.fixed nav .video-fullscreen-container {
  width: 100%;
  min-width: 1270px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding-left: 0;
  padding-right: 0;
}
.nav-subnav.fixed nav .fixed-navbar {
  display: table;
  height: 43px;
}
.nav-subnav.fixed nav .nav-right {
  display: block;
}
.nav-subnav.fixed nav .nav-right li {
  float: left;
  display: table;
  height: 43px;
}
.nav-subnav.fixed nav .nav-right li a {
  display: table-cell;
  vertical-align: middle;
}
.nav-subnav.fixed nav .nav-search {
  display: table;
}
.nav-subnav.fixed nav button.current {
  display: none;
}
.nav-subnav.fixed .nav-right {
  color: #fff;
}
.nav-subnav.fixed .nav-right .li-type2 a,
.nav-subnav.fixed .nav-right .li-type3 a {
  padding-left: 30px;
  padding-right: 30px;
}

nav button,
.btn {
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  float: right;
  margin-top: 5px;
}
nav button:hover,
.btn:hover {
  background: #f4f4f4;
}
nav button a,
.btn a {
  color: #000;
}
nav button a:hover,
.btn a:hover {
  color: #000;
}

nav button.current {
  background: #fff;
  position: relative;
}
nav button.current a {
  color: #999;
  cursor: default;
}

footer {
  color: #fff;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:focus, footer a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .footer-main {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #515151;
}
footer .footer-main ul li {
  line-height: 1.6;
}
footer .footer-main ul li:first-child {
  font-size: 20px;
  margin-bottom: 20px;
}
footer .footer-main ul.drop-menu {
  background-color: #fff;
  color: #666;
  width: 160px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer .footer-main ul.drop-menu li:first-child {
  font-size: 14px;
  margin-bottom: 0;
}
footer .footer-main ul.drop-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-main ul.drop-menu li:hover {
  background-color: #f5f5f5;
}
footer .footer-main ul.drop-menu li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-main ul.drop-menu li a:focus, footer .footer-main ul.drop-menu li a:hover {
  color: #063369;
  text-decoration: none;
}
footer .footer-main ul.drop-menu li a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
footer .footer-main .footer-social-media .drop {
  float: left;
  margin-right: 10px;
}
footer .footer-sub {
  background-color: #373737;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer-sub ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #e1e1e1;
}
footer .footer-sub ul li:first-child {
  padding-left: 0;
}
footer .footer-sub ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.rightBotton {
  list-style-type: inherit;
  position: fixed;
  z-index: 99;
  right: 15px;
  top: 50%;
  background: #00837e;
  border-radius: 25px;
  text-align: center;
  padding: 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rightBotton > li {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.rightBotton > li:hover {
  cursor: pointer;
}
.rightBotton > li i {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
}
.rightBotton > li i:hover {
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
.rightBotton > li:last-child i {
  color: #00837e;
}

@media screen and (max-width: 640px) {
  .rightBotton {
    display: none;
  }
}
.hrLine {
  border-bottom: 1px solid #53a8a6;
  width: 20px;
}

.divHover {
  min-width: 140px;
  background: #fff;
  padding: 11px 30px;
  position: absolute;
  right: 60px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  border-radius: 4px;
  white-space: nowrap;
  display: none;
  z-index: 999;
}
.divHover::after {
  border: 8px solid transparent;
  border-left: 10px solid #fff;
  content: " ";
  position: absolute;
  right: -15px;
  top: 50px;
}

.divHoverone {
  display: none;
  padding: 11px 20px;
  line-height: initial;
  top: -10px;
}
.divHoverone img {
  width: 120px;
  vertical-align: bottom;
}

.divHoverone::after {
  top: 30px;
}

.divHovertwo {
  top: 30px !important;
  display: none;
  line-height: 30px;
  padding-right: 60px;
}

.divHovertwo:after {
  top: 30px;
}

.divHoverthree {
  top: 70px !important;
  display: none;
  line-height: 30px;
  padding-right: 60px;
}

.divHoverthree::after {
  top: 20px;
}

.divHoverfour {
  top: 100px !important;
  display: none;
  background: #fff;
  padding: 15px 20px;
}

.text-left {
  text-align: left;
}

.font20 {
  font-size: 20px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font30 {
  font-size: 30px !important;
}

.sharei {
  color: #00837e;
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-block;
}

.sharei:hover {
  color: #00837e !important;
}

.share-top {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
}

.width32 {
  width: 32px;
}

.wxewm img, .width100 {
  width: 100px;
}

.width120 {
  width: 120px;
}

.rightBottonOne {
  border-radius: 50%;
  margin-top: 10px;
}

.rightBottonOne {
  border-radius: 50%;
  margin-top: 10px;
}

.flexcenter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

.disinline {
  display: inline-block;
}

.mar6 {
  margin-right: 6px;
}

#emailA, #emailA:hover {
  color: #333;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.main1 {
  margin-top: 0;
}

.main2 {
  margin-top: 73px;
}

.section-header {
  border-bottom: solid 2px #cac8c8;
  padding-bottom: 8px;
  position: relative;
}
.section-header h1 {
  margin-bottom: 0;
}
.section-header h2 {
  margin: 0;
}
.section-header .link-more {
  color: #999999;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 8px;
}
.section-header .link-more:focus, .section-header .link-more:hover {
  color: #063369;
  text-decoration: none;
}
.section-header .link-more:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.section-content {
  padding-top: 20px;
}

.card {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.card.card-noimg .card-text-wrap {
  width: 100% !important;
  padding-right: 0 !important;
}

.card-short-wrap {
  padding-top: 0;
}
.card-short-wrap .card .card-img-wrap {
  width: 38%;
}
.card-short-wrap .card .card-img-wrap .img-ratio-sizer {
  padding-top: 54%;
}
.card-short-wrap .card .card-text-wrap {
  width: 62%;
  padding-right: 20px;
}

.card-theme .card .h3-large {
  margin-bottom: 8px !important;
}
.card-theme .card .card-text-info {
  padding-bottom: 8px !important;
}
.card-theme .card .card-text-summary {
  margin-bottom: 10px !important;
}
.card-theme .card .card-text-type {
  padding-top: 0px !important;
}

.card-img-wrap {
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0;
}
.card-img-wrap img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.card-img-wrap .img-ratio-sizer {
  position: relative;
}
.card-img-wrap .img-ratio-element {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card-text-wrap {
  float: left;
}

.card-text-info {
  font-size: 12px;
  line-height: 1.2;
  color: #999;
  min-height: 1.2em;
}
.card-text-info .datetime {
  padding-right: 20px;
}

.card-text-type {
  font-size: 12px;
  line-height: 1.2;
  color: #999;
  min-height: 1.2em;
  padding-top: 15px;
}
.card-text-type a {
  color: #063369;
  padding-right: 10px;
}
.card-text-type a:link {
  color: #063369;
}
.card-text-type a:active {
  color: #063369;
}
.card-text-type a:hover {
  color: #063369;
}
.card-text-type a:visited {
  color: #063369;
}

.card-text-summary {
  color: #666;
  margin-top: 0;
  margin-bottom: 20px;
}

.link-more span {
  vertical-align: middle;
}
.link-more .icon-link-more {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_pc.png");
  background-size: 205.7142857143px;
  background-position: -12px -36px;
}

.ellipsis:after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 1.4em;
  line-height: inherit;
  font-weight: 700;
  padding-top: 0;
  padding-right: 6px;
  padding-bottom: 0;
  padding-left: 8px;
  background-image: url(../images/ellipsis-mask.png);
  background-repeat: repeat-y;
}

.h3-small a,
.h3-normal a,
.h3-large a,
.h4-normal a {
  display: block;
  height: 2.8em;
  overflow: hidden;
  position: relative;
}

h3.h3-normal-title {
  line-height: 1.2;
  padding-left: 15px;
  border-left: 5px solid #063369;
  margin-bottom: 30px;
}

.card-text-summary {
  height: 4.2em;
  overflow: hidden;
  position: relative;
}

.section-events .card-event {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-events .card-event:first-child {
  padding-top: 0;
}
.section-events .card-event:last-child {
  padding-bottom: 0;
}
.section-events .card-event .card-event-content {
  position: relative;
  margin-left: 59px;
  padding-left: 15px;
  border-left: 1px solid #e1e1e1;
}
.section-events .card-event .card-event-fixed {
  position: absolute;
  top: 0;
  left: -59px;
  color: #063369;
  text-align: right;
}
.section-events .card-event .card-event-fixed .d-eventdate-fixed {
  font-size: 30px;
  line-height: 1;
}
.section-events .card-event .card-event-fixed .ym-eventdate-fixed {
  font-size: 12px;
}
.section-events .card-event .location {
  margin-bottom: 6px;
}

.section-nav {
  border-bottom: 2px solid #e1e1e1;
}
.section-nav ul {
  margin: 0;
  margin-bottom: -2px;
}
.section-nav ul li {
  float: left;
  border-bottom: 2px solid transparent;
}
.section-nav ul li.active {
  color: #063369;
  border-bottom: 2px solid #063369;
}
.section-nav ul li:hover {
  border-bottom: 2px solid #063369;
}
.section-nav ul li a {
  font-size: 16px;
  display: inline-block;
  padding: 13px 15px 9px;
}

.circle-bg-green {
  background-color: #063a4f;
}

.circle-bg-orange {
  background-color: #ff6c36;
}

.dib {
  display: inline-block;
}

.weChat_qr_code_wrap {
  width: 184px;
  font-size: 12px;
  text-align: center;
}
.weChat_qr_code_wrap a {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.weChat_qr_code_wrap .weChat_qr_code {
  display: inline-block;
  text-align: center;
  margin: 10px;
}
.weChat_qr_code_wrap .weChat_qr_code img {
  width: 70px;
  display: inline-block;
}
.weChat_qr_code_wrap .weChat_qr_code span {
  display: block;
  margin-top: 5px;
}

.drop {
  position: relative;
}
.drop .drop-toggle {
  cursor: pointer;
}
.drop .drop-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
}
.drop.active .drop-menu {
  display: block;
}

.dropup .drop-menu {
  bottom: 100%;
}

.dropdown .drop-menu {
  top: 100%;
}

#banner-homepage {
  width: 100%;
  min-width: 1140px;
  max-width: 1920px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  background-color: #fafafa;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-backface-visibility: hidden;
  -moz-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
}
#banner-homepage:hover .slick-next,
#banner-homepage:hover .slick-prev {
  display: inline-block !important;
}
#banner-homepage .slick-card {
  overflow: hidden;
  position: relative;
}
#banner-homepage .slick-card a {
  display: block;
}
#banner-homepage .slick-card a img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner-homepage .slick-dots {
  bottom: 20px;
}
#banner-homepage .slick-dots li {
  margin: 0;
}
#banner-homepage .slick-dots li button:focus, #banner-homepage .slick-dots li button:hover {
  outline: none;
}
#banner-homepage .slick-dots li button:focus:before, #banner-homepage .slick-dots li button:hover:before {
  opacity: 0.75;
  color: #ff6c36;
}
#banner-homepage .slick-dots li button:before {
  font-size: 15px;
  color: #fff;
}
#banner-homepage .slick-dots li.slick-active button:before {
  color: #ff6c36;
}
#banner-homepage .slick-prev {
  left: 25px;
  z-index: 1;
  display: none !important;
  height: 40px;
  width: 40px;
}
[dir=rtl] #banner-homepage .slick-prev {
  left: auto;
  right: 25px;
}
#banner-homepage .slick-prev:before {
  font-family: "iconfont" !important;
  content: "\e608";
  font-size: 40px;
}
#banner-homepage .slick-next {
  right: 25px;
  z-index: 1;
  display: none !important;
  height: 40px;
  width: 40px;
}
[dir=rtl] #banner-homepage .slick-next {
  left: 25px;
  right: auto;
}
#banner-homepage .slick-next:before {
  font-family: "iconfont" !important;
  content: "\e607";
  font-size: 40px;
}

.homepage-section {
  padding: 50px 0;
}

.top-stories-content {
  padding-top: 0;
}
.top-stories-content .card-top-stories-wrap .card-top-stories:nth-child(odd) {
  clear: both;
  padding-right: 10px;
}
.top-stories-content .card-top-stories-wrap .card-top-stories:nth-child(even) {
  padding-left: 10px;
}
.top-stories-content .card-top-stories-wrap .card-top-stories:nth-child(3) .card-top-stories-content, .top-stories-content .card-top-stories-wrap .card-top-stories:nth-child(4) .card-top-stories-content {
  padding-bottom: 0;
  border-bottom: 0;
}
.top-stories-content .card-top-stories {
  float: left;
  width: 50%;
}
.top-stories-content .card-top-stories.card-top-stories-spe {
  width: 100%;
  float: none;
}
.top-stories-content .card-top-stories.card-top-stories-spe .card-img-wrap {
  width: 48%;
}
.top-stories-content .card-top-stories.card-top-stories-spe .card-img-wrap .img-ratio-sizer {
  padding-top: 54%;
}
.top-stories-content .card-top-stories.card-top-stories-spe .card-text-wrap {
  width: 52%;
  padding-left: 20px;
}
.top-stories-content .card-top-stories.card-noimg .card-text-wrap {
  width: 100% !important;
  padding-left: 0 !important;
}
.top-stories-content .card-top-stories-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.top-stories-content .card-top-stories-content .card-img-wrap {
  width: 38%;
}
.top-stories-content .card-top-stories-content .card-img-wrap .img-ratio-sizer {
  padding-top: 54%;
}
.top-stories-content .card-top-stories-content .card-text-wrap {
  width: 62%;
  padding-left: 20px;
}

.homepage-topics .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.homepage-topics .card:last-child {
  padding-bottom: 0;
}

.card-img-wrap-topics {
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100%;
}
.card-img-wrap-topics img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-img-wrap-topics .img-ratio-sizer {
  position: relative;
  padding-top: 54%;
}
.card-img-wrap-topics .img-ratio-element {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-img-wrap-topics .img-ratio-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(51, 51, 51, 0.7);
}
.card-img-wrap-topics .img-ratio-mask:hover {
  background-color: rgba(6, 51, 105, 0.7);
}
.card-img-wrap-topics .img-ratio-text {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.homepage-lightnews .card,
.homepage-mediacoffee .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.homepage-lightnews .card:first-child,
.homepage-mediacoffee .card:first-child {
  padding-top: 0;
}
.homepage-lightnews .card:last-child,
.homepage-mediacoffee .card:last-child {
  padding-bottom: 0;
}
.homepage-lightnews .card .card-img-wrap,
.homepage-mediacoffee .card .card-img-wrap {
  width: 100%;
}
.homepage-lightnews .card .img-ratio-sizer,
.homepage-mediacoffee .card .img-ratio-sizer {
  padding-top: 54%;
}
.homepage-lightnews .card .card-text-wrap,
.homepage-mediacoffee .card .card-text-wrap {
  width: 100%;
  padding-top: 15px;
}
.homepage-lightnews .card-noimg .card-text-wrap,
.homepage-mediacoffee .card-noimg .card-text-wrap {
  padding-top: 0;
}
.homepage-lightnews .h3-small a,
.homepage-mediacoffee .h3-small a {
  height: 1.4em;
}

.newscenter-photo-story-list.homepage-lightnews .h3-small a {
  height: 2.8em;
}

.homepage-resources .card-resources {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.homepage-resources .card-resources:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.homepage-resources .card-img-wrap {
  width: 100%;
  float: none;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.homepage-resources .card-img-wrap .img-ratio-sizer {
  padding-top: 54%;
}
.homepage-resources .card-text-wrap {
  float: none;
  padding: 20px;
}
.homepage-resources .homepage-resources-more {
  color: #063369;
}
.homepage-resources .homepage-resources-more:hover {
  color: #053a4f;
}

.search-result-section {
  margin-top: -45px;
  padding: 50px 0;
}
.search-result-section select:focus,
.search-result-section input:focus {
  border: 1px solid #00837e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 131, 126, 0.6);
}
.search-result-section .search-result-wrap {
  position: relative;
  margin: 0 auto;
  width: 630px;
}
.search-result-section .search-input {
  height: 48px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 6px 12px;
  background-color: #fff;
  outline: 0;
  padding: 0 110px 0 15px;
}
.search-result-section .search-btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 110px;
  background-color: #063369;
  border: 0;
  font-size: 16px;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search-result-section .search-btn:hover {
  background-color: #052751;
}
.search-result-section .container, .search-result-section .video-fullscreen-container {
  width: 900px;
  padding-top: 37px;
}
.search-result-section .section-content {
  margin: 0 auto;
  padding: 0 20px 30px;
  background: #fff;
}
.search-result-section .power-search-btn {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #999;
}
.search-result-section .power-search-btn .icon {
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.search-result-section .power-search-btn:hover {
  color: #063369;
}
.search-result-section.active .power-search-btn {
  color: #063369;
}
.search-result-section.active .power-search-btn .icon {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.search-result-section.active .power-search-wrap .power-search-list {
  height: auto;
  opacity: 1;
  transition: height 0.6s ease-in-out;
}

.power-search-wrap {
  position: relative;
  z-index: 2;
}
.power-search-wrap .default-search {
  padding: 20px 15px 0 15px;
}
.power-search-wrap .default-search .default-title-search {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}
.power-search-wrap .default-search .criteria-search {
  width: calc(100% - 100px);
  display: inline-block;
}
.power-search-wrap .default-search .criteria-search span {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.power-search-wrap .power-search-list {
  overflow: hidden;
  position: absolute;
  top: 5px;
  height: 0;
  opacity: 0;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0 2px 5px 0 #e1e1e1;
}
.power-search-wrap .power-search-list dd,
.power-search-wrap .power-search-list dt {
  display: inline-block;
  width: calc(100% - 100px);
}
.power-search-wrap .power-search-list dd input,
.power-search-wrap .power-search-list dt input {
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
.power-search-wrap .power-search-list dt {
  width: 80px;
  margin-right: 10px;
  vertical-align: top;
  text-align: right;
}
.power-search-wrap .power-search-list dd span {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}
.power-search-wrap .power-search-list dd:nth-child(2), .power-search-wrap .power-search-list dd:nth-child(4) {
  width: auto;
  margin-right: 70px;
}
.power-search-wrap .power-search-list dd.dvSearchCat span {
  width: 32%;
  margin-right: 0px;
}
.power-search-wrap .power-search-list .search-form-btn {
  margin: 0 auto;
  width: 100px;
}
.power-search-wrap .power-search-list .search-form-btn input {
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: #ff6c36;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #ff6c36;
  border-radius: 4px;
  cursor: pointer;
}
.power-search-wrap .power-search-list .search-form-btn input:hover {
  background: #ff591d;
}
.power-search-wrap .power-search-list .search-form-btn input:focus {
  box-shadow: none;
}

.search-sub-nav {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.search-sub-nav .search-sub-left {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 100px;
}
.search-sub-nav .search-sub-left .search-sub-tab {
  float: left;
  padding: 6px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  margin-right: 20px;
}
.search-sub-nav .search-sub-left .search-sub-tab:last-child {
  margin-right: 0;
}
.search-sub-nav .search-sub-left .search-sub-tab:hover {
  color: #00837e;
  border: 1px solid #80C1BE;
}
.search-sub-nav .search-sub-left .search-sub-tab.active {
  color: #00837e;
  border: 1px solid #80C1BE;
  background-color: #EFF9FA;
}
.search-sub-nav .power-search-btn {
  bottom: unset;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-sub-nav .power-search-list {
  top: 100%;
}

.search-category {
  font-size: 12px;
  color: #00837E;
}
.search-category a {
  font-size: 12px;
  color: #00837E;
}
.search-category a:hover {
  color: #053A4F;
}

.search-story-wrap.section-events .card-event {
  padding-top: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.search-story-wrap.section-events .card-event:last-child {
  padding-bottom: 15px;
  border-bottom: 0;
}
.search-story-wrap .search-category {
  margin-top: 15px;
}

.search-whitepaper-wrap, .search-report-wrap {
  padding-top: 5px;
  padding-bottom: 20px;
}
.search-whitepaper-wrap .col-4, .search-whitepaper-wrap .webpartners .industry-tab-nav, .webpartners .search-whitepaper-wrap .industry-tab-nav, .search-report-wrap .col-4, .search-report-wrap .webpartners .industry-tab-nav, .webpartners .search-report-wrap .industry-tab-nav {
  padding-top: 15px;
  padding-bottom: 15px;
}
.search-whitepaper-wrap .col-4 .h3-small a, .search-whitepaper-wrap .webpartners .industry-tab-nav .h3-small a, .webpartners .search-whitepaper-wrap .industry-tab-nav .h3-small a, .search-report-wrap .col-4 .h3-small a, .search-report-wrap .webpartners .industry-tab-nav .h3-small a, .webpartners .search-report-wrap .industry-tab-nav .h3-small a {
  height: 2.8em;
}
.search-whitepaper-wrap .col-4 .card-whitepaper, .search-whitepaper-wrap .webpartners .industry-tab-nav .card-whitepaper, .webpartners .search-whitepaper-wrap .industry-tab-nav .card-whitepaper, .search-report-wrap .col-4 .card-whitepaper, .search-report-wrap .webpartners .industry-tab-nav .card-whitepaper, .webpartners .search-report-wrap .industry-tab-nav .card-whitepaper {
  padding: 0;
}
.search-whitepaper-wrap .col-4 .card-whitepaper-padding, .search-whitepaper-wrap .webpartners .industry-tab-nav .card-whitepaper-padding, .webpartners .search-whitepaper-wrap .industry-tab-nav .card-whitepaper-padding, .search-report-wrap .col-4 .card-whitepaper-padding, .search-report-wrap .webpartners .industry-tab-nav .card-whitepaper-padding, .webpartners .search-report-wrap .industry-tab-nav .card-whitepaper-padding {
  padding: 10px;
}
.search-whitepaper-wrap .col-4 .search-category, .search-whitepaper-wrap .webpartners .industry-tab-nav .search-category, .webpartners .search-whitepaper-wrap .industry-tab-nav .search-category, .search-report-wrap .col-4 .search-category, .search-report-wrap .webpartners .industry-tab-nav .search-category, .webpartners .search-report-wrap .industry-tab-nav .search-category {
  padding: 10px;
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
}

.search-casestudy-wrap {
  padding-top: 5px;
  padding-bottom: 20px;
}
.search-casestudy-wrap .col-4, .search-casestudy-wrap .webpartners .industry-tab-nav, .webpartners .search-casestudy-wrap .industry-tab-nav {
  padding-top: 15px;
  padding-bottom: 15px;
}
.search-casestudy-wrap .col-4 .h3-normal a, .search-casestudy-wrap .webpartners .industry-tab-nav .h3-normal a, .webpartners .search-casestudy-wrap .industry-tab-nav .h3-normal a {
  height: 2.8em;
}
.search-casestudy-wrap .col-4 .card-casestudy, .search-casestudy-wrap .webpartners .industry-tab-nav .card-casestudy, .webpartners .search-casestudy-wrap .industry-tab-nav .card-casestudy {
  padding: 0;
}
.search-casestudy-wrap .col-4 .card-casestudy .card-text-summary, .search-casestudy-wrap .webpartners .industry-tab-nav .card-casestudy .card-text-summary, .webpartners .search-casestudy-wrap .industry-tab-nav .card-casestudy .card-text-summary {
  max-height: unset;
}
.search-casestudy-wrap .col-4 .card-casestudy-padding, .search-casestudy-wrap .webpartners .industry-tab-nav .card-casestudy-padding, .webpartners .search-casestudy-wrap .industry-tab-nav .card-casestudy-padding {
  padding: 20px;
}
.search-casestudy-wrap .col-4 .search-category, .search-casestudy-wrap .webpartners .industry-tab-nav .search-category, .webpartners .search-casestudy-wrap .industry-tab-nav .search-category {
  padding: 10px 20px;
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
}
.search-casestudy-wrap .col-4 .card-casestudy-info .card-casestudy-more, .search-casestudy-wrap .webpartners .industry-tab-nav .card-casestudy-info .card-casestudy-more, .webpartners .search-casestudy-wrap .industry-tab-nav .card-casestudy-info .card-casestudy-more {
  float: right;
}
.search-casestudy-wrap .col-4 .card-casestudy-info .clicknum, .search-casestudy-wrap .webpartners .industry-tab-nav .card-casestudy-info .clicknum, .webpartners .search-casestudy-wrap .industry-tab-nav .card-casestudy-info .clicknum {
  float: none;
}

.search-noresult-text {
  padding: 50px 0;
  text-align: center;
}

.search-result-section .search-input-container {
  padding-top: 0;
}

.banner-prcenter .slick-card h3, .banner-prcenter .slick-card img, .nav-subnav nav .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.calendar .schedule-date-box .icon, .industryList-right-part .section-content .section-content-title .link-more, .banner-prcenter .slick-card img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

select,
input {
  font-size: 14px;
  background: #fff;
  padding: 0 20px;
  height: 32px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
select:focus,
input:focus {
  border: 1px solid #063369;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 131, 126, 0.6);
}
select::-moz-selection, select:hover, select:focus, select::selection,
input::-moz-selection,
input:hover,
input:focus,
input::selection {
  background: #eff9fa;
}

.picnews {
  margin-bottom: -30px;
}

.banner-prcenter {
  width: 745px;
  height: 340px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e1e1e1;
}
.banner-prcenter.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.banner-prcenter .slick-card {
  overflow: hidden;
  position: relative;
  width: 745px;
  height: 340px;
}
.banner-prcenter .slick-card h3 {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  display: block;
  z-index: 1;
  color: #fff;
  padding: 1em;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-prcenter .slick-card img {
  width: 100%;
  display: block;
}
.banner-prcenter .slick-dots {
  bottom: 0px;
  height: 4px;
}
.banner-prcenter .slick-dots li {
  float: left;
  margin: 0;
  width: 20%;
  height: 4px;
  padding-left: 5px;
}
.banner-prcenter .slick-dots li:nth-child(1) {
  padding-left: 0px;
}
.banner-prcenter .slick-dots li button {
  background: #cac8c8;
  height: 100%;
  width: 100%;
  padding: 0px;
}
.banner-prcenter .slick-dots li button:focus, .banner-prcenter .slick-dots li button:hover {
  outline: none;
}
.banner-prcenter .slick-dots li button:focus:before, .banner-prcenter .slick-dots li button:hover:before {
  color: #ff6c36;
}
.banner-prcenter .slick-dots li button:before {
  display: none;
  font-size: 15px;
  color: #fff;
}
.banner-prcenter .slick-dots li.slick-active button {
  background: #ff6c36;
}
.banner-prcenter:hover .slick-next,
.banner-prcenter:hover .slick-prev {
  display: inline-block !important;
}
.banner-prcenter .slick-prev {
  left: 25px;
  z-index: 1;
  display: none !important;
  height: 40px;
  width: 40px;
}
[dir=rtl] .banner-prcenter .slick-prev {
  left: auto;
  right: 25px;
}
.banner-prcenter .slick-prev:before {
  font-family: "iconfont" !important;
  content: "\e608";
  font-size: 40px;
  text-shadow: 1px 1px 10px #666;
}
.banner-prcenter .slick-next {
  right: 25px;
  z-index: 1;
  display: none !important;
  height: 40px;
  width: 40px;
}
[dir=rtl] .banner-prcenter .slick-next {
  left: 25px;
  right: auto;
}
.banner-prcenter .slick-next:before {
  font-family: "iconfont" !important;
  content: "\e607";
  font-size: 40px;
  text-shadow: 1px 1px 10px #666;
}

.prcenter-section h3 a,
.prcenter-section h4 a,
.industryList-section h3 a,
.industryList-section h4 a,
.mediazone-section h3 a,
.mediazone-section h4 a {
  max-height: 2.8em;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.prcenter-section .card-text-summary,
.industryList-section .card-text-summary,
.mediazone-section .card-text-summary {
  max-height: 2.8em;
  height: auto;
}
.prcenter-section .homepage-lightnews .h3-small a,
.industryList-section .homepage-lightnews .h3-small a,
.mediazone-section .homepage-lightnews .h3-small a {
  display: block;
  text-overflow: unset;
  white-space: normal;
}

.width-large .card .card-text-wrap {
  width: 77%;
}
.width-large .card .card-text-wrap h3.h3-large {
  margin-bottom: 10px;
}
.width-large .card .card-text-wrap .card-text-summary {
  margin-bottom: 15px;
}

.width-large .card .card-img-wrap {
  width: 23%;
}

.loadmore {
  width: 100%;
  padding-top: 20px;
}
.loadmore:after {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  clear: both;
}
.loadmore .btn {
  width: 100%;
  color: #666666;
  outline: none;
}

.prcenter-section .homepage-lightnews .card {
  margin-bottom: 30px;
}
.prcenter-section .homepage-lightnews .card h3 {
  height: 2.8em;
  margin-bottom: 15px;
}

.tabs-content {
  background: #fff;
  margin-bottom: 0;
}
.tabs-content > li {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
}
.tabs-content > li .section-content {
  width: 745px;
  height: auto;
  opacity: 0;
}
.tabs-content > li.tabs-active {
  width: auto;
  height: auto;
  opacity: 1;
  overflow: auto;
  transition: opacity 0.6s ease-in-out;
}
.tabs-content > li.tabs-active .section-content {
  width: 100%;
  height: auto;
  opacity: 1;
}

.section-content::after {
  display: block;
  width: 100%;
  content: "";
  overflow: hidden;
}

.section-content .section-content-title {
  margin-top: 20px;
  position: relative;
}
.section-content .section-content-title h3.h3-normal-title {
  margin-bottom: 0px;
}

.section-content .mostclick-title {
  margin-top: 40px;
}

.industryList-right-part .section-content {
  padding: 10px 0 25px 0;
  margin: 20px 0;
}
.industryList-right-part .section-content .section-content-title .link-more {
  color: #999999;
  font-size: 12px;
  right: 20px;
}
.industryList-right-part .section-content:nth-child(n+2) {
  margin: 40px 0 20px 0;
}
.industryList-right-part .section-content .card {
  padding: 15px 20px;
}
.industryList-right-part .section-content .card .card-text-wrap {
  width: 68%;
}
.industryList-right-part .section-content .card .card-text-wrap .h4-small {
  margin-bottom: 15px;
}
.industryList-right-part .section-content .card .card-img-wrap {
  width: 32%;
}
.industryList-right-part .section-content.bg-gray .card {
  padding: 15px 0px;
  margin: 0px 20px;
}

.section-mult-img .col-4, .section-mult-img .webpartners .industry-tab-nav, .webpartners .section-mult-img .industry-tab-nav {
  padding-left: 10px;
  padding-right: 10px;
}
.section-mult-img .col-4:nth-child(3n+1)::after, .section-mult-img .webpartners .industry-tab-nav:nth-child(3n+1)::after, .webpartners .section-mult-img .industry-tab-nav:nth-child(3n+1)::after {
  display: block;
  width: 100%;
  content: "";
  overflow: hidden;
}
.section-mult-img .homepage-lightnews .card .img-ratio-sizer {
  padding-top: 128px;
}

.card-top-wrap {
  padding: 0 5%;
}
.card-top-wrap dd,
.card-top-wrap dt {
  margin-top: 32px;
  display: inline-block;
}
.card-top-wrap dt {
  width: 10%;
  margin-right: 10px;
  vertical-align: top;
}
.card-top-wrap dd {
  width: calc(90% - 20px);
}
.card-top-wrap dd:nth-child(2), .card-top-wrap dd:nth-child(4) {
  width: auto;
}
.card-top-wrap dd:nth-child(2) {
  margin-right: 160px;
}
.card-top-wrap #top-language,
.card-top-wrap #top-area {
  width: 300px;
}
.card-top-wrap .top-ind-add,
.card-top-wrap .top-ind-toggle {
  height: 32px;
  line-height: 32px;
  width: auto;
  float: left;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 0 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #e4e4e4;
}
.card-top-wrap .top-ind-add .icon,
.card-top-wrap .top-ind-toggle .icon {
  text-indent: 0.5em;
  cursor: pointer;
  color: #9CCBC9;
}
.card-top-wrap .top-ind-add .icon:hover,
.card-top-wrap .top-ind-toggle .icon:hover {
  color: #063369;
}
.card-top-wrap .top-ind-toggle {
  width: 40px;
  font-size: 30px;
  background: #fff;
  padding: 0 0;
}
.card-top-wrap .top-ind-toggle .toggle-span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.card-top-wrap .top-ind-toggle .toggle-span:hover {
  border: 1px solid #063369;
}
.card-top-wrap .top-ind-slide {
  display: none;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  min-height: 40px;
  padding: 20px;
  margin-top: 20px;
}
.card-top-wrap .top-ind-slide .icheckbox-flat {
  cursor: pointer;
  width: 20%;
  margin: 10px 20px;
  float: left;
  height: 20px;
}
.card-top-wrap .top-ind-slide .icheckbox-flat .blank-green {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/green.png) no-repeat;
  border: none;
}
.card-top-wrap .top-ind-slide .icheckbox-flat.green .blank-green {
  background-position: -22px 0px;
}
.card-top-wrap .top-ind-slide .icheckbox-flat:nth-child(4n) {
  margin-right: 0px;
}
.card-top-wrap #top-drop:checked + .top-ind-slide {
  display: block;
}
.card-top-wrap #top-tag {
  width: 60%;
  margin-right: 20px;
  float: left;
}
.card-top-wrap .placeholder {
  margin-bottom: 20px;
  font-size: 10px;
}

.top-btn button {
  margin-right: 70px;
  outline: none;
}
.top-btn button.pvw-btn {
  font-size: 14px;
  color: #000;
  background: #f4f4f4;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.top-btn button.pvw-btn:hover {
  background: #f4f4f4;
}
.top-btn button.pvw-btn a {
  color: #000;
}
.top-btn button.pvw-btn a:hover {
  color: #000;
}
.top-btn button.subscribe-btn {
  font-size: 14px;
  color: #fff;
  background: #ff6c36;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #ff6c36;
  border-radius: 4px;
}
.top-btn button.subscribe-btn:hover {
  background: #ff6c36;
}
.top-btn button.subscribe-btn a {
  color: #fff;
}
.top-btn button.subscribe-btn a:hover {
  color: #fff;
}

.subscribe-preview .section-header {
  text-align: center;
  border-bottom: solid 2px transparent;
}
.subscribe-preview .section-header h1 {
  padding-bottom: 10px;
}
.subscribe-preview .section-content {
  padding-top: 50px;
  width: 900px;
  margin: 0 auto;
  padding: 50px 75px;
  background: #fff;
  border: 1px solid #e1e1e1;
}

#schedule-box {
  width: 100%;
  font-size: 12px;
  box-shadow: 0 0 1px 0 #999999;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
#schedule-box .schedule-hd {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 16px;
  color: #666666;
}
#schedule-box .today {
  flex: 1;
  text-align: center;
}
#schedule-box .ul-box {
  overflow: hidden;
}
#schedule-box .ul-box > li {
  float: left;
  width: 14.28%;
  text-align: center;
  padding: 5px 0;
}
#schedule-box .other-month {
  color: #999999;
}
#schedule-box .current-month {
  color: #333333;
}
#schedule-box .today-style {
  border-radius: 50%;
  background: #9CCBC9;
}
#schedule-box .arrow {
  cursor: pointer;
}
#schedule-box .dayStyle {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  cursor: default;
}
#schedule-box .dayStyle.currentDate {
  cursor: pointer;
}
#schedule-box .current-month > .dayStyle:hover {
  color: #063369;
  background: #eff9fa;
}
#schedule-box .current-month > .dayStyle.selected:hover {
  background: #063369;
  color: #fff;
}
#schedule-box .today-flag {
  background: #999999;
  color: #fff;
}
#schedule-box .selected-style,
#schedule-box .selected {
  background: #063369;
  color: #ffffff;
}
#schedule-box .selected-style:hover,
#schedule-box .selected:hover {
  background: #063369;
  color: #ffffff;
}
#schedule-box #prevYear,
#schedule-box #nextMonth {
  margin-right: 20px;
}

.calendar {
  width: 300px;
  position: relative;
  transition: width 0.3s ease-in-out;
}
.calendar .schedule-date-box {
  position: relative;
}
.calendar .schedule-date-box .schedule-date {
  width: 100%;
  color: #666666;
}
.calendar .schedule-date-box .icon {
  right: 20px;
  width: 1.3em;
  height: 1.3em;
}
.calendar .icon-calendar-alt {
  display: none;
}
.calendar .icon-close {
  display: block;
}
.calendar.hidden {
  width: 300px;
}
.calendar.hidden #schedule-box {
  width: 0%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.calendar.hidden .icon-calendar-alt {
  display: block;
}
.calendar.hidden .icon-close {
  display: none;
}

.industryList-section .nav-subnav:after {
  border-bottom: 0;
}

.prcenterpage {
  padding: 15px 20px 15px 0;
  float: left;
  color: #ccc;
  text-align: center;
}
.prcenterpage a {
  display: inline-block;
  color: #666666;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  min-width: 32px;
  border: 1px solid #e1e1e1;
  margin: 0 4px;
  border-radius: 4px;
  vertical-align: middle;
}
.prcenterpage a:hover {
  text-decoration: none;
  border: 1px solid #063369;
  color: #063369;
}
.prcenterpage a.tcdNumber {
  min-width: auto;
  padding: 0 0.8em;
}
.prcenterpage span.current {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  min-width: auto;
  padding: 0 0.8em;
  margin: 0 4px;
  border: 1px solid #063369;
  color: #063369;
  border-radius: 4px;
  vertical-align: middle;
}
.prcenterpage span.disabled {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
  margin: 0 4px;
  color: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  vertical-align: middle;
}

.contactus-section .section-nav {
  height: 46px;
}

.prn-office-box {
  background: #fff;
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
}

.prn-office-box.office-appear {
  opacity: 1;
  height: auto;
}

.prn-office {
  overflow: hidden;
}
.prn-office li {
  width: 33%;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
.prn-office li h3 {
  padding-bottom: 10px;
}
.prn-office li dd,
.prn-office li dt {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  margin: 0 0 5px;
}
.prn-office li dd a,
.prn-office li dt a {
  color: #063369;
}
.prn-office li dd {
  width: calc(100% - 80px);
}

.storylist-nav {
  border-bottom: 2px solid #e1e1e1;
}
.storylist-nav .second-nav {
  float: left;
  margin-bottom: -2px;
}
.storylist-nav .second-nav > li {
  float: left;
  display: table;
  height: 43px;
}
.storylist-nav .second-nav > li > a {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
}
.storylist-nav .second-nav > li:hover > a {
  border-bottom: 2px solid #063369;
}
.storylist-nav .second-nav > li:hover .dropdown-menu {
  width: 100%;
  height: auto;
  opacity: 1;
  padding-bottom: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.storylist-nav .second-nav > li.active > a {
  border-bottom: 2px solid #063369;
  color: #063369;
}

.resources-section {
  padding-bottom: 50px;
}

.latest-resources .banner-prcenter.slick-dotted.slick-slider {
  overflow: hidden;
  margin-bottom: 0;
}

.resources-mediacoffee .card {
  padding-top: 0;
}
.resources-mediacoffee .card .card-img-wrap {
  width: 100%;
}
.resources-mediacoffee .card .card-text-wrap {
  padding-top: 15px;
}
.resources-mediacoffee .card .img-ratio-sizer {
  padding-top: 208px;
}
.resources-mediacoffee .card .card-text-summary {
  height: 2.8em;
  margin-bottom: 8px;
}

.resources-profnet .resources-monitor-summary {
  margin: 0;
  padding: 15px;
  background-color: #fafafa;
}
.resources-profnet .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.resources-profnet .card:last-child {
  padding-top: 15px;
  padding-bottom: 0;
}
.resources-profnet .card h3.h3-small {
  margin-bottom: 10px;
}
.resources-profnet .card-text-info {
  font-size: 14px;
}
.resources-profnet .datetime {
  color: #063369;
}

.resources-whitepaper .section-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
}

#banner-resources-whitepaper .slick-prev {
  left: -60px;
  z-index: 1;
  height: 50px;
  width: 50px;
}
[dir=rtl] #banner-resources-whitepaper .slick-prev {
  left: auto;
  right: -60px;
}
#banner-resources-whitepaper .slick-prev:before {
  font-family: "iconfont" !important;
  content: "\e608";
  font-size: 50px;
  color: #999;
}
#banner-resources-whitepaper .slick-next {
  right: -60px;
  z-index: 1;
  height: 50px;
  width: 50px;
}
[dir=rtl] #banner-resources-whitepaper .slick-next {
  left: -60px;
  right: auto;
}
#banner-resources-whitepaper .slick-next:before {
  font-family: "iconfont" !important;
  content: "\e607";
  font-size: 50px;
  color: #999;
}
#banner-resources-whitepaper .slick-slide {
  outline: 0;
}
#banner-resources-whitepaper .slick-card {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  outline: 0;
}

.card-whitepaper {
  padding: 10px;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.card-whitepaper:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-whitepaper .card-img-wrap {
  width: 100%;
  float: none;
}
.card-whitepaper .card-img-wrap .img-ratio-sizer {
  padding-top: 255px;
}
.card-whitepaper .card-text-wrap {
  float: none;
  padding-top: 15px;
}
.card-whitepaper .card-text-wrap .h3-small {
  outline: 0;
}

.resources-casestudy .card-wrap {
  width: 50%;
  float: left;
}
.resources-casestudy .card-wrap:nth-child(odd) {
  clear: both;
  padding-right: 10px;
}
.resources-casestudy .card-wrap:nth-child(even) {
  padding-left: 10px;
}
.resources-casestudy .card-wrap:nth-child(5) .card, .resources-casestudy .card-wrap:nth-child(6) .card {
  padding-bottom: 0;
  border-bottom: 0;
}
.resources-casestudy .card-wrap:nth-child(5) .card:last-child, .resources-casestudy .card-wrap:nth-child(6) .card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.resources-casestudy .card-wrap .card:last-child {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.resources-casestudy .card-wrap .card-img-wrap .img-ratio-element {
  padding: 10px;
}
.resources-casestudy .card-wrap .card-img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.resources-casestudy .card-wrap .card-img-wrap img:hover {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.resources-speech ul li {
  margin-left: 20px;
  position: relative;
}
.resources-speech ul li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #063369;
}
.resources-speech ul li h3.h3-small {
  margin-bottom: 30px;
}
.resources-speech ul li:last-child h3.h3-small {
  margin-bottom: 0;
}

.resources-blog .h4-normal {
  margin-bottom: 30px;
}
.resources-blog .h4-normal a {
  height: auto;
}

.section-whitepaper-list .row {
  margin-top: -15px;
}
.section-whitepaper-list .col-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-whitepaper-list .col-3 h3.h3-small {
  margin-bottom: 15px;
}

.card-casestudy {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.card-casestudy:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-casestudy .card-casestudy-img {
  height: 70px;
  overflow: hidden;
  margin-bottom: 15px;
}
.card-casestudy .card-casestudy-img img {
  display: block;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.card-casestudy .h3-small {
  margin-bottom: 15px;
}
.card-casestudy .card-text-summary {
  height: 7em;
  margin-bottom: 40px;
}
.card-casestudy .card-casestudy-info .card-casestudy-more {
  color: #063369;
}
.card-casestudy .card-casestudy-info .clicknum {
  float: right;
  color: #999;
}

.section-casestudy-list .row {
  margin-top: -15px;
}
.section-casestudy-list .col-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-speech-list .card:first-child {
  padding-top: 0;
}
.section-speech-list .card .card-text-wrap .h3-small {
  margin-bottom: 0;
}
.section-speech-list .card .card-text-wrap .h3-small a {
  height: auto;
}

nav h4 {
  margin-bottom: 0;
}

.addToCalendar {
  float: right;
  color: #063369;
  padding-right: 20px;
}
.addToCalendar:hover {
  color: #053a4f;
}

.res-section .section-content {
  padding-bottom: 20px;
}
.res-section .section-content .card-event:last-child {
  padding-bottom: 15px;
}
.res-section .section-content .card {
  padding-bottom: 15px;
  padding-top: 15px;
}
.res-section .section-content .card:first-child {
  padding-top: 0;
}
.res-section .section-content .calendar {
  margin: 10px auto;
  height: 300px;
}
.res-section .section-content #schedule-box {
  box-shadow: 0 0 10px 0 #999999;
  padding: 20px;
  top: 0;
}
.res-section .section-content #schedule-box .ul-box > li {
  padding: 0;
}
.res-section .section-content #schedule-box .dayStyle {
  cursor: default;
}
.res-section .section-content #schedule-box .current-month > .dayStyle:hover {
  background: transparent;
  color: #333;
}
.res-section .section-content #schedule-box .selected-style {
  background: transparent;
  color: #333;
}
.res-section .section-content #schedule-box .selectable {
  background: #999999;
  color: #fff;
  cursor: pointer;
}
.res-section .section-content #schedule-box .current-month > .dayStyle.selected {
  background: #063369;
  color: #ffffff;
  cursor: pointer;
}
.res-section .section-content #schedule-box .current-month > .dayStyle.selected:hover {
  background: #063369;
  color: #ffffff;
}

.parter-logo {
  width: 100%;
}
.parter-logo li {
  border: 1px solid #ebebeb;
  overflow: hidden;
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  box-sizing: border-box;
  width: calc(20% - 8px);
  padding-bottom: 10.5%;
  position: relative;
}
.parter-logo li:nth-child(5n) {
  margin-right: 0;
}
.parter-logo li img {
  max-width: calc(100% - 15px);
  max-height: calc(100% - 15px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.res-right-part .section-content:nth-child(2n) {
  margin: 40px 0 20px;
}

#tag_list_zone {
  padding: 0 20px;
}
#tag_list_zone .tag_list {
  display: inline-block;
  text-align: center;
  width: 19%;
  font-size: 14px;
  color: #063369;
  line-height: 2em;
}
#tag_list_zone .tag_list a:hover {
  color: #053a4f;
}

.section-content .parter-card {
  padding-top: 20px;
}
.section-content .parter-card .addr-wrap {
  display: inline-block;
  height: auto;
  padding: 0 10px 0 20px;
  font-size: 20px;
  vertical-align: middle;
}
.section-content .parter-card .tel-emial-wrap {
  display: inline-block;
  width: 45%;
  padding: 0 15px;
  vertical-align: middle;
  border-left: 1px solid #e1e1e1;
  line-height: 1.4em;
}
.section-content .parter-card .btn-wrap {
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
}
.section-content .parter-card .btn-wrap button {
  color: #fff;
  background: #ff6c36;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #ff6c36;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.section-content .parter-card .btn-wrap button:hover {
  background: #ff591d;
}

.details-header {
  border-bottom: 1px solid #e1e1e1;
}
.details-header h1 {
  line-height: 1.8em;
  display: inline-block;
}
.details-header .addToCalendar {
  display: inline-block;
  float: right;
  margin-top: 1.2em;
}
.details-header .addToCalendar button {
  background: transparent;
  padding: 0 20px;
  height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  outline: none;
  color: #063369;
  line-height: normal;
}

.details-summary {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  position: relative;
}
.details-summary dl dd,
.details-summary dl dt {
  display: inline-block;
  width: 40px;
  vertical-align: top;
  margin: 2px 0;
}
.details-summary dl dd {
  width: calc(100% - 60px);
}
.details-summary .shareleftline {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.details-summary .shareleftline .shareicon {
  display: inline-block;
  padding-right: 5px;
}
.details-summary .shareleftline .shareicon a {
  height: 21px;
  width: 21px;
  display: block;
}
.details-summary .shareleftline .shareicon .enshare-weibo {
  background: url("//static.prnasia.com//pro/pcom/images/sharebuttonpc/weibo.png") no-repeat;
}
.details-summary .shareleftline .shareicon .enshare-wechat {
  background: url("//static.prnasia.com//pro/pcom/images/sharebuttonpc/wechat.png") no-repeat;
}
.details-summary .shareleftline .shareicon .enshare-linkedin {
  background: url("//static.prnasia.com//pro/pcom/images/sharebuttonpc/linkedin.png") no-repeat;
}
.details-summary .shareleftline .shareicon .enshare-qzone {
  background: url("//static.prnasia.com//pro/pcom/images/sharebuttonpc/qzone.png") no-repeat;
}

.details-content {
  line-height: 2em;
  font-size: 16px;
}

.tellstory-section .banner-prcenter {
  width: 100%;
  height: auto;
  box-shadow: none;
}
.tellstory-section .banner-prcenter .slick-card {
  width: 245px;
  height: 163px;
  float: left;
  margin-bottom: 20px;
}
.tellstory-section .banner-prcenter .slick-card:nth-child(2n+1) {
  margin-left: 20px;
}
.tellstory-section .banner-prcenter .slick-card:nth-child(1) {
  width: 610px;
  height: 346px;
  margin-right: 20px;
  margin-left: 0;
}
.tellstory-section .banner-prcenter .slick-card h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
}
.tellstory-section .banner-prcenter .slick-card h3.h3-small {
  font-size: 16px;
}

.widget-container.widget_categories .cat-item {
  font-size: 14px;
  padding: 10px 20px;
  margin-right: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.widget-container.widget_categories .cat-item.li-active {
  background: #f4f4f4;
  color: #063369;
}

.card-text-tag {
  font-size: 12px;
  line-height: 2em;
  color: #063369;
}

.advertising-space-240,
.advertising-space-90 {
  max-width: 1140px;
  display: block;
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}
.advertising-space-240 img,
.advertising-space-90 img {
  width: 100%;
}

.advertising-space-240 {
  height: 240px;
}

.mediazone-section {
  padding-bottom: 0;
}
.mediazone-section .banner-prcenter {
  width: 100%;
  height: auto;
  box-shadow: none;
  margin-bottom: 0;
}
.mediazone-section .banner-prcenter .slick-card {
  display: inline-block;
  width: 360px;
  height: 208px;
  margin-right: 25px;
}
.mediazone-section .banner-prcenter .slick-card:last-child {
  margin-right: 0;
}
.mediazone-section .banner-prcenter .slick-card h3 {
  line-height: normal;
  font-size: 16px;
}
.mediazone-section .banner-prcenter .slick-card a img {
  transition: transform 0.2s ease-out;
}
.mediazone-section .banner-prcenter .slick-card a img:hover {
  transform: scale(1.1);
}
.mediazone-section .card-text-info p {
  line-height: 2em;
  font-size: 12px;
}
.mediazone-section .card-text-info p i {
  color: #063369;
}
.mediazone-section .top-stories-content .card-text-summary {
  max-height: 4.2em;
}

.mediazone-banner .mediazone-banner-card {
  width: 100%;
}
.mediazone-banner .mediazone-banner-card.card-img-wrap {
  float: none;
}
.mediazone-banner .mediazone-banner-card .img-ratio-sizer {
  padding-top: 208px;
}
.mediazone-banner .mediazone-banner-card .h3-small {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em;
  z-index: 1;
  color: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.mediaroom .industryList-right-part .datetime {
  color: #063369;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb30, .mediazone-banner {
  padding-bottom: 30px;
}

#banner-media-event {
  position: relative;
  margin: 0 -15px;
}
#banner-media-event .slick-card {
  padding: 0 15px;
}
#banner-media-event .slick-card .card-img-wrap {
  width: 100%;
}
#banner-media-event .slick-card .card-img-wrap .img-ratio-sizer {
  padding-top: 54%;
}
#banner-media-event .slick-card .card-text-wrap {
  width: 100%;
  padding-top: 15px;
}
#banner-media-event .slick-card h3 a {
  display: block;
  height: 2.8em;
  font-size: 16px;
  overflow: hidden;
}
#banner-media-event .slick-prev, #banner-media-event .slick-next {
  top: 35%;
}
#banner-media-event .slick-prev {
  left: -5px;
}
#banner-media-event .slick-prev:before {
  font-family: "iconfont" !important;
  content: "\e608";
  font-size: 20px;
  color: #063369;
}
#banner-media-event .slick-next {
  right: -5px;
}
#banner-media-event .slick-next:before {
  font-family: "iconfont" !important;
  content: "\e607";
  font-size: 20px;
  color: #063369;
}

.media-tabs-content > li,
.parter-tabs-content > li {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
}
.media-tabs-content > li.tabs-active,
.parter-tabs-content > li.tabs-active {
  height: auto;
  width: auto;
  opacity: 1;
}

.parter-categories {
  position: relative;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.parter-categories .parter-item {
  width: calc(100% - 570px);
  font-size: 14px;
  height: 75px;
  border-bottom: 1px solid #e1e1e1;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.parter-categories .parter-item:last-child {
  border-bottom: 1px solid transparent;
}
.parter-categories .parter-item span {
  display: inline-block;
  line-height: initial;
  padding: 2px;
}
.parter-categories .parter-item.active, .parter-categories .parter-item:hover {
  z-index: 10;
  background: #fff;
  color: #063369;
}
.parter-categories .parter-item.active .parter-item-content, .parter-categories .parter-item:hover .parter-item-content {
  z-index: 10;
  opacity: 1;
}
.parter-categories .parter-item-content {
  transition: all 0.6s ease-in-out;
  opacity: 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 570px;
  height: 300px;
  overflow: hidden;
  padding: 15px 10px;
}
.meida-partner .section-content .partner {
  text-align: left;
}

.section-content-title.media-tabs-title {
  height: auto;
}
.section-content-title.media-tabs-title ul li {
  float: left;
  margin-right: 20px;
  color: #999999;
  cursor: pointer;
}
.section-content-title.media-tabs-title ul li.active {
  color: #000;
}

.media-tabs-content {
  padding: 10px 0 0 25px;
}
.media-tabs-content .parter-logo li:nth-child(7n) {
  margin: 0 20px 20px 0;
}

.parter-logo.media_spe li {
  border: none;
  width: 90px;
  height: 90px;
  padding: 0;
}

.tabs-nav {
  position: relative;
  height: 46px;
}
.tabs-nav > ul {
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  transition: transform 0.6s ease-in-out;
  transform: translateX(0);
}
.tabs-nav > ul li {
  display: inline-block;
  float: none;
}
.tabs-nav.scroll {
  overflow: hidden;
  border-bottom: none;
}
.tabs-nav.scroll:after {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
}
.tabs-nav.scroll.click-to-bottom ul {
  transform: translateX(-50%);
}
.tabs-nav.scroll.click-to-bottom .tabs-nav-btn i:nth-child(2) {
  color: #9CCBC9;
}
.tabs-nav.scroll.click-to-bottom .tabs-nav-btn i:nth-child(1) {
  color: #063369;
}
.tabs-nav .tabs-nav-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  line-height: 46px;
  z-index: 99;
  vertical-align: middle;
  background: #fff;
  font-size: 20px;
  border-bottom: 2px solid #e1e1e1;
  color: #063369;
}
.tabs-nav .tabs-nav-btn i:nth-child(1) {
  color: #9CCBC9;
}

.resources-section .card-text-info, .search-result-section .card-text-info {
  color: #8a8a8a;
}
.resources-section .card-text-info .resiconwrap, .search-result-section .card-text-info .resiconwrap {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  position: relative;
}
.resources-section .card-text-info .resiconwrap a, .search-result-section .card-text-info .resiconwrap a {
  position: relative;
  z-index: 99;
}
.resources-section .card-text-info .resiconwrap .iconfont, .search-result-section .card-text-info .resiconwrap .iconfont {
  font-size: 16px;
  cursor: pointer;
}
.resources-section .card-text-info .resiconwrap:nth-child(2), .search-result-section .card-text-info .resiconwrap:nth-child(2) {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box, .search-result-section .card-text-info .resiconwrap .cnshare-right-box {
  opacity: 0;
  height: 0;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  right: 15px;
  transition: opacity 0s ease;
  z-index: 1;
  transform: translateX(-50%);
  z-index: 1;
  width: 225px;
  left: 40px;
  top: 30px;
  overflow: hidden;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box:after, .search-result-section .card-text-info .resiconwrap .cnshare-right-box:after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  top: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box .share-line, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .share-line {
  white-space: nowrap;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box .share-tip-top, .resources-section .card-text-info .resiconwrap .cnshare-right-box .cshare, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .share-tip-top, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .cshare {
  display: inline-block;
}
.resources-section .card-text-info .resiconwrap.active .cnshare-right-box, .search-result-section .card-text-info .resiconwrap.active .cnshare-right-box {
  transition: opacity 0.3s ease;
  opacity: 1;
  height: 242px;
  padding: 30px;
}
.resources-section .card-text-info .resiconwrap.active .cnshare-right-box a, .search-result-section .card-text-info .resiconwrap.active .cnshare-right-box a {
  color: #00837e;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box .share-line, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .share-line {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode {
  padding-top: 15px;
  margin: 0 auto;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode .tcTop, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode .tcTop {
  text-align: left;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode .wxewm, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode .wxewm {
  text-align: center;
}
.resources-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode .wxewm img, .search-result-section .card-text-info .resiconwrap .cnshare-right-box .share-wxcode .wxewm img {
  width: 100px;
  height: 100px;
}

.terms .section-content {
  padding-top: 30px;
}

.terms-section {
  font-size: 16px;
  margin-bottom: 50px;
}
.terms-section:last-child {
  margin-bottom: 0;
}
.terms-section h2 {
  margin-bottom: 15px;
}
.terms-section p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.terms-section li {
  line-height: 1.8;
}
.terms-section ol.ol-second li {
  list-style: lower-alpha;
  margin-bottom: 15px;
}
.terms-section ol.ol-third li {
  list-style: lower-roman;
  margin-bottom: 5px;
}
.terms-section li {
  margin-left: 20px;
}

.terms-clause {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.terms-clause .w_100 {
  width: 100% !important;
}
.terms-clause .terms-clause-item {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 15px;
  background-color: #eff9fa;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border: 1px solid #eff9fa;
}
.terms-clause .terms-clause-item i {
  margin-right: 20px;
}
.terms-clause .terms-clause-item:hover {
  color: #00837e;
  border: 1px solid #00837e;
}

.careers .section-summary {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 20px;
}
.careers .section-summary a {
  color: #063369;
}
.careers .section-nav {
  margin-bottom: 20px;
}
.careers .section-content {
  padding-top: 30px;
}
.careers .section-content .h3-large {
  margin-bottom: 20px;
  font-weight: 700;
}
.careers .section-content .h4-normal {
  font-weight: 700;
}
.careers .section-content .careers-duties {
  margin-bottom: 30px;
}
.careers .section-content .location, .careers .section-content .careers-duties, .careers .section-content .careers-requirements, .careers .section-content .card-careers-summary {
  padding-left: 20px;
}
.careers .multi-location .h3-large {
  margin-bottom: 10px;
}
.careers .multi-location .location {
  color: #063369;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.careers .contact-hr {
  padding-top: 20px;
  margin-top: 46px;
}
.careers .contact-hr a {
  color: #063369;
}
.careers .contact-hr .h3-normal-title {
  margin-bottom: 0;
}
.careers .contact-hr .section-content {
  padding: 20px;
  line-height: 1.8;
}
.careers .contact-hr.fixed {
  position: fixed;
  margin-top: 0;
}
.careers .card-careers {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
.careers .card-careers:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.careers .card-careers li,
.careers .card-careers p {
  font-size: 16px;
  line-height: 1.8;
}
.careers .card-careers ul li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}
.careers .card-careers ul li:last-child {
  margin-bottom: 0;
}
.careers .card-careers ul li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 11px;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #063369;
}

.announcement .section-summary {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 20px;
}
.announcement table {
  width: 60%;
  margin: 28px auto 0;
  border: 1px solid #efefef;
  border-collapse: collapse;
}
.announcement table th, .announcement table td {
  padding: 4px 15px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #efefef;
}
.announcement table th {
  background: #f4f4f4;
  font-weight: bold;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.pf {
  position: fixed;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.m0a {
  margin: 0 auto;
}

.dvPt {
  padding-bottom: 28px;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

.noabs {
  height: 18px;
}

.arrowdown {
  background-image: url(//static.prnasia.com/pro/pcom/newsite/images/arrowdown.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.arrowup {
  background-image: url(//static.prnasia.com/pro/pcom/newsite/images/arrowup.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.rss-link {
  display: block;
  line-height: 1;
  padding: 5px;
  border-radius: 3px;
  background-color: #ff6c36;
}

.rss-link:hover {
  background-color: #ff591d;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group .btn {
  margin-top: 0;
}
.btn-group .btn .btn-dropdown-text {
  padding-right: 8px;
}
.btn-group .btn i {
  font-size: 12px;
}
.btn-group .btn-dropdown:focus {
  border-color: #00837e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 131, 126, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 131, 126, 0.6);
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown_menu > li > a {
  display: block;
  padding: 3px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown_menu > li > a:link {
  color: #333;
}

.dropdown_menu > li > a:active {
  color: #333;
}

.dropdown_menu > li > a:hover {
  color: #063369;
}

.dropdown_menu > li:hover {
  background-color: #f5f5f5;
}

.dropdown_menu > li > a:visited {
  color: #333;
}

.clear {
  clear: both;
}

.text-block {
  padding-bottom: 20px;
}
.text-block .storyview-headline {
  padding-top: 50px;
  padding-bottom: 25px;
}
.text-block .storyview-headline .headline {
  display: inline;
  vertical-align: middle;
}
.text-block .storyview-headline .lang-option-pc {
  display: inline-block;
}
.text-block .storyview-headline .lang-option-pc .btn {
  padding: 3px 12px;
}
.text-block .storyview-company {
  border-top: 1px #e1e1e1 solid;
  border-bottom: 1px #e1e1e1 solid;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
}
.text-block .storyview-company ul {
  margin-bottom: 0;
}
.text-block .storyview-company ul li {
  padding-bottom: 5px;
}
.text-block .storyview-company ul li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.text-block .storyview-company ul li a:link {
  color: #063369;
}
.text-block .storyview-company ul li a:active {
  color: #063369;
}
.text-block .storyview-company ul li a:hover {
  color: #063369;
}
.text-block .storyview-company ul li a:visited {
  color: #063369;
}
.text-block .storyview-company ul li.end {
  padding-bottom: 0;
}
.text-block .storyview-company .company-left {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.text-block .storyview-company .company-left .complayname .name {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}
.text-block .storyview-company .company-left .complayname a.name {
  color: #063369;
}
.text-block .storyview-company .company-left .complayname a.name:link {
  color: #063369;
}
.text-block .storyview-company .company-left .complayname a.name:active {
  color: #063369;
}
.text-block .storyview-company .company-left .complayname a.name:hover {
  color: #063369;
}
.text-block .storyview-company .company-left .complayname a.name:visited {
  color: #063369;
}
.text-block .storyview-company .company-left .complayname .dot {
  font-size: 14px;
  line-height: 1.5;
  color: #ebebeb;
}
.text-block .storyview-company .company-left .complayname .industry {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.text-block .storyview-company .company-left .complayname .industry::before {
  content: "";
  display: inline-block;
  margin: 0 8px;
  width: 3px;
  height: 3px;
  background-color: #ebebeb;
  border-radius: 2px;
  vertical-align: middle;
}
.text-block .storyview-company .company-left .datenum {
  line-height: 1;
}
.text-block .storyview-company .company-left .datenum .datetime {
  font-size: 12px;
  color: #999;
}
.text-block .storyview-company .company-left .datenum .clicknum {
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}
.text-block .storyview-company .company-right {
  float: right;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}
.text-block .storyview-company .company-right .share-line {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.text-block .storyview-company .company-right .share-line .share-tip-top {
  display: inline-block;
  vertical-align: middle;
}
.text-block .storyview-company .company-right .share-line .cshare {
  display: inline-block;
  vertical-align: middle;
}
.text-block .storyview-company .company-right .select-single {
  display: none;
}
.text-block .storyview-abstract {
  background-color: #f3f3f3;
  font-size: 14px;
  padding: 20px 20px;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.8;
}
.text-block #subheadline {
  padding-bottom: 30px;
}
.text-block #subheadline .pre-subhedaline {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #666;
}
.text-block #subheadline .pre-subhedaline:last-child {
  padding-bottom: 0;
}
.text-block #dvContent,
.text-block #dvExtra {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.text-block #dvContent p,
.text-block #dvExtra p {
  padding-bottom: 28px;
  margin: 0;
}
.text-block #dvContent td p,
.text-block #dvExtra td p {
  padding: 0;
}
.text-block #dvContent table[name=logo_release] + p,
.text-block #dvExtra table[name=logo_release] + p {
  padding-top: 20px;
}
.text-block #dvContent a,
.text-block #dvExtra a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.text-block #dvContent a:link,
.text-block #dvExtra a:link {
  color: #063369;
}
.text-block #dvContent a:active,
.text-block #dvExtra a:active {
  color: #063369;
}
.text-block #dvContent a:hover,
.text-block #dvExtra a:hover {
  color: #063369;
}
.text-block #dvContent a:visited,
.text-block #dvExtra a:visited {
  color: #063369;
}
.text-block #dvContent ul,
.text-block #dvExtra ul {
  padding-left: 20px;
  padding-bottom: 18px;
}
.text-block #dvContent ol,
.text-block #dvExtra ol {
  padding-left: 20px;
}
.text-block #dvContent table[name=logo_release] td,
.text-block #dvExtra table[name=logo_release] td {
  padding-left: 10px;
}
.text-block #dvContent div[id^=prni_],
.text-block #dvContent .dvContentImg,
.text-block #dvExtra div[id^=prni_],
.text-block #dvExtra .dvContentImg {
  clear: both;
  padding-bottom: 28px;
  text-align: center;
}
.text-block #dvContent div[id^=prni_] a,
.text-block #dvContent .dvContentImg a,
.text-block #dvExtra div[id^=prni_] a,
.text-block #dvExtra .dvContentImg a {
  display: inline-block;
}
.text-block #dvContent div[id^=prni_] img,
.text-block #dvContent .dvContentImg img,
.text-block #dvExtra div[id^=prni_] img,
.text-block #dvExtra .dvContentImg img {
  max-width: 100%;
}
.text-block #dvContent div[id^=prni_] span,
.text-block #dvContent .dvContentImg span,
.text-block #dvExtra div[id^=prni_] span,
.text-block #dvExtra .dvContentImg span {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 1.4;
}
.text-block #dvContent table.prntblns,
.text-block #dvExtra table.prntblns {
  word-wrap: break-word;
  max-width: 100%;
}
.text-block #dvContent table.prntblns p,
.text-block #dvExtra table.prntblns p {
  padding-bottom: 0;
}
.text-block #dvContent .dvContentTable table.prntblns,
.text-block #dvExtra .dvContentTable table.prntblns {
  word-wrap: break-word;
  max-width: 100%;
  min-width: 588px;
}
.text-block #dvContent div[id^=jwplayer],
.text-block #dvExtra div[id^=jwplayer] {
  padding-bottom: 28px;
}
.text-block #showMore {
  position: relative;
  z-index: 10;
  padding: 0 0 25px;
  margin-top: -200px;
  text-align: center;
}
.text-block #showMore .read_more_mask {
  height: 200px;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}
.text-block #showMore .showMoreBtn {
  background-image: url(//static.prnasia.com/pro/pcom/newsite/images/arrowdown.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px;
}
.text-block #dvSource {
  font-size: 16px;
}
.text-block #dvTickers {
  font-size: 16px;
  display: none;
}
.text-block #dvTickers a {
  padding-right: 15px;
}
.text-block #dvTickers a:link {
  color: #063369;
}
.text-block #dvTickers a:active {
  color: #063369;
}
.text-block #dvTickers a:hover {
  color: #063369;
}
.text-block #dvTickers a:visited {
  color: #063369;
}
.text-block #dvWebsites {
  font-size: 16px;
}
.text-block #dvWebsites ul li {
  list-style: none;
}
.text-block #dvWebsites ul li a {
  color: #063369;
}
.text-block #dvWebsites ul li a:link {
  color: #063369;
}
.text-block #dvWebsites ul li a:active {
  color: #063369;
}
.text-block #dvWebsites ul li a:hover {
  color: #063369;
}
.text-block #dvWebsites ul li a:visited {
  color: #063369;
}
.text-block #ewm {
  font-size: 16px;
}
.text-block #dvKeyword {
  position: relative;
  font-size: 16px;
}
.text-block #dvKeyword .keywordtitle {
  position: absolute;
}
.text-block #dvKeyword .keywordlist {
  display: block;
}
.text-block #dvKeyword .keywordlist-pr-0 {
  padding-left: 86px;
}
.text-block #dvKeyword .keywordlist-pr-1 {
  padding-left: 65px;
}
.text-block #dvKeyword .keywordlist-pr-2 {
  padding-left: 65px;
}
.text-block #dvKeyword a {
  padding-right: 15px;
  color: #063369;
}
.text-block #dvKeyword a:link {
  color: #063369;
}
.text-block #dvKeyword a:active {
  color: #063369;
}
.text-block #dvKeyword a:hover {
  color: #063369;
}
.text-block #dvKeyword a:visited {
  color: #063369;
}
.text-block #shareBottom {
  font-size: 16px;
}
.text-block #shareBottom .share-tip {
  float: left;
  padding: 7px 3px 0 0;
}
.text-block .lightnews-text-block img {
  display: block;
  margin: 0 auto;
}
.text-block .lightnews-text-block div {
  padding-bottom: 28px;
}

.mediaroom-login {
  height: 600px;
  position: relative;
}
.mediaroom-login .mediaroom-login-bg {
  background-image: url(//passport.prnasia.com/user/pro/longnest/images/login/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 600px;
}
.mediaroom-login .mediaroom-login-bg-mark {
  position: absolute;
  z-index: 9;
  top: -43px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.mediaroom-content {
  position: relative;
}
.mediaroom-content .container, .mediaroom-content .video-fullscreen-container {
  position: relative;
  height: 100%;
}
.mediaroom-content .login-block {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 375px;
  background-color: #fff;
  padding: 30px 20px 30px 20px;
  text-align: center;
}
.mediaroom-content .login-block .title-block ul li {
  display: inline-block;
  font-size: 18px;
  padding: 0 14px 3px 14px;
  margin: 0 10px;
}
.mediaroom-content .login-block .title-block ul li.cur {
  color: #063369;
  border-bottom: 2px solid #063369;
}
.mediaroom-content .login-block .mediaroom-login-form {
  padding: 0 20px 30px 20px;
}
.mediaroom-content .login-block .mediaroom-login-form .input-block {
  padding: 10px 0 16px 0;
}
.mediaroom-content .login-block .mediaroom-login-form .input-block input {
  width: 100%;
  height: 42px;
}
.mediaroom-content .login-block .mediaroom-login-form .error {
  color: red;
  font-size: 12px;
  text-align: left;
  padding-top: 10px;
}
.mediaroom-content .login-block .mediaroom-login-form .btn-block {
  padding: 10px 0 35px 0;
  cursor: pointer;
}
.mediaroom-content .login-block .mediaroom-login-form .btn-block .btn {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 18px;
  background-color: #ff6c36;
  color: #fff;
  cursor: pointer;
}

.mediaroom {
  padding-bottom: 60px;
}
.mediaroom .mediaroom-left {
  width: 25%;
  float: left;
  padding-top: 10px;
  display: block;
}
.mediaroom .mediaroom-left .blankrow {
  height: 20px;
}
.mediaroom .mediaroom-left .company-tag {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 30px;
}
.mediaroom .mediaroom-left .company-tag .company-logo {
  padding-bottom: 20px;
}
.mediaroom .mediaroom-left .company-tag .company-logo img {
  max-width: 80%;
}
.mediaroom .mediaroom-left .company-tag .company-name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.mediaroom .mediaroom-left .company-tag a.company-industry {
  color: #063369;
  padding-bottom: 30px;
}
.mediaroom .mediaroom-left .company-tag a.company-industry:link {
  color: #063369;
}
.mediaroom .mediaroom-left .company-tag a.company-industry:active {
  color: #063369;
}
.mediaroom .mediaroom-left .company-tag a.company-industry:hover {
  color: #063369;
}
.mediaroom .mediaroom-left .company-tag a.company-industry:visited {
  color: #063369;
}
.mediaroom .mediaroom-left .company-tag .socail {
  padding-top: 20px;
}
.mediaroom .mediaroom-left .company-tag .socail .iconfont {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  font-size: 30px !important;
  color: #999;
  background-position: bottom;
  text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  margin-left: 30px;
  margin-right: 30px;
}
.mediaroom .mediaroom-left .company-tag .socail .socail-weibo {
  background-image: url(//static.prnasia.com/pro/pcom/newsite/images/share/weibo.png);
}
.mediaroom .mediaroom-left .company-tag .socail .socail-weibo .socail-weibo:link {
  color: #999;
}
.mediaroom .mediaroom-left .company-tag .socail .socail-weibo .socail-weibo:active {
  color: #999;
}
.mediaroom .mediaroom-left .company-tag .socail .socail-weibo .socail-weibo:hover {
  color: #999;
}
.mediaroom .mediaroom-left .company-tag .socail .socail-weibo .socail-weibo:visited {
  color: #999;
}
.mediaroom .mediaroom-left .company-tag .socail .socail-wechat {
  background-image: url(//static.prnasia.com/pro/pcom/newsite/images/share/weixin.png);
  cursor: pointer;
}
.mediaroom .mediaroom-right {
  width: 75%;
  float: right;
  padding-top: 10px;
}
.mediaroom .mediaroom-right .rwreport {
  font-size: 12px;
  color: #063369;
  padding-left: 20px;
}
.mediaroom .mediaroom-right .rwreport a {
  color: #063369;
}
.mediaroom .mediaroom-right .mediaroom-rss {
  display: inline-block;
  padding-left: 15px;
}
.mediaroom .mediaroom-right .mediaroom-list {
  border: 1px solid #ebebeb;
  padding: 40px 30px 50px 30px;
  position: relative;
  margin-left: 20px;
}
.mediaroom .mediaroom-right .mediaroom-list .btn-mediaroom {
  font-weight: normal;
  color: #333;
  font-size: 14px;
  background: #fff;
  padding: 7px 20px 0;
  height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  float: right;
  margin-top: -6px;
}
.mediaroom .mediaroom-right .mediaroom-list .op-mediaroom {
  float: right;
}
.mediaroom .mediaroom-right .mediaroom-list .op-mediaroom a {
  color: #063369;
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
}
.mediaroom .mediaroom-right .mediaroom-list .op-mediaroom a:link {
  color: #063369;
}
.mediaroom .mediaroom-right .mediaroom-list .op-mediaroom a:active {
  color: #063369;
}
.mediaroom .mediaroom-right .mediaroom-list .op-mediaroom a:hover {
  color: #063369;
}
.mediaroom .mediaroom-right .mediaroom-list .op-mediaroom a:visited {
  color: #063369;
}
.mediaroom .mediaroom-right .mediaroom-list .mediaroom-op .op-title {
  padding: 20px 0 0 0;
}
.mediaroom .mediaroom-right .mediaroom-list .mediaroom-op .op-title span {
  padding: 0 5px 10px 0;
  display: block;
}
.mediaroom .mediaroom-right .mediaroom-list .mediaroom-op .op-title input {
  width: 100%;
}
.mediaroom .mediaroom-right .mediaroom-list .mediaroom-op .op-content {
  padding: 20px 0 0 0;
}
.mediaroom .mediaroom-right .mediaroom-list .mediaroom-op .op-content span {
  padding: 0 5px 10px 0;
}
.mediaroom .mediaroom-right .mediaroom-list .mediaroom-op .op-submit {
  padding: 20px 0 0 0;
}
.mediaroom .mediaroom-right .mediaroom-list .mediaroom-op .btn {
  padding: 0 10px;
}
.mediaroom .mediaroom-right .mediaroom-list .succ {
  font-size: 18px;
  padding: 20px 0 0 0;
}
.mediaroom .mediaroom-right .mediaroom-list .btn {
  padding: 0 10px;
}
.mediaroom .mediaroom-right .mediaroom-list .btn i {
  font-size: 12px;
}
.mediaroom .mediaroom-right .mediaroom-report-content {
  font-size: 16px !important;
  line-height: 1.5em !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif !important;
}
.mediaroom .mediaroom-right .mediaroom-report-content div {
  font-size: 16px !important;
  line-height: 1.5em !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif !important;
}
.mediaroom .mediaroom-right .mediaroom-report-content p {
  font-size: 16px !important;
  line-height: 1.5em !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif !important;
}
.mediaroom .mediaroom-right .mediaroom-report-content span {
  font-size: 16px !important;
  line-height: 1.5em !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif !important;
}
.mediaroom .mediaroom-right .mediaroom-report-content ul {
  font-size: 16px !important;
  line-height: 1.5em !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif !important;
}
.mediaroom .mediaroom-right .mediaroom-report-content li {
  font-size: 16px !important;
  line-height: 1.5em !important;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif !important;
}
.mediaroom .mediaroom-right .mediaroom-report-content a {
  font-size: 16px !important;
  line-height: 1.5em !important;
  color: #063369;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei", sans-serif !important;
}

.page-menu {
  border: 1px solid #ebebeb;
  padding: 0px;
}
.page-menu .title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.page-menu .menu .menu-title {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px;
}
.page-menu .menu .menu-title i {
  float: right;
  padding-right: 8px;
}
.page-menu .menu .hrl {
  height: 1px;
  background-color: #f7f7f7;
  margin: 0 15px;
}
.page-menu .menu .cur {
  background-color: #f7f7f7;
}
.page-menu .menu .menu-title:link {
  color: #333;
}
.page-menu .menu .menu-title:active {
  color: #333;
}
.page-menu .menu .menu-title:hover {
  color: #333;
}
.page-menu .menu .menu-title:visited {
  color: #333;
}
.page-menu .menu ul {
  list-style: none;
  padding-top: 5px;
  padding-left: 15px;
}
.page-menu .menu ul li {
  padding-top: 15px;
  padding-left: 15px;
}
.page-menu .menu ul li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.page-menu .menu ul li a:link {
  color: #333;
}
.page-menu .menu ul li a:active {
  color: #333;
}
.page-menu .menu ul li a:hover {
  color: #063369;
}
.page-menu .menu ul li a.cur {
  color: #063369;
  background-color: #fff;
}
.page-menu .menu .login-info {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  margin: 0 15px;
  border-top: 1px solid #e1e1e1;
}
.page-menu .menu .login-info a {
  color: #063369;
  padding-left: 10px;
}
.page-menu .menu .login-info a:link {
  color: #063369;
}
.page-menu .menu .login-info a:active {
  color: #063369;
}
.page-menu .menu .login-info a:hover {
  color: #063369;
}
.page-menu .menu .login-info a:visited {
  color: #063369;
}

.storylist-block {
  padding-top: 22px;
}
.storylist-block .storylist-title {
  border-bottom: 2px #cac8c8 solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #111;
}
.storylist-block .storylist-block-pre {
  padding-bottom: 15px;
  border-bottom: 1px #efefef solid;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
}
.storylist-block .storylist-block-pre .story-pre {
  padding-right: 0;
  padding-left: 0;
  float: left;
  width: 50%;
  min-height: 111px;
}
.storylist-block .storylist-block-pre .story-pre .storyimg-block {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  position: relative;
}
.storylist-block .storylist-block-pre .story-pre .storyimg-block .img-ratio-sizer {
  padding-top: 54%;
}
.storylist-block .storylist-block-pre .story-pre .storyimg-block a.storyimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
.storylist-block .storylist-block-pre .story-pre .storyimg-block a.storyimg img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 {
  display: inline-block;
  vertical-align: top;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline h3,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 h3 {
  height: 2.8em;
  padding-right: 10px;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline h3 a.headline,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 h3 a.headline {
  max-height: 2.8em;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline a.headline:link,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 a.headline:link {
  color: #333;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline a.headline:active,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 a.headline:active {
  color: #063369;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline a.headline:hover,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 a.headline:hover {
  color: #063369;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline a.headline:visited,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 a.headline:visited {
  color: #333;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline .datetime,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 .datetime {
  display: inline-block;
  color: #999999;
  line-height: 1.2;
  padding-right: 15px;
  font-size: 12px;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline .desc,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 .desc {
  color: #666;
  font-size: 12px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline .clicknum,
.storylist-block .storylist-block-pre .story-pre .storyheadline2 .clicknum {
  display: inline-block;
  color: #999999;
  line-height: 1.2;
  padding-right: 10px;
  font-size: 12px;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline {
  width: 70%;
}
.storylist-block .storylist-block-pre .story-pre .storyheadline2 {
  width: 100%;
}
.storylist-block .storylist-block-pre .story-pre:nth-child(odd) {
  padding-right: 15px;
}
.storylist-block .storylist-block-pre .story-pre:nth-child(even) {
  padding-left: 15px;
}
.storylist-block .storylist-block-pre:last-child {
  border-bottom: 0;
}
.storylist-block .storylist-block-pre:last-child .story-pre:last-child {
  border-bottom: 0;
}
.storylist-block .storylist-block-pre:after {
  content: " ";
  display: block;
  clear: both;
}

.qrcode-block {
  position: absolute;
  top: 70px;
  left: 0;
  width: 202px;
  height: 226px;
  background-color: #FFF;
  z-index: 1000;
  border: 1px solid #d8d8d8;
}
.qrcode-block .TCtop {
  padding: 8px 14px 5px;
  position: relative;
}
.qrcode-block .TCtop .TCtopLeft {
  font-size: 12px;
  height: 14px;
  display: block;
}
.qrcode-block .TCtop .TCtopRight {
  position: absolute;
  right: 12px;
  bottom: 6px;
}
.qrcode-block .TCtop .TCtopRight .TCtopClose {
  cursor: pointer;
  color: #7f7f7f;
  font-size: 12px;
}
.qrcode-block .TCimg {
  text-align: center;
}
.qrcode-block .TCimg img {
  width: 178px;
  height: 178px;
}

.search-block-small {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  position: relative;
  margin-right: 15px;
}
.search-block-small .search-input {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  padding: 0 42px 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff;
}
.search-block-small .search-input:focus {
  border-color: #00837e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 131, 126, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 131, 126, 0.6);
}
.search-block-small .search-btn {
  position: absolute;
  width: 42px;
  height: 34px;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #063369;
}
.search-block-small .search-btn .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 16px;
}

.rss-ul li {
  float: left;
  width: 50%;
}
.rss-ul li:nth-child(odd) {
  padding-right: 25px;
}
.rss-ul li:nth-child(even) {
  padding-left: 25px;
}
.rss-ul li .rss-li-con {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 35px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
  position: relative;
}
.rss-ul li .rss-link {
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
  line-height: 1;
  padding: 5px;
  border-radius: 3px;
  background-color: #ff6c36;
}
.rss-ul li .rss-link:hover {
  background-color: #ff591d;
}
.rss-ul li .rss-link img {
  display: block;
}

.services-section {
  padding: 80px 0;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}
.services-section:nth-child(even) {
  background-color: #fff;
}
.services-section:nth-child(even) .services-arrow-down {
  border-top-color: #fafafa;
}
.services-section:nth-child(odd) {
  background-color: #fafafa;
}
.services-section:nth-child(odd) .services-arrow-down {
  border-top-color: #fff;
}
.services-section .services-arrow-down {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-left: -20px;
}
.services-section p {
  margin-bottom: 15px;
}
.services-section p:last-child {
  margin-bottom: 0;
}
.services-section img {
  max-width: 100%;
}
.services-section .services-img-box {
  text-align: center;
}
.services-section .h2-large {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 50px;
}
.services-section .h2-large-left {
  text-align: left;
  margin-bottom: 20px;
}
.services-section .h3-services-large {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-section .h3-services-large-left {
  text-align: left;
}
.services-section .ul-green-dotted li {
  margin-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.services-section .ul-green-dotted li:before {
  content: " ";
  display: block;
  position: absolute;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00837e;
}
.services-section .ul-green-dotted li.li-green-dotted-14:before {
  top: 7px;
}
.services-section .ul-green-dotted-14 {
  font-size: 14px;
}
.services-section .ul-green-dotted-14 li:before {
  top: 8px;
}
.services-section .ul-green-dotted-16 {
  font-size: 16px;
  line-height: 1.8;
}
.services-section .ul-green-dotted-16 li {
  margin-bottom: 20px;
}
.services-section .ul-green-dotted-16 li:last-child {
  margin-bottom: 0;
}
.services-section .ul-green-dotted-16 li:before {
  top: 8px;
}
.services-section .ul-green-dotted-16 p {
  margin-bottom: 5px;
}
.services-section .ul-green-dotted-16 p:last-child {
  margin-bottom: 0;
}
.services-section .ul-green-dotted-16 .h3-normal {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.services-section .row.feature {
  display: flex;
  align-items: center;
}

.services-sub-section {
  margin-bottom: 50px;
}
.services-sub-section:last-child {
  margin-bottom: 0;
}

.services-sub-section-2_1 {
  margin-bottom: 100px;
}

.services-sub-section-2_3 {
  margin-bottom: 70px;
}

.services-center-btn-wrap {
  text-align: center;
}

.services-section-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #ff6c36;
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #ff6c36;
  border-radius: 4px;
  transition: all 0.2s;
}
.services-section-btn:focus, .services-section-btn:hover {
  color: #fff;
  background-color: #ff6c36;
}

.services-section-assess:hover .services-assess-wrap .slick-next,
.services-section-assess:hover .services-assess-wrap .slick-prev {
  display: inline-block !important;
}

.services-assess-wrap {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.services-assess-wrap .services-assess-card {
  display: table;
  width: 100%;
}
.services-assess-wrap .services-assess-card .services-assess-card-left {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  border-right: 1px solid #bcbcbc;
  width: 30%;
}
.services-assess-wrap .services-assess-card .services-assess-card-left img {
  width: 240px;
  display: inline-block;
}
.services-assess-wrap .services-assess-card .services-assess-card-right {
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.services-assess-wrap .services-assess-card .services-assess-card-right-abstract {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  background: url("../images/open-quote-large-dark.png") left top no-repeat, url("../images/close-quote-large-dark.png") right bottom no-repeat;
}
.services-assess-wrap .services-assess-card .services-assess-card-right-abstract a {
  color: #063369;
}
.services-assess-wrap .services-assess-card .services-assess-card-right-client {
  font-size: 20px;
  color: #053a4f;
  text-align: right;
}
.services-assess-wrap .slick-prev {
  left: -60px;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: none !important;
}
[dir=rtl] .services-assess-wrap .slick-prev {
  left: auto;
  right: -60px;
}
.services-assess-wrap .slick-prev:before {
  font-family: "iconfont" !important;
  content: "\e608";
  font-size: 50px;
  color: #999;
}
.services-assess-wrap .slick-next {
  right: -60px;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: none !important;
}
[dir=rtl] .services-assess-wrap .slick-next {
  left: -60px;
  right: auto;
}
.services-assess-wrap .slick-next:before {
  font-family: "iconfont" !important;
  content: "\e607";
  font-size: 50px;
  color: #999;
}

.services-section-recommend .services-recommend-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
.services-section-recommend .services-recommend-card:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.services-section-recommend .card-img-wrap {
  width: 100%;
  float: none;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.services-section-recommend .card-img-wrap .img-ratio-sizer {
  padding-top: 150px;
}
.services-section-recommend .card-text-wrap {
  float: none;
  padding: 20px;
}

.services-section-whitepaper .services-whitepaper-wrap {
  margin-bottom: 40px;
}

.services-section-center-text {
  text-align: center;
}

.services-img-desc {
  font-size: 14px;
  color: #666666;
}

.services-span-large {
  color: #ff6c36;
  font-size: 24px;
  font-weight: 700;
}

.services-span-large-green {
  color: #063369;
  font-size: 24px;
  font-weight: 700;
}

.services-logo-container {
  text-align: center;
  font-size: 0;
}

.services-logo-row {
  display: inline-block;
  margin: -7px;
}

.services-logo {
  float: left;
  margin: 7px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.services-logo .services-logo-middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  height: 50px;
}
.services-logo img {
  max-width: 100%;
  max-height: 100%;
}

.services-inline-logo-row {
  margin-top: -4px;
  margin-right: -4px;
  margin-left: -4px;
  margin-bottom: 15px;
}
.services-inline-logo-row .services-logo {
  margin: 4px;
}
.services-inline-logo-row .services-logo .services-logo-middle {
  width: 72px;
  height: 40px;
}

.services-table-2_1_2 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.services-table-2_1_2 td {
  width: 60px;
}
.services-table-2_1_2 .services-table-2_1_2-td-sp {
  width: 90px;
}

.services-table-2_1_4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.services-table-2_1_4 td {
  width: 80px;
}
.services-table-2_1_4 .services-table-2_1_4-td-sp {
  width: 100px;
}

.services-table-2_1_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.services-table-2_1_5 td {
  width: 120px;
}

.serives-green-link {
  color: #063369;
}

.services-a-wrap .row .services-a-card {
  margin-bottom: 50px;
}
.services-a-wrap .row .services-a-card:last-child {
  margin-bottom: 50px;
}
.services-a-wrap .row:last-child .services-a-card:last-child {
  margin-bottom: 0;
}

.services-a-card {
  position: relative;
  margin-bottom: 50px;
}
.services-a-card:last-child {
  margin-bottom: 0;
}
.services-a-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 170px;
  background-color: #e1e1e1;
}
.services-a-card .services-a-card-left {
  float: left;
  width: 170px;
  text-align: right;
  padding-right: 30px;
}
.services-a-card .services-a-card-left img {
  max-width: 100%;
}
.services-a-card .services-a-card-left .h2-large {
  text-align: right;
  margin-bottom: 10px;
}
.services-a-card .services-a-card-right {
  padding-left: 210px;
}

.services-3_0-icon-text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.services-fixed-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 1170px;
  background-color: #eee;
  z-index: 999;
  padding-top: 15px;
  padding-bottom: 15px;
}
.services-fixed-footer .services-section-btn {
  margin-right: 15px;
}
.services-fixed-footer .services-section-btn:hover {
  color: #ff6c36;
  background-color: #f2f2f2;
}
.services-fixed-footer .services-section-btn.services-section-btn-orange {
  color: #fff;
  padding: 10px 30px;
  background-color: #ff6c36;
  border: 1px solid #ff6c36;
  margin-right: 0;
}
.services-fixed-footer .services-section-btn.services-section-btn-orange:focus, .services-fixed-footer .services-section-btn.services-section-btn-orange:hover {
  background-color: #ff591d;
}
.services-fixed-footer .services-fixed-footer-close {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #063369;
  text-decoration: none;
}

.services-overseas-facilitator {
  text-align: center;
}
.services-overseas-facilitator h2 {
  margin: 0;
  font-size: 28px;
}
.services-overseas-facilitator h3 {
  font-size: 24px;
}

.services-overseas-strong-green {
  font-size: 20px;
  color: #00837e;
}

.services-overseas-margin30 {
  margin-top: 30px;
}

.facilitator-first .col-3:nth-child(1) {
  animation-duration: 1s;
}
.facilitator-first .col-3:nth-child(2) {
  animation-duration: 1.3s;
}
.facilitator-first .col-3:nth-child(3) {
  animation-duration: 1.6s;
}
.facilitator-first .col-3:nth-child(4) {
  animation-duration: 1.9s;
}

.facilitator-second .col-3:nth-child(1) {
  animation-duration: 2s;
}
.facilitator-second .col-3:nth-child(2) {
  animation-duration: 2.4s;
}
.facilitator-second .col-3:nth-child(3) {
  animation-duration: 2.8s;
}
.facilitator-second .col-3:nth-child(4) {
  animation-duration: 3s;
}

.services-section-monitor {
  background-color: #EBECED !important;
}
.services-section-monitor .ul-media-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.services-section-monitor .ul-media-partners li {
  width: 40%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
  background: url("https://www.prnasia.com/prnasia.com-PC/images/ldy/right.svg") #ffffff no-repeat right center;
  background-size: 18% 50%;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #E1E1E1;
  border-left: 3px solid #00837E;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.services-section-monitor .ul-media-partners li a {
  cursor: pointer;
}
.services-section-monitor .ul-media-partners li:nth-child(odd) {
  margin-right: 40px;
}
.services-section-monitor h3 {
  font-size: 28px;
}

#services-overseas-choise {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  height: 400px;
  background: url("https://www.prnasia.com/prnasia.com-PC/images/ldy/dark-bg.jpg.png") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
#services-overseas-choise h2 {
  margin: 0;
  font-size: 28px;
}
#services-overseas-choise h3 {
  font-size: 24px;
}
#services-overseas-choise .container, #services-overseas-choise .video-fullscreen-container {
  position: relative;
  z-index: 2;
}
#services-overseas-choise .container .zindex-img, #services-overseas-choise .video-fullscreen-container .zindex-img {
  position: absolute;
  z-index: 1;
  box-shadow: 0px 60px 35px -40px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}

.choise-shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #042e3f;
  opacity: 0.5;
  z-index: 1;
  top: 0;
}

.padding-top-300 {
  padding-top: 300px;
}

.text-center {
  text-align: center;
}

.oerseas-press {
  background: url("https://www.prnasia.com/prnasia.com-PC/images/ldy/hero.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 42px 0;
}
.oerseas-press .oerseas-press-banner {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.oerseas-press .oerseas-press-banner h1 {
  font-size: 46px;
  font-family: "Inter";
  font-weight: 700;
  width: 80%;
}
.oerseas-press .oerseas-press-banner h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Inter";
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 20px;
  width: 80%;
}
.oerseas-press .oerseas-press-banner h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  width: 80%;
}
.oerseas-press .oerseas-press-banner h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: justify;
  border-bottom: 1px solid #FFFFFF;
  margin: 0;
  width: 80%;
}
.oerseas-press .oerseas-press-banner h4 i {
  width: 100%;
  display: inline-block;
}
.oerseas-press .oerseas-press-banner .oerseas-press-img-50 {
  padding: 15px 0;
  position: relative;
  width: 80%;
}
.oerseas-press .oerseas-press-banner .oerseas-press-img-50 img {
  position: absolute;
  top: -5px;
  left: 40px;
  display: inline-block;
}
.oerseas-press .oerseas-press-banner .oerseas-press-img-50 span {
  font-size: 24px;
  font-family: "Inter";
  font-style: italic;
  margin-left: 100px;
  vertical-align: middle;
  display: inline-block;
}
.oerseas-press .oerseas-press-banner .form-iframe {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.oerseas-press .oerseas-press-banner .form-iframe iframe .info {
  display: none !important;
}

.whitepaper-border h2 {
  font-size: 28px;
}
.whitepaper-border .card-whitepaper {
  border-bottom: 2px solid #43BFB7;
}

.oerseas-press-header {
  background-color: #053A4F;
  color: white;
  font-size: 20px;
}
.oerseas-press-header nav {
  height: 80px;
  line-height: 80px;
}

.backgorund-color-fff {
  background: #FAFAFA !important;
}

.backgorund-color-EBECED {
  background-color: #EBECED;
}

.services-section-faq {
  padding: 50px 0;
}
.services-section-faq .faq-tab-warp li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #f4f4f4;
  cursor: pointer;
}
.services-section-faq .faq-tab-warp li:first-child {
  border-top: 1px solid transparent;
}
.services-section-faq .faq-tab-warp li:hover {
  background-color: #f4f4f4;
}
.services-section-faq .faq-tab-warp li.active {
  background-color: #f4f4f4;
  color: #063369;
}
.services-section-faq .faq-con-wrap .faq-con {
  display: none;
}
.services-section-faq .faq-con-wrap .faq-con.active {
  display: block;
}
.services-section-faq .faq-con-wrap .faq-sub-con {
  margin-bottom: 30px;
}
.services-section-faq .faq-con-wrap .faq-sub-con:last-child {
  margin-bottom: 0;
}
.services-section-faq .faq-con-wrap .faq-sub-con h3.h3-normal-title {
  margin-bottom: 15px;
}
.services-section-faq .faq-con-wrap .faq-card {
  border: 2px solid #eff9fa;
  border-top: 1px solid #eff9fa;
  margin-bottom: 15px;
}
.services-section-faq .faq-con-wrap .faq-card:last-child {
  margin-bottom: 0;
}
.services-section-faq .faq-con-wrap .faq-card.open .faq-card-question:after {
  content: "\e621";
}
.services-section-faq .faq-con-wrap .faq-card-question {
  background-color: #eff9fa;
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 60px;
  cursor: pointer;
  position: relative;
}
.services-section-faq .faq-con-wrap .faq-card-question:after {
  font-family: "iconfont" !important;
  content: "\e622";
  font-size: 20px;
  color: #063369;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-section-faq .faq-con-wrap .faq-card-answer {
  display: none;
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 30px;
}
.services-section-faq .faq-con-wrap .faq-card-answer p {
  margin-bottom: 15px;
}
.services-section-faq .faq-con-wrap .faq-card-answer p:last-child {
  margin-bottom: 0;
}
.services-section-faq .faq-con-wrap .faq-card-answer a {
  color: #063369;
}
.services-section-faq .faq-con-wrap .faq-card-answer ul {
  margin-left: 20px;
}
.services-section-faq .faq-con-wrap .faq-card-answer li {
  list-style: disc;
}
.services-section-faq .faq-con-wrap .faq-card-answer .faq-comment {
  color: #ff6c36;
  font-size: 14px;
}

.services-banner {
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
}
.services-banner h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.services-banner-index {
  background-image: url(../images/services-banner-index.jpg);
}

.services-banner-others {
  background-image: url(../images/services-banner-others.jpg);
}

.services-banner-falcon {
  background-image: url(https://static.prnasia.com/pro/pcom/newsite/images/products/services-banner-falcon.png);
}

.services-banner-cision {
  background-image: url(https://static.prnasia.com/pro/pcom/newsite/images/products/services-banner-cision.jpg);
}

.services-banner-shade {
  height: 100%;
  background: linear-gradient(45deg, rgba(5, 58, 79, 0.8) 0, rgba(5, 58, 79, 0.8) 30%, rgba(19, 123, 114, 0.8) 93%, rgba(19, 123, 114, 0.8) 100%);
  vertical-align: middle;
  display: table-cell;
}

.services-banner-abstract {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.services-banner-abstract p {
  margin-bottom: 5px;
}
.services-banner-abstract p:last-child {
  margin-bottom: 0;
}

.services-banner-btn-wrap {
  text-align: center;
}

.services-banner-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 10px 30px;
  background-color: #ff6c36;
  border: 1px solid #ff6c36;
  border-radius: 4px;
  transition: all 0.2s;
}
.services-banner-btn:hover, .services-banner-btn:focus {
  color: #fff;
  background-color: #ff591d;
}

.services-section-index1 {
  text-align: center;
}
.services-section-index1 .col-3 {
  padding: 10px 15px;
}
.services-section-index1 .services-section-index1-circle {
  border-radius: 100%;
  height: 150px;
  margin: 15px;
  width: 150px;
  position: relative;
  display: inline-block;
}
.services-section-index1 .services-section-index1-circle img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.services-section-index1 .h3-large {
  margin-bottom: 10px;
}
.services-section-index1 .services-section-index1-abstract {
  line-height: 1.4;
  margin-bottom: 15px;
}

#allservices-wrap .services-allservices-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
#allservices-wrap .services-allservices-card:last-child {
  margin-bottom: 0;
}
#allservices-wrap .services-allservices-card:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#allservices-wrap .h3-normal a {
  height: auto;
  font-weight: 700;
}
#allservices-wrap .card-text-summary {
  height: auto;
  overflow: visible;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
#allservices-wrap .card-img-wrap {
  width: 100%;
  float: none;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
#allservices-wrap .card-img-wrap .img-ratio-sizer {
  padding-top: 200px;
}
#allservices-wrap .card-text-wrap {
  float: none;
  padding: 20px;
}

.services-section-about .text-block #dvContent p {
  padding-bottom: 0;
  margin-bottom: 28px;
}
.services-section-about .text-block #dvContent p:last-child {
  margin-bottom: 0;
}

.services-about-player {
  text-align: center;
}
.services-about-player video {
  width: 512px;
  height: 400px;
}

.services-global-position-wrap {
  position: relative;
}

.services-global-position-list {
  margin-bottom: 0;
  color: #063369;
  font-size: 18px;
  font-weight: 700;
}
.services-global-position-list li {
  cursor: pointer;
}
.services-global-position-list .services-global-position-cn {
  position: absolute;
  top: 233px;
  left: 945px;
}
.services-global-position-list .services-global-position-us {
  position: absolute;
  top: 217px;
  left: 140px;
}
.services-global-position-list .services-global-position-eu {
  position: absolute;
  top: 7px;
  left: 587px;
}
.services-global-position-list .services-global-position-lm {
  position: absolute;
  top: 469px;
  left: 406px;
}
.services-global-position-list .services-global-position-as {
  position: absolute;
  top: 304px;
  left: 974px;
}
.services-global-position-list .services-global-position-zdf {
  position: absolute;
  top: 467px;
  left: 547px;
}
.services-global-position-list .services-global-position-ydyl {
  position: absolute;
  top: 7px;
  left: 646px;
}

.aivideo h1 {
  font-size: 54px;
  margin-bottom: 22px;
}
.aivideo h2 {
  margin-bottom: 60px;
  font-size: 41px;
  text-align: center;
}
.aivideo .bg-gray {
  background-color: #fafafa;
}
.aivideo .ai-banner {
  height: 1106px;
  background-image: url(https://static.prnasia.com/pro/pcom/newsite/images/products/aivideo/pc/banner.png);
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
}
.aivideo .ai-banner .ai-banner-text {
  margin: 228px auto 0;
  width: 627px;
  text-align: center;
  color: #fff;
}
.aivideo .ai-banner .ai-banner-text .ai-banner-sub {
  font-size: 28px;
  margin-bottom: 48px;
}
.aivideo .ai-banner .ai-banner-text .ai-banner-button {
  margin-bottom: 154px;
}
.aivideo .ai-banner .ai-banner-text .ai-banner-button a {
  display: inline-block;
  width: 167px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6c36;
  border-radius: 4px;
  transition: all 0.6s;
  font-size: 22px;
}
.aivideo .ai-banner .ai-banner-text .ai-banner-button a:hover {
  background-color: #ff591d;
  color: #fff;
}
.aivideo .ai-banner .ai-banner-text .ai-banner-summary {
  font-size: 16px;
  line-height: 27px;
}
.aivideo .ai-cooperation {
  padding-bottom: 98px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight {
  background-color: #035f67;
  background: linear-gradient(#00827e, #035f67, #053c50);
  width: 1083px;
  margin: 0 auto;
  color: #fff;
  margin-top: -186px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-logo {
  text-align: center;
  padding: 50px 15px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-logo img {
  width: 560px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 49px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-text {
  flex: 0 0 280px;
  font-size: 23px;
  line-height: 1.6;
  margin-left: 93px;
  margin-right: 107px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-text p {
  margin-bottom: 64px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-text p:last-child {
  margin-bottom: 0;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-text .ai-cooperation-highlight-text-big {
  font-size: 41px;
  font-weight: bold;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-img {
  overflow: hidden;
  flex: 0 0 705px;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-img img {
  width: 100%;
  transition: transform 0.6s;
}
.aivideo .ai-cooperation .ai-cooperation-highlight-img img:hover {
  transform: scale(1.1);
}
.aivideo .ai-cooperation .ai-cooperation-text {
  padding: 49px 0 59px;
  text-align: center;
}
.aivideo .ai-cooperation .ai-cooperation-text .ai-cooperation-text-big {
  font-size: 41px;
  line-height: 51px;
  font-weight: 700;
}
.aivideo .ai-cooperation .ai-cooperation-text .ai-cooperation-text-small {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 18px;
}
.aivideo .ai-cooperation .ai-cooperation-icon {
  text-align: center;
}
.aivideo .ai-cooperation .ai-cooperation-icon img {
  height: 100px;
}
.aivideo .ai-cooperation .ai-cooperation-icon .ai-cooperation-icon-legend {
  font-size: 16px;
  margin-top: 20px;
}
.aivideo .ai-data {
  background-image: url(https://static.prnasia.com/pro/pcom/newsite/images/products/aivideo/pc/data-bg.png);
  background-repeat: no-repeat;
  background-position: center 0;
}
.aivideo .ai-data .ai-data-row {
  display: flex;
}
.aivideo .ai-data .ai-data-text,
.aivideo .ai-data .ai-data-img {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
.aivideo .ai-data .ai-data-text .ai-data-bg,
.aivideo .ai-data .ai-data-img .ai-data-bg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.6s;
}
.aivideo .ai-data .ai-data-text .ai-data-bg:hover,
.aivideo .ai-data .ai-data-img .ai-data-bg:hover {
  transform: scale(1.1);
}
.aivideo .ai-data .ai-data-text .ai-data-img-sizer,
.aivideo .ai-data .ai-data-img .ai-data-img-sizer {
  padding-top: 456px;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content,
.aivideo .ai-data .ai-data-img .ai-data-img-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.6s;
  color: #fff;
  padding: 50px;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content:hover,
.aivideo .ai-data .ai-data-img .ai-data-img-content:hover {
  background-size: 110%;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content .ai-data-img-content-big,
.aivideo .ai-data .ai-data-img .ai-data-img-content .ai-data-img-content-big {
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 12px;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content .ai-data-img-content-small,
.aivideo .ai-data .ai-data-img .ai-data-img-content .ai-data-img-content-small {
  font-size: 16px;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content .ai-data-img-content-small ul,
.aivideo .ai-data .ai-data-img .ai-data-img-content .ai-data-img-content-small ul {
  margin-top: 12px;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content .ai-data-img-content-small ul li,
.aivideo .ai-data .ai-data-img .ai-data-img-content .ai-data-img-content-small ul li {
  margin-bottom: 12px;
  list-style-type: disc;
  list-style-position: inside;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content .ai-data-img-content-socialmedia,
.aivideo .ai-data .ai-data-img .ai-data-img-content .ai-data-img-content-socialmedia {
  margin-top: 119px;
  display: flex;
  justify-content: flex-end;
}
.aivideo .ai-data .ai-data-text .ai-data-img-content .ai-data-img-content-socialmedia .ai-data-img-content-socialmedia-icon,
.aivideo .ai-data .ai-data-img .ai-data-img-content .ai-data-img-content-socialmedia .ai-data-img-content-socialmedia-icon {
  margin-left: 41px;
}
.aivideo .ai-data .ai-data-row-1 .ai-data-img-content {
  background-image: url(https://static.prnasia.com/pro/pcom/newsite/images/products/aivideo/pc/data-1.png);
  text-align: right;
  padding-top: 102px;
}
.aivideo .ai-data .ai-data-row-1 .ai-data-text {
  padding-top: 127px;
}
.aivideo .ai-data .ai-data-row-1 .ai-data-text .ai-data-text-big {
  font-size: 41px;
  margin-bottom: 40px;
  font-weight: 700;
}
.aivideo .ai-data .ai-data-row-1 .ai-data-text .ai-data-text-small {
  font-size: 49px;
}
.aivideo .ai-data .ai-data-row-2 .ai-data-img-content {
  background-image: url(https://static.prnasia.com/pro/pcom/newsite/images/products/aivideo/pc/data-2.png);
  padding-top: 154px;
}
.aivideo .ai-data .ai-data-row-2 .ai-data-text {
  padding-top: 46px;
  padding-left: 61px;
  font-size: 26px;
}
.aivideo .ai-data .ai-data-row-2 .ai-data-text .ai-data-text-big {
  font-size: 41px;
  font-weight: 700;
}
.aivideo .ai-step {
  padding: 128px 0 118px;
}
.aivideo .ai-step .ai-step-content {
  text-align: center;
}
.aivideo .ai-step .ai-step-content img {
  max-width: 100%;
}
.aivideo .ai-case {
  padding: 80px 0 67px;
}
.aivideo .ai-case .ai-case-list {
  display: flex;
  flex-wrap: wrap;
}
.aivideo .ai-case .ai-case-card {
  box-sizing: border-box;
  flex: 0 0 25%;
  background-color: #277c73;
  border: 1px solid #fafafa;
}
.aivideo .ai-case .ai-case-card .ai-case-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.aivideo .ai-case .ai-case-card .ai-case-img .ai-case-sizer {
  padding-top: 238px;
}
.aivideo .ai-case .ai-case-card .ai-case-img .ai-case-bg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.6s;
}
.aivideo .ai-case .ai-case-card .ai-case-img .ai-case-bg:hover {
  transform: scale(1.1);
}
.aivideo .ai-case .ai-case-card .ai-case-img .ai-case-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 91px;
  height: 91px;
  z-index: 1;
  background-image: url(https://static.prnasia.com/pro/pcom/newsite/images/products/aivideo/pc/play.png);
}
.aivideo .ai-case .ai-case-card .ai-case-img .ai-case-play:hover + .ai-case-bg {
  transform: scale(1.1);
}
.aivideo .ai-case .ai-case-card .ai-case-title {
  padding: 20px 15px;
  color: #fff;
}
.aivideo .ai-case .ai-case-qrcode {
  text-align: center;
  font-size: 16px;
  margin-top: 46px;
}
.aivideo .ai-case .ai-case-qrcode img {
  margin: 12px 0;
}
.aivideo .ai-way {
  text-align: center;
  padding: 57px 0 100px;
}
.aivideo .ai-resources {
  padding: 79px 0 123px;
}
.aivideo .ai-resources .ai-resources-content {
  display: flex;
  justify-content: center;
}
.aivideo .ai-resources .ai-resources-card {
  padding: 0 18px;
}
.aivideo .ai-resources .ai-resources-card-content {
  width: 448px;
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img .ai-resources-sizer {
  padding-top: 252px;
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img .ai-resources-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform 0.6s;
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img .ai-resources-bg:hover {
  transform: scale(1.1);
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img .ai-resources-play,
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img .ai-resources-download {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img .ai-resources-play:hover + .ai-resources-bg,
.aivideo .ai-resources .ai-resources-card-content .ai-resources-img .ai-resources-download:hover + .ai-resources-bg {
  transform: scale(1.1);
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-text {
  padding: 18px 0;
}
.aivideo .ai-resources .ai-resources-card-content .ai-resources-text a {
  font-size: 16px;
}

.testimonial .section-content {
  padding-top: 30px;
}
.testimonial .testimonial-content {
  font-size: 16px;
  line-height: 1.8;
}
.testimonial .testimonial-card {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.testimonial .testimonial-card:last-child {
  margin-bottom: 0;
}
.testimonial .testimonial-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  left: 130px;
  background-color: #e1e1e1;
}
.testimonial .testimonial-card-left {
  display: table-cell;
  width: 130px;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.testimonial .testimonial-card-left img {
  max-width: 100%;
}
.testimonial .testimonial-card-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.testimonial .testimonial-card-client {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin-top: 15px;
}

.sitemap .section-content {
  padding-top: 30px;
}
.sitemap h2 {
  margin-bottom: 20px;
}
.sitemap .sitemap-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.sitemap .sitemap-list li:last-child {
  margin-bottom: 0;
}
.sitemap .sitemap-list li a {
  color: #063369;
}

.mediasurvey .container iframe, .mediasurvey .video-fullscreen-container iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-partners-m {
  display: none;
}

.webpartners {
  text-align: left;
}
.webpartners .section-content {
  padding-top: 30px;
}
.webpartners .regions-tab-nav {
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 30px;
}
.webpartners .regions-tab-nav ul {
  overflow: hidden;
  margin-bottom: -2px;
}
.webpartners .regions-tab-nav li {
  float: left;
  font-size: 14px;
  padding: 13px 15px 9px;
  cursor: pointer;
}
.webpartners .regions-tab-nav li.active {
  color: #00837e;
  border-bottom: 2px solid #00837e;
}
.webpartners .regions-tab-nav li:hover {
  color: #00837e;
  border-bottom: 2px solid #00837e;
}
.webpartners .regions-content {
  width: 0;
  height: 0;
  overflow: hidden;
}
.webpartners .regions-content.active {
  width: auto;
  height: auto;
}
.webpartners .industry-tab-nav {
  width: 292.5px;
  padding-right: 20px;
}
.webpartners .industry-tab-nav > ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #f4f4f4;
  cursor: pointer;
}
.webpartners .industry-tab-nav > ul li.active {
  background-color: #f4f4f4;
  color: #00837e;
}
.webpartners .industry-tab-nav > ul li:hover {
  background-color: #f4f4f4;
}
.webpartners .industry-tab-nav > ul li:first-child {
  border-top: 1px solid transparent;
}
.webpartners .industry-content-wrap {
  width: 877.5px;
  padding-left: 20px;
}
.webpartners .industry-content {
  display: none;
}
.webpartners .industry-content.active {
  display: block;
}
.webpartners .industry-language-section {
  margin-bottom: 30px;
}
.webpartners .industry-language-section:last-child {
  margin-bottom: 0;
}
.webpartners .industry-language-section .h3-normal-title {
  margin-bottom: 20px;
}
.webpartners .industry-logo-wrap {
  margin-left: -5px;
  margin-right: -5px;
}
.webpartners .industry-logo-wrap .industry-logo-card-wrap {
  margin-bottom: 10px;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  height: 90px;
  overflow: hidden;
  position: relative;
  min-height: 1px;
  float: left;
}
.webpartners .industry-logo-wrap .industry-logo-card-wrap .industry-logo-card {
  width: 160px;
  height: 90px;
  padding: 15px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
}
.webpartners .industry-logo-wrap .industry-logo-card-wrap .industry-logo-card img {
  max-width: 100%;
  max-height: 100%;
}
.webpartners .webpartner-assess {
  padding: 20px 0;
  margin-top: 30px;
  background-color: #fafafa;
}
.webpartners .webpartner-assess .h3-normal-title {
  margin-bottom: 20px;
}
.webpartners .webpartner-assess .webpartner-assess-slide {
  padding-left: 20px;
  padding-right: 20px;
}
.webpartners .webpartner-assess .slick-dots {
  left: 0;
  bottom: -35px;
}
.webpartners .webpartner-assess .slick-dotted.slick-slider {
  margin-bottom: 35px;
}
.webpartners .webpartner-assess .slick-dots li {
  margin: 0;
}
.webpartners .webpartner-assess .slick-dots li button:before {
  color: #00837e;
}
.webpartners .webpartner-assess .slick-dots li.slick-active button:before {
  color: #00837e;
}
.webpartners .webpartner-assess .webpartner-assess-card .webpartner-assess-card-img {
  max-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
.webpartners .webpartner-assess .webpartner-assess-card .webpartner-assess-card-img img {
  display: inline-block;
  max-width: 100%;
  max-height: 80px;
}
.webpartners .webpartner-assess .webpartner-assess-card h3 {
  text-align: center;
}
.webpartners .webpartner-assess .webpartner-assess-card h3 a {
  color: #00837e;
}
.webpartners .webpartner-assess .webpartner-assess-card .webpartner-assess-card-text {
  background: url("../images/open-quote-large-dark.png") left top no-repeat, url("../images/close-quote-large-dark.png") right bottom no-repeat;
  background-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.webpartners .webpartner-assess .webpartner-assess-card .webpartner-assess-card-text p {
  margin-bottom: 10px;
}
.webpartners .webpartner-assess .webpartner-assess-card .webpartner-assess-card-text p:last-child {
  margin-bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 10;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont/iconfont.eot?t=1562039684039");
  /* IE9*/
  src: url("../fonts/iconfont/iconfont.eot?t=1562039684039#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA8UAAsAAAAAHAwAAA7DAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGMgqkRJ0PATYCJAOBBAtEAAQgBYRtB4MGG0kXM6P2krQyQfZ/SKCHWPal8IlgqygVHcbRoS2SmYxSozqqWJa9anL4uOEqOP7JmiV/Ec16MweSJ7LHNUMpeeA5Zn9dvmkkYFnk80qf4IEcnUML3NFamzldPxF5bdDFQ/rQvyEhayM1QiQUyCSon/h5fpt/7rto0ysr1hZhrp48ShfIJiAm5jJ1ZWUtikUVa39UvgBIQPPzAggYcvvfAeYLk/g9faMnt+hhI6x6D7NZON04R+BF/SStiAtjsjd11rtggYbNw1Icuz7tuCu2DK1j5WQVS4P+au5fm7wyO7wSCtOpVRd4sJt9BPeJ81JgdASu9ttSUrwUmG0rWyGrTIWwFVJXdY5uIfGkXZlRBQJsUy7UJJimQWoaYHutuz0BIKm2haPryQZhkBhgnuf+skMKaUZNtwASszSXDXN8BzMk+EZ8AW/R7w/8QT8BCDJDIK9ncR4fnX6aHzBabKgHaJ5OYHIlEAKaQBgEPrSl7ziBZmQx3cwMd0DcubwGPlXz0/SnmW8HH+W/4hG5cyBIZzBZbATFcIKkOFweXyAUiSVSmVyhVKk1WggCUZB2GvDRTaZUwafpGR+ALEYRAp/2KMLgk6B2REEQA0EcBAkQJEGQAkE+CApAUAiCIpJyUExSHkpIKkAp6FSUgaAcBBUgqARBFQiqQVADgloQ1IGgHgQNIGgEQRMImgFkvg4Eh4VVCy4xAFYgsgWIvUCGelS9MHQcjc0aRialBn1QRDV0Jc5qSnTmJNGia9wwDsNciUgUKE3k5TFmiOgorku3vLDrBgsUFQairedPcBvRGGtGhZRG7cKlyLlycYPZK8xKYdl3dbpegrIRz3/x0mOAyp9iV1tSE2qNcSQhGsQWai7oJ7KaG4oeju3ISWC67frnrC8lnzI/JgZrQBo3a1vRd6KGVJA8SkLFLDWTq4ZZ8JDCvVVyUfax4JC4zW3EyCr0jHZ8QzGVEq6jKhf9q5G9r2iWYHJV3Ca6Q1KRCt6NtHlC/8IQpKttMW6bSZ6rDWJrNA+l8CQ9bXxhJURNTqn4jNV6LL46MI09jyy/TqFUC5mOsS8ZKoqP60nEFE1pJMYaQnT94q+SwBdUJ77sxbqLWPuaiq4w2SuiDa6ebdy6caG52HddzwtLvoWmHMl8AUI1rl14tmlN7odpN/ZteEcNfP2h4yeaLIxezNX0DyzJfx2oLKNacpOVaHNmZFa//tm59SXw2ien+sfdGWFwn6Qbv/MGQPYC0xESaXki/tTgUO3wfVarKBVGMO3EC3G3Vt6maHDe8aF6fn8dIvOZqv4w6MXyh5uFDJdVFZsbmA4yT+92g6ya4c2if/1qVP8QH2tbZN9Ds8xCjB7AmUUzhfed6YeEauJEbXxuKLLjKXm+EqO0U8iHKUymbnZk+rmWXcssGvwn0j35UM43Dfuhe4L6A2oVu1Ia9Rgb7H8/UPLa7dOrPuLid1aWxV5+nlpdF+DZkl5sGC9Y88Ja1aKvPYduLiljLWUL0wedJap9nPQGOOjmxa76Nw35qbvDXGqPtdblJeSvhv3X0X+xriPrqmdKoGLofoerljSj9PSrRFXz4o/YhSSvLG7a7FXKQ/IWHypbS/nyjPsc2a8pW392tRZKm/fZyyZ3i0DLjNO21EUBcSS4qSTbqbUFI7Rkk1WcZrmSu9WV1IQllZ8L2ohG88q9QVUROnxzF7PYy/7gCYOMclxb0og2o7c8eBtAruNzO2rAqu/L9MUMLulpfQgcf+2dU92qzSz2xoUyzl0AkPmf8cyzzPRg5NyHD9C9/j16RLqZ7emqNzxteH2DcKb2nLqPHGSKLMgMRW1gIldNppqJ9zPiNqIPS09W4ikTww9eOqEQHKPCvrsp3vQhJcxMZpB0cLWhvigAok1BwmHPfwXtoBwZXBaMF/JcTsjwOZDnLd1YpOoLNHWhoVkT+gBOHAzVVk7wu0E14HOB4bXMBhRRS/aZeXDjiZNdIOKp0l9aWX5rmjwd+6Tsp0aSbLvodEAsG0FyYxLGZ+Exjndu3j0L+N8pEH7G8Pg5L5PlHKVLH79ApXQ4BqaLMAXbXKsjAfeu6NCMALu69Yaxt7BhtC661dTKI2dm10OzhO+9FIjk0IbWR2JWnyBU0B7MnV0ygn74YvKrh3Xezt6e8atJV4oiiELXSMJVXSuPC3WbRyG9HlHku0Cheee0uGvlKm69FjnCtxH3vJxBXc0kNzxX/a36gBC040BuUXHBW49h3n+dnQ2U67Xe2/39bfwhV9hXp1XyD30L94npu2jlN3sC5ymnKDe/+L7HsNuHzs50MbEiurSv75XfsCf8HCgk0NF3eUt//3U2Y1jqJ3hlsheVrdKRLRnpLeR4M9mCbBkvRDIuuW5VmbjTZBp2kjkKJ/9dt8VFs7tn+1dl+QuXf4kt61xA+LFT7Sca3pm/V9okbJgW/m57+p/9QJfXhylVjVLZVjvF8CgX1HL2C0qEHqkrhrqvqF8rHTg2mlMJ2VZZ7K4shsb6Ae3WxbIlq7dzS5qctqaS0/G81qumxfnG/eJQ3nOvlMbrOwTf/SRKvgaB4/l1Oy4U1B/b/lv5kt/NKlaCn7tgGtdh76v6atRLvDmDy0AVkRMmnLOrgAokrT15nJMLiazTY5LNEU1eTd52XnZ/GgzzveZ72zLhT8F474WOAqKMON2B9+JJTreXEU4jNzYEOxrOhm8/vmMqzSV1KqLeuf4ijP6VzH6wXGbUGmPVj+7bMu89unSPaXv/88EzHjOdkygsIxbqveYZtUfVmK8PoaCQiGrDGRC8Q81kwmu/Le7W+m4/mVeWfXiOj15GrFulcp/u2B/Gjt0KK4kGwahAH2Q1scrwfke2hdwORe3eo0c+K90fKJhXj39N/F44DpWH7zSdbKpAuw9lbBAtZ1zuMWxbZnFwZMaJ2jtATyUn35sX1JSTfS9ZFsWBhYFUrFJxseIJ4uN5Zu+83pnl5UWEO0fkFaRAx/H/VQZx1KwGPPDhw4AjeHLwvC6OWhn0LxJllhPnzxPltgd/81+xlDz5c51E+fnzJUUSpI9CFJLo9RKgIEo/7gNRUVGU9UfvmKx3U1PvWMx34C98JqXGFJc1Y2GhYuyKYrSNgpuUKqk5fOpzY/3Soei/Z8+S+iEehfolQ/jOz6YfXvnYry/BjJvmroVZ1oJa/urxdabT/45D8KUr1HwFZfDi8g7zhxp2Z0L6a3VogsusMIEc/alOkjlsjvpG9FZid/zx9fsVOw1Llghj/dcnSxaAKzbcZbBYjLvkW/PD2Uyod9ChsUkWGx1EDkWxWrQKxf2MgxE+UXMPhSf36droUrurVl5TdvIL9y988dC7nPLwnXW6Nm1bb0quvKd0F0etGhzG2lranZ1rA/YuuQNL/9Ug5rbG64zOqc4jsmUycjg+NmO8btSVz2aP6sqgMXEyyrCclC8bEefY7KbKuR2GXbbtXIZ/Zlj05DjM5GiXWwEchEpoRy3b3QrMTrEs5wQb1bKl588XQYM92/ZHJq2UkhITLSfXfLt8Hv4OGT2MAFIgUYQ5J+QcpQw9YyxEDQyCTf5IsgkGiLgiG3FWpkjq6PiRY6HjlJODVJKVJQpaY2HhsdpNFLzXmcnyzy9kUtWJdCfLRJmZ4mDRP//SFWqSsrDEw4rhXhcpl+JXWEGp9WTctv/Mhy8Om/+3LY6MVisonS2NCPLbo8BK/VX+vPj+/aO8kPzFe0J2CyE5r5XZo/yQvMW7Q/b4gaUItBUsrpW+OOjaQJhQ49xBnok3+AKOCP/WuAoyocHIPeQvJLgaDKRrg9BQ8KfcxD3/fUFwV1TAj6luqT8GgMZNAyFoNH0LU+kRzd2yhRj0yGNu2UJu8FDa7toJUdZMIB6q0IZkFM4ZNiSpUATaRvY8k3v7EcFX1Ni2SZht8ho+xpaYAYSimtUhsemQV0/DDMvfmUXf50lyovhtDu/bnNj16zygL6vQxo1IRYr3TiqUcz1g/7HUx540VyoNhrLM4/uz8bg4CXZgW5NGMnYGTUz5plO2kAm2REZ3d4a7Ej3dyCydifJNj0ncEUiaJ9c3dklBQNMDhcmEI9I9NVbIZrhbjs+dw4iUp8YK9gy/yFF8PEJEnhphWwYu/2ZnN9mJ7JpaW4UCIQxuf1/6azbHCdifOLqzwRnYnVbSSrJSatU5rWYDm/RmhcMfaNoeyeHpP/E6bAn1+AVRHE1cAkAfLwic0A3h+BurLr7DWwAAGI44EoC+WKZh0upxCV+DzNcMmQzoL17j2AFVxQ94a2l3UXbo+TuLKWyg0+sZFnhf0bhU6U1ijS2uExqc//FKgqbFChjoniBjwGcMhGc6cYxa3NOWMv+1qcVziQHR7gpqS59PY0mx29/EjaOzizh8yNaF+bXo9PD7aO+BBPbi3yxtGCAbXpG/5wjtNkOXMb7bmK3NL0FJxsc1yqfhdUhm3BjLNfS2NFOvon0n6IdO+nEUi8kEMG5oUM0jJoIg0ae5f1lZ9Hfb8cqfbxFACuaEBdkqFkKMarjVlkVwxyyKOGFJGzdXTgk80GGYAqh7shhyfTCN8sl0rm/VaPXLTLF/ZnHrjNkF+NfJzWu8n7wxgqBR3VMFTckqJ5N43m901wicD0X9/5FzaFCH7b487QsT8il88s0dRayyTL36tO4MYyQ1MJ1Ry9aLDKfdzuoeYKupH02AYgRBo3TPYOKgKdk9y0T59d/orhG4ZpWrif+Rc2i+crC1b6F+WanVKm9l4XxzRyKEVd7STL3yKQRGxyFl0J/pjFq2/AH2cLITm7Jtre3lo32/iYIhrkbeRFdDHQ000UIbCVL8u/5eBUpU6KDb6w+Go/FkOpsvlqv1Zrvbqx49ME6Ame4bU5nUpmXXYRpP5eC81N1ARCt1RmDtqzuGjurA/RHSNIZ0QRPSRp+4kXsQQZ5Y0NgRXTa20pEylkO85jqSBsFSQo/V4ClhbTCi4NTQtYt4/OgsM85L6+WKV7LRStHbQnv7DxoeV0ilgMszDRGTAd5AlPocwAM1IaRxoITCTzRP8FwgucZfQQg1KwPpYN1Lvnxp0foR4AVhNAIAAAA=") format("woff2"), url("../fonts/iconfont/iconfont.woff?t=1562039684039") format("woff"), url("../fonts/iconfont/iconfont.ttf?t=1562039684039") format("truetype"), url("../fonts/iconfont/iconfont.svg?t=1562039684039#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "\e7e7";
}

.icon-arrow-down:before {
  content: "\e605";
}

.icon-arrow-up:before {
  content: "\e606";
}

.icon-arrow-right:before {
  content: "\e607";
}

.icon-arrow-left:before {
  content: "\e608";
}

.icon-search:before {
  content: "\e609";
}

.icon-weibo:before {
  content: "\e60a";
}

.icon-weixin:before {
  content: "\e60b";
}

.icon-linkedin-in:before {
  content: "\e60c";
}

.icon-twitter:before {
  content: "\e60d";
}

.icon-facebook-f:before {
  content: "\e60e";
}

.icon-close:before {
  content: "\e612";
}

.icon-plus:before {
  content: "\e613";
}

.icon-locate:before {
  content: "\e614";
}

.icon-time:before {
  content: "\e615";
}

.icon-phone:before {
  content: "\e616";
}

.icon-delete:before {
  content: "\e617";
}

.icon-double-left:before {
  content: "\e618";
}

.icon-double-right:before {
  content: "\e619";
}

.icon-doublearrow-right:before {
  content: "\e61a";
}

.icon-doublearrow-left:before {
  content: "\e61b";
}

.icon-shaixuan:before {
  content: "\e61c";
}

.icon-tags:before {
  content: "\e61d";
}

.icon-calendar-alt:before {
  content: "\e61e";
}

.icon-jiahao:before {
  content: "\e61f";
}

.icon-jianhao:before {
  content: "\e620";
}

.icon-jian:before {
  content: "\e621";
}

.icon-jia:before {
  content: "\e622";
}

.icon-yanjing:before {
  content: "\e623";
}

.icon-huatong:before {
  content: "\e624";
}

.icon-danxuanxuanzhong:before {
  content: "\e625";
}

.icon-xiazai:before {
  content: "\e626";
}

/*# sourceMappingURL=master.css.map */
