/**!
* 子页通用样式
* date:2021-07-08
* author: qianyuting;
*/

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

/* 当前位置 */
.location {
    height: 65px;
    line-height: 65px;
    padding-left: 30px;
    background: url("../images/subpage/location_icon.png") left center no-repeat;
    box-sizing: border-box;
}

.location a {
    position: relative;
    color: #666;
}

.location a.current {
    color: #106ace;
}

/* subbanner 轮播 */

#subbanner {
    height: 292px;
}

.subbanner,
#subbanner-swiper {
    height: 100%;
}

.subbanner .swiper-slide a {
    display: block;
    height: 100%;
}

.subbanner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.subbanner .swiper-pagination {
    bottom: 22px;
}

.subbanner .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
    vertical-align: bottom;
}

.subbanner .swiper-pagination-bullet-active {
    width: 25px;
    height: 8px;
    opacity: 1;
    background: #fff;
    border-radius: 8px;
}

/* 左侧垂直菜单导航 */

.subview {
    position: relative;
}

.left-nav {
    width: 230px;
    box-sizing: border-box;
}

.left-nav:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 230px;
    top: 0;
    left: 0;
    background-color: #fff url("../images/subpage/left_nav_bg.png");
    box-shadow: 0 0 16px rgba(75, 83, 119, 0.09);
    z-index: -1;
}

.wb-tree-items {
    border-bottom: 1px solid #eff0f3;
}

.wb-tree-items:last-child {
    margin-bottom: 0;
}

.wb-tree-node {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 40px 0 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.wb-tree-icon {
    position: absolute;
    top: 0;
    left: 20px;
    width: 40px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.wb-tree-tt {
    color: #333;
    font-size: 20px;
}

.wb-tree-items.current .wb-tree-node,
.wb-tree-node:hover {
    background: #1472d1;
    background: linear-gradient(to right, #1472d1, #39b3ea);
    background: -webkit-linear-gradient(left, #1472d1, #39b3ea);
    background: -o-linear-gradient(right, #1472d1, #39b3ea);
    background: -moz-linear-gradient(left, #1472d1, #39b3ea);
}

.wb-tree-items.current .wb-tree-node .wb-tree-tt,
.wb-tree-node:hover .wb-tree-tt {
    color: #fff;
}

.wb-tree-items.current .wb-tree-node:after,
.wb-tree-node:hover:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 40px;
    height: 100%;
    background: url("../images/subpage/left_nav_arrow.png") left center no-repeat;
}

.icon-sysmanage {
    background-image: url("../images/subpage/sysmanage_ico.png");
}

.wb-tree-items.current .icon-sysmanage,
.wb-tree-node:hover .icon-sysmanage {
    background-image: url("../images/subpage/sysmanage_icoh.png");
}

.icon-branchintro {
    background-image: url("../images/subpage/branchintro_ico.png");
}

.wb-tree-items.current .icon-branchintro,
.wb-tree-node:hover .icon-branchintro {
    background-image: url("../images/subpage/branchintro_icoh.png");
}

.wb-tree .wb-tree-items:first-child .icon-notice {
    background-image: url("../images/subpage/notice_ico.png");
}

.wb-tree .wb-tree-items:first-child.current .icon-notice,
.wb-tree .wb-tree-items:first-child .wb-tree-node:hover .icon-notice {
    background-image: url("../images/subpage/notice_icoh.png");
}

.wb-tree .wb-tree-items:nth-child(2) .icon-notice {
    background-image: url("../images/subpage/trends_ico.png");
}

.wb-tree .wb-tree-items:nth-child(2).current .icon-notice,
.wb-tree .wb-tree-items:nth-child(2) .wb-tree-node:hover .icon-notice {
    background-image: url("../images/subpage/trends_icoh.png");
}

.wb-tree .wb-tree-items:first-child .icon-download {
    background-image: url("../images/subpage/download_ico.png");
}

.wb-tree .wb-tree-items:first-child.current .icon-download,
.wb-tree .wb-tree-items:first-child .wb-tree-node:hover .icon-download {
    background-image: url("../images/subpage/download_icoh.png");
}

.icon-rule,
.wb-tree .wb-tree-items:nth-child(2) .icon-download {
    background-image: url("../images/subpage/rule_ico.png");
}

.wb-tree-items.current .icon-rule,
.wb-tree .wb-tree-items:nth-child(2).current .icon-download,
.wb-tree-node:hover .icon-rule,
.wb-tree .wb-tree-items:nth-child(2) .wb-tree-node:hover .icon-download{
    background-image: url("../images/subpage/rule_icoh.png");
}

.icon-process,
.wb-tree .wb-tree-items:nth-child(3) .icon-download {
    background-image: url("../images/subpage/process_ico.png");
}

.wb-tree-items.current .icon-process,
.wb-tree-node:hover .icon-process,
.wb-tree .wb-tree-items:nth-child(3).current .icon-download,
.wb-tree .wb-tree-items:nth-child(3) .wb-tree-node:hover .icon-download {
    background-image: url("../images/subpage/process_icoh.png");
}

/* 右侧数据 */

.right-wrap {
    width: 937px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(75, 83, 119, 0.09);
}

.right-wrap-hd {
    height: 70px;
    line-height: 70px;
    padding: 0 18px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
    background: url("../images/subpage/right_wrap_hd.png") left bottom repeat-x;
    overflow: hidden;
}

.right-hd-icon {
    display: inline-block;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}

.right-search-box {
    position: relative;
    width: 260px;
    height: 38px;
    margin-top: 16px;
    padding: 0 36px 0 10px;
    border: 1px solid #ced3d9;
    border-radius: 4px;
    box-sizing: border-box;
}

.right-search-input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    vertical-align: top;
}

.right-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 100%;
    background: url("../images/subpage/icon_search.png") center center no-repeat;
}