/*bass*/
html,body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    background: #16a085;
    color: #fff;
}
ul, ol{
    list-style: none;
}
img{
    border: 0;
}
a{
    color: #FFFFFF;
    text-decoration: none;
    outline-style:none;
}
a:hover, a:focus{
    text-decoration: none;
}
.clear{
    *zoom: 1
}
.clear:before,.clear:after{
    display: table;
    content: ""
}
.clear:after{
    clear: both
}
.hidden{
    display: none;
}
/*section*/
section {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 480px;
    margin-top: -240px;
    margin-left: -480px;
    background: rgba(200,200,200,0.7);
    border-radius: 6px;
}
section h1{
    text-align: center;
}
section article {
    width: 900px;
    margin: 0 30px;
}
.prev,.next{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 18px;
}
.prev a,.next a {
    display: block;
    height: 32px;
    width: 18px;
    margin: 0 auto;
}
.prev{
    left: 10px;
}
.prev a {
    background: url("../images/prev.png") no-repeat center;
}
.next {
    right: 10px;
}
.next a {
    background: url("../images/next.png") no-repeat center;
}
/*intro*/
#intro-icon {
    height: 100px;
    width: 100%;
    line-height: 100px;
}
.link {
    display: inline-block;
    height: 100px;
    width: 100px;
    text-indent: -9999em;
    -webkit-transition: 0.4s linear;
    transition: 0.4s ease-in;
}
.link:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
#link-github {
    background: url(../images/github.png) no-repeat center;
}
#link-weibo {
    background: url(../images/weibo.png) no-repeat center;
}
#link-blog {
    background: url(../images/blog.png) no-repeat center;
}
.info {
    float: left;
    width: 320px;
}
.info li {
    height: 30px;
}
.info li a {
    display: inline-block;
}
.info li a:hover {
    border-bottom: 2px solid white;
}
.info li span {
    display: inline-block;
    text-align: right;
    width: 70px;
}
.experience {
    float: right;
    display: inline-block;
    width: 460px;
    margin-left: 80px;
}
.experience p{
    line-height: 1.5em;
}
/*skill*/
#skill ul {
    float: left;
    padding: 0;
    height: auto;
    width: 160px;
    margin: 60px 0 0 48.8px;
    border: 2px solid #FFFFFF;
    font-size: 20px;
    font-family: "Microsoft YaHei light";
    text-align: center;
    vertical-align: top;
}
#skill li {
    height: 36px;
    line-height: 36px;
}
#skill li:first-child {
    background-color: #FFFFFF;
    color: #333;
}
#skill li:hover {
    background-color: #FFFFFF;
    color: #333;
    cursor: default;
}
/*works*/
#works .works-list {
    height: auto;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
}
#works .works-item {
    float: left;
    height: auto;
    width: 405px;
    margin-left: 30px;
}
#works .works-item .works-logo {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    -webkit-transition: 0.4s linear;
    transition: 0.4s ease-in;
}
#works .works-item .works-logo:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
#works .works-item .works-title {
    height: auto;
    font-size: 26px;
    text-align: center;
}
#works .works-title a:hover {
    border-bottom: 3px solid white;
}
#works .works-item .works-intro {
    height: auto;
    width: 405px;
    font-size: 18px;
    text-indent: 2em;
}
#works #invite-panel .works-logo {
    background: url(../images/invite-panel.png) no-repeat center;
}
#works #ibook .works-logo {
    background: url(../images/ibook.png) no-repeat center;
}
#works .works-more{
    margin-left: 30px;
    font-size: 18px;
}
#works .works-more a {
    color: red;
}
/*more*/
#more p {
    margin: 190px auto 0;
    text-align: center;
    font-size: 30px;
}
.copyright-text {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}
