.header {
    height: 90px;
    background: #FFFFFF ;
    overflow: hidden;
    padding-left: 289px;
    padding-right: 289px;
    width: 1920px;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.18);

}

.logo {
    width: 280px;
    height: 54px;

}

.text_box{
    height: 90px;
    line-height: 90px;
}
.text_t {
    cursor: pointer;
    overflow-wrap: break-word;
    font-size: 18px;
    font-family: PingFangHK-Semibold;
    text-align: center;
    white-space: nowrap;
    color: #000000;

}
.text_box:hover{
.text_t{
    color: rgba(2, 129, 246, 1);
   
}
.thumbnail{
    fill: #0281f6;
}
}
.text_box1:hover{
.text_t{
    color: rgba(2, 129, 246, 1);
    
}
}

.sc{
    margin-top: 30px;
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
    direction: rtl;
    text-align: left;
}
.scw{
    direction: ltr;
}
/*滚动条里面轨道*/
.sc::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #d7d7d7;
    background-color: #d7d7d7;
}
/*定义滚动条整体的样式*/
.sc::-webkit-scrollbar{
    width: 2px;
    background-color: #0281F6;
}
/*滚动条的样式*/
.sc::-webkit-scrollbar-thumb{

    height:20px;
    background-image: -webkit-gradient(linear,
    left bottom,
    left top,
    color-stop(0.2, #0281F6),
    color-stop(0.4, #0281F6),
    color-stop(0.8, #0281F6));
}


.text_tactive{
    color: rgba(2, 129, 246, 1);
}
.menu1 a:hove{
    color: rgba(2, 129, 246, 1);
}
.tab_text{
    width: 900px;
    margin-left: 111px;
}

.thumbnail_t {
    width: 12px;
    height: 7px;
}
.thumbnail {
    width: 12px;
    height: 13px;
    font-weight: bold;
}
.thumbnail_2 {
    width: 12px;
    height: 7px;
    margin: 25px 0 0 3px;
}


.thumbnail_3 {
    width: 12px;
    height: 7px;
    margin: 25px 0 0 9px;
}


.thumbnail_4 {
    width: 12px;
    height: 7px;
    margin: 25px 0 0 6px;
}

.thumbnail_5 {
    width: 12px;
    height: 7px;
    margin: 25px 0 0 7px;
}

.text-p {
    background-color: rgba(2, 129, 246, 1);
    border-radius: 20px;
    height: 38px;
    width: 130px;
    line-height: 38px;
    text-align: center;
}
.text-p:hover{
    background-color: #2c46c2;
}

.label_t {
    height: 25px;
    background-size: 100% 100%;
    width: 25px;
    margin-left: 17px;
}

.sear {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.label_t:hover{
    .sear{
        fill: #0281f6;
    }
}

.addbox{
    display: block;
}
.rembox{
    display: none;
}
.down_box {
    position: absolute;
    top: 70px;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.18);
    background-color: rgba(255, 255, 255, 1);
    height: 256px;
    width: 187px;
    animation: slideInOut 0.3s ease-in-out;
    z-index: 200;
    margin-top: 20px;
}
.down_box1 {
    position: absolute;
    top: 90px;
    left: 0;

    background-image: url("../images/home/导航背景-2.png");
    height: 384px;
    width: 1920px;
    z-index: -1000;
    animation: slideInOut 0.3s ease-in-out;
}
@keyframes slideInOut {
    from {
        height: 0;
        opacity: 0;
    }
    to {

    }
}

.down_item {
    width: 115px;
    height: 22px;
    margin: 25px 0 0 26px;
}
.down_item:hover{
    cursor: pointer;
    .text_down{
        color: rgba(2, 129, 246, 1);
    }
    .down_right{
        display: block;
    }
}

.text_down {
    height: 22px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-family: PingFangHK-Medium;
    font-weight: 500;
    text-align: justify;
    white-space: nowrap;
    line-height: 22px;
    margin-right: 7px;
}
.text_down1 {
    color: black;
    height: 35px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-family: PingFangHK-Medium;
    font-weight: 500;
    text-align:left;
    white-space: nowrap;
    line-height: 22px;
    margin-right: 7px;
	line-height:35px;
}
.text_down1:hover{
    color: rgba(2, 129, 246, 1);

}
.down_right {
    display: none;
    width: 5px;
    height: 10px;
    margin-top: 6px;
}





