﻿@charset "utf-8";
/* 以下实际使用若已初始化可删除 .lsm-sidebar height父级需逐级设置为100%*/
body, html {
    height: 100%;
}

body, ul {
    margin: 0;
    padding: 0
}

body {
    font: 14px "微软雅黑","宋体","Arial Narrow",HELVETICA;
    -webkit-text-size-adjust: 100%;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}
/* 以上实际使用若已初始化可删除 */

/* lsm-sidebar */
.left-side-menu, .lsm-popup.lsm-sidebar ul li, .lsm-container.lsm-mini .lsm-sidebar > ul > li.lsm-sidebar-item > ul > li.lsm-sidebar-item > ul {
    background: #3b3e47;
}


.left-side-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.left-side-menu {
    height: calc(100% - 80px);
    width: 27%;
    display:inline-block;
}

.lsm-expand-btn {
    height: 65px;
}

.lsm-container {
    height: calc(100% - 65px);
    transition: all .3s;
    z-index: 100;
    position:relative;
}

    .lsm-container li > a.active {
        background: #dce7f4;
        color: #fff;
    }
    .lsm-container li > a {
        text-decoration:none;
        
    }
    .lsm-container .lsm-bottom-scroll{
        position:absolute;
        top:736px;
        right:15px;
    }
    .lsm-container .lsm-bottom-scroll span {
        display:block;
        width:16px;
        font-size:16px;
        word-break:break-all;
        word-wrap:break-word;
    }
.slimScrollRail {
    background: #09377b !important;
}
.lsm-sidebar a {
    display: block;
    overflow: hidden;
    padding-left: 30px;
    line-height: 50px;
    max-height: 50px;
    color: #b2b8be;
    transition: all .3s;
}
.lsm-sidebar .lsm-sidebar-item > ul > li a span {
    margin-left: 20px;
    font-size:16px;
}

.lsm-container ul:first-child > li > a, .lsm-container ul:first-child > li > a span {
    line-height: 55px;
    max-height: 55px;
    font-size:18px;
}

.lsm-sidebar a span {
   /* margin-left: 30px;*/
}

.lsm-sidebar .lsm-sidebar-item .lsm-sidebar-item > ul > li a span {
    margin-left: 50px;
    font-size:14px;
}

.lsm-sidebar-item {
    position: relative;
    font-size: 17px;
}

    .lsm-sidebar-item.lsm-sidebar-show {
        border-bottom: none;
    }

    .lsm-sidebar-item ul {
        display: none;
        /*background: rgba(0,0,0,.1);*/
    }

    .lsm-sidebar-item.lsm-sidebar-show ul {
        display: block;
    }

    .lsm-sidebar-item > a:before {
        content: "";
        position: absolute;
        left: 0px;
        width: 2px;
        height: 40px;
        /*background: #34A0CE;*/
        opacity: 0;
        transition: all .3s;
    }

.lsm-container ul:first-child > li.lsm-sidebar-item > a:before {
    height: 55px;
}

.lsm-sidebar .lsm-sidebar-icon {
    font-size: 20px;
    position: absolute;
    margin-left: -1px;
}
/* 此处修改导航图标 可自定义iconfont 替换*/
.icon_1::after {
    content: "\e62b";
}
@media screen and (max-width: 768px) {
    .left-side-menu {
        display: none;
        width: 100%;
    }
    .left-side-menu .lct {
        display: none;
    }
    .fd_span1 {
        margin: 0.26rem 0.3rem 0.11rem 0.56rem !important;
    }
    .fd_span2{
        float:right !important;
        width:50% !important;
        font-size:0.4rem !important;
    }
}

.icon_2::after {
    content: "\e669";
}

.icon_3::after {
    content: "\e61d";
}

.icon_3::after {
    content: "\e698";
}
.left-side-menu{
    height:800px !important;
}
.lsm-sidebar-more {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    transition: transform .3s;
}

    /* 导航右侧箭头 换用其他字体需要替换*/
    .lsm-sidebar-more::after {
        content: "\e621";
    }

.fh_fd{
    width:100%;
    height:auto;
    /*position:absolute;
    top:690px;*/
    margin:50px auto;
    z-index:9;

}
.fh_fd .fd_1{
    width:60%;
    border-radius:50px;
    height:auto;
    background-color:#f7f7f7;
    overflow:hidden;
}
.fd_span1 {
    float: left;
    width: 15%;
    height: 33px;
    /*background-image: url(/TemplatePage/images/fh1.png);*/
    background-size: 100%;
    margin: 12px 14px 8px 5px;
    background-repeat: no-repeat;
}
.fd_span2 {
    float: left;
    width: 60%;
    height: auto;
    font-size: 16px;
    line-height: 53px;
    margin: 0px;
}
.fh_fd .fd_1:hover {
    width: 60%;
    border-radius: 50px;
    height: auto;
    background-color: #f7f7f7;
    overflow: hidden;
    border: 1px solid #0c377b;
    transition: all 0.3s ease-in 0s;
}
    .fh_fd .fd_1:hover .fd_span1 {
        /*background-image: url(/TemplatePage/images/fh22.png);*/
        transition: all 0.3s ease-in 0s;
    }










.lsm-sidebar-show > a > i.my-icon.lsm-sidebar-more {
    transform: rotate(90deg);
}

.lsm-sidebar-show, .lsm-sidebar-item > a:hover {
    color: #FFF;
    /*background: rgba(0, 0, 0, 0.2);*/
}

    .lsm-sidebar-show > a:before, .lsm-sidebar-item > a:hover:before {
        opacity: 1;
    }
    /*鼠标经过效果*/
.lsm-sidebar-item li > a:hover, .lsm-popup > div > ul > li > a:hover {
    color: #FFF;
    background: #dce7f4;
}
.xmx {
    border-bottom: 1px solid #a39f9f;
    width: 90%;
}
.xmx:last-child{
    border:none;
}

.lsm-mini-btn {
    height: 70px;
    width: 70px;
}

    .lsm-mini-btn svg {
        margin: -10px 0 0 -10px;
    }

    .lsm-mini-btn input[type="checkbox"] {
        display: none;
    }

    .lsm-mini-btn path {
        fill: none;
        stroke: #ffffff;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
        --length: 24;
        --offset: -38;
        stroke-dasharray: var(--length) var(--total-length);
        stroke-dashoffset: var(--offset);
        transition: all .8s cubic-bezier(.645, .045, .355, 1);
    }

    .lsm-mini-btn circle {
        fill: #fff3;
        opacity: 0;
    }

    .lsm-mini-btn label {
        top: 0;
        right: 0;
    }

        .lsm-mini-btn label:hover circle {
            opacity: 1;
        }

    .lsm-mini-btn input:checked + svg .line--1, .lsm-mini-btn input:checked + svg .line--3 {
        --length: 8.602325267;
    }

    .lsm-mini-btn .line--1, .lsm-mini-btn .line--3 {
        --total-length: 126.38166809082031;
    }

    .lsm-mini-btn .line--2 {
        --total-length: 80;
    }

    .lsm-mini-btn input:checked + svg .line--1, .lsm-mini-btn input:checked + svg .line--3 {
        --offset: -109.1770175568;
    }

.lsm-mini .lsm-container, .lsm-mini .lsm-container {
    width: 60px;
}

.lsm-container.lsm-mini .lsm-sidebar .lsm-sidebar-icon { /* margin-left:-2px; */
}

.left-side-menu.lsm-mini ul:first-child > li.lsm-sidebar-item > a span {
    display: none;
}

.left-side-menu.lsm-mini ul:first-child > li.lsm-sidebar-item > a > i.lsm-sidebar-more {
    margin-right: -20px;
}

.lsm-container.lsm-mini .lsm-sidebar > ul > li.lsm-sidebar-item > ul > li.lsm-sidebar-item > ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 180px;
    width: 180px;
    z-index: 99;
    bottom: 0px;
    top: 0px;
    overflow: hidden;
}

.left-side-menu.lsm-mini ul:first-child > li > ul {
    display: none;
}

.transform {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.lsm-popup div {
    background: #05161f;
}

.lsm-popup {
    display: block;
    position: absolute;
    border: 3px solid rgba(60, 71, 76, 0);
}

    .lsm-popup > div > a > i.my-icon.lsm-sidebar-more {
        transform: rotate(90deg);
    }

    .lsm-popup.second {
        left: 60px;
    }

    .lsm-popup.third {
        left: 243px;
    }

        .lsm-popup.third.lsm-sidebar > div > ul {
            display: block;
        }

    .lsm-popup div {
        border-radius: 5px;
    }

    .lsm-popup .lsm-sidebar-icon {
        display: none;
    }

    .lsm-popup.lsm-sidebar a span {
        margin-left: 0px;
    }

    .lsm-popup.lsm-sidebar > div > ul > li.lsm-sidebar-item > ul {
        position: absolute;
        top: 0px;
        left: 180px;
        width: 180px;
        z-index: 99;
    }

    .lsm-popup.lsm-sidebar ul {
        width: 180px;
    }

        .lsm-popup.lsm-sidebar ul li {
            width: 180px;
        }

            .lsm-popup.lsm-sidebar ul li:last-child, .lsm-popup > div > ul > li:last-child > a {
                border-radius: 0 0 5px 5px;
            }
