div.header div.nav li:nth-child(2){
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
}
div.header  div.nav li:nth-child(2) p:last-child{
    display: block;
}
div.header div.nav li:nth-child(2) p:first-child a{
    color:#197ed6;
}
div.bgPic{
    width:100%;
    height:300px;
    margin: 0 auto;
    /*background: url('../images/aboutBg.jpg') center no-repeat ;*/
}
div.about{
    width:1200px;
    margin: auto;
    font-size: 16px;
    line-height: 27px;
}

div.about div.contentText{
    width:530px;
    text-align: justify;
   color:#333333;

}
div.about  a{
    display: block;
    height:360px;
    float: right;
}
div.about h2{
    color:#197ed6;
    padding:32px 0 12px 0;
    text-align: center;
}
div.about p span{
    display: inline-block;
    color:#333333;
    margin:0 5px;
}
div.about h3{
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
}
div.about h3 span.contentLine{
    display: inline-block;
    margin:0 5px;
    width:30px;
    height:1px;
    vertical-align: middle;
    background: #333333;
}
div.about div.aboutContent div.contentText{
    margin:38px auto ;
    margin-bottom: 20px;
    color:#333333;
    height:170px;
    width:530px;
    text-align: left;
    overflow: hidden;
}
div.footer{
    width:100%;
    height: 360px;
    margin-top: 120px;
    position: relative;
    background:#05489a;
}