/*头部*/
.header{
    width:100%;
    height:220px;
    background:url(../img/ymbj.png) no-repeat;
    background-size:cover;
   -moz-background-size:cover;
   -webkit-background-size:cover;
   -o-background-size:cover;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ymbj.png',sizingMethod='scale');">
}
.header .wrap .logo{
    margin-top:68px;
    margin-left:20px;
    width:382px;
    height:68px;
}
/*导航*/
.nav{
    width:100%;
    height:52px;
    background-color:#027be6;
}
.nav .wrap ul li{
    float:left;
}
.nav .wrap ul li a{
    display:block;
    width:171.4px;
    height:52px;
    font-size:16px;
    color:#ffff;
    text-align: center;
    line-height: 52px;
    border-right:1px dotted #268dd8;
}
.nav .wrap ul li a i img{
    width:24px;height:24spx;
    vertical-align: -3px;
    margin-right:9px ;
}
.nav .wrap ul li .cur{
    background-color:#0090ff;
}
.nav .wrap ul li a:hover{
    background-color:#0090ff; 
}
.footer{
    background-color:#037edc;
    width:100%;
    height:112px;
}
.footer .wrap .foot{
    width:608px;
    height:112px;
    margin:0 auto;
}
.footer .wrap .foot img{
    margin-top:18px;
    margin-right:130px;
    width:62px;
    height:74px;
}
.footer .wrap .foot .xx{
    font-size:12px;
    text-align: center;
    padding-top:24px;
    color:#fff;
}
.footer .wrap .foot .xx span{
    display:block;
}
