@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;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
    vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
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: #fff;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: transparent;
}
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;
    color: #fff;
}

/* 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;
}
.ewb-row {
    overflow: hidden;
}
.inline-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@font-face {
    font-family: 'digitalbold';
    src: url("../../pages/ztbbi/css/font/DS-DigitalBold.TTF"), url("../../pages/ztbbi/css/font/ds-digitalbold-webfont.eot");
}
@font-face {
    font-family: 'impact';
    src: url("../../pages/ztbbi/css/font/impact.ttf"), url("../../pages/ztbbi/css/font/impact.eot");
}
.mod-title {
    height: 54px;
    line-height: 54px;
    font-size: 26px;
    font-weight: bold;
    color: #bbebff;
    text-align: center;
}

/*旋转*/

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*透明度*/

@keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

/*阴影*/

@keyframes shadow {
    0% {
        transform: scale(0);
        box-shadow: 0 0 0px #4e89ff;
        opacity: 0;
    }
    50% {
        transform: scale(0.8);
        box-shadow: 0 0 30px #4e89ff;
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        box-shadow: 0 0 60px #4e89ff;
        opacity: 0;
    }
}

/*上下浮动*/

@keyframes move {
    0%,
    50%,
    100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(10px);
    }
    75% {
        transform: translateY(-10px);
    }
}

/*弹窗公共样式*/

div.layer-reset {
    background-color: #050c55;
    box-shadow: 0 0 80px #0f83e6 inset;
    border: 2px solid #0f83e6;
    border-radius: 12px;
}
div.layer-reset .layui-layer-ico {
    right: -42px;
    top: -38px;
    width: 53px;
    height: 53px;
    background-position: 0;
    background-image: url(../images/layer-close.png);
    transition: all .5s;
}
div.layer-reset .layui-layer-ico:hover {
    background-position: 0;
    transform: scale(1.2);
}
.layer-con .layer-title {
    height: 55px;
    margin-top: -2px;
    line-height: 55px;
    font-size: 26px;
    font-weight: bold;
    color: #bbebff;
    text-align: center;
    background-repeat: no-repeat;
}

/*重写下拉框样式*/

.chosen-select {
    opacity: 0;
}
div.chosen-container-single .chosen-single {
    height: 26px;
    padding-left: 0;
    line-height: 26px;
    color: #42ffd5;
    border: 1px solid #3350c7;
    background: #070e60;
    box-shadow: 0 0 0;
    border-radius: 0;
}
div.chosen-container-single .chosen-single span {
    margin-right: 28px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #42ffd5;
}
div.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #3350c7;
    border-radius: 0;
    background: #070e60;
    box-shadow: 0 0 0;
}
div.chosen-container-single .chosen-single div {
    width: 24px;
    height: 24px;
    border-left: 1px solid #3350c7;
}
div.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 1px solid #3350c7;
}
.chosen-container-single .chosen-search {
    display: none;
}
div.chosen-container-single .chosen-single div b {
    background: url("../images/arrow-down.png") no-repeat center;
}
div.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/arrow-up.png") no-repeat center;
}
div.chosen-container .chosen-drop {
    background: #070e60;
    box-shadow: 0 0 0;
    border: 1px solid #3350c7;
    border-radius: 0;
    overflow: hidden;
}
div.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}
div.chosen-container .chosen-results li {
    padding: 4px;
    color: #42ffd5;
    font-size: 14px;
    text-indent: 20px;
}
div.chosen-container .chosen-results li.highlighted {
    color: #42ffd5;
    background: #0e4ebf;
}
div.chosen-container .chosen-results {
    max-height: 255px;
}

/*按钮样式*/

.button {
    width: 86px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    border: 0;
    outline: none;
    cursor: pointer;
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background-color: #e29a00;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-out:hover {
    color: #e29a00;
    font-weight: bold;
}
.hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/*列表加分页样式*/

.page-info p {
    float: left;
    text-align: center;
    border-left: 1px solid #1284e7;
}
.page-info .list-hd {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    background-color: #0e4ebf;
    border-bottom: 1px solid #1284e7;
    border-top: 1px solid #1284e7;
    border-right: 1px solid #1284e7;
    overflow: hidden;
}
.page-info .list-bd>li {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #1284e7;
    border-right: 1px solid #1284e7;
    background-color: #040466;
    overflow: hidden;
}
.page-info .list-bd>li:after {
    display: block;
    content: '';
    clear: both;
}
.page-info .list-bd>li.odd-bg {
    background-color: #0c157e;
}
.page-info .list-bd>li:after {
    display: block;
    content: '';
    clear: both;
}
.page-info .vertical-center {
    width: 190px;
    height: 45px;
    line-height: 45px;
    display: table;
    padding: 0 10px;
}
.page-info .vertical-center>span {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
}

/*重写分页样式*/

div .m-pagination {
    padding: 0;
    margin: 20px 0 0;
    background: transparent;
    border: 0;
}
div .m-pagination-page {
    margin-left: 100px;
}
div .m-pagination-page > li {
    margin-left: 8px;
}
div .m-pagination-page > li:first-child > a {
    background-image: url('../images/first.png');
}
div .m-pagination-page > li.prev > a {
    background-image: url('../images/prev.png');
}
div .m-pagination-page > li.next > a {
    background-image: url('../images/next.png');
}
div .m-pagination-page > li.next + li > a {
    background-image: url('../images/last.png');
}
div .m-pagination-page > li > a {
    width: 24px;
    padding: 0;
    background-color: #0f2a88;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #1f3a9f;
    border-radius: 2px;
}
div .m-pagination-page > li > a:hover {
    border: 1px solid #1f3a9f;
    background-color: #0e4ebf !important;
}
div .m-pagination-page > li.prev {
    margin-right: 100px !important;
}
div .m-pagination-jump {
    margin-left: -160px !important;
}
div .m-pagination-total {
    font-size: 15.68px;
    color: #fff;
}
div .m-pagination-info {
    font-size: 14px;
    color: #fff;
}
div .m-pagination-group > input {
    color: #fff;
    font-size: 15.68px;
    background-color: #111363;
    border: 1px solid #2640a9;
}

/*文字描述样式*/

.title-detail {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10000000;
}
.note {
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
    height: 31px;
    background: url(../images/note.png) no-repeat 0;
    cursor: pointer;
}
.note-con {
    position: absolute;
    right: -25px;
    top: 30px;
    width: 342px;
    height: 330px;
    padding-top: 30px;
    background: url(../images/txt-detail.png) no-repeat 0;
    overflow: hidden;
    transform: scale(0);
    transition: all .5s;
    transform-origin: 300px 0;
}
.title-detail:hover .note-con {
    transform: scale(1);
}
.note-con>h6 {
    height: 45px;
    font-size: 20px;
    color: #42c7ff;
    text-align: center;
    line-height: 45px;
}
.mCustomScrollbar {
    height: 230px;
}
.note-con p {
    padding: 0 15px 0 20px;
    font-size: 16px;
    line-height: 26px;
    text-indent: 34px;
}

/*滚动条样式*/

div.mCSB_inside > .mCSB_container {
    margin-right: 4px;
}
div.mCSB_scrollTools {
    right: 4px;
    width: 8px;
}
div.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000a44;
}
div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 8px;
    background-color: #4486eb;
}

/* 标题样式2 */
.mod-title2 {
    margin: 0 auto;
    width: 213px;
    height: 43px;
    font-size: 17.89px;
    line-height: 43px;
    text-align: center;
    background: url(../images/mod-title2.png) 0 0 repeat-x;
    animation: road 10s linear infinite;
}

@keyframes road {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 213px 0;
    }
}

/* 二级页面头部 */
.sub-page .header {
    height: 101px;
    background: url(../images/header.png) no-repeat 0;
}
.sub-page .header>.link:nth-child(1) {
    margin: 28px 0 0 228px;
}
.sub-page .header>.link:nth-child(2) {
    margin: 34px 0 0 15px;
}
.sub-page .header>.link:nth-child(4) {
    transform: skew(-35deg) rotate(-1deg);
    margin-top: 34px;
    margin-left: 7px;
}
.sub-page .header>.link:nth-child(5) {
    transform: skew(-35deg) rotate(-1deg);
	margin-top: 28px;
	margin-left: 15px;
}
.sub-page .header>.link:nth-child(4) span,
.sub-page .header>.link:nth-child(5) span {
    transform: skew(35deg);
}
