/* 导航栏滚动条 */
#firstNav{
    max-height: 616px ;
    margin-bottom:20px 
}
.navbar-nav{
    flex-direction: row !important;
}
.leftMenu-div.navbar{
    padding: 0;
}

.leftMenu-div .container{
    padding: 0!important;
}
.leftMenu-div .centerLeft{
	width: 200px;
	margin-right: 20px;
}
.leftMenu-div .firstcon{
	text-align: center;
	margin-bottom: 30px;
}
.leftMenu-div .firstcon li{
    /* width: 240px; */
    width: 100%;
    line-height: 50px;
	color: #004a8f;
	border-bottom: 0.5px solid #e0e8f0;
}
.leftMenu-div .firstcontitle{
    font-size: 16px;
    font-weight: bold;
    background: #004A8F;
}
.firstcontitle>a{
    padding-left: 33px;
    white-space: nowrap;
    display: block;
    /* width: 76%; */
    width: 87%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.firstcontitle a:hover{
    text-decoration: none;
}
.leftMenu-div .firstcon>li{
    text-align:left;
	color: #fff;
}
.leftMenu-div .firstcon li a{
    color: #FFF;
}
.leftMenu-div .secondCon{
    /* width: 210px; */
    width: 100%;
    background: #fff;
}
.leftMenu-div .secondCon li{
    text-align: center;
    background: #e9f2f9;
    /* background: rgba(0, 74, 143, 0.1); */
}
.leftMenu-div .secondCon>li>a{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #333333 !important;
}
.leftMenu-div .secondCon>li>a.active{
    color: #0060b9!important;
}
.secondCon-title,.thirdCon-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.secondCon-title{
    display: inline-block;
    width: 62%;
    text-align: left;
}
.thirdCon-title{
    display: inline-block;
    width: 80%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #333333 !important;
}
.leftMenu-div .thirdCon li{
    /* padding-left: 35px; */
    padding-left: 15%;
    background: #fff;
}
.leftMenu-div .thirdCon li:last-child{
    border-bottom:0 ;
}
.thirdCon li p{
    line-height: 50px;
    margin: 0;
}
.leftMenu-div .thirdCon span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #004A8F;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 2px;
}
.leftMenu-div .dropdown-toggle::before{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid #004a8f;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}
.leftMenu-div .dropdown-toggle::after{
    display: none !important;
}
.leftMenu-div .dropdown-menu{
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.leftMenu-div .dropdown-toggle::before{
    display: none;
}
.NavJiantou{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #004A8F;
    border-radius: 50%;
    margin-right: 4px;
    margin-bottom: 2px;
}
.icon-jiantou1:before{
    padding-right: 10px;
}
/* 默认选中类名 */
.thirdCon-defaultSelect{
    font-weight: bold;
    color: #0060b9 !important;
}
.erweiCode{
    text-align: center;
    font-weight: 400;
    color: #004A8F;
    font-size: 14px;
}
.erweiCode img{
    width: 100%;
    max-width: 300PX;
    margin: auto;
    display: block;
    margin-bottom: 4px;
}
.leftMenu-div .fourCon{
	margin-left: -35px;
    border-top: 1px #e0e8f0 solid !important;
}
.leftMenu-div .fourCon li{
    padding-left: 50px;
}
.leftMenu-div .fourCon li:last-child{
    border-bottom:0 ;
}
.leftMenu-div .fourCon span{
    width: 4px;
    height: 4px;
}