﻿﻿.id-list ul li a:hover {
    color: #1e68ac;
}
.id-foot{
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    background: #efefef;
}

.id-link{
    height: 70px;
}
.id-link .rap{
    height: 70px;
    width: 1200px;
    margin: auto;
}
.id-link .title{
    margin-top: 22px;
    width: 92px;
    height: 24px;
    line-height: 24px;
    float: left;
    background: #1e68ac;
    color: #FFFFFF;
    text-align: center;
}
.id-link .link{
    float: left;
    line-height: 24px;
    margin-top: 22px;
    color: #343434;
    margin-left: 28px;
}
.nice-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 22px;
    cursor: pointer;
    background: #FFFFFF;
    margin-left: 30px;
    float: left;
    width: 152px;
    height: 24px;
    position: relative;
    border: 1px solid #eeeff3;
    border-top: 1px solid #adafb5;
}
 .nice-select>a{color: #333;}   
.nice-select02{
    margin: 0;
    float: right;
}
.nice-select input {
    background: url("../images/d01.jpg") no-repeat right top;
    cursor: pointer;
    text-indent: 11px;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: 0;
    outline: 0;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    bottom: 23px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #eeeff3;
    border-bottom: 0;
    z-index: 9999;
}

.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}
.nice-select ul li a{
    color: #666666;
}
.nice-select ul li.on {
    background-color: #e0e0e0;
}
.id-bottom{
    background: #1e68ac;
    height: 190px;width:100%;
    overflow: hidden;
}
.id-bottom .box{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.id-bottom .left{
    float: left;
    width: 394px;
    overflow: hidden;
}
.id-bottom .left .text{
    margin-top: 30px;
    margin-right: 12px;
    overflow: hidden;
}
.id-bottom .left .text a,
.id-bottom .left .text span{
    float: right;
    line-height: 24px;
    color: #ffffff;
}
.id-bottom .left .text span{
    margin: 0 12px;
}
.id-bottom .left .rap{
    overflow: hidden;
}
.id-bottom .left .rap a{
    float: right;
}
.id-bottom .left .rap a.li01{
    margin-top: 9px;
}
.id-bottom .left .rap a.li02{
    margin-top: 9px;
    margin-right: 24px;
}
.id-bottom .right{
    margin-top: 42px;
    float: left;
    width: 614px;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
}
.id-bottom .right img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

/*浮动*/

.flow_wind {
    z-index: 10000;
    position: fixed;
    width: 53px;
    top: 20%;
    right: 20px;
}
.flow_wind a {
    position: relative;
    z-index: 1;
    width: 53px;
    height: 53px;
    display: block;
    background-image: url(../images/ico_01.png);
}
.flow_wind>a>img{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 60px;
    z-index: 10;
    top:0;
}
.flow_wind>a:hover>img{
    display: block;
}
.flow_wind span{
    display: block;
    line-height: 28px;
    color: #444444;
    font-size: 12px;
    text-align: center;
}
.flow_wind .a {
    background-position: 0 -53px;
}
.flow_wind .b {
    background-position: 0 -106px;
}
.flow_wind .c {
    background-position: 0 -159px;
}

.flow_wind a:hover{
    background-image: url(../images/ico_02.png);
}