
    /* header */
.header {
    position: relative !important;
    background: url(../images/header-bg.png) center top no-repeat !important;
    background-size: 100% 100% !important;
    padding-bottom: 40px;
    /* background-size: cover !important; */
    height: auto !important;
}

.header .top {
    padding: 10px 0;
    line-height: 24px;
    background-color: transparent !important;
}

.header .top:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.header .top .lf {
    float: left;
    font-size: 14px;
    color: #1151af;
}

.header .top .lf p {
    display: inline-block;
    font-size: 14px;
}

.header .top .lf p div {
    display: inline-block;
}

.header .top .rt {
    float: right;
}

.header .top .rt li {
    float: left;
    font-size: 14px;
    color: #333333;
    padding: 0 8px;
    position: relative;
}

.header .top .rt li:last-child {
    padding-right: 0;
}

.header .top .rt li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #97bef7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.header .top .rt li:first-child:after, .header .top .rt li:last-child:after {
    display: none;
}

.header .top .rt a {
    color: #1151af;
    display: block;
    padding: 0 8px;
    border-radius: 12px;
    text-align: center;
    transition: .5s;
    /* font-size: 14px; */
}

.header .top .rt li:hover a{
    background: #1151af;
    color: #fff;
}

.header .top .rt li.weixin {
    position: relative;
}

.header .top .rt li.weixin .ewm {
    position: absolute;
    top: 120%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    transform: translateY(-150%);
    transition: .5s
}

.header .top .rt li.weixin:hover .ewm {
    transform: translateY(0);
}

.header .logo-box {
    padding: 100px 0 30px;
    position: relative;
}

.header .logo {
    text-align: center;
    position: relative;
}
.header .logo a{display: inline-block;position: relative;}
.header .logo a .noGrayElement{
    position: absolute;
    top: 0;
    left: 16px;
}
.header .logo a .logo-fonts{}

.m-znwd{
    position:absolute;
    right: 0;
    top:10px;
    display:none;
}

.m-znwd a{
    display:block;
    background:#245399;
    border-radius: 1rem;
    padding: 0 9px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.search-box {
    margin: 30px auto;
    max-width: 660px;
    width: 95%;
    height: 54px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-box .text {
    float: left;
    width:calc(100% - 101px);
    padding: 0 3%;
    line-height: 54px;
    height: 54px;
    font-size: 1.125rem;
    color: #555;
    background: none;
    border: none;
}

.search-box .btn {
    float: right;
    width: 100px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    text-align: center;
    background: #1151af;
}

.search-box .btn img {
    vertical-align: text-bottom;
}

.search-box .btn span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
}

.search-box input::-webkit-input-placeholder {
    color: #999999;
}

.search-box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.search-box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.search-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

