*{
    margin: 0;
    padding: 0;
}
html{
    min-height: 100%;
    height: 1200px;
}
body{
    min-height: 100%;
    height: 1200px;
    background-image: url(../images/dhbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
body .zhuti{
    width: 1200px;
    margin: 0 auto;
}
body .zhuti .one{
    display: flow-root;
}
body .zhuti .one p{
    color: #fff;
    font-size: 20px;
    width: 140px;
    text-align: center;
    float: right;
    margin-top: 30px;
}
body .zhuti .one img{
    border-radius: 5px;
}
body .zhuti .two p{
    text-align: center;
    margin-top: 55px;
}
body .zhuti .two h1{
    text-align: center;
    color: #fff;
    font-size: 86px;
    font-weight: bold;
    margin: 85px 0;
}
body .zhuti .two p:nth-child(3) a{
    display: inline-block;
    width: 395px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0 45px;
    line-height: 80px;
    color: #fff;
    text-decoration-line: none;
    font-size: 35px;
    font-weight: bold;
    transition:all ease-out 0.5s;
}
body .zhuti .two p:nth-child(3) a:hover{
    display: inline-block;
    width: 395px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0 45px;
    line-height: 80px;
    color: #0059c1;
    text-decoration-line: none;
    font-size: 35px;
    font-weight: bold;
    background: #fff;
}
body .zhuti .two p a span{
    margin-left: 65px;
    letter-spacing: 5px;
}
body .zhuti .two p:nth-child(3) a:nth-child(1){
    background-image: url(../images/gongkai.png);
    background-repeat: no-repeat;
    background-position-x: 80px;
    background-position-y: 20px;
}
body .zhuti .two p:nth-child(3) a:nth-child(2){
    background-image: url(../images/fuwu.png);
    background-repeat: no-repeat;
    background-position-x: 80px;
    background-position-y: 20px;
}
body .zhuti .two p:nth-child(3) a:nth-child(1):hover{
    background-image: url(../images/gongkai\(1\).png);
    background-repeat: no-repeat;
    background-position-x: 80px;
    background-position-y: 20px;
}
body .zhuti .two p:nth-child(3) a:nth-child(2):hover{
    background-image: url(../images/fuwu\(1\).png);
}