#head {
    width: 100%
}

.top {
    height: 38px;
    background-color: #fafafa;
    border-bottom: 1px solid #efefef
}

.head_inner_top {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    line-height: 38px;
    color: #666;
    overflow: hidden
}

.head_inner_top .left {
    float: left;
    height: 100%;
    text-align: center;
    color: #000;
    font-size: 14px
}

.head_inner_top .right {
    float: right;
    height: 100%;
    text-align: right;
    text-indent: 2em;
    color: #000;
    width: 280px
}

.head_inner_top .right .site {
    padding-left: 12px;
    background: url(../Image/icon_site.png) no-repeat center left
}

.head_inner_top .right .contact {
    padding-left: 12px;
    background: url(../Image/icon_phone.png) no-repeat center left;
    margin-left: 5px
}

.head_inner_top .right a {
    color: #ff9000
}

.head_inner_top .right span:hover a {
    color: #15409f
}

.head_inner_top .right span:hover i {
    color: #15409f
}

.head_inner_top .right .fx li {
    float: left
}

.head_inner_top .right .fx li:hover a {
    color: #15409f
}

.ta {
    width: 27%;
    padding-top: 47px
}

.head_inner_center {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.head_inner_center .left {
    float: left;
    height: 100%;
    overflow: hidden
}

.head_inner_center .left img {
    margin-top: 15px
}

.head_inner_center .right {
    float: right;
    height: 100%
}

.head_inner_center .right .l {
    float: right;
    width: 38px;
    height: 38px;
    margin: 51px 5px 0 0
}

.head_inner_center .right .r {
    float: right;
    width: 180px;
    height: 60px;
    margin-top: 30px
}

.head_inner_center .right .r span {
    display: block;
    font-size: 14px;
    line-height: 33px
}

.head_inner_center .right .r b {
    font-size: 26px;
    color: #006dd3;
    font-family: impact;
    line-height: 21px
}

.bottom {
    height: 60px;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    margin: 0 auto;
    z-index: 888;
    background: #105db7
}

.navi {
    display: inline-block;
    height: 100%;
    overflow: hidden
}

.navi a {
    float: left;
    width: 110px;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff
}

.navi a:hover,
.navi li .active {
    background-color: #04428a;
    color: #fff
}

#search {
    width: 1200px;
    height: 45px;
    margin: 0 auto
}

#search .left {
    float: left;
    height: 100%;
    padding-left: 20px;
    background: url(../Image/icon_hot.png) no-repeat center left
}

#search .left a {
    font-size: 14px;
    color: #999;
    line-height: 45px
}

#search .left a:hover {
    color: #1f1f2c
}

#search .left span {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 45px;
    margin-right: 10px
}

#search .right {
    float: right;
    height: 100%;
    overflow: hidden
}

#search .right form {
    margin-top: 7px;
    overflow: hidden
}

#search .right .btn {
    float: right;
    width: 60px;
    height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-indent: 14px;
    background: #1f1f2c url(../Image/icon_search.png) no-repeat 8px 11px
}

#search .right .btn:hover {
    background-color: #0470bd;
    cursor: pointer
}

#search .right .words {
    float: right;
    width: 198px;
    height: 28px;
    border: 1px solid #ccc;
    text-indent: 5px
}