.header {
    background: #fff;
    height: 55px;
}

.header .logo {
    float: left;
    width: 28%;
    margin: 12px 2%;
}

.header .logo img {
    height: 30px;
}

.header .search {
    float: left;
    width: 46%;
    height: 26px;
    margin: 13px 0 0;
    border: 1px solid #959595;
}

.header .search input {
    width: 65%;
    float: left;
    height: 24px;
    background: none;
    border: 0;
    text-indent: 12px;
}

.header .search img {
    float: right;
    height: 85%;
    margin: 2px 0;
}

.header .login {
    float: right;
    margin: 15px 10px 0 0;
}

.header .login img {
    height: 25px;
}

.nav {
    position: relative;
    background-color: #eeeef3;
    padding-left: 4px;
    height: 40px;
}

.nav span {
    background-color: #eeeef3;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 8px;
}

.nav span img {
    height: 100%;
}

.nav .navLeft {
    font-size: 1em;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 90%;
}

.nav .navLeft::-webkit-scrollbar {
    display: none;
}

.nav .navLeft a {
    margin: 0 10px;
    line-height: 40px;
    display: inline-block;
}

.nav .navLeft .navactive {
    color: #f85959;
}

.navQ {
    display: none;
    position: relative;
    background-color: #eeeef3;
    padding-left: 4px;
}

.navQ .navQLeft {
    font-size: 1em;
}
.navQ span {
    background-color: #eeeef3;
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 8px;
}

.navQ span img {
    width: 100%;
}
.navQ .navQLeft a {
    width: 23%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.navQ .navQLeft .navQactive {
    color: #f85959;
}

.banner {
    margin: 10px 10px 0;
    background-color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.banner .bannernews {
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
}

.banner .bannernews .bannerimg {
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
}

.banner .bannernews .bannerimg a {
    height: 175px;
    overflow: hidden;
    display: block;
}

.banner .bannernews .bannerimg a img {
    width: 100%;
    height: 100%;
}

.banner .bannernews .bannerimg h2 {
    width: 100%;
    color: #4b4b4b;
    line-height: 28px;
    height: 28px;
    font-size: 0.9em;
    position: absolute;
    bottom: 0;
    text-align: left;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.banner .bannernews .bannerimg h2 a {
    height: 28px;
    color: #fff;
    text-decoration: none;
    padding-right: 90px;
}

.banner  .bannernav {
    position: absolute;
    right: 0px;
    bottom: 4px;
}

.banner .bannernav span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    cursor: pointer;
    background-color: #908f8f;
    border: 1px solid #fff;
    border-radius: 10px;
}

.banner .bannernav .bannernav_active {
    background-color: #d82a11;
}

.container {
    padding: 0px 10px 20px;
}

.container .news_li {
    min-height: 60px;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.container .news_li .news_img {
    width: 33%;
    /* height: 81px; */
    /* margin-right: 10px; */
    overflow: hidden;
    float: left;
}

.container .news_li .news_img a {
    width: 100%;
    height: 100%;
    display: block;
}

.container .news_li .news_img a img {
    width: 100%;
    height: 100%;
}

.container .news_li .newsabout {
    margin-left: 15px;
    /* position: relative; */
    min-height: 81px;
    float: left;
    width: 60%;
}

.container .news_li .newsabout .newsabout_t h2 {
    word-break: normal;
    word-wrap: break-word;
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-size: 1.12em;
    line-height: 20px;
}

.container .news_li .newsabout .newsabout_t h2 a {
    color: #2d2d32;
}

.container .news_li .newsabout .newsabout_b {
    /* position: absolute; */
    /* bottom: 0; */
    color: #b4b4b4;
    font-size: 0.75em;
    height: 12px;
    line-height: 11px;
}

.container .news_li .newsabout .newsabout_b span {
    margin-right: 10px;
}

.container .newsHotImg {
    margin: 15px 0 0;
    cursor: pointer;
    width: 100%;
    height: 166px;
}

.container .newsHotImg img {
    height: 100%;
    margin: 15px 0 0;
    cursor: pointer;
    width: 100%;
}

.footer .footer_t {
    background-color: #f5f5f5;
    padding-top: 16px;
    overflow: hidden;
    width: 100%;
}

.footer .footer_t a {
    display: block;
    float: left;
    width: 25%;
    max-height: 36px;
    margin-bottom: 16px;
    color: #333;
    font-size: .9em;
    line-height: .9em;
    text-align: center;
}

.footer .footer_b {
    background-color: #eaeaea;
    padding: 10px 0;
}

.footer .footer_b p {
    margin: 0 10px;
    text-align: center;
    color: #333;
    font-size: .75em;
    line-height: 1.8em;
    overflow: hidden;
}

.footer .footer_b p a {
    color: #333;
}

.footer .footer_b p a img {
    display: inline-block;
}

.toTop {
    width: 34px;
    height: 34px;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    right: 2.5%;
    z-index: 999;
    background: url(../img/totop34.png) no-repeat 0 -34px;
    background-size: 34px auto;
}

.loading {
    color: #01a5ec;
    cursor: pointer;
    margin: 0 auto;
    display: none;
}

.loading img {
    margin: 25px auto;
    padding-left: -70px;
}

.dray {
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.loginPage {
    display: none;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 56px;
    width: 94%;
    min-height: 294px;
    z-index: 2;
}

.loginPage .loginBg {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    min-height: 294px;
    padding: 7px 10px 5px;
    font-family: "΢���ź�";
    margin-top: -24px;
}

.loginPage .loginBg .lg_title {
    width: 100%;
    height: 28px;
    line-height: 24px;
    font-size: 16px;
    color: #00a5eb;
    border-bottom: 1px solid #d3d3d3;
}

.loginPage .loginBg .lg_prompt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 4px 0;
    font-size: 14px;
    overflow: hidden;
}

.loginPage .loginBg .lg_inp {
    width: 100%;
    height: 34px;
    margin-top: 12px;
}

.loginPage .loginBg .lg_inp .lg_input {
    width: 99.5%;
    height: 14px;
    line-height: 14px;
    padding: 9px 0;
    text-indent: 6px;
    font-size: 12px;
    border: 1px solid #d3d3d3;
    font-family: "΢���ź�";
    float: left;
    color: #999;
    color: #999999;
}

.loginPage .loginBg .lg_inp .lg_Code {
    width: 130px;
    height: 32px;
    line-height: 32px;
    float: left;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.loginPage .loginBg .lg_inp .lg_Code img {
    float: left;
    margin: 1px 0 0 2px;
}

.loginPage .loginBg .lg_inp .lg_Code .lg_Codetxt {
    width: 50px;
    height: 32px;
    display: block;
    line-height: 32px;
    position: absolute;
    left: 105px;
    top: 2px;
    text-align: left;
    font-size: 12px;
}

.loginPage .loginBg .lg_bt {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #00a5eb;
    cursor: pointer;
    margin-top: 20px;
}

.loginPage .loginBg .lg_mi {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.loginPage .loginBg .lg_mi span {
    float: right;
}

.loginPage .loginBg .lg_mi .lg_reg {
    margin-left: 20px;
}

.loginPage .loginBg .lg_close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 6px;
    cursor: pointer;
    background: url(../img/ck_closebg_.png) no-repeat 0 0;
}

@media screen and (max-width: 768px) {
    .header .login {
        margin: 1rem 0 0 0.3rem!important;
    }
}