.id-head{
    width: 1200px;
    margin: auto;
}
.id-banner {
    overflow: hidden;
    height: 200px;
}

.id-banner img {
    height: 120px;
    float: left;
    margin: 60px 20px 0px 40px;
}

.id-banner .text {
    float: left;
}

.id-banner .text h1 {
    margin-top: 80px;
    color: #ffffff;
    line-height: 62px;
    font-size: 46px;
    text-align: left;
    color: #037edb;
 }

.id-banner .text p {
    line-height: 22px;
    font-size: 16px;
    color: #037edb;
    text-align: left;
    font-weight:bold;
}

.id-ss {
    width: 225px;
    height: 36px;
    overflow: hidden;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f1f8fe;
    margin-top: 160px;
    border: 1px solid #d8ebfa;
}
.id-ss .text{
    background: #f1f8fe;
    float: left;
    width: 183px;
    height: 36px;
    text-indent: 10px;
    border: 0;
}
.id-ss .btn{
    float: left;
    background: url("../images/ico.png");
    width: 39px;
    height: 36px;
    border: 0;
}
.id-nav{
    width: 1200px;
    margin: auto;
    height: 88px;
    background: #037edb;
}
.id-nav>ul>li{
    position: relative;
    z-index: 1;
    float: left;
    width: 13.5%;
}
.id-nav>ul>li>a{
    overflow: hidden;
    height: 88px;
    display: block;
}
.id-nav>ul>li>ul{
    background: url("../images/d04.png");
    width: 100%;
    top: 88px;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    display: none;
}
.id-nav>ul>li>ul>li>a{
    display: block;
    color: #333333;
    text-align: center;
    line-height: 33px;
}
.id-nav>ul>li:hover>ul{
    display: block;
}
.id-nav>ul>li>ul>li:hover>a{
    color: #a12100;
}
.id-nav>ul>li>a>img{
    display: block;
    width: auto;
    height: 30px;
    margin: auto;
    margin-top: 9px;
}
.id-nav>ul>li>a>span{
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.id-nav>ul>li:hover>a{
    background: #0090ff;
}
.logo-text{
    float: left;
    font-size: 42px;
    color: #037edb;
}
.logo-text h1{
    font-weight: 600;
    margin-top: 76px;
    line-height: 50px;
    letter-spacing: 8px;
}
.logo-text p{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}
.id-time {
    line-height: 30px;
    color: #444444;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
}
.id-time span{
    color:#fff;
    float: right;
}
.id-time span a{
    color:#fff;
    margin:0 5px;
}

.id-time .tq .time{
    float: left;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    line-height: 25px;
    color:#000;
}
