@charset "UTF-8";

/* 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;
}

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 {
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif, "PingFang Sc";
}

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 {
    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: #b9b7b7;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #b9b7b7;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #b9b7b7;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #b9b7b7;
}

.placeholder {
    color: #b9b7b7;
}

/* 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 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

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

/* header */

.header {
    position: absolute;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: url("../images/head_bg.png") left top repeat-x;
    box-sizing: border-box;
    z-index: 99;
}

.header-nav-item {
    position: relative;
    margin-right: 63px;
}

.header-nav-item:last-child {
    margin-right: 0;
}

.header-nav-node {
    position: relative;
    display: block;
    height: 70px;
    line-height: 67px;
    font-size: 16px;
    color: #fff;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
}

.header-sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(21, 46, 100, 0.3);
}

.header-sub-nav::before {
    position: absolute;
    left: 50%;
    bottom: 100%;
    content: "";
    width: 0;
    height: 0;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}

.header-sub-item {
    margin-bottom: 5px;
}

.header-sub-item:last-child {
    margin-bottom: 0;
}

.header-sub-item a {
    display: block;
    padding: 0 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-sub-item:hover a {
    background-color: #e3f1fd;
    color: #0f60cd;
}

.header-nav-item:hover .header-nav-node,
.header-nav-item.active .header-nav-node {
    color: #87f2fc;
    font-weight: 600;
    border-bottom-color: #87f2fc;
}

.haschild .header-nav-node {
    padding-right: 20px;
    background: url('../images/head_nav_down.png') right center no-repeat;
}

.haschild:hover .header-nav-node {
    background-image: url('../images/head_nav_up.png');
}

/* footer */

.footer {
    padding: 40px 0;
    line-height: 24px;
    background-color: #0f1e2c;
    color: #fff;
}

.copyright {
    text-align: center;
}

/* 20211225调整头部菜单 */

.header-nav-item {
    position: relative;
    margin-right: 58px;
}

.header.dropdown {
    background: #fff;
    box-shadow: 0 5px 10px rgba(31, 51, 129, 0.1);
}

.header.dropdown .header-nav-node {
    color: #333;
}

.header.dropdown .haschild .header-nav-node {
    background-image: url("../images/head_nav_down_dark.png");
}

.header.dropdown .haschild:hover .header-nav-node,
.header.dropdown .header-nav-item.highlight .header-nav-node {
    background-image: url("../images/head_nav_up_dark.png");
}

.header.dropdown .header-nav-item:hover .header-nav-node, 
.header.dropdown .header-nav-item.highlight .header-nav-node {
    color: #0f60cd;
    font-weight: 600;
    border-bottom-color: #0f60cd;
}

.header.dropdown .header-nav-item.active .header-nav-node {
    color: #87f2fc;
    border-bottom-color: #87f2fc;
}

.header-sub-wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 300px;
    background-color: #f2f6fa;
}

.header-sub-content {
    position: relative;
    display: none;
    height: 100%;
}

.header-sub-content>.container {
    height: 100%;
    box-sizing: border-box;
}

.header-desc {
    display: inline-block;
    width: 196px;
    line-height: 22px;
    color: #5c5f6b;
    text-align: left;
    vertical-align: top;
}

.header-desc-tit {
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-desc-tit-text {
    display: inline-block;
    max-width: 100%;
    color: #333;
    padding-right: 22px;
    background: url("../images/arrow_r.png") right center no-repeat;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-desc-tit-text:hover {
    color: #0f60cd;
}

.header-desc-img {
    height: 87px;
    line-height: 87px;
    margin: 14px 0;
    text-align: center;
}

.header-desc-img>img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header-desc-info {
    max-height: 110px;
    overflow: hidden;
}

.header-sub-wrap table {
    table-layout: fixed;
    width: 100%;
}

.header-sub-wrap td {
    width: 33.33%;
    padding: 20px 0;
    color: #333;
    background-color: transparent;
    border: 0;
    text-align: left;
    white-space: normal;
    vertical-align: top;
} 

.header-sub-wrap tr:hover td,
.header-sub-wrap tr:hover td a,
.header-sub-wrap td a {
    color: #333;
}

.header-sub-wrap td:nth-child(2) {
    text-align: center;
}

.header-sub-wrap td:nth-child(3) {
    margin: 0 0 0 auto;
    text-align: right;
}

/* 联盟服务 */

.header-sub-content[data-target="service"]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(50% + 600px);
    content: "";
    background-color: #f6f9fc;
}

.header-service-left {
    width: 225px;
    height: 100%;
    padding: 18px 0;
    background-color: #f6f9fc;
    box-sizing: border-box;
}

.header-service-right {
    width: 895px;
    height: 100%;
    padding-top: 4px;
    box-sizing: border-box;
}

.header-link {
    position: relative;
    display: inline-block;
    width: 225px;
    line-height: 24px;
    padding: 0 40px 0 20px;
    font-size: 16px;
    font-weight: 600;
    background: url("../images/arrow_r.png") right 5.5px no-repeat;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
}

.header-link::before {
    position: absolute;
    left: 0;
    top: 8.5px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #afb5d5;
}

.header-link:hover {
    color: #0f60cd !important;
}

/* 关于联盟 */

.header-sub-content[data-target="about"]>.container {
    padding-top: 8px;
}

.header-sub-content[data-target="about"] .header-desc {
    padding-right: 45px;
    box-sizing: content-box;
}

.header-sub-content[data-target="about"]  .header-desc-tit {
    margin-right: -45px;
}

.header-sub-content[data-target="about"]  .header-desc-tit-text {
    display: block;
    margin-right: -45px;
}

/* 特殊字体 */

@font-face {
	font-family: "DIN";
	src: url("./fonts/DIN-Bold/DIN-Bold.woff") format("woff"),
		url("./fonts/DIN-Bold/DIN-Bold.ttf") format("truetype"),
		url("./fonts/DIN-Bold/DIN-Bold.eot") format("embedded-opentype");
}

/* 20211227提取首页及平台简介的特色应用 */

.feature-app-box {
    display: block;
    height: 100%;
    color: #fff;
    text-align: center;
}

.feature-app-tit {
    margin-top: 8px;
    line-height: 56px;
    font-size: 22px;
    border-bottom: 1px solid #5979cb;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.feature-app-desc {
    height: 72px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 16px;
    color: #d7ecfe;
    text-align: left;
    overflow: hidden;
}

@keyframes defaultmove {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -18180px;
    }
}

@keyframes hovermove {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -18180px;
    }
}

.feature-app-img {
    width: 268px;
    height: 180px;
    margin: 0 auto;
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico1_default.png") no-repeat 0 0;
    -webkit-animation: hovermove 4s infinite steps(101, end);
    -moz-animation: hovermove 4s infinite steps(101, end);
    -ms-animation: hovermove 4s infinite steps(101, end);
    animation: hovermove 4s infinite steps(101, end);
}

.feature-app-box:hover .feature-app-img {
    background: url("../images/application_ico1_hover.png") no-repeat 0 0;
    -webkit-animation: defaultmove 4s infinite steps(101, end);
    -moz-animation: defaultmove 4s infinite steps(101, end);
    -ms-animation: defaultmove 4s infinite steps(101, end);
    animation: defaultmove 4s infinite steps(101, end);
}

.feature-app-img.icon2 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico2_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon2 {
    background: url("../images/application_ico2_hover.png") no-repeat 0 0;
}

.feature-app-img.icon3 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico3_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon3 {
    background: url("../images/application_ico3_hover.png") no-repeat 0 0;
}

.feature-app-img.icon4 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico4_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon4 {
    background: url("../images/application_ico4_hover.png") no-repeat 0 0;
}

.feature-app-img.icon5 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico5_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon5 {
    background: url("../images/application_ico5_hover.png") no-repeat 0 0;
}

.feature-app-img.icon6 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico6_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon6 {
    background: url("../images/application_ico6_hover.png") no-repeat 0 0;
}

.feature-app-img.icon7 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico7_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon7 {
    background: url("../images/application_ico7_hover.png") no-repeat 0 0;
}

.feature-app-img.icon8 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico8_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon8 {
    background: url("../images/application_ico8_hover.png") no-repeat 0 0;
}

.feature-app-img.icon9 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico9_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon9 {
    background: url("../images/application_ico9_hover.png") no-repeat 0 0;
}

.feature-app-img.icon10 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico10_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon10 {
    background: url("../images/application_ico10_hover.png") no-repeat 0 0;
}

.feature-app-img.icon11 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico11_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon11 {
    background: url("../images/application_ico11_hover.png") no-repeat 0 0;
}

.feature-app-img.icon12 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico12_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon12 {
    background: url("../images/application_ico12_hover.png") no-repeat 0 0;
}

.feature-app-img.icon13 {
    background: url("https://www.bqpoint.com/ebpu/chainmis2/application_ico13_default.png") no-repeat 0 0;
}

.feature-app-box:hover .feature-app-img.icon13 {
    background: url("../images/application_ico13_hover.png") no-repeat 0 0;
}
/* 20210117页面内容不够固定底部 */

html {
    position: relative;
    min-height: 100%;
    padding-bottom: 104px;
    box-sizing: border-box;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 104px;
    box-sizing: border-box;
}
/*遮罩层样式*/
.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(../img/loading/ajaxloading.gif) no-repeat 50% 50%;
    }