/* 二级页面的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;
    width: 143px;
    height: 75px;
    background: #ff0f0f;
    box-shadow: 0px 2px 4px 3px rgba(6, 6, 6, 0.19);
    left: 5px;
}

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

.bjd-header-menu {
    width: 515px;
    height: 40px;
    float: left;
    margin-left: 190px;
    margin-top: -66px;
}

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

.bjd-header-menu ul li {
    width: 60px;
    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 .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: -68px;
    margin-right: 260px;
}

.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;
}

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: #eb0000;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    box-shadow: 0px 2px 6px 4px rgba(6, 6, 6, 0.13);
}

.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: 16px;
    width: 16px;
    margin-left: 28px;
    margin-top: 10px;
    line-height: 20px;
}

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

.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;
}
