@charset "utf-8";
button,
hr {
  overflow: visible;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
a {
  outline: none;
}
:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}
body {
  font-family: "Helvetica Neue", "Source Sans Pro", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #6f7479;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
ul,
li,
dd,
dl {
  list-style: none;
}
a {
  text-decoration: none;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
  line-height: 0;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
a.linker {
  color: #737980;
  font-size: 12px;
}
a.link:hover,
a.linker:hover {
  color: #2d56b1;
  transition: color 0.3s ease-out;
}
a.link.more:after,
a.linker.more:after {
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: -4px;
  background: url(../images/common/icons-universal.png) -177px 3px no-repeat;
}
a.linker.more:hover:after,
a.link.more:hover:after {
  background-position: -190px 4px;
}
.txt-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide {
  display: none !important;
}
.l-section .show {
  -webkit-animation: toShowTab 0.4s linear;
  -moz-animation: toShowTab 0.4s linear;
  animation: toShowTab 0.4s linear;
}
.hidden {
  visibility: hidden;
}
html {
  -webkit-text-size-adjust: none;
}
/* region 分页器 */
.search-result-pager {
  padding-left: 10px;
  padding-right: 10px;
}
.pagination-container {
  font-size: 0;
  color: #666;
  line-height: 24px;
  text-align: center;
}
.pagination-container > * {
  font-size: 14px;
  vertical-align: middle;
}
.pagination-toFirst,
.pagination-toLast {
  display: none;
}
.pagination {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  float: left;
  width: auto;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.pagination > li + li > a {
  margin-left: 15px;
}
.pagination > li:nth-child(2) > a,
.pagination > li:last-child > a {
  margin-left: 10px;
}
.pagination > .disabled > a,
.pagination > .ellipsis > a {
  cursor: default;
}
.pagination > .active > a {
  background: #00adbb;
  color: #fff;
  cursor: default;
}
@media (min-width: 1024px) {
}
.pagination > li:first-child > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 4px auto;
  background: url(../images/news/arrow-left.svg) center no-repeat;
  transition: all 0.3s;
}
.pagination > li:first-child > a:hover:before {
  background: url(../images/news/arrow-left-h.svg) center no-repeat;
}
.pagination > li:last-child > a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 4px auto;
  background: url(../images/news/arrow-right.svg) center no-repeat;
  transition: all 0.3s;
}
.pagination > li:last-child > a:hover:before {
  background: url(../images/news/arrow-right-h.svg) center no-repeat;
}
#nav-main.all-nav .nav-title .hot,
#nav-main .topbar-nav .nav-inner .hot {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #e41e2b;
}
@media (min-width: 1024px) {
  #nav-main.all-nav .nav-title .hot,
  #nav-main .topbar-nav .nav-inner .hot {
    top: 3px;
    left: 103px;
  }
}
.pagination > .pagination-goto-mb {
  display: none;
}
.pagination-to {
  height: 24px;
  width: 36px;
  border: solid 1px #d2d2d2;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.pagination-to:hover {
  border-color: #999;
}
.pagination-to:focus {
  border-color: #666;
  color: #666;
}
.pagination-to + .pagination-text,
.pagination-text + .pagination-to {
  margin-left: 3px;
}
.pagination-submit {
  height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  border: solid 1px #d2d2d2;
  margin-left: 12px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .pagination-submit:hover {
    border-color: #e41f2b;
    color: #e41f2b;
  }
}
.pagination > li.pagination-selectTo {
  display: none;
}
.pagination-selectTo select {
  float: left;
  min-width: 70px;
  height: 24px;
  padding-left: 6px;
  border: solid 1px #d2d2d2;
  margin-left: 10px;
  font-size: 14px;
  color: #666;
}
.pagination-toFirst:before {
  background-position: 0 0;
}
.pagination-toLast:before {
  background-position: -16px 0;
}
@media (max-width: 1023px) {
  .pagination-container {
    line-height: 28px;
    text-align: center;
  }
  .pagination > li:not(:first-child):not(:last-child):not(.pagination-goto-mb),
  .pagination-text,
  .pagination-to,
  .pagination-submit {
    display: none;
  }
  .pagination > li > a {
    height: 28px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: 32px;
  }
  .pagination > li:nth-child(2) > a,
  .pagination > li:last-child > a {
    margin-left: 15px;
  }
  .pagination > li:first-child > a:before,
  .pagination > li:last-child > a:before,
  .pagination-toFirst:before,
  .pagination-toLast:before {
    margin: 6px auto;
  }
  .pagination > .pagination-goto-mb {
    display: block;
    float: left;
    height: 28px;
    /* border: solid 1px #d2d2d2; */
    margin-left: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #999;
  }
  .pagination > .pagination-goto-mb.on-focus {
    border-color: #666;
  }
  .goto-mb-input {
    width: 34px;
    height: 26px;
    padding: 0 5px;
    border: none;
    line-height: 21px;
    color: #666;
  }
  .pagination-goto-mb span {
    height: 26px;
    padding: 0 5px;
    text-align: left;
  }
  .pagination-toFirst,
  .pagination-toLast {
    display: inline-block;
    width: 32px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    background-color: #f7f8f8;
    cursor: pointer;
    display: none;
  }
  #nav-main.all-nav .nav-title .hot,
  #nav-main .topbar-nav .nav-inner .hot {
    top: 6px;
    left: 92px;
  }
}
/* endregion 分页器 */
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1180px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
  .fold-icon {
    display: block !important;
  }
  .unfold.fold-icon {
    transform: rotateX(0);
    background-size: cover;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  color: #ffffff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  float: left;
}
.l-btn + .l-btn {
  margin-left: 13px;
}
.l-btn:hover {
  color: #ffffff;
  border: 1px solid #fff;
  background: transparent;
}
.l-btn:hover .arrow-right {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #00adbb;
  background: #00adbb;
}
.l-btn.green:hover {
  border-color: #29bece;
  background: #29bece;
}
.l-btn.white {
  color: #29bece;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.white:hover {
  background: #fff;
  color: #29bece;
  border-color: #fff;
}
.l-btn.newblue {
  color: #192967;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.newblue:hover {
  background: #fff;
  color: #192967;
  border-color: #fff;
}
.l-btn.whiteblue {
  color: #29bece;
  border: 1px solid #29bece;
  background: transparent;
}
.l-btn.whiteblue:hover {
  background: #29bece;
  color: #fff;
  border-color: #29bece;
}
.l-btn.whiteblue .arrow-right {
  background: url("../images/product/arrow-blue.svg") center -2px;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #fead29;
  background: #fead29;
}
.l-btn.orange:hover {
  border: 1px solid #ffb844;
  background: #ffb844;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] .tab_btn > li {
  float: left;
  text-align: center;
  cursor: pointer;
}
.tab[data-direction="cross"] .tab_btn > li h3 {
  position: relative;
}
.tab[data-direction="cross"] .tab_btn > li h3:after {
  content: "";
  width: 53px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -26px;
  background: transparent;
  transition: all 0.3s;
}
.tab[data-direction="cross"] .tab_btn > li.active h3 {
  color: #29bece;
}
.tab[data-direction="cross"] .tab_btn > li.active h3:after {
  background: #17becf;
}
.tab[data-direction="cross"] .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] .tab_btn > li {
  width: 16.66%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.arrow-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/arrow.svg") center -2px no-repeat;
  margin-left: 5px;
  transition: all 0.3s;
}
.arrow-right.green {
  background: url("../images/arrow-green.svg") center -2px no-repeat;
}
.arrow-right.newblue {
  background: url("../images/arrow-new-blue.svg") center -2px no-repeat;
  background-size: 100% 100%;
}
.l-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 40px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 34px;
  color: #192967;
  line-height: 48px;
}
.l-title p {
  margin-top: 10px;
  font-size: 16px;
  color: #4c598c;
  line-height: 24px;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    font-size: 0;
    padding: 0 0px 30px 0px;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
  }
  .l-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 0) {
  .element-entrance-1 {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .element-entrance-1.ee-out {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .element-entrance-1.ee-enter {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .element-entrance-11 {
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.1s;
  }
  .element-entrance-11.ee-out {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .element-entrance-11.ee-enter {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .element-entrance-2 {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .element-entrance-2.ee-out {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .element-entrance-2.ee-enter {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes toShow {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes toShow {
  /* Firefox */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes toShow {
  /* Safari 和 Chrome */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes toShow {
  /* Opera */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes toTop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes toTop {
  /* Firefox */
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes toTop {
  /* Safari 和 Chrome */
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes toTop {
  /* Opera */
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes toShowTab {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes toShowTab {
  /* Firefox */
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes toShowTab {
  /* Safari 和 Chrome */
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes toShowTab {
  /* Opera */
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes toShowBanner {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes toShowBanner {
  /* Firefox */
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes toShowBanner {
  /* Safari 和 Chrome */
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes toShowBanner {
  /* Opera */
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-moz-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-o-keyframes scroll {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fireToTop {
  0% {
    background-position: center 150px;
  }
  100% {
    background-position: center 0;
  }
}
@-moz-keyframes fireToTop {
  /* Firefox */
  0% {
    background-position: center 150px;
  }
  100% {
    background-position: center 0;
  }
}
@-webkit-keyframes fireToTop {
  /* Safari 和 Chrome */
  0% {
    background-position: center 150px;
  }
  100% {
    background-position: center 0;
  }
}
@-o-keyframes fireToTop {
  /* Opera */
  0% {
    background-position: center 150px;
  }
  100% {
    background-position: center 0;
  }
}
@keyframes fireToTop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -450px 360px;
  }
}
@-moz-keyframes fireToTop2 {
  /* Firefox */
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -450px 360px;
  }
}
@-webkit-keyframes fireToTop2 {
  /* Safari 和 Chrome */
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -450px 360px;
  }
}
@-o-keyframes fireToTop2 {
  /* Opera */
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -450px 360px;
  }
}
@keyframes fireToTop1 {
  0% {
    background-position: center 119px;
  }
  100% {
    background-position: center 0;
  }
}
@-moz-keyframes fireToTop1 {
  /* Firefox */
  0% {
    background-position: center 119px;
  }
  100% {
    background-position: center 0;
  }
}
@-webkit-keyframes fireToTop1 {
  /* Safari 和 Chrome */
  0% {
    background-position: center 119px;
  }
  100% {
    background-position: center 0;
  }
}
@-o-keyframes fireToTop1 {
  /* Opera */
  0% {
    background-position: center 119px;
  }
  100% {
    background-position: center 0;
  }
}
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.water1 {
  -webkit-animation: wateranimate 3s 0s ease-out infinite;
  animation: wateranimate 3s 2s ease-out infinite;
}
.water2 {
  -webkit-animation: wateranimate 3s 1s ease-out infinite;
  animation: wateranimate 2s 1s ease-out infinite;
}
.water3 {
  -webkit-animation: wateranimate 3s 2s ease-out infinite;
  animation: wateranimate 1s 0s ease-out infinite;
}
.water1,
.water2,
.water3 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30%;
  top: 30%;
  border: 1px solid pink;
  box-shadow: 0 0 120px 30px #315eaa inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}
.content {
  padding-top: 72px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 50px;
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 99999999;
  /* height: 72px; */
  transition: all 0.3s;
}
.header.header-fixed {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}
.header.header-fixed .header-nav-ul .nav-item {
  color: #000000;
}
.header.header-fixed .header-message span {
  color: #000000;
}
.header.header-fixed .header-nav-ul .nav-item .fold-icon {
  background: url(../images/menu-fold.svg) center no-repeat;
  background-size: 100% 100%;
}
.header.header-fixed .header-message i {
  background: url(../images/code.svg) center no-repeat;
  background-size: 100% 100%;
}
.header.header-fixed .header-logo {
  background: url(../images/logo.svg) center no-repeat;
  background-size: 100% 100%;
}
.header.header-fixed .header-logo img {
  opacity: 0;
}
.header.header-fixed .header-tel span {
  color: #000;
}
.header.header-fixed .header-lan h3 {
  color: #000;
}
.header.header-fixed .header-tel i {
  background: url(../images/header-tel-hh.svg) center no-repeat;
}
.header.header-fade {
  height: 0px;
  overflow: hidden;
}
.header .header-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.header .header-logo {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  height: 28px;
  margin-right: 30px;
  background: url(../images/logo.svg) center no-repeat;
  background-size: cover;
}
.header .header-logo img {
  opacity: 0;
}
.header .header-title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 730px);
}
.header .header-nav-ul {
  display: flex;
}
.header .header-nav-ul .header-nav-li {
  /* position: relative; */
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 30px 50px 20px 50px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.01s 0.3s;
  cursor: auto;
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box .nav-dropdown-item {
  display: inline-block;
  width: 200px;
  margin-right: 50px;
  vertical-align: text-top;
  position: relative;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item:last-child {
  margin-right: 0;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item.nav-im {
  width: 220px;
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box .nav-dropdown-item h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box .nav-dropdown-item a {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  width: 100%;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  h3
  a {
  margin-bottom: 0;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  a:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -10px;
  right: -10px;
  bottom: -5px;
  background: transparent;
  transition: all 0.3;
  z-index: -1;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  a:hover:after {
  background: #f0fbfc;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  a
  i:not(.arrow-right) {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/resource/more-h.svg) !important;
  background-size: 100% 100% !important;
  margin-left: 5px;
  margin-top: -3px;
  opacity: 0;
  transition: all 0.3s;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  a
  i.arrow-right {
  width: 16px;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  a:hover
  i {
  opacity: 1;
  transform: translateX(5px);
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box .nav-dropdown-item a p {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: 5px;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  .img-box {
  width: 100%;
  font-size: 0;
  margin-top: -5px;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  .img-box
  img {
  width: 100%;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  a:hover {
  color: #00adbb;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  .info-box {
  position: absolute;
  left: 20px;
  top: 70px;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  .info-box
  p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  .info-box
  p
  span {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item
  .info-box
  a {
  width: auto;
  background: #07c5d5;
  margin-top: 20px;
  height: 44px;
  line-height: 43px;
  color: #fff;
  width: 165px;
  margin-left: 10px;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box
  .nav-dropdown-item:nth-child(5n) {
  margin-right: 0;
}

.header .header-nav-ul .nav-item {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  line-height: 68px;
  /* padding: 0 10px; */
  margin: 0 10px;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}

.header .header-nav-ul .nav-item .fold-icon {
  display: inline-block !important;
  margin-left: 3px;
  width: 10px;
  height: 10px;
  background: url("../images/menu-fold.svg") center no-repeat;
  background-size: cover;
  position: static;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(0deg);
}
.header .header-nav-ul .nav-item .fold-icon.right {
  /* display: none !important; */
}
.header .header-nav-ul .nav-item .unfold.fold-icon {
  transform: rotateX(180deg);
  background-size: cover;
}
.header .header-nav-ul .header-nav-li .nav-item {
  position: relative;
}
.header .header-nav-ul .header-nav-li:hover .nav-item {
  color: #00adbb;
  /* border-color: #00adbb; */
}
.header .header-nav-ul .header-nav-li .nav-item::after {
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  bottom: -3px;
  height: 3px;
  background: #00adbb;
  transition: all 0.3s;
}
.header .header-nav-ul .header-nav-li:hover .nav-item::after {
  width: 100%;
  left: 0;
  right: 0;
}

.header .header-nav-ul .nav-dropdown-items h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
}
.header .header-nav-ul .nav-dropdown-items h3 + p {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.header .header-nav-ul .nav-dropdown-items h3 + p + img {
  margin-right: 10px;
  width: calc((100% - 20px) / 2);
  font-size: 0 !important;
  line-height: 0 !important;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.header .header-nav-ul .nav-dropdown-items h3 + p + img + img {
  font-size: 0;
  margin-right: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  width: calc((100% - 10px) / 2);
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.header .header-nav-ul .nav-dropdown-items img {
  width: 100%;
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box .l-container {
  font-size: 0;
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box.aboutus {
  width: 570px;
  left: 50%;
  margin-left: -12%;
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box.resource {
  width: 550px;
  left: 50%;
  margin-left: -20%;
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box.solution {
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box.solution
  .nav-dropdown-item
  a:after {
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
.header .header-nav-ul .header-nav-li:hover .nav-dropdown-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 5px 10px 0px rgba(197, 209, 243, 0.5);
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box .l-container {
  padding: 0 !important;
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box.solution
  .nav-dropdown-item:nth-child(5),
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box.solution
  .nav-dropdown-item:nth-child(10) {
  margin-right: 0;
  margin-bottom: 40px;
}
@media (max-width: 978px) {
  .header
    .header-nav-ul
    .header-nav-li
    .nav-dropdown-box.solution
    .nav-dropdown-item:nth-child(10) {
    margin-right: 0;
    margin-bottom: 0px !important;
  }
}
.header
  .header-nav-ul
  .header-nav-li
  .nav-dropdown-box.solution
  .nav-dropdown-item {
  width: calc((100% - 200px) / 5);
}
.header .header-nav-ul .header-nav-li .nav-dropdown-box.product {
  width: 875px;
  left: 50%;
  margin-left: -45%;
}
.header .header-nav-ul .header-nav-li:hover .nav-item .fold-icon {
  background: url("../images/menu-fold-h.svg") center no-repeat;
  background-size: cover;
}
.header .header-nav-ul .nav-item:hover .fold-icon {
  background: url("../images/menu-fold-h.svg") center no-repeat;
  background-size: cover;
}
.header .header-nav-ul ul {
  width: 110px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-top: 3px solid #00adbb;
  padding: 10px 0;
  display: none;
}
.header .header-nav-ul ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  color: #000;
  transition: all 0.3s;
}
.header .header-nav-ul ul li a:hover {
  color: #00adbb;
}
.header .header-message {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.header .header-message * {
  transition: all 0.3s;
}
.header .header-message i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/code.svg) center no-repeat;
  vertical-align: middle;
}
.header .header-message span {
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 72px;
  vertical-align: middle;
  display: inline-block;
}
.header .header-message img {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: none;
  visibility: hidden;
}
.header .header-message:hover i {
  /* background: url(../images/code-h.svg) center no-repeat; */
}
.header .header-message:hover span {
  /* color: #00adbb; */
}
.header .header-message:hover img {
  opacity: 0;
  display: block;
  visibility: visible;
  z-index: 2;
}
.header .header-tel {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  transform: scale(1.1) translateX(-5px);
}
.header .header-tel * {
  transition: all 0.3s;
}
.header .header-tel i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  /* background: url(../images/header-tel.svg) center no-repeat; */
  background: url(../images/header-tel-h.svg) center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  transition: all 0.3s;
  margin-top: -1px;
}
.header .header-tel:hover i {
  background: url(../images/header-tel-h.svg) center no-repeat;
}
.header .header-tel span {
  font-size: 13px;
  /* color: #ffffff; */
  color: #32adbb;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.3s;
}
.header .header-tel:hover span {
  color: #32adbb;
}
.header .header-btn {
  display: inline-block;
  vertical-align: middle;
}
.header .header-btn .l-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
}
.head-b .header {
  border-bottom: 1px solid #ddd;
}
.header .header-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-lan {
  width: 60px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
.header-lan h3 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 72px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
.header-lan ul {
  position: absolute;
  left: -10px;
  right: -10px;
  width: 80px;
  top: 100%;
  background: #f8f9fa;
  padding: 5px 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header-lan:hover ul {
  opacity: 1;
  visibility: visible;
}
.header-lan:hover .fold-icon {
  transform: rotateX(0deg);
}
.header-lan ul li {
  padding: 5px 5px;
  text-align: center;
  transition: all 0.3s;
}
.header-lan ul li a {
  transition: all 0.3s;
}
.header-lan ul li:hover {
  background: #4caab9;
}
.header-lan ul li:hover a {
  color: #fff;
}
.header-lan h3 .fold-icon {
  display: block !important;
  right: -5px;
}
@media (max-width: 1439px) {
  .header .header-content {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .header .header-content {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .header .header-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 978px) {
  .header {
    height: 50px;
  }
  .header .header-logo {
    width: 100px;
    margin-right: calc(100% - 230px);
    background-size: 100% 100%;
    background: none;
  }
  .header .header-logo img {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .header .header-content {
    padding: 10px 15px;
  }
  .header .header-message {
    display: none;
  }
  .header .header-title {
    overflow: hidden;
    position: fixed;
    background: #fff;
    top: -1px;
    left: 60px;
    bottom: 100%;
    max-height: 100%;
    right: 0;
    width: calc(100% - 60px);
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 99;
  }
  .header .header-title::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  .header .header-title.active {
    bottom: 0;
  }
  .header .menu-mb-icon i {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 12px;
    background: none;
  }
  .header .menu-mb-icon i img {
    width: 100%;
    height: 100%;
  }
  .header .header-nav-ul {
    display: block;
  }
  .header .header-tel {
    display: none;
  }
  .header .header-nav-ul .nav-item {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    line-height: 40px;
    position: relative;
  }
  .header .header-nav-ul .nav-item .fold-icon {
    transform: rotateX(180deg) !important;
  }
  .header .header-nav-ul .nav-item .fold-icon.right {
    display: inline-block !important;
    transform: rotateZ(90deg) !important;
  }
  .header .header-nav-ul .nav-item .fold-icon.unfold {
    transform: rotateX(0deg) !important;
  }
  .header .header-nav-ul .header-nav-li ul li a .fold-icon {
    transform: rotateX(180deg) !important;
    right: 20px;
  }
  .header .header-nav-ul .header-nav-li ul li a .fold-icon.right {
    display: inline-block !important;
    transform: rotateZ(90deg) !important;
  }
  .header .header-nav-ul .header-nav-li ul li a .fold-icon.unfold {
    transform: rotateX(0deg) !important;
  }
  .header .header-nav-ul .nav-item .fold-icon {
    position: absolute;
    right: 20px;
  }
  .header .l-btn {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0px 20px;
  }
  .header .header-nav-ul ul {
    position: static;
    background: #fff;
    transform: translateX(0);
    border: none;
    padding: 0;
    width: 100%;
  }
  .header .header-nav-ul .header-nav-li {
    margin-top: -1px;
  }
  .header .header-nav-ul ul a {
    text-align: left !important;
    color: #333 !important;
    padding: 10px 0 0 20px !important;
    border-bottom: none;
    font-size: 13px !important;
  }
  .header .header-nav-ul .nav-item .fold-icon {
    background: url(../images/ifold.svg) center no-repeat !important;
    background-size: cover !important;
  }
  .header .btn-box {
    padding: 20px 20px 0 20px;
  }
  .header .btn-box a {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    color: #fff !important;
    padding: 5px 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
    height: 38px !important;
    line-height: 27px !important;
  }
  .header .l-btn.whiteblue {
    color: #29bece !important;
  }
  .header .header-nav-ul .header-nav-li .nav-dropdown-box {
    position: relative;
    left: 0 !important;
    margin-left: 0 !important;
    opacity: 1;
    visibility: visible;
    width: 100% !important;
    padding: 0px 20px 0;
    display: none;
    box-shadow: none !important;
  }
  .header .header-nav-ul .header-nav-li .nav-dropdown-box .l-container {
    padding-top: 10px !important;
  }
  .header .header-nav-ul .header-nav-li .nav-dropdown-box .nav-im,
  .header .header-nav-ul .nav-dropdown-items h3 + p + img,
  .header .header-nav-ul .nav-dropdown-items h3 + p + img + img {
    display: none;
  }
  .header .header-nav-ul .nav-dropdown-items h3 {
    text-align: left;
  }
  .header .header-nav-ul .header-nav-li .nav-dropdown-box .nav-dropdown-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .header .header-nav-ul .header-nav-li:hover .nav-item::after {
    display: none;
  }
  .header
    .header-nav-ul
    .header-nav-li
    .nav-dropdown-box
    .nav-dropdown-item
    a
    p {
    display: none;
  }
  .header
    .header-nav-ul
    .header-nav-li
    .nav-dropdown-box
    .nav-dropdown-item
    h3 {
    font-size: 15px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .header .header-nav-ul .header-nav-li .nav-dropdown-box .nav-dropdown-item a {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .header
    .header-nav-ul
    .header-nav-li
    .nav-dropdown-box
    .nav-dropdown-item
    h3
    a {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
  }
  .header
    .header-nav-ul
    .header-nav-li
    .nav-dropdown-box.solution
    .nav-dropdown-item:nth-child(5) {
    margin-bottom: 0;
  }
  .header
    .header-nav-ul
    .header-nav-li
    .nav-dropdown-box.solution
    .nav-dropdown-item
    h3 {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
  }
}
.ad {
  background: url(../images/ad-bg.jpg);
  background-size: cover;
  display: none;
}
.ad .l-container {
  height: 280px;
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}
.ad .ad-info {
  margin-right: 60px;
  width: calc(100% - 400px);
}
.ad .ad-info h3 {
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
}
.ad .ad-info p {
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
}
.ad .ad-info p span {
  position: relative;
  margin-right: 10px;
}
.ad .ad-info p span:after {
  content: "";
  height: 20px;
  width: 2px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 0;
}
.ad .ad-info p span:last-child:after {
  display: none;
}
.ad .btn-box {
  width: 400px;
}
@media (max-width: 978px) {
  .ad {
    background: url(../images/ad-bg-mb.png);
    background-size: cover;
    display: none;
  }
  .ad .l-container {
    height: 280px;
    display: block;
    padding: 0;
    text-align: center;
    padding-top: 35px;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .ad .ad-info {
    margin-right: 0;
    width: 350px;
    display: inline-block;
  }
  .ad .ad-info h3 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
  }
  .ad .ad-info p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 33px;
  }
  .ad .ad-info p span {
    position: relative;
    margin-right: 20px;
  }
  .ad .ad-info p span:after {
    content: "";
    height: 17px;
    width: 2px;
    background: #fff;
    position: absolute;
    right: -10px;
    top: 0;
  }
  .ad .ad-info p span:nth-child(3):after {
    display: none;
  }
  .ad .ad-info p span:last-child:after {
    display: none;
  }
  .ad .btn-box {
    width: 100%;
    text-align: center;
  }
  .ad .btn-box a {
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
  }
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f8f9fa;
}
.footer .l-container:first-child {
  display: flex;
  position: relative;
}
.footer .footer-l {
  width: 250px;
}
.footer .footer-l img {
  margin-bottom: 20px;
}
.footer .footer-l p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .footer-l p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.footer .footer-l p:nth-child(2) i {
  background: url(../images/footer-time-icon.svg);
}
.footer .footer-l p:nth-child(3) i {
  background: url(../images/footer-tel-icon.svg);
}
.footer .footer-l p:nth-child(4) i {
  background: url(../images/footer-tel-icon.svg);
}
.footer .footer-l p:nth-child(5) i {
  background: url(../images/footer-email-icon.svg);
}
.footer .footer-c {
  width: calc(100% - 550px);
}
.footer .footer-c > ul > li {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
  float: left;
  width: 33.33%;
}
.footer .footer-c > ul > li ul {
  margin-top: 20px;
}
.footer .footer-c > ul > li li {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .footer-c > ul > li li a {
  transition: all 0.3s;
}
.footer .footer-c > ul > li li a:hover {
  color: #00adbb;
}
.footer .footer-r {
  width: 300px;
}
.footer .footer-r p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}
.footer .footer-r .code-l {
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-r .code-l img {
  width: 120px;
}
.footer .footer-r .code-r {
  display: inline-block;
}
.footer .footer-r .code-r img {
  width: 120px;
}
.footer .footer-b {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: none;
}
.page-index .footer .footer-b {
  display: block;
}
.footer .footer-b p * {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.footer .footer-b a {
  transition: all 0.3s;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
.footer .footer-b a:after {
  content: "";
  height: 14px;
  width: 1px;
  background: #666;
  position: absolute;
  right: -8px;
  top: 3px;
}
.footer .footer-b a:last-child:after {
  display: none;
}
.footer .footer-b a:hover {
  color: #00adbb;
}
@media (max-width: 978px) {
  .footer {
    background: #f8f9fa;
    padding: 30px 0 20px;
  }
  .footer .footer-l {
    margin: 0 auto;
    text-align: center;
  }
  .footer .footer-l img {
    width: 125px;
    margin-bottom: 10px;
  }
  .footer .footer-l p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .footer .footer-c {
    display: none;
  }
  .footer .footer-r {
    display: none;
  }
}
.footer-copyright-container {
  padding: 15px 0;
  border-top: 1px solid #cacaca;
  background: #f8f9fa;
}
.footer-copyright-container i {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-size: 100% 100%;
}
.footer-copyright-container a {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  display: inline-block;
  transition: all 0.3s;
}
.footer-copyright-container a:hover {
  color: #4caab9;
}
.footer-copyright-container p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  display: inline-block;
}
.footer-copyright-container p:first-child {
  margin-right: 20px;
}
.footer-copyright-container p:last-child {
  float: right;
}
@media (max-width: 978px) {
  .footer-copyright-container {
    padding: 10px 0;
    background: #f8f9fa;
  }
  .footer-copyright-container .l-container {
    text-align: center;
  }
  .footer-copyright-container i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-size: 100% 100%;
  }
  .footer-copyright-container p {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    padding: 0 5px;
    float: none !important;
  }
  .footer-copyright-container p:first-child {
    display: block;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .footer-copyright-container p:nth-child(2) {
    display: inline-block;
    margin-right: 5px;
  }
  .footer-copyright-container p:nth-child(3) {
    display: inline-block;
  }
}
.video-model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.video-model .por-player {
  width: 700px;
  height: 400px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -350px;
}
.video-model .por-player iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-model video {
  width: 700px;
  height: 400px;
}
.video-model .video-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url(../images/video-close.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 9999999999;
}
.video-model.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

@media (max-width: 978px) {
  .video-model .por-player {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .video-model video {
    width: 100%;
    height: auto;
  }
}

.fixed-box {
  /* position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 999; */
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  width: 68px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(117 130 150 / 20%);
  border-radius: 4px;
}
.fixed-box ul li {
  height: 68px;
  transition: all 0.3s;
}
.fixed-box ul li a {
  display: inline-block;
  height: 68px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
}
.fixed-box ul li > a > i {
  width: 68px;
  height: 67px;
  display: inline-block;
  background: #ffffff;
  /* border-radius: 8px; */
  transition: all 0.3s;
  overflow: hidden;
}
.fixed-box ul li .tel-box {
  position: absolute;
  right: 80px;
  /* top: -60px; */
  top: 80px;
  background: #fff;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.fixed-box ul li:nth-child(1) i {
  background: url(../images/fixed-online.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(2) i {
  background: url(../images/fixed-online-new.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(3) > a > i {
  background: url(../images/fixed-tel.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(4) i {
  background: url(../images/fixed-yuyue.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(5) i {
  background: url(../images/fixed-return.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(1):hover i {
  background: url(../images/fixed-online-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(2):hover i {
  background: url(../images/fixed-online-new-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(3):hover > a > i {
  background: url(../images/fixed-tel-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(3):hover .tel-box {
  opacity: 1;
  visibility: visible;
}
.fixed-box ul li:nth-child(4):hover i {
  background: url(../images/fixed-yuyue-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(5):hover i {
  background: url(../images/fixed-return-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:hover {
  background: #3cc5d5;
}
@media (max-width: 978px) {
  .fixed-box {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
    bottom: -35px;
    top: auto;
    padding: 10px 20px;
    width: auto;
  }
  .fixed-box ul li {
    float: left;
    height: auto;
  }
  .fixed-box ul li a {
    display: inline-block;
  }
  .fixed-box ul li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: all 0.3s;
  }
  .fixed-box ul li ul {
    padding: 20px;
    position: absolute;
    right: 60px;
    top: 40px;
    background: #fff;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .fixed-box ul li ul h3 {
    font-size: 14px;
    color: #192967;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .fixed-box ul li ul p {
    font-size: 14px;
    color: #192967;
    line-height: 20px;
  }
  .fixed-box ul li:nth-child(1):hover i {
    background: url(../images/fixed-online-h.svg) !important;
  }
  .fixed-box ul li:nth-child(2):hover i {
    background: url(../images/fixed-tel-h.svg) !important;
  }
  .fixed-box ul li:nth-child(2) a:hover + ul {
    opacity: 1;
    visibility: visible;
  }
  .fixed-box ul li:nth-child(3):hover i {
    background: url(../images/fixed-yuyue-h.svg) !important;
  }
  .fixed-box ul li:nth-child(4):hover i {
    background: url(../images/fixed-return-h.svg) !important;
  }
  .fixed-box .mb {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }
  .fixed-box .mb:last-child {
    margin-right: 0;
  }
  .fixed-box .mb a {
    float: none;
    display: inline-block;
    width: 100%;
    height: 48px;
    margin-bottom: 0;
  }
}
#chatBtn {
  opacity: 0;
  visibility: hidden;
}

.fixedform {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(216, 223, 237, 1);
  border-radius: 4px;
  /* width: 300px; */
  /* height: 390px; */
  width: 190px;
  height: 180px;
  right: 0;
  line-height: 1px;
  /* padding: 20px; */
  padding: 18px 20px;
  box-sizing: border-box;
}

.fixedform h3 {
  font-size: 20px;
  color: #192967;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.fixedform h3 + p {
  font-size: 20px;
  color: #00adbb;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.fixedform p + h3 {
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
}

.fixedform .form {
  text-align: center;
  position: relative;
}
.fixedform .form .label-box input {
  font-size: 14px;
  color: #575b62;
  letter-spacing: 0;
  line-height: 24px;
  width: 260px;
  height: 36px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.fixedform .form .label-box input:hover,
.fixedform.form .label-box input:focus {
  border-color: #29bece;
}

.fixedform .form .code {
  display: inline-block;
  border-radius: 4px;
  margin-left: -5px;
  width: 100px;
  font-size: 14px;
  height: 36px;
  margin-bottom: 0;
  color: #fff;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  background: #00adbb;
}
.fixedform .form .label-box input.code-input {
  width: 150px !important;
  margin-right: 10px;
}
.fixedform .form .label-box {
  display: inline-block;
  margin-bottom: 10px;
}
.fixedform .form .code:hover {
  color: #fff;
  background-color: #45becd;
}
.fixedform .form .code.disabled {
  /* opacity: 0.5; */
  cursor: no-drop;
}

.fixedform .form .tip-info {
  position: absolute;
  bottom: 57px;
  left: 0;
  right: 0;
  z-index: -1;
}
.fixedform .form .tip-info p {
  color: #fa5151;
  font-size: 14px;
  text-align: left;
}
.fixedform .form .error {
  border: 1px solid #fa5151 !important;
}
.fixedform .btn-box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.fixedform .btn-box a {
  width: 260px;
  height: 36px;
  line-height: 36px;
  float: none;
  margin-right: 0;
  display: inline-block;
}

.fixedform > P {
  font-size: 14px;
  color: #4c598c;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.select-box {
  position: relative;
  display: inline-block;
}
.select-box .select-info {
  width: 100%;
  font-size: 18px;
  color: #192967;
  font-weight: 400;
  line-height: 27px;
  cursor: pointer;
}
.select-box .select-info span {
  display: inline-block;
}
.select-box .select-info i {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 8px;
  right: -20px;
  background: url(./../images/ifold-new.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: rotatex(0);
}

.select-box .select-info i.active {
  transform: rotateX(180deg);
}

.select-box .select-list {
  position: absolute;
  left: 0;
  right: -25px;
  top: calc(100% + 20px);
  background: #fff;
  z-index: 1;
  border-radius: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #192967;
  margin-top: -1px;
  max-height: 300px;
  box-shadow: 0 5px 10px 0 rgba(70, 51, 51, 0.15);
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.select-box .select-list::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.select-box .select-list ul {
  padding: 10px 0;
}

.select-box .select-list ul li {
  padding: 10px 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.select-box .select-list ul li:hover {
  background: rgba(78, 206, 214, 0.3);
}
@media (max-width: 1210px) {
  .header .header-nav-ul .nav-item {
    margin: 0 5px;
    font-size: 16px;
  }
}
@media (max-width: 1152px) {
  .header .header-nav-ul .nav-item {
    margin: 0 5px;
    font-size: 14px;
  }
}
@media (max-width: 1210px) {
  .header .header-nav-ul .nav-item {
    /* padding: 0 5px; */
    font-size: 12px;
  }
}
@media (max-width: 1050px) {
  .header .header-nav-ul .nav-item {
    /* padding: 0 5px; */
    font-size: 12px;
    display: none;
  }
}
@media (max-width: 978px) {
  .header .header-nav-ul .nav-item {
    padding: 3px 17px;
    font-size: 15px;
    display: block;
  }
  .header .header-nav-ul .header-nav-li:last-child {
    display: block;
  }
  .header .header-nav-ul .header-nav-li:nth-child(4) {
    display: block;
  }
  .header .header-nav-ul .header-nav-li:nth-child(5) {
    display: block;
  }
}

.label-box {
  position: relative;
}

.select-btn {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 11px;
  background: url(../images/search-icon.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: none !important;
}

.label-box .select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  z-index: 1;
  /* border-radius: 20px; */
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  border: 1px solid #d6d6d6;
  margin-top: -1px;
  display: none;
  overflow: hidden;
  text-align: left;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9999;
}

.chat.demo .select-btn {
  top: 18px;
}
.chat.free .select-btn {
  top: 13px;
}
.chat.book .select-btn {
  top: 13px;
}
.chat.report .select-btn {
  top: 13px;
}
#demoform1 .select-btn {
  top: 18px;
}
.chat.report .label-box .select-list,
.chat.book .label-box .select-list,
.chat.free .label-box .select-list {
  width: 306px;
  left: auto;
  right: 2px;
}

.enterprise-input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
}

@media (max-width: 978px) {
  .chat.report .label-box .select-list,
  .chat.book .label-box .select-list,
  .chat.free .label-box .select-list {
    width: auto;
    left: 70px;
  }
}

.label-box .select-list ul::-webkit-scrollbar {
  width: 5px;
}

.label-box .select-list ul {
  max-height: 180px;
  overflow-y: auto;
  padding: 0;
}
.label-box .select-list ul li {
  padding: 5px 15px;
  transition: all 0.3s;
  cursor: pointer;
  min-height: 0px !important;
  height: auto !important;
}
.label-box .select-list ul li:hover {
  background: rgba(78, 206, 214, 0.3);
}

.hadbox-sec5 {
  background: #07c5d5;
  display: block;
}

.hadbox-sec5 {
  display: none;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.hadbox-sec5.active {
  display: block;
}
@media (max-width: 767px) {
  .hadbox-sec5 {
    display: none;
  }
}
.hadbox-sec5 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hadbox-sec5 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hadbox-sec5 .close {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  line-height: 25px;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  z-index: 3;
}
.hadbox-sec5 .close i {
  display: block;
  width: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.hadbox-sec5 .close i img {
  float: left;
  width: 100%;
}
.hadbox-sec5 .close span {
  opacity: 0.5;
  font-size: 12px;
}
.hadbox-sec5 .container {
  position: relative;
  margin: 0 auto;
  width: 87.5%;
  max-width: 1600px;
}
@media (max-width: 767px) {
  .hadbox-sec5 .container {
    display: none;
  }
}
.hadbox-sec5 .container .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 60px;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item {
    height: 54px;
  }
}
.hadbox-sec5 .container .item .tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  padding-right: 0.26rem;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec5 .container .item .tit {
    font-size: 14px;
    width: 60%;
  }
}
.hadbox-sec5 .container .item .but {
  width: 123px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2cc6d0;
  flex: 0 0 123px;
  font-size: 16px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item .but {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec5 .container .item .but {
    width: 100px;
    flex: 0 0 100px;
  }
}
.hadbox-sec5 .container .item .but i {
  display: block;
  width: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 12px;
}
@media (max-width: 1580px) {
  .hadbox-sec5 .container .item .but i {
    margin-left: 8px;
  }
}
.hadbox-sec5 .container .item .but i img,
.hadbox-sec5 .container .item .but i svg {
  width: 100%;
  float: left;
}
.hadbox-sec5 .container .item .but i img path,
.hadbox-sec5 .container .item .but i svg path {
  opacity: 1;
  fill: #2cc6d0;
}
.hadbox-sec5:hover .item .but i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

@media (max-width: 978px) {
  .hadbox-sec5 {
    display: none !important;
  }
}
