﻿.top
{
    width:100%;
    height:97px;
    max-width:1920px;
    margin:0 auto;
    border-top:1px #fff solid;
    background-color:#f2f2f2;
}
.top_wrapper
{
    width:960px;
    height:97px;
    margin:0 auto;
    font-size:14px;
	font-family:"微软雅黑";
}
.top_logo
{
    float:left;
    width:158px;
    height:74px;
    padding-top:23px;
    text-align:center;
}
.top_hline
{
    float:left;
    width:62px;
    height:1px;
    margin:66px 0px 30px 20px;
    background-color:#4d5f99;
}
.top_title
{
    float:left;    
    width:490px;
    height:27px;
    margin:55px 20px 15px 20px;
    color:#162e7b;
}
.top_phone
{
    float:left;
    line-height:30px;
    text-align:right;
    margin-top:45px;
}
.top_phone img
{
    padding-left:15px;   
}
.font18
{
    font-size:18px;
}
.color1
{
    color:#e25b12;   
}