@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("https://www.bqpoint.com/ebpu/chainmis7/SourceHanSansCN-Bold.woff") format("woff"), url("./fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "FZLTCHJW-Light";
  src: url("./fonts/FZLTCHJW-Light.woff") format("woff"), url("./fonts/FZLTCHJW-Light.eot") format("embedded-opentype"), url("./fonts/FZLTCHJW-Light.ttf") format("truetype");
}

@font-face {
  font-family: "FZLTCHJW-Regular";
  src: url("https://www.bqpoint.com/ebpu/chainmis5/FZLTCHJW-Regular.woff") format("woff"), url("./fonts/FZLTCHJW-Regular.eot") format("embedded-opentype"), url("./fonts/FZLTCHJW-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "FZLTCHJW-Bold";
  src: url("./fonts/FZLTCHJW-Bold.woff") format("woff"), url("./fonts/FZLTCHJW-Bold.eot") format("embedded-opentype"), url("./fonts/FZLTCHJW-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Arial-BoldMT.eot';
  src: url("./fonts/Arial-BoldMT.eot.woff") format("woff"), url("./fonts/Arial-BoldMT.eot.eot") format("embedded-opentype"), url("./fonts/Arial-BoldMT.eot.ttf") format("truetype");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
font,
text,
span {
  font-family: 微软雅黑 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-size: 14px;
  font-family: "FZLTCHJW-Regular";
  min-width: 1280px;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  font-family: "SourceHanSansCN-Regular";
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

body {
  background-color: #fff;
}

.header {
  height: 143px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-top {
  background: url("../images/img_hader_top.png") center no-repeat;
  -o-background-size: auto 100%;
     background-size: auto 100%;
  height: 80px;
  box-shadow: 0px 0px 10px 0px rgba(1, 5, 19, 0.2);
}

.header-top .logo {
  margin-top: 14px;
  margin-right: 24px;
}

.header-top img.logo-text {
  margin-top: 25px;
}

.header-top .logo-text {
  font-family: "FZLTCHJW-Bold";
  font-size: 28px;
  line-height: 71px;
  color: #ffffff;
}

.header-top .system-jump {
  margin-top: 15px;
  height: 48px;
  line-height: 46px;
  background-color: rgba(124, 176, 255, 0.5);
  border-radius: 24px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 24px;
  padding-right: 37px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.header-top .system-jump::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  background: url("../images/icon_menu_down.png");
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
     -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
       -o-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.menu {
  height: 62px;
  line-height: 62px;
}

.menu .menu-item {
  position: relative;
  margin-right: 39px;
}

.menu .menu-item > a {
  font-size: 16px;
  color: #fff;
}

.menu .menu-item .menu-child {
  position: absolute;
  left: -13px;
  right: -13px;
  top: 100%;
  padding-top: 4px;
  display: none;
}

.menu .menu-item .menu-child > ul {
  border-radius: 4px;
  background-color: #fff;
  padding: 10px 0;
  overflow: hidden;
}

.menu .menu-item .menu-child > ul .menu-child-item {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.menu .menu-item .menu-child > ul .menu-child-item a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #5c5f6b;
  font-size: 16px;
  padding: 0 5px;
  display: block;
}

.menu .menu-item .menu-child > ul .menu-child-item:hover,
.menu .menu-item .menu-child > ul .menu-child-item.active {
  background-color: #d5e3ff;
}

.menu .menu-item .menu-child > ul .menu-child-item:hover > a,
.menu .menu-item .menu-child > ul .menu-child-item.active > a {
  color: #2d72ff;
}

.menu .menu-item:last-child {
  margin-right: 0;
}

/* .menu .menu-item:hover::after,
.menu .menu-item.active::after {
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
} */

.menu .menu-item.menu-level > a {
  padding-right: 22px;
  background: url("../images/icon_menu_down.png") right center no-repeat;
}

.menu .menu-item.menu-level.active > a,
.menu .menu-item.menu-level:hover > a {
  background-image: url("../images/icon_menu_up.png");
}

.menu .menu-item.menu-level.active .menu-child,
.menu .menu-item.menu-level:hover .menu-child {
  display: block;
}
/* footer */

.footer {
  padding: 40px 0;
  line-height: 24px;
  background-color: #0f1e2c;
  color: #fff;
}

.copyright {
  text-align: center;
}
/* .footer {
  height: 155px;
  background: url("../images/img_footer_bg.png") center top no-repeat;
  text-align: center;
  padding-top: 60px;
}

.footer span,
.footer a {
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
}

.footer a {
  margin-right: 30px;
}

.footer a:last-child {
  margin-right: 0;
} */

.sub-body {
  font-family: "SourceHanSansCN-Regular";
}

.sub-banner {
  overflow: hidden;
  height: 430px;
  padding-top: 135px;
  background: url("../images/plateform_intro/banner.jpg") center top no-repeat;
}

.sub-banner .container {
   position: relative;
  height: 100%;
}

.sub-l {
  width: 50%;
}

.sub-l .sub-intro {
  font-family: "SourceHanSansCN-Medium";
  font-size: 56px;
  padding-top: 72px;
  color: #fff;
  background: -webkit-linear-gradient(bottom, #9ac9ff, #fff 45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-l .sub-title {
  font-size: 27px;
  line-height: 36px;
  color: #fff;
  padding-top: 10px;
  text-shadow: 0 2px 10px rgba(6, 38, 103, 0.71);
}

.sub-img {
  position: absolute;
  bottom: 0;
  right: -33px;
}

.block-tt {
  font-family: "SourceHanSansCN-Medium";
  font-size: 32px;
  text-align: center;
}

.data-box {
  /* 左右模块布局 */
  position: relative;
}

.data-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 3px;
  background-color: #fff;
  text-align: center;
}

.slide-tt {
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url("../images/platform_data/title_bg.jpg") no-repeat;
}

.slide-item .link {
  display: block;
  padding: 0 10px;
  color: #6d7e94;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slide-item:hover .link, .slide-item.active .link {
  color: #2d72ff;
  background: url("../images/link_icon.png") 10px center no-repeat #eef6fe;
}

.data-content {
  margin-left: 260px;
  min-height: 550px;
  background-color: #fff;
}


/*遮罩层样式*/
.mini-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index:99999;
}
.mini-mask-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,.3);
}
.mini-mask-msg {
  position: absolute;
  cursor: wait;
  left: 50%;
  top: 50%;
  width: auto;
  color: #222;
  font-family: tahoma,arial,verdana,sans-serif;
  font-size: 12px;
}
.mini-mask-loading {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  text-indent: -9999em;
  background: url(../images/loading/ajaxloading.gif) no-repeat 50% 50%;
}




