/*
* @Author: bubairen
* @Date:   2017-08-01 11:24:52
*/

/*public*/
body {
    position: relative;
}
.w {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.header {
    width: 1145px;
    height: 119px;
    background-image: url(../img/top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;    /* background-attachment: fixed;*/
}
.head-box {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 120px;
}
.logo {
    position: absolute;
    top: 40px;
    left: 0;
}
.time-aqi {
    position: absolute;
    top: 7px;
    right: 6px;
    color: #3277c5;
    font-size: 14px;
}
#showtime {
    float: left;
    margin-right: 15px;
}
.aqi {
    float: right;
}
.aqi a {
    color: #fff;
    font-size: 12px;
}
.language {
    position: absolute;
    right: 0px;
    bottom: 47px;
}
.language a {
    float: left;
    margin-right: 8px;
    color: #fff;
    font-size: 12px;
}
.shearch {
    position: absolute;
    right: 2px;
    bottom: 8px;
    border: 1px solid #C5D6E9;
}
.shearch-txt {
    float: left;
    padding: 0 6px;
    width: 150px;
    height: 28px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 1px solid #f6f6f6;
    background-color: #fff;
    font-size: 14px;
    color: #333333;
}
.shearch-btn {
    float: left;
    width: 28px;
    height: 28px;
    background-image: url(../img/icon-shearch.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #3277c5;
    border: 0;
    cursor: pointer;
}
.shearch-btn:hover {
    background-color: #0066cc;
}

/*== nav ==*/
.navBar {
    width: 1145px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #3277c5;
    color: #333;
}
.navBar .index-nav {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 999999999
}
.navBar .index-nav a {
    color: #fff;
}
.navBar .index-nav h3 {
    width: 100%;
    font-size: 100%;
    font-weight: normal;
}
.navBar .index-nav .m {
    float: left;
    position: relative;
    width: 142px;
    z-index: 1;
}
.navBar .index-nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}
.navBar .index-nav h3 a {
    display: block;
    width: 142px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navBar .index-nav h3 a:hover {
    background: #f9961f;
    text-decoration: none;
}
.navBar .index-nav .sub {
    display: none;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 1;
    width: 140px;
    border: 1px solid #E6E4E3;
    border-top: 0;
    background: #fff;
}
.navBar .index-nav .sub li {
    text-align: center;
    padding: 0 8px;
    margin-bottom: -1px;
}
.navBar .index-nav .sub li a {
    display: block;
    border-bottom: 1px solid #E6E4E3;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 14px;
}
.navBar .index-nav .sub li a:hover {
    color: #FE7700;
}
.navBar .index-nav .curr {
    height: 50px;
    width: 130px;
    background: #f9961f;
}
.navBar .index-nav .bs {
    float: left;
}
.navBar .index-nav .bs a {
    width: 180px;
    display: inline-block;
    float: left;
    padding-left: 58px;
    background-image: url(../img/icon-wsbs-pic.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
}

/*== post ==*/
.pb {
    width: 1145px;
    display: block;
}

/*== é¦–é¡µå…¬å‘Šæ  ==*/
.post {
    position: relative;
    width: 960px;
    height: 90px;
    background-color: #f6f6f6;
    z-index: 999;
}
.post .til {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    padding: 6px;
    display: inline-block;
    width: 70px;
    height: 50px;
    background-color: #f9961f;
    font-size: 16px;
    color: #fff;
    background-image: url(../img/icon-post.png);
    background-position: 41px center;
    background-repeat: no-repeat;
}
.post .til span {
    display: block;
    width: 2em;
    line-height: 20px;
}
.post .info {
    float: left;
    width: 860px;
    background-color: #f6f6f6;
    height: 80px;
}
.post .info li {
    line-height: 25px;
    height: 25px;
    width: 371px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f6f6f6;
}
.post .info li>a {
    width: 450px;
    overflow: hidden;
    margin-left: 10px;
    background-image: url(../img/dot.gif);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-color: #f6f6f6;
}
.post .info li>a>em {
    float: left;
    width: 85px;
    margin-left: 7px;
    margin-right: 8px;
    font-size: 14px;
    color: #666666;
    zoom: 1;
}
.post .info li>a>span {
    float: left;
    width: 300px;
    font-size: 14px;
    color: #333333;
}
.post #scrollDiv {
    *height: 90px;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
}
.post #scrollDiv ul, li {
    margin: 0;
    padding: 0;
}
.post #scrollDiv ul li {
    margin: 0;
    padding: 0;
    width: 860px;
    height: 80px;
    overflow: hidden;
    background-color: #f6f6f6;
}
.post #scrollDiv ul li a {
    margin: 0;
    padding: 0;
    width: 420px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}
.post #scrollDiv ul li a:hover em, .post #scrollDiv ul li a:hover span {
    color: #F9961F;
}
.post .scrollText {
    position: relative;
    width: 860px;
    height: 80px;
    min-height: 25px;
    line-height: 25px;
    float: left;
    overflow: hidden
}
.zwmail {
    padding: 10px;
    *padding-top: 5px;
    *padding-bottom: 0;
    float: right;
    width: 175px;
    *width: 155px;
    height: 90px;
    *height: 85px;
    _height: 90px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.zwmail .tit {
}
.zwmail .tit span {
    font-size: 16px;
}
.zwmail .tit button {
    margin-left: 10px;
    color: #fff;
    width: 74px;
    height: 22px;
    background-color: #f9961f;
    border-radius: 5px;
    cursor: pointer;
}
.zwmail .row {
    margin-top: 5px;
}
.zwmail .row span {
    width: 36px;
    font-size: 12px;
    float: left;
}
.zwmail .row input {
    float: left;
    width: 119px;
    *width: 109px;
    height: 20px;
    *height: 15px;
    border: 1px #eee solid;
}

/**/

/* six model tab , frist open web*/
.mainmod {
    width: 100%;
}
.mainmod .slideTxtBox {
    position: relative;
    width: 100%;
    *height: 390px;
    text-align: left;
}
.mainmod .slideTxtBox .hd {
    float: left;
    width: 140px;
    height: 390px;
    line-height: 30px;
    background: #f0f1f2;
    border-bottom: 1px solid #ddd;
}
.mainmod .slideTxtBox .hd ul {
    float: left;
    width: 140px;
}
.mainmod .slideTxtBox .hd ul li {
    padding: 0 15px;
    height: 65px;
    line-height: 65px;
    *height: 64px;
    *line-height: 64px;
    color: #333;
    cursor: pointer;
    background-color: #f0f1f2;
    border-bottom: 1px #cbcbcb solid;
}
.mainmod .slideTxtBox .hd ul li .link {
    height: 65px;
    line-height: 65px;
    background-image: url(../img/mainnavrrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.mainmod .slideTxtBox .hd ul li.on {
    background: #3277c5;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.mainmod .slideTxtBox .hd ul li.on a {
    color: #fff;
    background-image: url(../img/mainnavrrow-curr.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.mainmod .slideTxtBox .bd {
    width: 1000px;
    float: right;
}
.mainmod .slideTxtBox .bd ul {
    height: 390px;
    overflow: hidden;
    zoom: 1;
}
.mainmod .slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}
.mainmod .slideTxtBox .bd li .date {
    float: right;
    color: #999;
}
.mainmod .slideTxtBox .arrow {
    position: absolute;
    right: 10px;
    top: 0;
}
.mainmod .slideTxtBox .arrow a {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/arrow.png") 0 0 no-repeat;
}
.mainmod .slideTxtBox .arrow .next {
    background-position: 0 -50px;
}
.mainmod .slideTxtBox .arrow .prevStop {
    background-position: -60px 0;
}
.mainmod .slideTxtBox .arrow .nextStop {
    background-position: -60px -50px;
}

/*Startup chart*/
.first-lb {
    position: absolute;
    top: 0;
    right: 0;
    width: 1000px;
    height: 390px;
}

/* first-lb lunbo */
.first-lb .slideshow, .first-lb .slideshow .swiper-container {
    width: 1000px;
    height: 390px;
    float: left;
}
.first-lb .slideshow .swiper-container .swiper-wrapper .swiper-slide .link {
    display: block;
    width: 100%;
    height: 390px;
}
.first-lb .slideshow .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.first-lb .slideshow .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.first-lb .slideshow .swiper-container .swiper-active-switch {
    background: #fff;
}

/*tb-num*/

/*tb-one-left*/
.tb-one .tb-l {
    width: 490px;
    height: 390px;
}
.tb-one  .tb-l .slideshow {
    width: 100%;
    height: 270px;
}
.tb-one .tb-l .slideshow .swiper-container .swiper-wrapper .swiper-slide .link {
    display: block;
    width: 100%;
    height: 270px;
}
.tb-one .tb-l .slideshow .swiper-container .swiper-wrapper .swiper-slide .con {
    position: absolute;
    width: 100%;
    padding: 0 70px 0 10px;
    height: 30px;
    line-height: 30px;
    color: #333;
    bottom: 0;
    background-color: #f6f6f6;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tb-one .tb-l .slideshow .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

/* tb-one  4-btn */
.tb-one .tb-l .four-btn {
    width: 100%;
    height: 100px;
}
.tb-one .tb-l .four-btn .f-btn {
    padding: 0 20px;
    width: 240px;
    height: 45px;
    *width: 200px;
    *height: 45px;
    background-color: #f6f6f6;
}
.tb-one .tb-l .four-btn .f-btn:hover {
    background-color: #F0EFEF;
}
.tb-one .tb-l .four-btn .f-btn .icons-btn {
    margin: 6px 5px 6px 0;
    float: left;
    width: 35px;
    height: 35px;
    background-image: url(../img/tb-one-four-btn.png);
    background-size: 102px 89px;
}
.tb-one .tb-l .four-btn .f-btn .icons-shqyy {
    background-position: 0 1px;
}
.tb-one .tb-l .four-btn .f-btn .icons-xydyw {
    background-position: -67px 1px;
}
.tb-one .tb-l .four-btn .f-btn .icons-gffxtx {
    background-position: 0 -43px;
}
.tb-one .tb-l .four-btn .f-btn .icons-spxx {
    background-position: -67px -43px;
}
.tb-one .tb-l .four-btn .f-btn span {
    float: left;
    height: 45px;
    line-height: 45px;
}

/*tb-one tb-r*/
.tb-one .tb-r {
    width: 495px;
    height: 390px;
}

/* news-list */
.news-list-box {
    float: right;
    width: 495px;
    height: 390px;
    background: #f6f6f6;
}
.news-list-box .tab {
    overflow: hidden;
    background: #ccc;
    margin-left: -1px;
}
.news-list-box .tab a {
    display: block;
    width: 98px;
    *width: 97px;
    line-height: 40px;
    float: left;
    text-decoration: none;
    background-color: #ccc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-left: 1px;
    border-right: 1px #fff solid;
}
.news-list-box .tab a:hover {
    background: #f9961f;
    color: #fff;
    text-decoration: none;
}
.news-list-box .tab a.on {
    background: #3277C5;
    color: #fff;
    text-decoration: none;
}
.news-list-box .content {
    height: 350px;
    overflow: hidden;
    width: 495px;
    position: relative;
}
.news-list-box .content ul.ct {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px;
}
.news-list-box .content ul.ct li {
    width: 495px;
    float: left;
}
.news-list-box .content .news-top {
    border-bottom: 1px dashed #999;
    height: 85px;
}
.news-list-box .content .news-top h4 {
    font-size: 18px;
    line-height: 38px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-box .content .news-top p {
    padding: 0 10px 0 10px;
    color: #999;
    font-size: 14px;
    text-indent: 2em;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.news-list {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 260px;
}
.news-list dl {
    display: block;
    width: 480px;
    line-height: 28px;
    overflow: hidden;
}
.news-list dl dt a {
    display: block;
    width: 100%;
    padding-left: 24px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.news-list dl dt a:hover {
    // background-image: url(../img/news-cuur.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.news-list dl dt a:hover, .news-list dl dt a:hover, .news-list dl:hover {
    color: #3277C5;
}
.news-list dt {
    float: left;
    width: 380px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.news-list dd {
    float: right;
    width: 100px;
    color: #999;
    font-size: 14px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

/*tb-two*/
.tb-two >.til, .tb-three >.til, .tb-four >.til, .tb-five >.til, .tb-six >.til {
    background-image: url(../img/organ.gif);
    background-repeat: repeat-x;
    margin: 20px 0;
}
.tb-two >.til span, .tb-three >.til span, .tb-four >.til span, .tb-five >.til span, .tb-six >.til span {
    display: block;
    text-align: center;
    width: 124px;
    height: 20px;
    line-height: 20px;
    background-color: #FFFFFF;
    color: #3277C5;
    font-size: 20px;
    border-left: 5px #3277C5 solid;
}
.tb-two .con {
    width: 100%;
    height: 330px;
}
.tb-two .con .t-c-l {
    width: 625px;
    height: 330px;
}
.tb-two .con .tit {
    width: 100%;
}
.tb-two .con .t-c-l .tit span {
    float: left;
    width: 110px;
    height: 45px;
    color: #3277C5;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px #3277C5 solid;
}
.tb-two .con .t-c-l .tit .tcb {
    float: left;
    width: 515px;
    height: 45px;
    border-bottom: 1px #666 solid;
}
.tb-two .con .t-c-l .conlit dl {
    display: block;
    width: 615px;
    line-height: 45px;
    background-image: url(../img/tb-two-rrow.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px #f3f3f3 solid;
    margin-left: 10px;
    overflow: hidden;
}
.tb-two .con .t-c-l .conlit dl dt {
    float: left;
    width: 500px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.tb-two .con .t-c-l .conlit dl dt a {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tb-two .con .t-c-l .conlit dd {
    float: right;
    width: 90px;
    color: #999;
    font-size: 14px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.tb-two .con .t-c-l .f-btn {
    width: 100%;
    margin-top: 20px;
}
.tb-two .con .t-c-l .f-btn .btn {
    display: block;
    float: left;
    margin-right: 10px;
    width: 117px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background-color: #ddd;
}
.tb-two .con .t-c-r {
    width: 355px;
    height: 330px;
}
.tb-two .con .t-c-r .tit span {
    float: left;
    width: 110px;
    height: 45px;
    color: #3277C5;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px #3277C5 solid;
}
.tb-two .con .t-c-r .tit span {
    float: left;
    width: 110px;
    height: 45px;
    color: #3277C5;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px #3277C5 solid;
}
.tb-two .con .t-c-r .tit .tcb {
    float: left;
    width: 245px;
    height: 45px;
    border-bottom: 1px #666 solid;
}
.tb-two .con .t-c-r .con {
    width: 355px;
    height: 285px;
}
.tb-two .con .t-c-r .con .list-l {
    width: 115px;
    margin-right: 5px;
}
.tb-two .con .t-c-r .con .list-l .btn {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    *height: 38px;
    *line-height: 38px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 4px #6fc6ff solid;
    font-size: 12px;
}
.tb-two .con .t-c-r .con .cor-one .btn {
    border-bottom: 4px #68d3cd solid;
}
.tb-two .con .t-c-r .con .cor-two .btn {
    border-bottom: 4px #a5d474 solid;
}
.tb-two .con .t-c-r .con a.btn:hover {
    background-color: #d9d6d6;
}

/* tb-three */
.tb-three, .tb-three .con {
    width: 100%;
}
.tb-three .con .t-t-l {
    width: 355px;
}
.tb-three .con .t-t-l .btn {
    display: block;
    margin-top: 20px;
    width: 167.5px;
    height: 50px;
    background-color: #B3B3B3;
    border-radius: 5px;
}
.tb-three .con .t-t-l .btn:hover {
    background-color: #3277C5;
}
.tb-three .con .t-t-l .btn:hover span {
    color: #fff;
}
.tb-three .con .t-t-l .icon-tt {
    float: left;
    margin: 12.5px 0 12.5px 20px;
    width: 25px;
    height: 25px;
    background-image: url(../img/tb-three-icons-btn-bg.png);
    background-position: 3px 3px;
}
.tb-three .con .t-t-l .btn span {
    float: left;
    margin-left: 5px;
    height: 50px;
    text-align: left;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.tb-three .con .t-t-l .btn .icon-tt1 {
    background-position: 3px 3px;
}
.tb-three .con .t-t-l .btn .icon-tt2 {
    background-position: 3px -64px;
}
.tb-three .con .t-t-l .btn .icon-tt3 {
    background-position: 3px -134px;
}
.tb-three .con .t-t-l .btn .icon-tt4 {
    background-position: 3px -203px;
}
.tb-three .con .t-t-l .btn .icon-tt5 {
    background-position: 3px -269px;
}
.tb-three .con .t-t-l .btn .icon-tt6 {
    background-position: -180px 2px;
}
.tb-three .con .t-t-l .btn .icon-tt7 {
    background-position: -180px -65px;
}
.tb-three .con .t-t-l .btn .icon-tt8 {
    background-position: -180px -135px;
}
.tb-three .con .t-t-l .btn .icon-tt9 {
    background-position: -180px -200px;
}
.tb-three .con .t-t-l .btn .icon-tt10 {
    background-position: -180px -270px;
}
.b-w285-col {
    width: 285px;
    *width: 265px;
    padding-right: 10px;
}
.b-w115-col {
    width: 115px;
}
.b-w90-col {
    width: 90px;
}
.b-w80-col {
    width: 80px;
}
.b-w70-col {
    width: 70px;
}
.b-w65-col {
    width: 65px;
}
.b-w215-col {
    width: 215px;
}
.b-w120-col {
    width: 120px;
}
.b-w130-col {
    width: 130px;
}
.tb-three .con .t-t-r {
    width: 625px;
}
.tb-three .con .t-t-r .query {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #EFEFEF;
}
.tb-three .con .t-t-r .query .t span {
    display: block;
    margin-top: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    *height: 30px;
    *line-height: 30px;
}
.tb-three .con .t-t-r .query .t input {
    width: 165px;
    height: 30px;
    line-height: 30px;
}
.tb-three .con .t-t-r .query .q-btn {
    margin: 10px 0;
    margin-left: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #3277C5;
}
.tb-three .con .t-t-r .table thead {
    background: #3277c5;
}
.tb-three .con .t-t-r .table thead th {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.tb-three .con .t-t-r .table .u .link {
    display: block;
    width: 625px;
}
.tb-three .con .t-t-r .table .u .link span {
    padding-right: 10px;
    *padding-right: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tb-three .con .t-t-r .table .u .link-odd {
    background-color: #ebebeb;
}
.tb-three .con .t-t-r .table .u .link-even {
    background-color: #f5f5f5;
}

/*900*/
.tb-three .con .t-t-r2 {
    width: 900px;
}
.tb-three .con .t-t-r2 .query {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #EFEFEF;
}
.tb-three .con .t-t-r2 .query .t span {
    display: block;
    margin-top: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    *height: 30px;
    *line-height: 30px;
}
.tb-three .con .t-t-r2 .query .t input {
    width: 165px;
    height: 30px;
    line-height: 30px;
}
.tb-three .con .t-t-r2 .query .q-btn {
    margin: 10px 0;
    margin-left: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #3277C5;
}
.tb-three .con .t-t-r2 .table thead {
    background: #3277c5;
}
.tb-three .con .t-t-r2 .table thead th {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.tb-three .con .t-t-r2 .table .u .link2 {
    display: block;
    width: 900px;
}
.tb-three .con .t-t-r2 .table .u .link2 span {
    padding-right: 10px;
    *padding-right: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tb-three .con .t-t-r2 .table .u .link-odd {
    background-color: #ebebeb;
}
.tb-three .con .t-t-r2 .table .u .link-even {
    background-color: #f5f5f5;
}


/*800*/
.tb-three .con .t-t-r1 {
    width: 800px;
}
.tb-three .con .t-t-r1 .query {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #EFEFEF;
}
.tb-three .con .t-t-r1 .query .t span {
    display: block;
    margin-top: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    *height: 30px;
    *line-height: 30px;
}
.tb-three .con .t-t-r1 .query .t input {
    width: 165px;
    height: 30px;
    line-height: 30px;
}
.tb-three .con .t-t-r1 .query .q-btn {
    margin: 10px 0;
    margin-left: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #3277C5;
}
.tb-three .con .t-t-r1 .table thead {
    background: #3277c5;
}
.tb-three .con .t-t-r1 .table thead th {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.tb-three .con .t-t-r1 .table .u .link1 {
    display: block;
    width: 800px;
}
.tb-three .con .t-t-r1 .table .u .link1 span {
    padding-right: 10px;
    *padding-right: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tb-three .con .t-t-r1 .table .u .link-odd {
    background-color: #ebebeb;
}
.tb-three .con .t-t-r1 .table .u .link-even {
    background-color: #f5f5f5;
}


/*tb-four*/
.tb-four .con .m-l {
    width: 268px;
    height: 330px;
    border-right: 1px #f0f0f0 solid;
}
.tb-four .con .m-l .t-f-tit {
    border-left: 5px #3277C5 solid;
}
.tb-four .con .m-l .t-f-tit p {
    margin-left: 20px;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #3277C5;
}
.tb-four .con .m-l .t-f-con {
    margin-top: 10px;
    padding: 10px 20px;
    margin-left: -5px;
}
.tb-four .con .m-l .t-f-con .link {
    margin-left: 5px;
    width: 72px;
    height: 35px;
    line-height: 35px;
    float: left;
}
.tb-four .con .m-l .t-f-in {
    width: 248px;
}
.tb-four .con .ggfw-btn {
    width: 404px;
    *width: 400px;
}
.tb-four .con .ggfw-btn .t-f-con {
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 10px 0 10px 20px;
    width: 100%;
}
.tb-four .con .ggfw-btn .t-f-con .link {
    float: left;
    margin: 0 0 20px 20px;
    width: 107px;
    height: 35px;
    background-color: #3277C5;
    border-radius: 5px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf {
    float: left;
    margin: 5px 0 0 10px;
    width: 25px;
    height: 25px;
    background-image: url(../img/tb-four-icons-btn-bg.png);
    background-position: 3px 3px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf1 {
    background-position: 3px 2px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf2 {
    background-position: -134px 1px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf3 {
    background-position: -270px 2px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf4 {
    background-position: 0px -49px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf5 {
    background-position: -133px -49px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf6 {
    background-position: -267px -50px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf7 {
    background-position: 2px -101px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf8 {
    background-position: -133px -101px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf9 {
    background-position: -267px -101px;
}
.tb-four .con .ggfw-btn .t-f-con .link .icon-tf10 {
    background-position: 1px -154px;
}
.tb-four .con .ggfw-btn .t-f-con .link span {
    float: left;
    margin-left: 5px;
    font-size: 12px;
    color: #fff;
}

/*tb-five*/
.tb-five .con {
}
.tb-five .con .link {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    background-color: transparent;
    width: 240px;
    height: 105px;
}
.tb-five .con .link img {
    height: 100%;
}

/*tb-six*/
.tb-six {
}
.tb-six .con .c {
    margin-right: -20px;
}
.tb-six .con .link {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #B4B4B4;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}
.tb-six .con .link:hover {
    background-color: #3277C5;
}

/*wm-sxf*/
.wm-sxf {
    width: 100%;
    *width: 1143px;
    height: 320px;
    border: 1px #dadada solid;
    overflow: hidden;
}
.wm-sxf .tit {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #f6f6f6;
}
.wm-sxf .tit p {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    background-color: #3277C5;
}

/*wzdh-tab*/
.wzdh {
    width: 100%;
    *width: 1143px;
    height: 200px;
    border: 1px #dadada solid;
    overflow: hidden;
}
.wzdh-tab {
    width: 1143px;
    height: 200px;
}
.wzdh-tab .tit {
    background: #f6f6f6;
}
.wzdh-tab .tit .n {
    float: left;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    background-color: #3277c5;
    width: 116px;
    *width: 70px;
}
.wzdh-tab .w-t {
    height: 45px;
    float: left;
    overflow: hidden;
}
.wzdh-tab .w-t a {
    display: block;
    padding: 0 20px;
    float: left;
    text-decoration: none;
    height: 45px;
    *height: 43px;
    line-height: 45px;
    color: #333;
    font-size: 14px;
    border-bottom: 2px #F6F6F6 solid;
}
.wzdh-tab .w-t a.on, .wzdh-tab .w-t a:hover {
    font-size: 14px;
    color: #3277C5;
    text-decoration: none;
    border-bottom: 2px #3277C5 solid;
}
.wzdh-tab .content {
    overflow: hidden;
    padding: 10px;
}
.wzdh-tab .content li {
    display: none;
    padding: 10px 10px;
}
.wzdh-tab .content li .link {
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: transparent;
}

/*footer*/
.newFooter {
    padding: 30px 0px;
    background-color: #f6f6f6;
    font-size: 12px;
    color: #333;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-top: 5px #3277C5 solid;
}
.newFooterLeft {
    float: left;
    position: relative;
    top: 30px;
    margin-right: 20px;
    width: 320px;
}
.newFooterRight {
    float: right;
    display: inline-block;
    text-align: left;
    width: 600px;
}
.newFooterRight p {
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/*== qr & gotop ==*/
.qr-gotop {
    visibility: hidden;
}
.qr {
    display: inline-block;
    height: 155px;
    width: 88px;
    position: fixed;
    bottom: 348px;
    left: 50%;
    margin-left: 544px;
    background-color: #f6f6f6;
    color: #0d4da1;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.qr img.pic {
    width: 88px;
    height: 96px;
}
.go-top {
    display: inline-block;
    height: 106px;
    width: 88px;
    position: fixed;
    bottom: 240px;
    left: 50%;
    margin-left: 544px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #f6f6f6;
    background-image: url(../img/gotop.png);
    background-position: center;
    background-repeat: no-repeat;
}
.go-is-visible {
    visibility: visible;
    opacity: 1;
}
.go-fade-out {
    opacity: 1;
}
.go-top:hover {
    opacity: 1;
}
.toolbar-item, .toolbar-layer {
    background: url(../img/toolbar2.png) no-repeat;
}
.toolbar {
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 999999999999;
}

/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
    display: block;
    width: 64px;
    height: 64px;
    margin-top: 1px;
    position: relative;
    -moz-transition: background-position 0.3s;
    -ms-transition: background-position 0.3s;
    -o-moz-transition: background-position 0.3s;
    -webkit-moz-transition: background-position 0.3s;
    transition: background-position 0.3s;
}
.toolbar-item:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.toolbar-item-weixin {
    background-position: -150px 0px;
}
.toolbar-item-weixin:hover {
    background-position: -150px -66px;
}
.toolbar-item-weixin .toolbar-layer {
    height: 179px;
    background-position: 0 0;
}
.toolbar-item-weibo {
    background-position: -150px -132px;
}
.toolbar-item-weibo:hover {
    background-position: -150px -198px;
}
.toolbar-item-weibo .toolbar-layer {
    height: 179px;
    background-position: 0 -191px;
}
.toolbar-item-xinlang {
    background-position: -150px -264px;
}
.toolbar-item-xinlang:hover {
    background-position: -150px -330px;
}
.toolbar-item-xinlang .toolbar-layer {
    height: 179px;
    background-position: 0 -380px;
}
.toolbar-item-app {
    background-position: -150px -396px;
}
.toolbar-item-app:hover {
    background-position: -150px -462px;
}
.toolbar-item-app .toolbar-layer {
    height: 179px;
    background-position: 0 -569px;
}
.toolbar-item-top {
    background-position: -150px -528px;
}
.toolbar-item-top:hover {
    background-position: -150px -594px;
}
.toolbar-layer {
    position: absolute;
    right: 68px;
    bottom: 0px;
    width: 136px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*sanbiao*/
.sanbiao {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
}