@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;
}
b,
strong {
  font-weight: bolder;
}
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: "Alibaba_55", "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;
}
strong,
.strong {
  color: #36383c;
  font-weight: normal;
}
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;
}
.hidden {
  visibility: hidden;
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.head {
  position: fixed;
  left: 60px;
  top: 20px;
  right: 60px;
  transition: all 0.3s;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 20px 30px;
}
.head.header-fixed,
.head.header-fixed-default {
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}
.head:hover {
  background: #ffffff;
}
.head .header-content {
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
.head .header-logo {
  width: 140px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/index/logo.png);
  background-size: 100% 100%;
}
.head .header-title {
  display: inline-block;
  width: calc(100% - 140px);
  text-align: left;
  height: 40px;
  vertical-align: middle;
}
.head .header-title .header-nav-ul {
  display: inline-block;
  width: calc(100% - 260px);
  text-align: left;
  height: 40px;
  vertical-align: middle;
  padding-left: 40px;
  max-width: 800px;
}
.head .header-title .header-nav-li {
  float: left;
  font-size: 18px;
  color: #202020;
  text-align: left;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  padding-left: 10px;
  padding-right: calc( ( 100% - 420px ) / 4 );
  position: relative;
  cursor: pointer;
}
.head .header-title .header-nav-li:first-child {
  padding-left: 20px;
}
.head .header-title .header-nav-li:last-child {
  margin-right: 0;
}
.head .header-title .header-nav-li > a {
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.head .header-title .header-nav-li > a:hover {
  color: #e52929;
}
.head .header-title .header-nav-li > a:hover i {
  background: url(../images/index/nav-icon-h.svg);
  background-size: 100% 100%;
}
.head .header-title .header-nav-li > a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/index/nav-icon.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: rotateX(0);
  margin-left: 3px;
}
.head .header-title .header-nav-li .nav-dropdown-box {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 30px 50px 50px 50px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.3s;
  display: none;
  cursor: auto;
  box-shadow: 0px 10px 20px 0px rgba(237, 242, 250, 0.6);
  width: 120px;
  margin-left: -60px;
  left: 50%;
  z-index: 1;
  padding: 10px 0px;
  margin-top: 2px;
  border-top: 1px solid #d6dbe3;
}
.head .header-title .header-nav-li .nav-dropdown-box li {
  text-align: center;
}
.head .header-title .header-nav-li .nav-dropdown-box li a {
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
}
.head .header-title .header-nav-li .nav-dropdown-box li a:hover {
  color: #e52929;
  background: rgba(249, 249, 249, 0.9);
}
.head .header-title .header-nav-li .nav-dropdown-content {
  position: absolute;
  width: 80vw;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s;
  z-index: -1;
  overflow: hidden;
}
.head .header-title .header-nav-li .nav-dropdown-content a {
  transition: all 0.3s;
}
.head .header-title .header-nav-li .nav-dropdown-content a:hover {
  color: #e52929 !important;
}
.head .header-title .header-nav-li .nav-dropdown-content.enter-v {
  left: -80px;
  transform: translateX(0);
}
.head .header-title .header-nav-li .nav-dropdown-content.enter-v li {
  display: inline-block;
}
.head .header-title .header-nav-li .nav-dropdown-content.enter-v a {
  font-size: 18px;
  line-height: 40px;
  color: #606060;
  text-align: left;
  margin-right: 0.6rem;
}
.head .header-title .header-nav-li .nav-dropdown-content.solution-v {
  width: 80vw;
  left: -155px;
  transform: translateX(0);
}
.head .header-title .header-nav-li .nav-dropdown-content.solution-v li {
  display: inline-block;
}
.head .header-title .header-nav-li .nav-dropdown-content.solution-v a {
  font-size: 18px;
  line-height: 40px;
  color: #606060;
  text-align: left;
  margin-right: 0.96rem;
}
.head .header-title .header-nav-li .nav-dropdown-content.case-v {
  width: 510px;
}
.head .header-title .header-nav-li .nav-dropdown-content.case-v li {
  display: inline-block;
}
.head .header-title .header-nav-li .nav-dropdown-content.case-v a {
  font-size: 18px;
  line-height: 40px;
  color: #606060;
  text-align: left;
  margin-right: 80px;
}
.head .header-title .header-nav-li .nav-dropdown-content.standard-v {
  width: 565px;
}
.head .header-title .header-nav-li .nav-dropdown-content.standard-v li {
  display: inline-block;
}
.head .header-title .header-nav-li .nav-dropdown-content.standard-v a {
  font-size: 18px;
  line-height: 40px;
  color: #606060;
  text-align: left;
  margin-right: 80px;
}
.head .header-title .header-nav-li:hover .nav-dropdown-box {
  opacity: 1;
  visibility: visible;
}
.head .header-title .header-nav-li:hover i {
  transform: rotateX(180deg);
}
.head .header-tools {
  height: 40px;
  float: right;
}
.head .header-tools .search-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
.head .header-tools .search-box i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../images/index/search.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.head .header-tools .search-box:hover i {
  background-image: url(../images/index/search-h.svg);
  background-size: 100% 100%;
}
.head .header-tools .login-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
.head .header-tools .login-box i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../images/index/login.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.head .header-tools .login-box:hover i {
  background-image: url(../images/index/login-h.svg);
  background-size: 100% 100%;
}
.head .header-tools .btn-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.head .header-tools .btn-box a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #ed775b, #de3c32);
  transition: all 0.3s;
}
.head .header-tools .btn-box a:hover {
  background: linear-gradient(to right, rgba(237, 119, 91, 0.9), rgba(222, 60, 50, 0.9));
}
.head .header-tools .btn-box i {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  cursor: pointer;
  background-image: url(../images/index/icon-03.svg);
  background-size: 100% 100%;
}
.head .nav-dropdown-box-pc {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.head.enter-v .nav-dropdown-box-pc {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
  padding-top: 20px;
  height: 60px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(198, 200, 210, 0.8);
  display: block;
}
.head.enter-s .nav-dropdown-content.enter-v {
  opacity: 1;
  z-index: 1;
  height: 40px;
}
.head.solution-s .nav-dropdown-content.solution-v {
  opacity: 1;
  z-index: 1;
  height: 40px;
}
.head.case-s .nav-dropdown-content.case-v {
  opacity: 1;
  z-index: 1;
  height: 40px;
}
.head.standard-s .nav-dropdown-content.standard-v {
  opacity: 1;
  z-index: 1;
  height: 40px;
}
@media (max-width: 978px) {
  .head {
    position: relative;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 20px;
    border-radius: 0;
    background: #ffffff !important;
    box-shadow: 0px 10px 20px 0px rgba(95, 128, 175, 0.17) !important;
  }
  .head .l-container {
    padding: 0;
  }
  .head .header-logo {
    width: 80px;
    height: 25px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: 0;
  }
  .head .header-title {
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.3s;
  }
  .head .header-title .header-nav-ul {
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    background: #fff;
    padding-left: 0;
  }
  .head .header-title .header-nav-ul::after {
    content: "";
  }
  .head .header-title .header-nav-li {
    float: none;
    width: 100%;
    padding: 0;
    height: auto;
    border-bottom: none !important;
    opacity: 0;
  }
  .head .header-title .header-nav-li:first-child {
    padding-left: 0;
  }
  .head .header-title .header-nav-li .nav-item {
    width: 100%;
    line-height: 40px;
    background: #fff;
    padding-left: 20px;
    text-align: center;
    position: relative;
    padding: 10px 0;
  }
  .head .header-title .header-nav-li .nav-item > span {
    display: inline-block;
    width: auto;
    color: #000;
    transform: translateX(0px);
    border-bottom: none;
  }
  .head .header-title .header-nav-li .nav-item .arrow-bottom {
    display: none;
  }
  .head .header-title .header-nav-li .nav-item:after {
    display: none !important;
  }
  .head .header-title .header-nav-li > a i {
    position: absolute;
    top: 24px;
    display: inline-block !important;
  }
  .head .header-title .header-nav-li .nav-dropdown-box {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    width: 100%;
    background: rgba(249, 249, 249, 0.9);
    border: none;
    margin: 0;
    display: none;
    transition: all 0.3s;
  }
  .head .header-title .header-nav-li .nav-dropdown-box ul {
    padding: 10px 0;
  }
  .head .header-title .header-nav-li .nav-dropdown-box ul li {
    text-align: center;
  }
  .head .header-title .header-nav-li .nav-dropdown-box ul li a {
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: all 0.3s;
  }
  .head .header-title .header-nav-li .nav-dropdown-box ul li a:hover {
    color: #e52929;
    background: rgba(249, 249, 249, 0.9);
  }
  .head .header-title .header-nav-li:hover > a i {
    transform: rotateX(0);
    background: url(../images/index/nav-icon.svg);
    background-size: 100% 100%;
  }
  .head .header-title .header-nav-li.active > a i {
    transform: rotateX(180deg);
  }
  .head .header-title .login-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 29px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .head .header-title .login-box i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100% !important;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/index/btn-login-icon.svg) center no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
  }
  .head .header-title.open {
    height: 100vh;
  }
  .head .header-title.open .header-nav-ul {
    height: calc( 100% - 45px );
  }
  .head .header-title.open li {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity 0.35s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.35s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.35s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .head .header-title.open li:first-child {
    transition-delay: 0.1s;
  }
  .head .header-title.open li:nth-child(2) {
    transition-delay: 0.15s;
  }
  .head .header-title.open li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .head .header-title.open li:nth-child(4) {
    transition-delay: 0.25s;
  }
  .head .header-title.open li:nth-child(5) {
    transition-delay: 0.3s;
  }
  .head .header-title.open li:nth-child(6) {
    transition-delay: 0.35s;
  }
  .head .header-title.open li:nth-child(7) {
    transition-delay: 0.4s;
  }
  .head .header-title.open li:nth-child(8) {
    transition-delay: 0.45s;
  }
  .head .header-title.open li:nth-child(9) {
    transition-delay: 0.5s;
  }
  .head .header-title.open li:nth-child(10) {
    transition-delay: 0.55s;
  }
  .head .header-title.open li:nth-child(11) {
    transition-delay: 0.6s;
  }
  .head .header-title.open li:nth-child(12) {
    transition-delay: 0.65s;
  }
  .head .header-title.open li:nth-child(13) {
    transition-delay: 0.7s;
  }
  .head .header-title.open li:nth-child(14) {
    transition-delay: 0.75s;
  }
  .head .header-title.open li:nth-child(15) {
    transition-delay: 0.8s;
  }
  .head .header-btn {
    display: none;
  }
  .head .header-tools {
    display: none;
  }
  .head .menu-icon li {
    background-color: #000;
    width: 20px;
    height: 2px;
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
  .head .menu-icon li:nth-child(2) {
    margin: 4px 0;
  }
  .head .menu-icon.open li:nth-child(2) {
    opacity: 0;
  }
  .head .menu-icon.open li:first-child {
    -webkit-animation: lineTop 0.3s ease-in-out forwards;
    animation: lineTop 0.3s ease-in-out forwards;
  }
  .head .menu-icon.open li:nth-child(3) {
    -webkit-animation: lineBottom 0.3s ease-in-out forwards;
    animation: lineBottom 0.3s ease-in-out forwards;
  }
  .head .menu-icon.close li:nth-child(2) {
    opacity: 1;
  }
  .head .menu-icon.close li:first-child {
    -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
    transform: translate3d(0, 6px, 0) rotate(135deg);
    -webkit-animation: lineTopReverse 0.3s ease-in-out forwards;
    animation: lineTopReverse 0.3s ease-in-out forwards;
  }
  .head .menu-icon.close li:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
    transform: translate3d(0, -6px, 0) rotate(45deg);
    -webkit-animation: lineBottomReverse 0.3s ease-in-out forwards;
    animation: lineBottomReverse 0.3s ease-in-out forwards;
  }
  .head .menu-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }
  .head .search-icon i {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 48px;
    top: 13px;
    background: url(../images/index/search.svg) center no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
  }
}
@keyframes lineBottomReverse {
  0% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
    transform: translate3d(0, -6px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(0);
    transform: translate3d(0, -6px, 0) rotate(0);
  }
  to {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@keyframes lineTopReverse {
  0% {
    -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
    transform: translate3d(0, 6px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, 6px, 0) rotate(0);
    transform: translate3d(0, 6px, 0) rotate(0);
  }
  to {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}
@keyframes lineBottom {
  0% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(0);
    transform: translate3d(0, -6px, 0) rotate(0);
  }
  to {
    -webkit-transform: translate3d(0, -6px, 0) rotate(45deg);
    transform: translate3d(0, -6px, 0) rotate(45deg);
  }
}
@keyframes lineTop {
  0% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
  50% {
    -webkit-transform: translate3d(0, 6px, 0) rotate(0);
    transform: translate3d(0, 6px, 0) rotate(0);
  }
  to {
    -webkit-transform: translate3d(0, 6px, 0) rotate(135deg);
    transform: translate3d(0, 6px, 0) rotate(135deg);
  }
}
.footer {
  background: #000;
}
.footer .footer-content .t-content {
  padding: 15px 40px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.2);
}
.footer .footer-content .t-content a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  padding: 0 30px;
  border-right: 1px solid rgba(185, 185, 185, 0.2);
}
.footer .footer-content .t-content a:last-child {
  border: none;
}
.footer .footer-content .b-content {
  padding: 20px 0;
  text-align: center;
}
.footer .footer-content .b-content a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
  padding: 0 30px;
  text-decoration: underline;
  border-right: 2px solid #b1b1b1;
}
.footer .footer-content .b-content p {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
}
.footer .footer-content .b-content p span {
  padding: 0 40px;
  border-right: 1px solid #b1b1b1;
  letter-spacing: 1px;
}
.footer .footer-content .b-content p span i {
  font-style: normal;
  margin-right: 1px;
}
.footer .footer-content .b-content p span:last-child {
  border: none;
}
.footer .footer-copyright-container {
  padding: 0 10%;
  padding-bottom: 20px;
}
.footer .footer-copyright-container p {
  display: inline-block;
  font-size: 14px;
  color: #868686;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
}
.footer .footer-copyright-container p a {
  display: inline-block;
  padding: 0 10px;
  transition: all 0.3s;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
}
.footer .footer-copyright-container p a:hover {
  color: #e52929;
}
.footer .footer-copyright-container p a:last-child:after {
  display: none;
}
.footer .footer-copyright-container p + p {
  float: right;
}
@media (max-width: 1250px) {
  .footer {
    background: #000;
  }
  .footer .footer-content .b-content {
    padding: 20px 0;
    text-align: center;
  }
  .footer .footer-content .b-content a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: underline;
    border-right: 2px solid #b1b1b1;
  }
  .footer .footer-content .b-content p {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 20px;
  }
  .footer .footer-content .b-content p span {
    padding: 0 10px;
    border-right: 1px solid #b1b1b1;
  }
  .footer .footer-content .b-content p span:last-child {
    border: none;
  }
  .footer .footer-copyright-container {
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer .footer-copyright-container p {
    display: inline-block;
    font-size: 14px;
    color: #868686;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
  }
  .footer .footer-copyright-container p a {
    display: inline-block;
    padding: 0 10px;
    transition: all 0.3s;
    position: relative;
    vertical-align: middle;
    margin-top: -3px;
  }
  .footer .footer-copyright-container p a:hover {
    color: #e52929;
  }
  .footer .footer-copyright-container p a:last-child:after {
    display: none;
  }
  .footer .footer-copyright-container p + p {
    float: none;
  }
}
@media (max-width: 978px) {
  .footer {
    background: #000;
  }
  .footer .footer-content .t-content {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(185, 185, 185, 0.2);
  }
  .footer .footer-content .t-content a {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    line-height: 12px;
    padding: 0 10px;
    border-right: 1px solid rgba(185, 185, 185, 0.2);
  }
  .footer .footer-content .t-content a:last-child {
    border: none;
  }
  .footer .footer-content .b-content {
    padding: 20px 10px;
    text-align: left;
  }
  .footer .footer-content .b-content a {
    display: none;
  }
  .footer .footer-content .b-content p {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    line-height: 16px;
  }
  .footer .footer-content .b-content p a {
    display: inline-block !important;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    line-height: 12px;
    padding: 0 10px;
    text-decoration: underline;
    border-right: 1px solid #b1b1b1;
  }
  .footer .footer-content .b-content p span {
    padding: 0 10px;
    border-right: none;
    display: block;
    margin-bottom: 10px;
  }
  .footer .footer-content .b-content p span:last-child {
    border: none;
  }
  .footer .footer-content .b-content p span:nth-child(2) {
    display: inline-block;
  }
  .footer .footer-copyright-container {
    padding: 0 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer .footer-copyright-container p {
    display: inline-block;
    font-size: 12px;
    color: #868686;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
  }
  .footer .footer-copyright-container p a {
    display: inline-block;
    padding: 0 10px;
    transition: all 0.3s;
    position: relative;
    vertical-align: middle;
    margin-top: -3px;
  }
  .footer .footer-copyright-container p a:hover {
    color: #e52929;
  }
  .footer .footer-copyright-container p a:last-child:after {
    display: none;
  }
  .footer .footer-copyright-container p + p {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
  }
}
@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);
  }
}
/* 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: #e52929;
  color: #fff;
  cursor: default;
}
.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: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;
}
#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: #a83324;
}
@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: #e52929;
    color: #e52929;
  }
}
.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: none;
  }
  #nav-main.all-nav .nav-title .hot,
  #nav-main .topbar-nav .nav-inner .hot {
    top: 6px;
    left: 92px;
  }
}
/* endregion 分页器 */
@font-face {
  font-family: "Alibaba_35";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_35_Thin_35_Thin.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_45";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_45_Light_45_Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_55";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_65";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_75";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_75_SemiBold_75_SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_85";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_95";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_95_ExtraBold_95_ExtraBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_105";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_105_Heavy_105_Heavy.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Alibaba_115";
  src: url(../images/font/Alibaba_PuHuiTi_2.0_115_Black_115_Black.ttf);
  font-display: swap;
}
.syht {
  font-family: Source Han Sans CN !important;
}
