#header {
    width: 100%;
    background-color: #f2f2f2;
    font: normal 14px/50px "微软雅黑";
    color: #999999;
}
#header .container{
    width: 1230px;
    margin: 0 auto;
    position: relative;
}
#header .time {
    height: 35px;
    line-height: 35px;
}

#header .time span {
    color: rgba(51, 51, 51, 0.647058823529412);
    display: block;
}

#header .banner {
    width: 100%;
    height: 220px;
    z-index: -10;
    zoom: 1;
    background-color: #2b65c7;
    background: url("/r/cms/www/index/img/indextop.jpg") top center;
    height: 250px;

    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

#header .banner .logo {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 60px;
    left: 0px;
}

#header .banner h2 {
    color: #095CBE;
    font-size: 40px;
    position: absolute;
    top: 60px;
    left: 0px;
    /*transform: translateX(-50%);*/
}
#header .banner h2 img{
    /*width: 605px;*/
    /*height: 105px;*/
}
#header .banner .ftit {
    color: #095CBE;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 120px;
    left: 130px;
    /*transform: translateX(-50%);*/
}

#headerKeyword {
    width: 204px;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #666666;
    border-radius: 2px;
    border-right: none;
    vertical-align: middle
}

#ch-search-b {
    display: inline-block;
    width: 64px;
    height: 45px;
    line-height: 45px;
    background-color: #2b61b3;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
}

#ch-search-b:active {
    -moz-box-shadow: 0 0 5px #13294a inset;
    /* For Firefox3.6+ */
    -webkit-box-shadow: 0 0 5px #13294a inset;
    /* For Chrome5+, Safari5+ */
    box-shadow: 0 0 5px #13294a inset;
    /* For Latest Opera */
}

#header #nav {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgba(0, 103, 180, 0.901960784313726);
    margin-top: -1px;
}

#header #nav .container {
    display: flex;
    justify-content: space-between;
}
#header #nav #navlist{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
}
#header #nav .container .nav_item {
    width: 25%;
}

#header #nav .container .nav_item a {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 70px;
}
#header .weather{
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 5px;
    padding-right:50px;
}

#header .search{
    position: absolute;
    right: 0px;
    top: 140px;
}

#header #nav .container .nav_item a:hover{
    background: #fff;
    color: #0069c5;
    font-weight: bold;
    -webkit-border-top-left-radius: 510;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    /*text-decoration:underline*/
}
#header .stateUser{
    position: absolute;
    right: 0px;
    top: -8px;
}
#header .stateUser a:hover { border-color:#1875BA; background: #1875BA; color:#FFF;}
#header .header_Loin2{
    display: none;
}
#header .header_Loin2 i{
    font-size: 18px;
}

#header .header_Loin2 span ul{
    display: none;
    position: absolute;
    top: 39px;
    left: -55px;
    background-color: #FFFFFF;
    width:133px;
    height:100px;
    box-shadow: 0px 6px 8px 0px rgba(93,0,9,0.1);
    border-radius:0px 0px 4px 4px;
}
#header .header_Loin2 span ul li{
    width: 133px;
    height: 40px;
    margin: 5px 0;
    color: #333333;
    text-align: center;
    line-height: 40px;
    cursor:pointer;
}
#header .header_Loin2 span ul li:hover{
    color: #E30B20;
    background-color: #F5F5F5;
}
#header .header_Loin2 span ul li:hover a{
    color: #E30B20;
}


.login_html{
    background: url(../images/login_nbg.png) center bottom repeat-x #fff;
}