@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/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/arrow-left.svg) center no-repeat;
  transition: all 0.3s;
}
.pagination > li:first-child > a:hover:before {
  background: url(../fonts/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(../fonts/arrow-right.svg) center no-repeat;
  transition: all 0.3s;
}
.pagination > li:last-child > a:hover:before {
  background: url(../fonts/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("../fonts/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("../fonts/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("../fonts/arrow.svg") center -2px no-repeat;
  margin-left: 5px;
  transition: all 0.3s;
}
.arrow-right.green {
  background: url("../fonts/arrow-green.svg") center -2px no-repeat;
}
.arrow-right.newblue {
  background: url("../fonts/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; */
  }
}

@media (max-width: 1439px) {
  
}
@media (max-width: 1279px) {
 
}
@media (max-width: 767px) {
 
}
@media (max-width: 978px) {
 
}
.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;
  }
}

@media (max-width: 978px) {
 
}

@media (max-width: 978px) {
 
}
.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(../fonts/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(../fonts/fixed-online.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(2) i {
  background: url(../fonts/fixed-online-new.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(3) > a > i {
  background: url(../fonts/fixed-tel.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(4) i {
  background: url(../fonts/fixed-yuyue.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(5) i {
  background: url(../fonts/fixed-return.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(1):hover i {
  background: url(../fonts/fixed-online-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(2):hover i {
  background: url(../fonts/fixed-online-new-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(3):hover > a > i {
  background: url(../fonts/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(../fonts/fixed-yuyue-h.svg) !important;
  background-size: 100% 100% !important;
}
.fixed-box ul li:nth-child(5):hover i {
  background: url(../fonts/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(../fonts/fixed-online-h.svg) !important;
  }
  .fixed-box ul li:nth-child(2):hover i {
    background: url(../fonts/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(../fonts/fixed-yuyue-h.svg) !important;
  }
  .fixed-box ul li:nth-child(4):hover i {
    background: url(../fonts/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(../fonts/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) {

}
@media (max-width: 1152px) {
 
}
@media (max-width: 1210px) {
  
}
@media (max-width: 1050px) {
 
}
@media (max-width: 978px) {
 
}

.label-box {
  position: relative;
}

.select-btn {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 11px;
  background: url(../fonts/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;
  }
}
