﻿body{
    background-color: #fafafa;
    font-size: 14px;
}
.container{
    max-width: 1200px !important;
    overflow: hidden;
}
.fl{
    float: left;
}

.fr{
    float: right;
}
i.fa {font-size: 22px;}
.btn-success {
    animation: 1s shine infinite;
}
.index-op{
    -webkit-animation: .2s pageone; 
    animation: .2s pageone;
}
#pp-nav li {
    margin: 30px 10px;
}
#pp-nav li .pp-tooltip {color: transparent;}
#pp-nav li a span {
    border:0;
    background:rgba(0,0,0,.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;    
}
#pp-nav li a.active span, 
#pp-nav li:hover a span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #223355;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    top: 50%;
    left: 50%;
    margin-top: -18px;    
    margin-left: -18px;
} 
#pp-nav li:nth-child(1) a.active span, 
#pp-nav li:nth-child(1):hover a span {background-image:url(../img/home/d_home.png);}
#pp-nav li:nth-child(2) a.active span, 
#pp-nav li:nth-child(2):hover a span {background-image:url(../img/home/d_info.png);}
#pp-nav li:nth-child(3) a.active span, 
#pp-nav li:nth-child(3):hover a span {background-image:url(../img/home/d_skills.png);}
#pp-nav li:nth-child(4) a.active span, 
#pp-nav li:nth-child(4):hover a span {background-image:url(../img/home/d_works.png);}
#pp-nav li:nth-child(5) a.active span, 
#pp-nav li:nth-child(5):hover a span {background-image:url(../img/home/d_contact.png);}
@keyframes shine {
  50% {
    transform: scale(1.1);
  }
}
.wrapper{
    margin: 0 auto;
    width:100%;
}
#down{
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ccc;
    position: fixed;
    right:50%;
    margin-right: -45px;
    bottom:3%;
    border-radius: 5px;
    z-index:999;
    cursor: pointer;
    display: none;
}
#down:hover{
    background:#96a3b2 ;
}
#down img{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
/*.section1{
    color: #223355;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}*/
.section3,.section5{
    background: url(../img/bg/skills-bg.jpg) no-repeat center;
    background-attachment: fixed;
}
/*.section5{
    background: url(../img/bg/achivements-bg.jpg) no-repeat center;
    background-attachment: fixed;
}*/
.cv-container{
    width:100%;
    margin:0 auto;
}
.fades, .fade{
    transform: translateY(2em);
    -webkit-transform: translateY(2em);
    opacity:0;
}
.section.active .fadesin1{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transition: all 1s 0s;
}
.section.active .fadesin2{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transition: all 1s 0.5s;
}
.section.active .fadesin3{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transition: all 1s 1s;
}
.section.active .fadesin{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transition: all 1s 0.2s;
}

/*.section{
    width: 100%;
    height: 100vh;
    position: relative;
    padding-bottom: 20px;
}*/
/*.section{
    min-height: 700px;
}*/
/*.section5{
    min-height: 100vh;
    height: auto;
}*/
/*.section2,  .section6{
    height: 80vh;
    padding-bottom: 100px;
}
.section4, .section3{
    height: 70vh;
    padding-bottom: 100px;
}*/

.section1 h1{
  font: bold 200% Consolas, Monaco, monospace;
  border-right: .1em solid;
  width: 14ch;
  margin:50px auto;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 7s steps(13, end), blink-caret 0.5s step-end infinite alternate;
}

@keyframes typing {
  0% {
    width: 0;
  }
}
@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}
.bg-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-img li,.bg-img li.show{
    webkit-animation: fadescale 5s forwards;
    animation: fadescale 5s forwards;
}
.bg-img li{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    opacity: 0;
}
@keyframes fadescale{
    0%{
        opacity: 1;
        transform: scale(1);
    }

    50%{
        opacity: 1;
        transform: scale(1.1);
    }

    100%{
        opacity: 0.5;
        transform: scale(1);
    }
}
@-webkit-keyframes fadescale{
    0%{
        opacity: 1;
        -webkit-transform: scale(1);
    }
    50%{
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100%{
        opacity: 0.5;
        -webkit-transform: scale(1);
    }
}
.bg-img li:nth-child(1){
    background: url(../img/bg/bg1.jpg) no-repeat center ;
    background-size: cover;
}
.bg-img li:nth-child(2){
    background: url(../img/bg/bg2.jpg) no-repeat center ;
    background-size: cover;
}
.bg-img li:nth-child(3){
    background: url(../img/bg/bg3.jpg) no-repeat center ;
    background-size: cover;
}
.bg-img li:nth-child(4){
    background: url(../img/bg/bg4.jpg) no-repeat center ;
    background-size: cover;
}
.section1 h3{
    letter-spacing: 3px;
    /*color: #96a3b2;*/
    font-size: 30px;
    margin: 40px 0;
}
.myIntro{
    padding: 35vh 0 0 ;
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    letter-spacing: 2px;
    transition: all 0.35s;
    background: rgba(256,256,256,0.5);
}
.section1  h1{
    margin-top:0;
}
.section1 div.myIntro > span{
    display: inline-block;
    width:150px;
    height:50px;
    line-height: 48px;
    font-size: 16px;
    border: 1px solid #223355;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px;
    background: rgba(256,256,256,0.8);
}
.section1 div > span:hover, .section1 div > span.active{
    background: #223355;
    color: #fff;
}
.section1 div > span a {
    -webkit-transition: all 1s 1s;
    -o-transition: all 1s 1s;
    transition: all 1s 1s;
}
.section1 div > span:hover a {color: #fff;}
.nav-bar{
    width: 100%;
    height: 70px;
    background-color: #223355;
    color: #f5f5f5;
}
.nav-bar.fixed{
    position: fixed;
    top:0;
    z-index: 999;
}
.nav-bar div.fl{
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    color: #fff;
}

.nav-ul li{
    font-size: 16px;
    float: left;
    line-height: 70px;
    width: 100px;
    cursor: pointer;
    text-align: center;
}
.nav-ul li a {color: #fff;}
.nav-ul li:hover a, .nav-ul li.active a{
    color: #ff7800;
}
.nav-xs-ul li{
    color: #f5f5f5;
}
.nav-ul.nav-xs-ul{
    position: absolute;
    top: 70px;
    left:0;
    width:100%;
    background: #223355;
    display: none;
}
.nav-ul.nav-xs-ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #223355;
    cursor: pointer;
    text-align: center;
}
.nav-ul.nav-xs-ul li:first-child{
    border-top: 1px solid #555;
}
.more-nav{
    display: none;
    cursor: pointer;
}
.section2 h2{
}
.section h2{
    text-align: center;
    font-size: 34px;
    color: #223355;
    margin-bottom: 60px;
    letter-spacing: 2px;
 }

.hot-words p {
    font-size: 14px;
    color: #000;
    line-height: 2;
}
.my-intro .img {
    width: 90px;
    height: 90px;
    cursor: pointer;
    -webkit-transition: background .2s,-webkit-transform ease-out .1s;
    transition: background .2s,-webkit-transform ease-out .1s;
    transition: transform ease-out .1s,background .2s;
    transition: transform ease-out .1s,background .2s,-webkit-transform ease-out .1s;
    background-color: rgba(34, 51, 85, .8);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.my-intro .img:after {
    content: '';
    position: absolute;
    left: 0;
    box-shadow: 0 0 0 2px rgba(34, 51, 85, .1);
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.my-intro .img:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transition: all 1s 0.2s;
}
.my-intro .img:hover:after {
    -webkit-animation: effect 1.3s ease-out 75ms;
    animation: effect 1.3s ease-out 75ms
}
@-webkit-keyframes effect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px rgba(44, 62, 80, .2),0 0 0 10px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px rgba(44, 62, 80, .2),0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes effect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px rgba(44, 62, 80, .2),0 0 0 10px rgba(255,255,255,.5)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px rgba(44, 62, 80, .2),0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
.my-intro .img img {
        width: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}
/*.section2{
    background: url(../img/bg/services-bg.jpg) no-repeat center;
    background-attachment: fixed;
}*/

div.skill{
    padding: 15px;
}
div.skill p{
    text-align: center;
}
.skill img{
    width: 80px;
    height: 80px;
    border-radius: 0!important;
}
.ptitle{
    color: #ff7800;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
}
/*.section4{
    height: auto;
    min-height: 100vh;
}*/
.section4.section hr{
    margin-bottom: 30px;
}
.section4.section .intros{
    margin-bottom: 60px;
}
.section4 .container>div{
    padding: 10px;
    transition: all 0.3s linear;
}
.section4 .container > div:hover{
    transition: all 0.3s linear;
    padding: 0;
}
.section4 .container > div .img-layer{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    padding: 10px;
    top: 50%;
    margin-top: -46px;
    left: 0;
}
.section4 .container > div .img-layer h4{
    font-size: 16px;
    color: #fff;
}

.section4 .container > div .img-layer p{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
    padding: 0 10px;
}
.section4 .container > div .img-layer img{
    width: 25px;
    height: 25px;
}

.section4 .container > div:hover .img-layer{
    display: block;
}
.section4 .container > div:hover .img-box img{
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.section4 .container>div .img-box{
    width:100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.section4 .container .img-box img{
    width: 100%;
    transition: all 0.3s ease;
}

/*
    section5
*/

.wrap-box{
    position: relative;
    background: #dddddd;
    margin: 0 auto;
}

.circle-wrap, .circle-wrap .percent, .wrap-box{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.circle-wrap{
    border: 10px solid #ddd;
    position: absolute;
    clip: rect(0,140px,140px,70px);/* 需要显示出来的全部*/
}
.circle-wrap.clip-auto{
    clip:rect(auto, auto, auto, auto);
}
.circle-wrap .percent{
    left: -10px;
    top: -10px;
    border: 10px solid #223355;
    position: absolute;
}
.circle-wrap .left-clip {
    clip:rect( 0 70px 140px 0); /* 需要显示出来的左边*/
    transition : transform ease;
}
.circle-wrap .right-clip {
    clip: rect(0,140px,140px,70px); /* 需要显示出来的右边*/
}
.circle-wrap .right-clip.widt0{
    width: 0;
}
.circle-num{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 10px;
    left:10px;
    background: #fff;
    z-index: 1;
    line-height: 120px;
    border-radius: 50%;
}
.circle-num span{
    font-size: 30px;
    color: #0c4b62;
    margin-right: 3px;
}
.section3 .wrap-box .left-clip{
    transform: rotate(180deg);
}
.section3.active .fades>div:nth-child(1) .left-clip{
    transform: rotate(324deg);
    transition: 2s;
}
.section3.active .fades>div:nth-child(2) .left-clip{
    transform: rotate(324deg);
    transition: 2s;

}
.section3.active .fades>div:nth-child(3) .left-clip{
    transform: rotate(306deg);
    transition: 2s;

}
.section3.active .fades>div:nth-child(4) .left-clip{
    transform: rotate(288deg);
    transition: 2s;

}
.section3 .ptitle{
    letter-spacing: 2px;
    margin-bottom: 20px;
}
/*
    section6
*/

.section6 .my-xp{
    overflow: hidden;
    margin-bottom: 0;
}

.section6 .my-xp:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1.5px;
    background-color: #eee;
}
.section6 .my-xp li{
    position: relative;
    overflow: hidden;
}

.section6 .date-box{
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    background: #fff;
    border-radius:  50%;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -75px;
}
.section6 .my-work{
    width: 40%;
    text-align: right;
}
.section6 .my-xp strong{
    color: #626e7c;
    font-size: 16px;
}
.section6 .my-work p{
    text-align: right;
}
.section6 .my-xp p.ptitle{
    margin: 0.5em 0;
}
.section6 .date-box p{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.section6 .my-school{
    width: 40%;
    float: right;
}
.section6 .my-school p, .section6 .my-school strong{
    text-align: left;
    display: block;
}
.section6 .my-xp li >div{
    height: 150px;
}
.section6 .my-xp li:not(:first-child){
    margin-top: 80px;
}
.section6 .my-xp li >div:last-child{
    padding: 1em 0 0;
}

.section5.section h2 ,.section5.section p{
    /*color: #fff;*/
}
#uyan_frame{
    width: 100%;
}
h4{
    color: #fff;
}
.section5 .footer {
    font-size: 14px;
    position: fixed;
    width: 100%;
    bottom: 20px;
}
.footer a {
    color: rgba(0,0,0,.5);
    transition: color .4s ease-in-out;
}
.footer a:hover {
    color: #000;
}
.lead {
    margin-bottom: 24px;
}
.lead i.fa {
    font-size: 38px;
    vertical-align: middle;
}
/*----- 技能掌握 -----*/
.skill-circle {
    color: #fff;
    padding:66px 0;
}

.skill-circle .outCircle {
    width: 300px;
    height: 300px;
    border: 4px dashed #ccc;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.skill-circle .innerCircle {
    width: 140px;
    height: 140px;
    border: 4px dashed #999;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.skill-circle .outCircle .out,
.skill-circle .innerCircle .inner {
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    text-align: center;    
    -webkit-backface-visibility: hidden
}

.skill-circle .outCircle .out:nth-child(1) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) 0s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) 0s infinite alternate
}

.skill-circle .outCircle .out:nth-child(2) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -6s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -2s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -6s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -2s infinite alternate
}

.skill-circle .outCircle .out:nth-child(3) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate
}

.skill-circle .outCircle .out:nth-child(4) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -10s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -6s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -10s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -6s infinite alternate
}

.skill-circle .outCircle .out:nth-child(5) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate
}

.skill-circle .outCircle .out:nth-child(6) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -14s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -10s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -14s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -10s infinite alternate
}

.skill-circle .outCircle .out:nth-child(7) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -16s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -16s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate
}

.skill-circle .outCircle .out:nth-child(8) {
    -webkit-animation: outX 8s cubic-bezier(.36,0,.64,1) -18s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -14s infinite alternate;
    animation: outX 8s cubic-bezier(.36,0,.64,1) -18s infinite alternate,outY 8s cubic-bezier(.36,0,.64,1) -14s infinite alternate
}

.skill-circle .innerCircle .inner:nth-child(1) {
    -webkit-animation: innerX 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) 0s infinite alternate;
    animation: innerX 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) 0s infinite alternate
}

.skill-circle .innerCircle .inner:nth-child(2) {
    -webkit-animation: innerX 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate;
    animation: innerX 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) -4s infinite alternate
}

.skill-circle .innerCircle .inner:nth-child(3) {
    -webkit-animation: innerX 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate;
    animation: innerX 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) -8s infinite alternate
}

.skill-circle .innerCircle .inner:nth-child(4) {
    -webkit-animation: innerX 8s cubic-bezier(.36,0,.64,1) -16s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate;
    animation: innerX 8s cubic-bezier(.36,0,.64,1) -16s infinite alternate,innerY 8s cubic-bezier(.36,0,.64,1) -12s infinite alternate
}


@-webkit-keyframes outX {
    0% {
        left: -27px;
    }

    100% {
        left: 260px;
    }
}

@keyframes outX {
    0% {
        left: -27px;
    }

    100% {
        left: 260px;
    }
}

@-webkit-keyframes outY {
    0% {
        top: -27px;
    }

    100% {
        top: 260px;
    }
}

@keyframes outY {
    0% {
        top: -27px;
    }

    100% {
        top: 260px;
    }
}

@-webkit-keyframes innerX {
    0% {
        left: -22px;
    }

    100% {
        left: 122px;
    }
}

@keyframes innerX {
    0% {
        left: -22px;
    }

    100% {
        left: 122px;
    }
}

@-webkit-keyframes innerY {
    0% {
        top: 122px;
    }

    100% {
        top: -22px;
    }
}

@keyframes innerY {
    0% {
        top: 122px;
    }

    100% {
        top: -22px;
    }
}


@media only screen and (max-width:1024px){
    .section1 div.myIntro h3{
        font-size: 20px;
        margin: 20px 0;
    }
    .nav-ul.nav-xs-ul {
        display: none;
    }
    .section6 .fades{
        width: 50%;
        margin: 0 auto;
    }
    .section6 .date-box{
        left: 0;
        margin-left: 0;
    }
    .section6 .my-xp:before{
        left: 85px;
        margin-left: 0;
    }
    .section6 .my-xp .my-xp-box{
        float: left;
        width: 55%;
        margin-left: 160px;

    }
    .section6 .my-xp .my-xp-box p,  .section6 .my-xp .my-xp-box strong{
        text-align: left;
        display: block;
    }
}
@media only screen and (max-width: 768px){
    /*导航改变*/
    .nav-ul{
        display: none;
    }
    .more-nav{
        display: block;
    }
    /*我的作品hover改变*/
    .section4 .container > div .img-layer{
        display: block;
    }
    .section4 .container>div .img-box img{
        -webkit-filter: brightness(0.3);
        filter: brightness(0.3);
    }
    .section6 .fades{
        width: 80%;
        margin: 0 auto;
    }
}
@media only screen and (max-width:415px){

    .section1 div.myIntro h1{
        font-size: .48rem;
    }
    .section1 div.myIntro h3{
        font-size: .32rem;
    }
    .section1 div.myIntro > span{        
        width: 4rem;
        height: .8rem;
        line-height: .78rem;
    }
    .nav-bar {height: 1rem;}
    .nav-bar div.fl {
        font-size: .4rem;
        line-height: 1rem;
    }
    .more-nav img {height: 1rem;}
    .nav-ul.nav-xs-ul {top: 1rem;}
    .nav-ul.nav-xs-ul li {
        height: .8rem;
        line-height: .8rem;
    }
    .section h2{
        font-size: .48rem;
        margin-top: .8rem;
        margin-bottom: .8rem;
    }
    .ptitle{
        font-size: .28rem;
        margin:.2rem 0 0;
    }
    .hot-words p {font-size: .28rem;}
    .my-intro .img {
        width: 1.2rem;
        height: 1.2rem;
    }  
    .skill-circle {
        padding: 1.2rem 0;
    }
    .skill-circle .outCircle {
        width: 6rem;
        height: 6rem;
    }
    .skill-circle .outCircle .out {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
    }
    .skill-circle .innerCircle {
        width: 2.8rem;
        height: 2.8rem;
    }
    .skill-circle .innerCircle .inner {
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
    }
@-webkit-keyframes outX {
    0% {
        left: -.54rem;
    }

    100% {
        left: 5.2rem;
    }
}

@keyframes outX {
    0% {
        left: -.54rem;
    }

    100% {
        left: 5.2rem;
    }
}

@-webkit-keyframes outY {
    0% {
        top: -.54rem;
    }

    100% {
        top: 5.2rem;
    }
}

@keyframes outY {
    0% {
        top: -.54rem;
    }

    100% {
        top: 5.2rem;
    }
}

@-webkit-keyframes innerX {
    0% {
        left: -.44rem;
    }

    100% {
        left: 2.44rem;
    }
}

@keyframes innerX {
    0% {
        left: -.44rem;
    }

    100% {
        left: 2.44rem;
    }
}

@-webkit-keyframes innerY {
    0% {
        top: 2.44rem;
    }

    100% {
        top: -.44rem;
    }
}

@keyframes innerY {
    0% {
        top: 2.44rem;
    }

    100% {
        top: -.44rem;
    }
}
    .section4 .container > div .img-layer h4 {
        font-size: .32rem;
    }
    .section4 .container > div .img-layer p{
        font-size: .24rem;

    }
    .section4 .container > div .img-layer img{
        display: none;
    }
    .section5 .lead {
        font-size: .4rem;
    }
    .section5 .lead i.fa {
        font-size: .72rem;
    }
    .section5 .footer {
        font-size: .28rem;
        bottom: .2rem;
    }
   
}