@charset "utf-8";
/* CSS Document */
.banner {
    width: 100%;
    margin: 0 auto;
    height: 640px;
    background: url("../images/banner.png") no-repeat center;
}

.headtop{
    width: 1200px;
    height: 370px;
    margin: 0 auto;
    position: relative;
}
.banner  .headtop .logo{
    width: 528px;
    height: 111px;
    padding-top: 100px;
    display: inline-block;
    margin-left: 25px;
}
.banner  .headtop .zzms{
    width: 311px;
    height: 62px;
    margin-top: 25px;
    position: absolute;
    margin-left: 237px;
}
.banner  .headtop a{
    float: right;
    margin-top: 20px;
}

