body {
    margin:0;
    font:12px monospace,宋体,微软雅黑,Arial,sans-serif;

}
html,body {
    -webkit-text-size-adjust:none;
    background:#f7f7f7;
}
li,ol,ul,a,p {
    padding: 0;
    margin: 0;
    list-style:none;
    text-decoration: none;
}
input {
    vertical-align:middle;
    font-size:100%;
}
em,i {
    font-style:normal;
}

/*-----------------------头部-----------------------*/
.top{
    background: url("../images/tbgimg.png") no-repeat center top ;
    height: 219px;
}
.head{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/*-----------------------搜索框-----------------------*/
.myself-wrap{
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
    font-size: 1rem;
}
.myself-wrap .mywelcome{
    line-height: 38px;
    float: right;
    color:white ;
    margin-right: 50px;
}
.myself-wrap .myselfbox{
    float: right;
    width: 36px;
    padding: 0px 14px;
    height: 34px;
    background: url("../images/user.png") left 5px center no-repeat;
    color: #999999;
    border-radius: 25px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer;
    overflow:hidden;
    -o-transition: all 0.3s;
    -webkit-transition:  all 0.3s;
    -moz-transition: all 0.3s;
    margin-right: 8px;
}

.myself-wrap .myselfbox:focus{
    width: 205px;
}
.myself-wrap .mysearchbox{
    float: right;
    padding: 0px 10px;
    width: 17px;
    height: 32px;
    cursor: pointer;
    background: url("../images/search.png") right 5px center no-repeat;
    color: #ccc;
    border-radius: 25px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    outline: none;
    overflow:hidden;
    -o-transition: all 0.3s;
    -webkit-transition:  all 0.3s;
    -moz-transition: all 0.3s;
    margin-right: 180px;
}
.myself-wrap .mysearchbox:focus{
    width: 180px;
    padding-right: 35px;
}
.head .saying{
    margin-top: 35px;
    margin-right: 28px;
    width: 370px;
    text-indent: 2em;
    line-height: 20px;
    font-size: 0.8rem;
    color: #fefefe;
    float: right;
}
.head .portrait{
    position: absolute;
    left: 0px;
    top: -10px;
    float: left;
    width: 190px;
    height: 190px;
    margin: 15px;
    border: 1px #999999 solid;
    text-align: center;
    transform:rotate(-7deg);
    -ms-transform:rotate(-7deg); 	/* IE 9 */
    -moz-transform:rotate(-7deg); 	/* Firefox */
    -webkit-transform:rotate(-7deg); /* Safari 和 Chrome */
    -o-transform:rotate(-7deg); 	/* Opera */
    transition:transform 2s;
    -ms-transition: -ms-transform 2s;
    -moz-transition: -moz-transform 2s;
    -webkit-transition: -webkit-transform 2s;
    -o--transition:-o--transform 2s;
}
.head .portrait:hover{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.head .portrait span{
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.head .portrait img{
    width: 94%;
    height: 94%;
    vertical-align: middle;
}

/*-----------------------导航栏-----------------------*/
.content-nav{
    background-color: #F0F4F0;
    overflow: hidden;
}
.content-nav ul{
    width:1000px;
    margin: auto;
    overflow: hidden;
    height: 70px;

}
.content-nav ul li{
    padding-top: 8px;
    float: left;
    width:20% ;




     text-align: center;
    font-size: 1.2rem;
    height:62px;
}
.content-nav ul li a{
    color: #22BC81;
    vertical-align: middle;
}
.content-nav ul li img{
    width: 25px;
    height: 25px;
}
.content-nav ul li:hover{
    background-color: #E4ECE8;
    border-top: 1px solid #22BC81;
}
.content-nav ul li:hover a{
    color: #696D71;
    display: block;
    width: 100%;
}
.content-nav ul li:hover img{
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter:grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter:grayscale(1)
}
/*-----------------------个人档案-----------------------*/
.mainbg1
{
    width: 100%;
    background-color: #E4ECE8;
}
.content-intro{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px;
    color:#000;
}
.content-intro .content-title{
    margin-bottom: 2px;
}

.sidetop{
    width: 100%;
    height: 110px;
}
.sidetop li{
    width: 20%;
    float: left;
    font-size: 1.1rem;
    text-align: center;
    position: relative;
}
.sidetop li ul p{
    font-size: 0.9rem;
}
li hr{
    width: 1px;
    height: 27px;
}
.sidetop li ul {
    position: absolute;
    left: 25px;
    top: 28px;
    vertical-align: middle;
    display: none;
}

.sidebottom{
    width:100%;
    position: relative;
}
.sidebottom .fir-bu{
    position: absolute;
    right: 130px;
    top: 35px;
    width: 15%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.9rem;
    color: #FF9933;
    border: 1px solid #ffb266;
    cursor: default;
}
.sidebottom .sec-bu{
    position: absolute;
    left: 130px;
    bottom: 35px;
    width: 15%;
    font-size: 1.2rem;
    line-height: 1.9rem;
    text-align: center;
    color: #1f991f;
    border: 1px solid #52cc52;
    cursor: default;
}
.intro-wrapper .sidebottom table{
    width: 100%;
}
.intro-wrapper .sidebottom td{
    font-size: 1.1rem;
    color:#FF9933;
}
.intro-wrapper .sidebottom .sec-hob{
    color: #1f991f;
}
.intro-wrapper .sidebottom table .intro-tit{
    font-size: 1.3rem;
}


/*-----------------------生活风景-----------------------*/
.mainbg2{
    width: 100%;
    background-color: #F0F4F0;
}
.content-life{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px;
}
.content-life .content-title {
    margin-bottom: 2px;
}
.current{
    background: url("../images/le-1.png") no-repeat left 50px top 60px, url("../images/le-2.png") no-repeat right 50px top 60px;
    color: #1f991f;
}
.lifetime{
    width: 100%;
}
.lifetime li{
    width: 20%;
    float: left;
    font-size: 1.1rem;
    text-align: center;
}
.content-life .sidetop li ul {
    left: 135px;
    top: 28px;
}
.content-life .lifetime li span{
    font-size:0.9rem;
}
#tag{
    overflow:hidden;
}
#tag li{
    font-size: 1.2rem;
    cursor: pointer;
}
#tag li span{
    font-size: 1.25rem;
    line-height: 1.8rem;
}
#tagContent div{
    width:1000px;
    overflow: hidden;
    display:none;
}
#tagContent .lifecon1,.lifecon2,.lifecon3,.lifecon4,.lifecon5{
    margin-top: 20px;
}
#tagContent p{
    font-size: 1rem;
    line-height: 1.9rem;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

#tagContent .life-pic{
    width: 300px;
    height: 230px;
    margin:20px 12px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius:5px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    text-align: center;
    float: left;
    line-height: 1.3rem;
 }
#tagContent .life-pic li{
    position: absolute;
    width: 100%;
    color: #fff;
    line-height: 2.2rem;
    background-color: #FF9933;
    border-radius:0px 0px 5px 5px;
    display: none;
    left: 0px;
    bottom: 0px;
}
#tagContent .lifecon2  .life-pic li,
#tagContent .lifecon4  .life-pic li{
    background-color: #52cc52;
}
/*-----------------------时间轴-----------------------*/
.mainbg3
{
    width: 100%;
    background-color: #E4ECE8;
}
.content-diary a {
    color:#737373;
    text-decoration:none;
}
.content-diary a:hover {
    color:#fd8609;
    text-decoration: none;
    cursor: pointer;
}

.content-diary {
    position:relative;
    width:100%;
    margin:0 auto;
    padding-top: 30px;
    padding-bottom: 40px;
}
.content-diary .diary-wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.content-title {
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
    text-align: left;
    line-height: 3rem;
    color: #6f7b93;
    font-size: 1.5rem;
    /*padding-left:1%;*/
}
.content-diary .diary-main {
    background: url("../images/line-bg2.png") repeat-y 259px 0;
}
.content-diary .diary-main .diary-year {
    position: relative;
}
.content-diary .diary-main .diary-year .years {
    height: 40px;
    width: 165px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 40px;
    text-align: right;
}
.content-diary .diary-main .diary-year .years a {
    color: #6f7b93;
}
.content-diary .diary-main .diary-year .years i{
    display:block;
    position:relative;
    height:0;
    width:0;
    left:190px;
    top:-22px;
    border-width:8px;
    border-style:solid;
    border-color:#6f7b93 transparent transparent transparent;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    -webkit-transform-origin:6px 3px;
    -moz-transform-origin:6px 3px;
    -ms-transform-origin:6px 3px;
    -o-transform-origin:6px 3px;
    transform-origin:6px 3px
}
.content-diary .diary-main .diary-year .diary-list{
    padding:8px 0;
    position:relative;
    overflow:hidden;
    -webkit-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    -moz-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    -ms-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    -o-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;
    transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s
}
.content-diary .diary-main .diary-year .diary-list ul {
    bottom: 0;
}
.content-diary .diary-main .diary-year .diary-list ul li {
    background: url("../images/circle3.png") no-repeat 245px 6px;
    color: #000;
}
.content-diary .diary-main .diary-year .diary-list ul li.highlight {
    background: url("../images/circle2.png") no-repeat 249px 3px;;
}
.cls {
    zoom: 1;
}
.cls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content-diary .diary-main .diary-year .diary-list ul li.highlight .date, .content-diary .diary-main .diary-year .diary-list ul li.highlight .intro {
    color: #ec6a13;
}
.content-diary .diary-main .diary-year .diary-list ul li .date,.content-diary .diary-main .diary-year .diary-list ul li .version{
    float:left;
    display:block;
    clear:left;
    width:200px;
    line-height:24px;
    text-align:right
}
.content-diary .diary-main .diary-year .diary-list ul li .date{
    font-size:18px;
    line-height:32px;
    color:#737373
}
.content-diary .diary-main .diary-year .diary-list ul li .intro, .content-diary .diary-main .diary-year .diary-list ul li .more {
    float: left;
    width: 600px;
    margin-left: 120px;
    line-height: 20px;

}
.content-diary .diary-main .diary-year .diary-list ul li .more{
    padding-bottom:15px;
}
.content-diary .diary-main .diary-year .diary-list ul li .more p{
    margin: 5px 0px;
    font-size: 0.9rem;
}

.content-diary .diary-main .diary-year .diary-list ul li .intro {
    font-size: 1.1rem;
    line-height: 27px;
    color: #1f991f;
}
/*三角旋转*/
.content-diary .diary-wrapper:first-child .diary-main .diary-year.close .years i{
    transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg)
}
.content-diary .diary-wrapper:first-child .diary-main .diary-year.close .diary-list{
    opacity:0;
    height:0!important;
}
.ie7 .content-diary .diary-main .diary-year .years i{
    left:40px
}

.mainbg4{
    width: 100%;
    background-color: #F0F4F0;
}
.content-words{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

/*风琴*/
#demo{
    width:998px;
    height:500px;
    border:1px solid #CCC;
    overflow:hidden;
}
#demo li{
    float:left;
    position:relative;
    width:80px;
    height:100%;
    overflow:hidden;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;opacity:0.5;cursor:pointer;
}
/*#demo li div{position:absolute;width:100%;height:50px;line-height:50px;background:#000;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;bottom:0;left:0;display:none;text-align:center;}*/
#demo li .d1-tit{
    position:absolute;
    width:50px;
    height:200px;
    top:35%;
    left:15px;
    text-align: center;
    font-size: 1.5rem;
}
#demo li div a{
    color:#FFF;
    text-decoration:none;
}
#demo li div a:hover{
    color:#F00;
    text-decoration:none;
}
#demo li:first-child{
    width:758px;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}
#demo li:first-child div{
    display:block;
}
.d1{
    width:758px;
    height:500px;
    background: #7fd49b;
}
.d1 .d1-1{
    color:#174d29;
}
.d1 .d1-con{
    text-align:justify;
    text-justify:inter-ideograph;
    padding-right: 65px;
    position: absolute;
    left: 110px;
    top:50px;
    font-size: 1rem;
    line-height: 1.5rem;
    color:#174d29;
}
.d1 .d1-con p{
    text-indent: 2em;
}

.d2{
    width:758px;
    height:500px;
    background: #FFCC99;
}
.d2 .d2-2{
    color:#a66b32;
}
.d2 .d2-con{
    text-align:justify;
    text-justify:inter-ideograph;
    padding-right: 60px;
    position: absolute;
    left: 110px;
    top:65px;
    font-size:1rem;
    line-height: 1.5rem;
    color: #66411f;
}
.d2 .d2-con p{
    text-indent: 2em;
    padding-bottom: 10px;
}
.d3{
    width:758px;
    height:500px;
    background: #f0ef93;
}
.d3 .d3-3{
    color: #9c9b30;
}
.d3 .d3-con{
    position: absolute;
    left: 185px;
    top:60px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4d4c18;
}
.d3 .d3-con p{
    font-size: 1.2rem;
    padding: 15px 0px 5px 0px;
}
.d4{
    width:758px;
    height:500px;
    background: #f28e3d;
}
.d4 .d4-4{
    color: #9d5114;
}
.d4 .d4-con{
    position: absolute;
    left: 140px;
    top:65px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #4d280a;
    text-align: center;
}
.d4 img{
    padding:20px 20px;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.d4 img:hover{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}


/*回到顶部*/
.totop{
    position:fixed;
    bottom:40px;
    right:40px;
    width:50px;
    height:50px;
    display:none;
}
.totop a,.totop a:link{
    background-image:url(../images/sun2.png);
    background-repeat:no-repeat;
    width:50px;
    height:50px;
    outline:none;
    display:inline-block;
    background-size: cover;
}
.totop a:hover{
    background-image:url(../images/sun4.png);
    background-repeat:no-repeat;
    width:50px;
    height:50px;outline:none;
}