﻿body{
    font-size: 14px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.capital-top-nav{
    height: 35px;
    line-height: 35px;
}
.capital-top-nav ul li{
    float: left;
    margin-right: 34px;
}
.capital-top-nav ul li a{
    font-size: 12px;
    color: #fff;
}
.mobile{
    display: block;
    float: left;
    width: 12px;
    height: 18px;
    margin-right: 10px;
    margin-top: 8px;
    background: url(../images/mobile.png) no-repeat;
}
.chinese{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 8px;
    background: url(../images/chinese.png) no-repeat;
}
.index-search{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    cursor: pointer;
    background: url(../images/index-search.png) no-repeat;
}