@charset "utf-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  font: 14px/1.5 PingFangSC, helvetica neue, hiragino sans gb, arial,
    microsoft yahei ui, microsoft yahei, simsun, sans-serif;
}

body * {
  -webkit-text-size-adjust: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
body,
button,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
  list-style-position: inside;
}

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;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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: 1px dotted ButtonText;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  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 {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

.clear {
  clear: both;
}

.clear:before {
  content: '';
  display: table;
  overflow: hidden;
}

.clear:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.none {
  display: none;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.wrapper:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.xs-header {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 10000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
}

.xs-header:hover,
.xs-header.active {
  border: none;
}

.xs-header.fixed {
  background: #171717;  
  border: none;
  position: fixed;
  -webkit-animation: fallDown 0.25s ease-in;
  animation: fallDown 0.25s ease-in;
}

@-webkit-keyframes fallDown {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fallDown {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.xs-header a:hover {
  text-decoration: none !important;
}

.xs-logo {
  float: left;
  width: 148px;
  height: 36px;
  text-indent: -9999px;
  margin: 22px 0;
}

.xs-header-nav {
  float: left;
  margin-left: 30px;
}

.xs-header-nav .xs-item {
  float: left;
  font-size: 16px;
  padding: 0 25px;
  line-height: 60px;
  color: #fff;
  position: relative;
}
#theme-logo{
  display: none;
}
.xs-header-nav .xs-item.more:after {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  top: 25px;
  right: 14px;
  width: 8px;
  height: 8px;
  transform: rotate(-43deg);
}

.xs-header-nav .xs-item.active-more:after {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  right: 14px;
  width: 8px;
  height: 8px;
  top: 27px;
  transform: rotate(-224deg);
}

.xs-header-nav .item-active {
  background: rgba(255, 255, 255, 0.1);
}

/* .xs-header-nav .xs-item:hover {
  color: #fff !important;
} */

.xs-header-mark {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: #5481fe;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.xs-header-phone {
  float: right;
  line-height: 64px;
  color: #fff;
}

.xs-header-navcont .xs-item {
  height: 0;
  display: none;
  -webkit-box-shadow: 0 15px 25px 0 #0000001f;
  box-shadow: 0 15px 25px 0 #0000001f;
  /* background: #242424; */
  background: #fff;
  position: absolute;
  z-index: 20;
  width: 100%;
  -webkit-transition: height 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: height 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0, 0, 0.2, 1);
  /* overflow: hidden; */
}

.xs-header-navcont .xs-item .xs-item-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* overflow: hidden; */
}

.xs-header-navcont .xs-item .xs-item-wrap.animate-c {
  opacity: 1;
}

.xs-header-navcont .xs-item .item-col {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: space-between;
  /* -webkit-flex-direction: column; */
  /* -ms-flex-direction: column;
    flex-direction: column; */
  position: relative;
  border: 1px solid #D2D2D2;
  border-radius: 32px;
  margin-top: 30px;
  padding: 40px;
}

.xs-header-navcont .xs-item .item-col .col-list {
  /* border: 1px solid red; */
  width: 310px;
}

.xs-header-navcont .xs-item .item-col .col-list:nth-child(1) {
  height: 200px;
  padding-right: 100px;
}

.xs-header-navcont .xs-item .item-col .col-list:nth-child(2) {
  margin-left: 150px;
  /* border: 1px solid red; */
  width: 150px;
}

.xs-header-navcont .xs-item .item-col .col-list .bd {
  font-weight: bold;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #000000;
}

.xs-header-navcont .xs-item .item-col .col-list .cont a {
  color: #000;
  display: block;
  line-height: 36px;
}

.xs-header-navcont .xs-item .item-col .col-list .cont a:hover {
  color: #3387FF
}

.xs-header-navcont .xs-item .item-tit {
  display: block;
  font-size: 15px;
  color: #111;
  margin-top: 20px;
  padding-bottom: 4px;
  cursor: default;
  font-weight: 400;
  width: 240px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  background: url(../img/toright.png) center right 20px / 10px 10px no-repeat;
  position: relative;
}

/* .xs-header-navcont .xs-item .item-row ::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #333;
  top: 0;
  right: 0;
} */
.xs-header-navcont .xs-item .item-row {
  /* float: left; */
  /* width: 131px;
  max-width: 360px; */
  /* margin-right: 40px; */
  width: 240px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.xs-header-navcont .xs-item .item-row .item-list {
  /* display: flex;
  flex-wrap: wrap; */
  /* margin-left: 80px; */
  position: absolute;
  width: 960px;
  left: 240px;
  /* min-height: 500px; */
  /* max-height: 600px; */
  /* height: auto; */
  top: 0;
  /* background: orange; */
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.xs-header-navcont .xs-item .item-row .item-tit.active {
  color: #5481FE;
  background: #F2F2F2 url(../img/toright-a.png) center right 20px / 10px 10px no-repeat;
}

/* .xs-header-navcont .xs-item .item-row:hover .item-list{
  display: block;
} */
.xs-header-navcont .xs-item .item-row .item-list .link {
  float: left;
  text-align: center;
  display: block;
  color: #111;
  font-size: 15px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-left: 40px;
  margin-top: 20px;
  white-space: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.3, 1);
}

.xs-header-navcont .xs-item .item-row .item-list .link:hover {
  color: #5481FE;
  background: #F2F2F2;

}

.xs-header-navcont .xs-item .item-row .item-list .link em {
  /* background: #f21c08;
  color: #fff;
  font-style: normal;
  margin-left: 6px;
  padding: 0 3px;
  font-size: 12px; */
  /* background: red; */
  /* padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  margin-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 6px 0 6px 0;
  -webkit-border-radius: 6px 0 6px 0;
  -moz-border-radius: 6px 0 6px 0;
  -ms-border-radius: 6px 0 6px 0;
  -o-border-radius: 6px 0 6px 0; */
  display: inline-block;
  /* vertical-align: middle; */
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
  background: url(../img/fire_hot_24.png) no-repeat;
  background-size: 100% 100%;
}

.xs-header-navcont .xs-item.litt-item,
.xs-header-navcont .xs-item.litt-item .xs-item-wrap {
  width: 130px;
}

.xs-header-navcont .xs-item.litt-item .xs-item-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link {
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link:last-child {
  border-bottom: 0;
}

.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link a {
  color: #333;
  font-size: 14px;
}

.xs-header-navcont .xs-item.litt-item .xs-item-wrap .litt-link a:hover {
  color: #5481fe;
  background: #F2F2F2;
}

.footer {
  background: #232526;
  min-width: 1200px;
}

.footer .wrapper:after {
  display: none;
}

.footer a {
  font-size: 12px;
  color: #a7a8a8;
  white-space: nowrap;
}

.footer a:hover {
  color: #fff;
}

.footer-intros {
  padding: 44px 0 31px;
}

.footer-intros-list {
  float: left;
  width: 628px;
  border: 1px solid #393b3c;
  border-width: 0 1px 0 1px;
}

.footer-intros-know {
  width: 324px;
  float: left;
}

.footer-intros-call {
  width: 248px;
  float: right;
  padding-left: 79px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.footer-logo {
  display: block;
  font-size: 0;
  height: 68px;
}

.footer-logo img {
  height: 100%;
}

.footer-qr-list {
  color: #a7a8a8;
  font-size: 0;
  text-align: center;
  margin-top: 16px;
}

.footer-qr-list .xs-item {
  float: left;
  margin-right: 20px;
  position: relative;
}

.footer-qr-list p {
  font-size: 12px;
  margin-bottom: 7px;
}

.footer-qr-list .xs-item>img {
  width: 70px;
  height: 70px;
  display: block;
  padding: 3px;
  background: #fff;
}

.footer-qr-list .xs-item .img {
  display: none;
  position: absolute;
  bottom: 106px;
  right: 0;
  left: -62%;
  z-index: 1;
  margin: auto;
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 2px;
}

.footer-qr-list .xs-item:hover .img {
  display: block;
}

.footer-qr-list .xs-item .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 2px;
  width: 90%;
}

.footer-qr-list .xs-item .img:after {
  content: ' ';
  position: absolute;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-top: 6px solid #fff;
  border-right: 7px solid transparent;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}

.footer-intros-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.footer-intros-list .xs-item {
  width: 150px;
  text-align: left;
}

.footer-intros-list .xs-item h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-intros-list .xs-item li {
  line-height: 24px;
}

.footer-intros-call {
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.footer-intros-call .hd {
  font-size: 16px;
}

.footer-intros-call .bd {
  font-size: 24px;
  margin-top: 6px;
}

.footer-intros-call .bd-list {
  overflow: hidden;
  margin-top: 23px;
}

.footer-intros-call .bd-list a {
  display: block;
  float: left;
  margin: 0 20px 12px 0;
}

.footer-links {
  padding: 21px 0;
  color: #fff;
  overflow: hidden;
  border: 1px solid #393b3c;
  border-width: 1px 0 1px 0;
  line-height: 22px;
}

.footer-links span {
  float: left;
  width: 73px;
}

.footer-links a {
  float: left;
  margin-left: 40px;
  line-height: 22px;
}

.footer-copyright {
  padding: 33px 0 46px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.pagination {
  text-align: center;
  font-size: 0;
}

.pagination a {
  font-size: 14px;
  color: #333;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 0 10px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 4px;
}

.pagination a.selected,
.pagination a:hover {
  background: #5481fe;
  color: #fff;
}

.pagination a.disabled {
  background: #f2f2f2;
  color: #999;
}

.xs-banner {
  position: relative;
  background: #171717;
  /* height: 315px; */
  min-width: 1200px;
}

.xs-banner-aboutUs {
  background: url(../images/abs_banner.png) no-repeat center;
}

.xs-banner-bg {
  display: block;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  height: 315px;
}

.xs-banner-info {
  width: 1200px;
  margin: 146px auto 0;
  padding-left: 140px;
  color: #fff;
  position: relative;
}

.xs-banner-title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}

.xs-banner-tips {
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.xs-main {
  background: #fff;
  padding-bottom: 60px;
}

.xs-main-nav {
  height: 60px;
  line-height: 60px;
  background: #f1f4f8;
  min-width: 1200px;
}

.xs-main-list {
  font-size: 0;
  width: 1200px;
  margin: auto;
}

.xs-main-list-item {
  width: 170px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #090a0b;
  cursor: pointer;
}

.xs-main-list-item a {
  color: #090a0b;
}

.xs-main-list-item.active,
.xs-main-list-item:hover {
  background: #fff;
}

.xs-main-content {
  width: 1200px;
  margin: auto;
}

.main-content-title {
  margin-top: 70px;
  height: 24px;
  padding: 0 13px;
  line-height: 24px;
  border-left: 3px solid #5481fe;
  margin-bottom: 64px;
}

.main-content-title-cn {
  font-size: 24px;
  color: #333;
  margin-right: 10px;
}

.main-content-title-en {
  font-size: 18px;
  color: #9797a1;
}
/* 显示logo */
#logo{
  display: none;
}