/* äºŒçº§é¡µé¢çš„headerå¤´éƒ¨css */

.bjd-header {
    width: 100%;
    height: 60px;
    background-color: #333333;
}

.bjd-header-zhuti {
    width: 1400px;
    height: 60px;
    margin: 0 auto;
    background-color: #333333;
}

.bjd-header-logo {
    border-radius: 0 0 6px 6px;
    z-index: 999;
    position: relative;
    height: 100%;

    left: 5px;
}
.bjd-header-logo  img{
    min-height: 80%;
}
.bjd-header-logo-img {
    width: 95px;
    margin-top: 5px;
    margin-left: 24px;
}

.bjd-header-menu {
    width: 515px;
    height: 40px;
    margin-left:50px;
}

.bjd-header-menu ul {
    width: 560px;
    height: 40px;
    list-style-type: none;
    display: flex;
    margin-left: -20px;
}

.bjd-header-menu ul li {
    padding: 0 10px;
    height: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: Normal;
    text-align: left;
    color: #ffffff;
    float: left;
    line-height: 40px;
}

.bjd-header-menuImg {
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-left: 10px;
}

.bjd-header-menuRedbutton {
    width: 14px;
    height: 14px;
    margin-top: 17px;
    border-top: 7px solid #ffffff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

/*
 * MenuStyle
 */

.bjd-header-menu ul li {
    transition: all 0.2s;
    cursor: pointer;
    height: 37px;
    line-height: 37px;
    border-bottom: 3px solid #333333;
    text-align: center;
}

.bjd-header-menu ul li:hover {
    color: #eb0000;
    border-bottom: 3px solid #eb0000;
    font-size: 20px;
}

.bjd-header-menu ul li.active {
    color: #eb0000;
    border-bottom: 3px solid #eb0000;
    font-size: 20px;
}

.bjd-header-menu ul li a {
    color: #fff;
}

.bjd-header-menu img {
    margin-right: 10px;
    margin-top: 9px;
}

.bjd-header-search {
    width: 355px;
    height: 38px;
    box-shadow: 0px 2px 6px 4px rgba(6, 6, 6, 0.13);
    float: right;
    margin-top: -64px;
    margin-right: 280px;
}

.bjd-header-search-input {
    height: 38px;
    width: 70%;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    line-height: normal;
    outline: none;
    border: 0;
    outline: none;
    background-color: #ffffff;
    padding-left: 20px;
}

.bjd-header-search-input::-webkit-input-placeholder {
    height: 38px;
    line-height: 38px;
    width: 84px;
    height: 38px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: 400;
    text-align: left;
    color: #a2a2a2;
}

.bjd-header-search-append {
    width: 30%;
    height: 38px;
    float: right;
    background-color: #fff;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    /* box-shadow: 0px 2px 6px 4px rgba(6, 6, 6, 0.13); */
    position: relative;
}

.bjd-header-search-append::before {
    content: "";
    width: 1px;
    height: 16px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bjd-header-search-append:hover {
    cursor: pointer;
}

.bjd-header-search-text {
    font-size: 14px;
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 38px;
    float: right;
    margin-right: 25%;
}

.bjd-header-search-img {
    height: 21px;
    width: 21px;
    margin-left: 44px;
    margin-top: 7px;
    line-height: 20px;
}

.bjd-newspaper {
    width: 80px;
    height: 36px;
    background: #272727;
    border-radius: 18px;
}

.bjd-newspaper span {
    width: 13px;
    height: 20px;
    margin-left: 15px;
    line-height: 32px;
}

.bjd-newspaper p {
    width: 58px;
    height: 14px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: 400;
    text-align: left;
    float: right;
    color: #ffffff;
    line-height: 36px;
    margin-right: 5px;
}

.newspaperImg {
    display: none;
    height: 80px;
    width: 80px;
    float: right;
    margin-top: 18px;
    margin-right: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 0px rgba(23, 0, 1, 0.13);
}

.newspaperImg img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    position: relative;
    z-index: 999999999999999;
}

.bjd-webmap {
    width: 100px;
    height: 36px;
    background: #272727;
    border-radius: 18px;
    float: right;
    margin-top: -68px;
}

.bjd-webmap span {
    width: 13px;
    height: 20px;
    margin-left: 13px;
    line-height: 32px;
}

.bjd-webmap p {
    width: 58px;
    height: 14px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: 400;
    text-align: left;
    float: right;
    color: #ffffff;
    line-height: 36px;
    margin-right: 10px;
}
.bjd-login {
    width: 36px;
    cursor: pointer;
    height: 36px;
    background: #ff0f0f;
    border-radius: 18px;
    float: right;
    margin-top: -64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bjd-login span {
    width: 18px;
    height: 20px;
}

.bjd-login img {
    display: block;
}

.bjd-login p {
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "MicrosoftJhengHei", SourceHanSansCN, sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    margin: 0;
}
