/*-------------------header-------------------------*/
body{
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei";

}
.header{
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    background-color: white;
}
.header-content{
    width: 80%;
    margin: auto;
    height: 70px;
    line-height: 70px;
}
.header-left{
    width:50%;
    float: left;
    color: #2a3542;
    font-size: 22px;
    white-space:nowrap;
    overflow: hidden;
}
.header-left img{
    vertical-align: middle;
}

.header-right{
    float: right;
    width: 50%;
    text-align: right;
    color: #333;
    font-size: 14px;
    white-space:nowrap;
    overflow: hidden;

}

/*-------------------header-end------------------------*/



/*-------------------content------------------------*/
.content{
    width: 100%;
}
.content-con{
    width:55%;
    margin: auto;
}
.con-left{

    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.con-left>p{
    font-size: 16px;
    color: #595959;
}
.con-left>a{
    margin-top: 20px;
    display: inline-block;
    height: 38px;
    width: 120px;
    font-size: 16px;
    text-decoration: none;
    line-height: 38px;
    text-align: center;
    color: #fd5f51;
    border: 1px solid #fd5f51;
    border-radius: 8px;
}
.con-left>a:hover{
    color:#fff;
    background-color: #fd5f51;
}
.con-left>a~a{
    color: #666;
    border: 1px solid #ddd;
    margin-left: 20px;
}
.con-right{
    display: inline-block;
    width: 45%;
}


/*-------------------content-end------------------------*/

/*-------------------footer-------------------------*/

.footer{
    position: absolute;
    bottom:0px;
    width: 100%;
    height:58px;
    line-height: 58px;
    text-align: center;
    color: #E3E4E6;
    background-image: url('../img/边条.png');
}
/*-------------------footer-end-------------------------*/