.bl-index-main {
    width: 100%;
}

.footer {
    color: #ffffff;
}

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

.footer .divider {
    background-color: #ffffff;
}

.footer .is-underline:after {
    border-bottom-color: #ffffff;
}

.footer .is-underline:hover:after {
    border-bottom-color: #c6e2ff;
}

body {
    background: url("../img/index/index-bg.png");
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/index/index-bg.png',sizingMethod='scale')";
    height: unset;
    background-size: cover;
    background-position: center top;
}

.bl-index-main-content {
    width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.bl-index-header {
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0 9px 0;
    color: #fff;
    box-sizing: border-box;
}

.bl-index-header-logo {
    width: 93px;
    height: 74px;
    opacity: 1;
    float: left;
}

.bl-index-header-left {
    float: left;
    padding-left: 20px;
    font-size: 0;
}

.bl-index-header-sub-title {
    font-family: SimSun;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
}

.bl-index-header-title {
    margin-top: 16px;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 6px;
    text-shadow: 0px 2px 6px rgb(27 54 118);
}

.bl-index-header-right {
    float: right;
}

.bl-index-header-search {
    font-size: 0;
    position: relative;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
}

.bl-index-header-search>.bl-index-header-search-button {
    background: #3664d1;
    box-sizing: border-box;
    padding: 0px 14px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
}

.bl-index-header-search>input {
    border: none;
    border-radius: 0;
}

.bl-index-header-search>span {
    display: inline-block;
    height: 36px;
    vertical-align: middle;
}

.bl-index-header-search-class {
    position: relative;
    width: 105px;
}

.bl-index-header-search-class-select {
    padding: 10px 0;
    border-radius: 2px;
    display: none;
    background: #fff;
    top: 40px;

    z-index: 4;
    position: absolute;
    width: 105px;
    box-shadow: 0px 0px 10px 0px rgba(116, 116, 116, 0.39);
}

.bl-index-header-search-class-select>li {
    font-size: 16px;
    color: #303133;
    text-align: center;
    cursor: pointer;
}

.bl-index-header-search-class-select>li:hover {
    color: #3664d1;
    background: #eff3fc;
}

.bl-index-header-search-current-class {
    box-sizing: border-box;
    background-color: #f8f8ff;
    color: #a7a8ab;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 24px;
    padding-left: 15px;
    letter-spacing: 2px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.bl-index-header-search-current-class i {
    position: absolute;
    right: 5px;
}

.bl-index-header-search-history {
    position: absolute;
    z-index: 4;
    display: none;
    width: 356px;
    background: #fff;
    z-index: 4;
    top: 40px;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px rgba(116, 116, 116, 0.39);
    padding-bottom: 10px;
    /* height: 10; */
}

.bl-index-header-search-history>span {
    color: #a7a8ab;
    font-size: 16px;
    padding-left: 20px;
    display: block;
    margin-top: 8px;
}

.bl-index-header-search-history-select>li {
    font-size: 16px;
    color: #303133;
    text-align: left;
    cursor: pointer;
    padding-left: 20px;
}

.bl-index-header-search-history-select>li:hover {
    color: #3664d1;
    background: #eff3fc;
}

.bl-index-header-login {
    font-size: 0;
    display: block;
    text-align: right;
}

.bl-index-header-login svg {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 20px;
}

.bl-index-header-login span {
    margin-right: 20px;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 20px;
}

.bl-index-header-login span:last-child {
    margin-right: 0;
}

.bl-index-header-phone {
    padding-top: 25px;
    clear: both;
    text-align: right;
    font-size: 17px;
}

.bl-index-header-phone>img {
    width: 30px;
    vertical-align: middle;
}

.bl-index-header-phone>span {
    vertical-align: middle;
}

.bl-header-menu {
    background: #fff;
    border-bottom: 1px solid #3068cd;
}

.bl-header-menu .iconfont.iconshouqi,
.bl-header-menu .iconfont.iconzhankai {
    display: none;
}

.bl-header-menu>span {
    font-size: 20px;
    margin: 16px 56px;
}

.bl-header-menu>div {
    top: 48px;
    padding: 30px;
}

.bl-index-main-content-container {
    font-size: 0;
    padding: 6px 20px 16px 20px;
}

.bl-index-list>div>span.title {
    font-size: 20px;
    color: #303133;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: bold;
    float: left;
}

.bl-index-list>div>span.title * {
    vertical-align: top;
}

.bl-index-list>div>span.title svg {
    font-size: 30px;
    margin-right: 6px;
}

.bl-index-list>div {
    padding: 10px 0;
    border-bottom: 1px solid #ebeff6;
}

.bl-index-list>div::after {
    content: "";
    display: block;
    clear: both;
}

.bl-index-list>div>span.more {
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    line-height: 30px;
    font-weight: bold;
    float: right;
}

.bl-index-list>ul>li {
    border-bottom: 1px solid #ebeff6;
    line-height: 56px;
    padding: 0 20px;
    box-sizing: border-box;
}

.bl-index-list>ul>li:hover {
    border-color: #3664d1;
}

.bl-index-list>ul>li.important>span {
    color: #f55656 !important;
}

.bl-index-list>ul>li.important:hover {
    border-color: #bc4141 !important
}

.bl-index-list>ul>li.important:hover>span {
    color: #bc4141 !important;
}

.bl-index-list>ul>li:hover>span {
    color: #3664d1 !important;
}

.bl-index-list>ul>li::after {
    content: "";
    display: block;
    clear: both;
}

.bl-index-list>ul>li>.time {
    float: right;
    color: #606266;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bl-index-list>ul>li>.title {
    float: left;
    font-size: 16px;
    color: #303133;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px - 56px);
}

.bl-index-notice-list {
    display: inline-block;
    width: 696px;
    overflow: hidden;
    vertical-align: top;
}

.bl-index-images {
    position: relative;
    display: inline-block;
    width: 440px;
    height: 266px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.bl-index-images .imgdiv {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.bl-index-step {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    transition: left 0.2s;
    left: 0;
}

.bl-index-step>span.title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 70px;
    left: 45px;
    letter-spacing: 5px;
}

.bl-index-step>a.button {
    color: #fff;
    position: absolute;
    top: 172px;
    left: 45px;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 8px 25px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 0;
}

.bl-index-step img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
}

.bl-index-functions {
    display: inline-block;
    position: relative;
    width: 696px;
    font-size: 0;
    overflow: hidden;
    vertical-align: top;
}

.bl-index-functions-pages {
    font-size: 0;
    white-space: nowrap;
    transition: .2s;
}

.bl-index-functions-page {
    display: inline-block;
    margin-top: 8px;
    width: 696px;
    white-space: normal;
    vertical-align: top;
}

.bl-index-functions-page+.bl-index-functions-page {
    right: -100%;
    left: unset;
}

.bl-index-functions-pagination {
    margin: auto;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.bl-index-functions-pagination-item {
    display: inline-block;
    vertical-align: middle;
    background: #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.bl-index-functions-pagination-item+.bl-index-functions-pagination-item {
    margin-left: 20px;
}

.bl-index-functions-pagination-item.active {
    background: #203f88;
    z-index: 1;
    position: relative;
}

.bl-index-function {
    display: inline-block;
    width: 120px;
    height: 84px;
    margin: 4px 23px 4px 0;
    overflow: hidden;
    cursor: pointer;
    background: #f7f9fa;
}

.bl-index-function:hover,
.bl-index-function.hover {
    outline: 1px solid #3963d7;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.bl-index-function:hover span,
.bl-index-function.hover span {
    color: #3963d7;
}

.bl-index-function img,
.bl-index-function svg {
    display: block;
    margin: 0 auto;
    padding: 12px 0 5px 0;
    width: 40px;
    height: 40px;
}

.bl-index-function span {
    display: block;
    padding: 0 0 12px 0;
    line-height: 1;
    font-size: 15px;
    color: #303133;
    text-align: center;
}

.bl-index-function:nth-child(5n) {
    margin-right: 0;
}

.bl-index-function:nth-child(5n + 1) {
    margin-left: 1px;
}

.bl-index-function-pagination {
    font-size: 0;
    bottom: 0px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.bl-index-function-pagination-item {
    background-color: #ECEDEE;
    width: 50px;
    height: 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.bl-index-function-pagination-item+.bl-index-function-pagination-item {
    margin-left: -5px;
}

.bl-index-function-pagination-item.active {
    background-color: #3D69D2;
    z-index: 2;
    position: relative;
}

.bl-index-question-list {
    display: inline-block;
    padding-top: 20px;
    width: 440px;
    vertical-align: top;
}


.bl-index-question-list>div>span.title+span.title {
    margin-left: 30px;
}

.bl-index-question-list>div>span.title-icon {
    color: #303133;
    letter-spacing: 2px;
    font-weight: bold;
    float: left;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.bl-index-question-list>div>span svg {
    font-size: 30px;
}

.bl-index-question-list>div>span.title {
    position: relative;

}

.bl-index-question-list>div>span.title.current {
    border-bottom: 3px solid #3664d1;
    color: #3664d1;
}

.bl-index-list>ul>li>.time {
    color: #303133;
    font-size: 14px;
}

.wrap {
    width: 600px;
    height: 450px;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -155px 0px 0px -305px;
    overflow: hidden;
}

.close {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 45px;
    position: absolute;
    top: -5px;
    right: -5px;
    color: black;
}

.bl-index-function.more{
    position: relative;
    overflow: auto;
}
/* .bl-index-functions-page.hide-more::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 100%;
    border: 15px solid transparent;
    border-top-color: #f5f5f5;
}
.bl-index-functions-page.hide-more{
    display: none;
    position: absolute;
    left: unset;
    z-index: 10;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    width: 287px;
    right: -120px;
    padding-left: 23px;
    padding-top: 23px;
    padding-bottom: 23px;
    bottom: 100px;
    border-radius: 8px;
} */
