/* 滚动条 */
.my_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
} 
.my_scroll::-webkit-scrollbar-track-piece {
    background-color: rgb(17, 16, 16);
    background-color: white;
    -webkit-border-radius: 6px;
}


.my_scroll::-webkit-scrollbar-thumb:vertical {
    height: 5px; 
    background-color: #d6d6d6;
    -webkit-border-radius: 6px;
}
.my_scroll{
    overflow-y: scroll;
}
/* 滚动条 */

.banshi_zhinan{
    position:relative;
}
.banshi_zhinan_select{
    position: absolute;
    width: 801px;
    height: 504px;  
    top: 40px;
    left: 0px;
    z-index: 1005;
    display: flex; 
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background-color: #f8f8f8;
    color: #444;
    overflow: hidden;
    box-shadow: 0 0 25px 0 #00000024;

}
.banshi_zhinan_select .left_part{
    height: 504px;
    overflow-y: auto;
    background-color: #f8f8f8; 
}
.banshi_zhinan_select .banshi{
    width: 126px; 
}
.banshi .left{
    font-size: 15px;
    padding: 16px ;
    padding-left: 20px;
}

.banshi .right{
    display: none;
    position: absolute;
    left: 126px;
    top: 0; 
    overflow-y: auto;
    padding: 16px;
}
.banshi.active .right{
    display: block;
    width: 672px;
    height: 504px;
    background-color: #fff;
}


.banshi.active .left{
    background-color: #fff;
    color: #3fa9d9;
    font-weight: 600;
    position: relative;
}
.banshi.active .left::after{
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    border-radius: 15px;
    background-color: #52b6e7;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translatey(-50%);
}

.banshi .right .second_class{ 
    display: flex;
    margin-bottom: 12px;
}
.banshi .right .second_class .label{ 
    white-space: nowrap;
    margin-right: 29px;
    font-size: 15px;
    font-weight: 600;
}
.banshi .right .second_class .menu_list{
    display: flex;
    flex-wrap: wrap;
}

.banshi .right .second_class .menu_list a{
    margin-right: 26px;
    margin-bottom: 18px;
}

.banshi .right .second_class .menu_list a:hover{
    color: rgb(253, 110, 15);
}



.menu_list a{
    color: #444 !important;
}


.banshi_zhinan_select.city_select{
    width: 282px;
    height: 401px;
    left: unset;
    top: 42px;
    right: 0;
}
#head ul li .menu_list a{
	border:none;
	font-weight:500;
	padding:0

}





.lead .lead_img{
    float:none;

}

#lead{
    display:flex;
    align-items:center;
    background:white;
}
.container{
    overflow:hidden;
}




#menu_head_list{
    background: #2c3e50 !important;
    color: white !important;
    display: flex;
    flex-wrap: wrap;
    height: fit-content !important;
}
#menu_head_list a:not([class="all_banshi_item"]){
    color: white !important;
    font-size: 16px !important;
    border: none !important;
    height: 40px;
    line-height: 40px !important;
}
#menu_head_list a:not([class="all_banshi_item"]):hover{
    background-color: #fc4349;
}
#menu_head_list .banshi_zhinan{
    background-color: #1e2a36;
}
#menu_head_list .banshi_zhinan .banshi_drop_menu:after{
    content:"";
    display: inline-block;
    width: 0;
    height: 0; 
    border: 6px solid transparent;
    border-top-color: rgb(252, 252, 252);
    margin-bottom: -5px;
    margin-left: 5px;

}



.header-right{
    display:none !important;
}

.all_banshi_item{
    color:#444 !important;
}
.all_banshi_item:hover{
    color:#1e9edb;
}
#head{
    height:fit-content;
}
#head ul#menu_head_list{
    position: static !important;
    top:unset;
    left:unset;
}
#head h1{
    height:140px;
    line-height:180px !important;
}
