/*导航*/
.header{
    z-index: 999;
}
.container {
    width: 1200px;
    margin: 0 auto;
    font-family: '微软雅黑';
}
.header .header-top{
    height: 25px;
    margin-top: 10px;
    border:none;
    background:#fff;
    font-size:14px;
    color:#666;
}
.linkTo .link-tel{
    margin-right:35px;
}
.logo img{
    width:247px;
    height:91px;
}
.nav_con{
    font-size:18px;
    color:#666;
    float: right;
    margin-right:15px;
    margin-top:25px;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clearfix:after{
    content: ".";
    clear:both;
    display: block;
    height:0;
    overflow: hidden;
    visibility: hidden;
}
img{
    border: none;
}