.logo2 {
    margin-left: 0px
}


/* nav */

.nav {
    width: 100%;
    height: 50px;
    background: #2373c8;
    position: relative;
    z-index: 99999;
}

.nav .w1200 {
    height: 50px;
    background: #2373c8;
}

.nav ul {
    width: 1200px;
    float: left;
}

.nav ul li {
    width: 120px;
    float: left;
    font-size: 17px;
    position: relative
}

.nav ul li.ts_li {
    width: 120px;
}

.nav ul li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
}

.nav ul li p a {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.nav ul li div {
    left: 0;
    width: 120px;
    position: absolute;
    top: 50px;
    line-height: 36px;
    float: left;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#e5ffffff, endcolorstr=#e5ffffff);
}

.nav ul li div a {
    width: 92%;
    float: left;
    line-height: 36px;
    font-size: 15px;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    margin-left: 4%;
}

.nav .w1200 ul li:hover p {
    background: #0452a4;
}

.nav .w1200 ul li.on p {
    background: #0452a4;
}

.nav .w1200 ul li.on div {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#e5ffffff, endcolorstr=#e5ffffff);
}

.nav .w1200 ul li div a:hover {
    background: #F5F1F1;
    color: #2373c8;
}


/*footer*/

.bottom {
    width: 100%;
    height: 223px;
}

.bottom .b-blue {
    background: #2373c8;
    height: 173px
}

.bottom .b-content {
    width: 1200px;
    margin: 0 auto
}

.b-blue a {
    color: #ffffff
}

.b-blue .b-link {
    text-align: center;
    padding-top: 19px;
    height: 16px;
    line-height: 16px;
    font-size: 15px;
    margin: 0 auto;
    width: 735px
}

.b-blue .b-link a {
    float: left;
    font-size: 15px
}

.b-blue .b-link span {
    background: url("footericon.png") no-repeat left top;
    float: left;
    width: 1px;
    display: block;
    height: 16px;
    margin: 0 20px 0 26px
}

.b-blue .b-left {
    width: 900px;
    float: left;
    margin-top: 25px;
    margin-right: 28px;
    margin-bottom: 5px
}

.b-left p {
    width: 100%;
    float: left;
}

.b-blue .b-mid {
    width: 440px;
    float: left;
    margin-left: 39px;
    margin-top: 25px;
    margin-bottom: 5px
}

.b-blue .b-right {
    float: left;
    margin-top: 25px
}

.b-blue .b-tit a,
.b-blue .b-tit span {
    color: white;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 40px;
    float: left;
    text-align: center;
}

.b-tit span {
    width: 37px;
}

.b-blue p {
    font-size: 14px;
    color: #abcaeb;
    line-height: 30px
}

.b-blue .b-right dl {
    float: left;
    margin-left: 44px;
    width: 89px;
    text-align: center
}

.b-blue .b-right dl p {
    color: white;
    font-size: 15px;
}


/* qita */

.toglece {
    line-height: 30px;
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}

.content {
    padding-bottom: 20px;
}