@charset "utf-8";


/*****头部***/

.xhy-header {
    min-width: 1200px;
    height: 518px;
    width: 100%;
    background: url("../images/xhy-bg_01.png") top center no-repeat
}


/*****尾部****/

.xhy-footer {
    width: 100%;
    height: 186px;
    background: #5c9a35;
    min-width: 1200px;
    margin-top: 33px;
}

.xhy-fcon {
    width: 1200px;
    margin: 0px auto 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}

.xhy-fcon p {
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.xhy-fcon p a {
    font-size: 13px;
    color: #ffffff;
}

.xhy-fcon p a:hover {
    text-decoration: underline;
}