header {

    padding: 15px 0;
}

.News-D-lcont table{width:100%!important}
.News-D-lcont img{ display: block; margin: 0 auto; }

.heade {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heade .heade-logo {
    width: 80%;
    display: flex;
    align-items: center;
}

.heade .heade-logo img {
	width: 260px;
    vertical-align: top;
    /* font-size: 40px;
    font-weight: 600;
    color: #1D1E1E; */
}

.heade-center {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-left: 100px;
}

.heade-center li a {
    /* margin-right: 50px; */
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 5px;


}


.hrgba {
    color: #0F833B !important;
    border-bottom: 3px solid #0F833B;
}

.heade-center li:hover .hrg {
    color: #0F833B !important;
    border-bottom: 3px solid #0F833B;
}

/*右边 */
.heade-right {
    width: 60px;
    position: relative;
}
.heade-right>a {
    width: 22px;

	float: left
}
.heade-right>img.su {
     width: 22px;
  	float: left;
    cursor: pointer; margin-left: 10px;

}
.suk {
    position: absolute;
    right: -20px;
    top: 40px;
    width: 300px;
    padding: 11px;
    border-radius: 10px;
    background-color: #eee;
    z-index: 99;
    box-sizing: border-box;
    display: none;
}

.suk input {
    width: 210px;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;

}

.suk button {
    border: 1px solid #0F833B;
    background-color: #0F833B;
    color: #fff;
    font-size: 14px;
    padding: 7px 16px;
    border-radius: 3px;
    opacity: 0.8;

}





@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .heade-center {
        width: 70%;
        margin-left: 50px;
    }


}

@media screen and (min-width: 1190px) and (max-width: 1300px) {
    .w1300 {
        width: 90% !important;
    }

    .heade-center {
        width: 65%;
        margin-left: 70px;
    }
    .heade .heade-logo {
        width: 85%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1190px) {
    .w1300 {
        width: 90% !important;
    }

    .heade-center {
        width: 68%;
        margin-left: 40px;
    }

    .heade .heade-logo {
        width: 85%;

    }
}