body 
{
    font-family: "PingFang SC","Source Han Sans CN", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
.flex-row-center
{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (有bug) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex-row-space
{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (有bug) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.banner
{
    width: 100%;
    position: relative;
}
.banner img
{
    width: 100%;
}
.nav
{
    position: absolute;
    width: 100%;
    top:30px;
    left:0px;
}
.nav img
{
    width: 80%;
}
.biaodaninfo
{
    width: 100%;
    min-height: 500px;
    background-image: url('../images/footbeijing.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.biaodaninfo .biaodantitle
{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 37px;
    color: #000000;
}
.biaodaninfo .biaodanedu
{
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #000000;
}
.biaodanneirong
{
    width: 100%;
    padding:20px;
}
.biaodanliangge
{
    width: 100%;
    margin-top: 20px;
}
.biaodanliangge .dgbiaodan
{
    width: 48%;
}
.dgbiaodan .biaodannmc
{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.dgbiaodan .biaodankuang input
{
    width: 100%;
    height: 39px;
    margin-top: 10px;
    background: rgba(195,196,205,0.25);
    border-radius: 3px;
    border: 1px solid #FFFFFF;
}
.biaodandange
{
    width: 100%;
    margin-top: 20px;
}
.biaodandange .dgbiaodan
{
    width: 100%;
}