*{margin: 0;padding: 0;font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;}
html,body{width: 100%;height: 100%;}
.bg{background: url(../images/bg_1.jpg) no-repeat;}
.blur{
    width: 100%;
    height: 100%;
    float: left;
	-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    background-position: center;
    background-size: cover;
}
.content{position: absolute;width: 100%;top: 200px;}
.headpic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #BBDAF9;
}
.headpic img{
    margin-left: -50px;
}
.name{
    text-align: center;
    color: #409EFF;
    font-size: 40px;
    margin: 20px 0 50px;
    font-weight: bold;
    text-shadow: 1px 2px #000, 2px 4px #BBDAF9;
}
.des{
    color: #409EFF;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}
.white{
    color: #fff;
}
.bold{
    font-weight: bold;
    font-size: 30px;
}
.gray{
    color: #909399;
}