.wrapper{
    width: 960px;
    height: auto;
    margin: auto;
}
.cover{
    position: relative;
    margin-bottom: 125px;
}
img.main{
    width: 100%;
    height: auto;
    background-color: #ccc;
    margin-bottom: 10px;
}
.cover ul{
    width: 100%;
    height: auto;
}
.cover ul li{
    width: 32%;
    height: auto;
    float: left;
}
.cover ul li:nth-child(2){
    margin-left: 2%;
    margin-right: 2%;
}
.cover ul li img{
    width: 100%;
    height: auto;
}


.wrapper p.index{
    font-size: 38px;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 65px;
}


section{
    margin-bottom: 55px;
}
section .left{
    width: 514px;
    float: left;
    margin-bottom: 110px;
}
section .left div{
    width: 514px;
    border-left: 7px solid #96fff4;
    padding-left: 11px;
    float: left;
}
section .left div.grey{
    border-left: 7px solid #d2d2d2;
}
section .left div.orange{
    border-left: 7px solid #fff695;
}
section div:nth-child(2),
section div:nth-child(3),
section div:nth-child(4),
section div:nth-child(5){
    margin-top: 43px;
}
section ul{
    width: 428px;
    float: left;
}
section ul li{
    float: left;
}
section ul li:nth-child(2){
    margin-left: 20px;
}
section ul li p{
    font-size: 16px;
    text-align: center;
}

img.res{
    display: none;
}
div.back{
    width: 100%;
    height: auto;
    background: url(../images/back_profile.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div.position{
    width: 578px;
    height: auto;
    padding-left: 156px;
    padding-right: 42px;
    padding-bottom: 150px;
    padding-top: 200px;
    background-color: rgba(0,0,0,.4)
}
div.position section h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff
}
div.position section p{
    margin-bottom: 30px;
    color: #fff;
}






@media screen and (max-width: 980px){
    .cover{
        padding-top: 88px;
    }
    .cover ul{
        display: none;
    }
    .wrapper{
        width: 90%;
    }
    section{
        width: 80%;
        height: auto;
        margin: auto;
        margin-bottom: 55px;
    }
    section .left{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    section .left div{
        width: 100%;
        border-left: 7px solid #96fff4;
        padding-left: 11px;
        float: none;
    }
    section .left div.grey{
        border-left: 7px solid #d2d2d2;
    }
    section .left div.orange{
        border-left: 7px solid #fff695;
    }
    section div:nth-child(2),
    section div:nth-child(3),
    section div:nth-child(4),
    section div:nth-child(5){
        margin-top: 43px;
    }
    section .left div p{
        width: 95%;
        height: auto;
    }
    section ul{
        width: 100%;
        height: auto;
        float: none;
    }
    section ul li{
        float: left;
        margin: auto;
    }
    section ul li img{
        width: 100%;
    }
    section ul li:nth-child(2){
        margin-left: 20px;
    }
    section ul li p{
        font-size: 16px;
        text-align: center;
    }
    
    div.back{
        background: #fff;
        width: 100%;
    }
    img.res{
        display: block;
        width: 100%;
        height: auto;
    }
    div.position{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background-color: rgba(0,0,0,0);
        padding-top: 50px;
    }
    div.position section{
        width: 90%;
        height: auto;
        margin: auto;
    }
    div.position section h2{
        color: #000;
    }
    div.position section p{
        color: #000;
    }
}


@media screen and (max-width: 600px){
    section ul li:nth-child(2){
        margin-left: 0px;
    }
    section ul li.two{
        width: 80%;
        margin: auto;
    }
}