
/*头部导航栏*/
.navbar-div-box .my-popover-box{
    display: none;
}
.navbar-div-box .nav-item-li{
    position: relative;
}
.home-body-page .navbar-div-box{
    position: absolute;
    z-index: 2;
    /*background: rgba(18,47,81,0.8);*/
}
body{
    padding-top: 72px !important;
}
.navbar-div-box{
    width: 100%;
    height: 72px;
    background: #122f51;
    color: #fff;
    box-shadow: 0 0px 4px #122f51;
    position: fixed !important;
    z-index: 300;
    top: 0;
}
.navbar-div-box >div{
    height: 100%;
}
.navbar-div-box .navbar-logo-box {
    margin-left: 10px;
}
.navbar-div-box .nav-item a{
    color: #fff;
    text-decoration: none;
    padding: 0px 19px;
    display: inline-block;
    min-width: 84px;
    position: relative;
}
.navbar-div-box .nav-item a span{
    height: 48px;
    line-height: 48px;
    display: inline-block;
    padding: 0 5px;
}
.navbar-div-box .nav-item {
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}
.navbar-div-box .nav-item.nav-active{
    font-weight: bold;
    font-size: 16px;
}
.navbar-div-box .nav-item.nav-active a span{
    border-bottom: 2px solid #fff;
}
.navbar-div-box .nav-item:hover a span{
    border-bottom: 2px solid #fff;
}
/*二级导航栏*/
.my-popover-box{
    max-width: 1000px;
    position: absolute;
    top: 40px;
    left: -135px;
    padding-top: 10px;
}
.my-popover-box>.popover{
    position: static;
    max-width: 1000px;
}
.my-popover-box .nav-sub-box{
  padding: 10px;
}
.my-popover-box .arrow{
    top: 10px;
    left: 170px;
}
.my-popover-box .nav-sub-box .nav-sub-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f5fd;
    margin-bottom: 10px;
    color: #000;
    margin-left: 10px;
    padding-top: 4px;
}
.my-popover-box .nav-sub-box .nav-sub-content{
    white-space: nowrap;
    /*display: flex;*/
    margin-left: 10px;
    margin-bottom: 4px;
    flex-wrap: nowrap;
    width: 480px;
    overflow: hidden;
}
.my-popover-box .nav-sub-box .nav-sub-content a{
   margin-right: 20px;
   text-decoration: none;
    float: left;
}
.my-popover-box .nav-sub-box .nav-sub-content .nva-sub-img{
    width: 100px;
    display: inline-block;
    border: none;
    background: #f2f2f2;
    border-radius: 6px;
    transition: all 0.2s;
}
.my-popover-box .nav-sub-box .nav-sub-content .nva-sub-img:hover{
    transform: skewX(-10deg);
}
.my-popover-box .nav-sub-box .nav-sub-content .nav-sub-label{
    color: #333;
    margin-top: 6px;
    text-align: center;
}
.my-popover-box .nav-sub-box .nav-sub-content a.active{
    pointer-events: none;
}
.my-popover-box .nav-sub-box .nav-sub-content a.active .nav-sub-label{
   color: #2879ff;
}

/*banner样式*/
.banner-wrap-box{
    max-height: 300px;
    background: #122f51;
}


/*脚底样式*/
.footer-footer-box{
    /* background: #383b42; */
    /* height: 270px; */
    /* display: flex;
    align-items: center; */
    overflow: hidden;
}
.footer-footer-box .left-logo-wrap{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.footer-footer-box .left-logo-wrap img{
    width: 185px;
}
.footer-footer-box .left-logo-wrap img:first-child{
    margin-bottom: 5px;
}
.footer-footer-box .right-copy-wrap{
    display: flex;
    flex-direction: column;
    color: #ccc;
    font-size: 12px;
    line-height: 2;
    width: 100%;
}
.footer-footer-box .right-copy-wrap .right-copy-top{
    display: flex;
    margin-bottom: 20px;
}
.footer-footer-box .right-copy-wrap .item-title.item-lxwo{
    color: #ccc;
    font-size: 16px;
}
.footer-footer-box .right-copy-wrap .item-title{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 48px;
}
.footer-footer-box .right-copy-wrap a{
    color: #ccc;
    font-size: 12px;
}
.footer-footer-box .right-copy-wrap .item-content{
    display: flex;
}
.footer-footer-box .right-copy-wrap .right-copy-item{
    flex: 1;
}
/* .footer-footer-box .right-copy-wrap .right-copy-item:last-child{
    flex-shrink: 0;
    flex-grow: 0;
    width: 90px;
    flex: none;
} */
.footer-footer-box .right-copy-wrap .right-copy-item-lxwm{
    flex-shrink: 0;
    flex-grow: 0;
    width: 350px;
    flex: none;
    position: relative;
}
.footer-footer-box .right-copy-wrap .right-copy-item-lxwm::before{
    position: absolute;
    content: '';
    height: 153px;
    width: 1px;
    background: #555;
    right: 40px;
    top: 10px;
}
.footer-footer-box .right-copy-wrap .item-content .item-label{
    flex-grow: 0;
    flex-shrink: 0;
    width: 60px;
    text-align: justify;
    text-justify: distribute;
    text-align-last: justify;
    word-break: break-all;
    display: flex;
}

.footer-footer-box .right-copy-wrap .right-copy-bottom{
    display: flex;
    padding-top: 15px;
    border-top: 1px solid #555;
    justify-content: center;
}
.footer-footer-box .right-copy-wrap .right-copy-bottom .item-copy{
    margin-right: 40px;
    white-space: nowrap;
}
.footer-footer-box .top-bg {
    background-image: url("/images/common/bg.jpg");
    background-size: 100% 100%;
    width: 100%;
    height: 220px;
    padding: 40px 0;
}
.footer-footer-box .li-nian {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 32px;
}
.footer-footer-box .mian-ze-btn {
    background: #2879ff;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
    margin-left: 20px;
}

/*左侧栏*/
.aside-logo-wrap {
    height: 52px;
    background-image: url("/images/common/aside-logo.png");
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.aside-logo-wrap:hover{
    background-size: 110% 110%;
}
.aside-list-wrap .aside-list-item{
    width: 100%;
    background: #f2f6f9;
    margin-top: 10px;
    position: relative;
}
.aside-list-wrap .aside-list-item .aside-list-item-box {
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
}
.aside-list-wrap .aside-list-item .aside-list-item-box .label{
    transition: all 0.2s;
}
.aside-list-wrap .aside-list-item .aside-list-item-box:hover .label{
    font-size: 15px;
}

.aside-list-wrap .aside-list-item .icon-tudizhuanrang{
    font-size: 14px;
}
.aside-list-wrap .aside-list-item.active .aside-list-item-box{
    background: #2879ff;
    color: #fff;
}
.aside-list-wrap .aside-list-item.active .aside-list-item-box .label{
    color: #fff;
}
.aside-list-wrap .aside-list-item.active .aside-list-item-box i{
    color: #fff;
}
.aside-list-wrap .aside-list-item.active .aside-list-item-box .icon-jt{
    transform: rotateZ(0deg) scaleX(0.7);
}
.aside-list-wrap .aside-list-item .icon-jt{
    position: absolute;
    right: -6px;
    top: 3px;
    transform: rotateZ(180deg) scaleX(0.7);
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
}
.aside-list-wrap .aside-list-item .aside-children-wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 5px;
    background: #f6f6f6;
}
.aside-list-wrap .aside-list-item .aside-children-wrap.w-100 .aside-list-item-child{
    width: 99%;
}
.aside-list-wrap .aside-list-item-box{
   padding-left: 10px;
   padding-right: 10px;
}
.aside-list-wrap .aside-list-item-box i{
   color:#4294fa ;
    margin-right: 10px;
}

.aside-list-wrap .aside-list-item-box .label{
    font-size: 14px;
    color: #000;
}
.aside-list-wrap .aside-list-item .aside-list-item-child{
    width: 48%;
    line-height: 2;
    font-size: 12px;
    padding-left: 15px;
    display: inline-block;
}
.aside-list-wrap .aside-list-item .aside-list-item-child a{
   color: #333;
   text-decoration: none !important;
}
.aside-list-wrap .aside-list-item .aside-list-item-child:hover a{
    text-decoration: underline !important;
}
.aside-list-wrap .aside-list-item .aside-children-wrap{
    display: none;
}
.aside-list-wrap .aside-list-item .aside-list-item-child.active a{
    color: #2879ff;
}

/*返回上*/
.scroll-top-wrap{
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    z-index: 999;
}
.scroll-top-wrap .scroll-h-line{
    width: 40px;
    margin-bottom: 2px;
    height: 6px;
    background: #fff;
    position: relative;
    top: -14px;
    left: -11px;
    pointer-events: none;
}
.scroll-top-wrap .normal_top_arrow{
    display: inline-block;
    width: 18px;
    height: 20px;
    background-color: #fff;
    position: relative;
    z-index: 22;
    pointer-events: none;
}
.scroll-top-wrap .normal_top_arrow::after {
    content: "";
    position: relative;
    top: -34px;
    left: -11px;
    border-bottom: 17px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    pointer-events: none;
}
.scroll-top-wrap .normal_top_bg{
    background: #2879ff;
    border-radius: 6px;
    position: absolute;
    z-index: 0;
    height: 80px;
    width: 80px;
    left: -32px;
    top: -32px;
    cursor: pointer;
    box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.4) !important;

}
.scroll-top-wrap-box{
    transform: scale(0.4);
    transform-origin: center;
    transition: all 0.3s;
}
.scroll-top-wrap:hover .scroll-top-wrap-box{
    transform: scale(0.5);

}
