/* 
    Created on : 2017-3-27, 16:37:16
    Author     : CHEEE, All Rights Reserved.
*/
.banner{
    background: url('../img/about-banner.png') no-repeat center;
    background-size: cover;
}
.quote{
    position:absolute;
    z-index: 1;
    top: 320px;
    color: white;  
    width: 100%;
    text-align: center;
}
.quote span{
    display: block;
    font-size: 32px;
    line-height: 55px;
    font-weight: bold;
}
#quote-left{
    position: relative;
    top: 25px;
    right: 330px;
}
#quote-right{
    position: relative;
    bottom: 20px;
    left: 345px;
}
.quote p{
    font-size: 15px;
    line-height: 19px;
}
#quote-name{
    font-weight: 300;
    padding-top: 33px;
}
#quote-title{
    font-weight: 100;
}
.about{
    margin-top: 76px;
}
.about p, .parterners p{
    padding: 20px 15px;
    font-size: 14px;
    color: #686868;
    line-height: 18px;
}
.parterners{
    margin-top: 20px;
}
#table{
    margin-top: 100px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
#table td{
    overflow: hidden;
}
.td-content{
    width: 290px;
    height: 110px;
}
.links-des{
    visibility: hidden;
    background: rgba(0,0,0,0.50);
    width: 290px;
    height: 110px;
    color: white;
    font-size: 14px;
    line-height: 110px;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
}
.see{
    width: 100%;
    margin-top: 130px;
    margin-bottom: 80px;
}
.see-btn{
    width: 331px;
    height: 61px;
    background: black;
    color: #C30D23;
    font-size: 20px;
    line-height: 61px;
    letter-spacing: 1px;
    font-family: "Montserrat-Light";
    border: none;
    margin: 0 auto;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.see-btn:hover{
    background: #C30D23;
    color: #F2F2F2;
}
@media (max-width: 1199px){
    .quote{
        top: 270px;
    }
    #table{
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
        width: 700px;
    }
    #table td{
        margin-top: 20px;
        margin-left: 30px;
        margin-right: 30px;
        display: block;
        float: left;
    }
}
@media (max-width: 767px){
    .quote{
        top: 170px;
    }
    .quote span{
        font-size: 20px;
        line-height: 45px;
    }
    #quote-left{
        position: relative;
        top: 25px;
        right: 190px;
        width: 20px;
    }
    #quote-right{
        position: relative;
        bottom: 20px;
        left: 195px;
        width: 20px;
    }
    .quote p{
        font-size: 14px;
    }
    #table{
        margin-top: 30px;
        width: 290px;
    }
    #table td{
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .see-btn{
        width: 231px;
        height: 51px;
        font-size: 16px;
        line-height: 51px;
    }
    .about p, .parterners p, .myskill p{
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 414px){
    .after-banner{
        height: 50px;
    }
    .parterners{
        margin-top: 0;
    }
    .quote{
        top: 120px;
    }
    .quote span{
        font-size: 14px;
        line-height: 30px;
    }
    #quote-left{
        right: 140px;
        width: 14px;
    }
    #quote-right{
        left: 145px;
        width: 14px;
    }
    .quote p{
        font-size: 12px;
    }
    #quote-name{
        padding-top: 0px;
    }
    .links-des{
        height: 80px;
        line-height: 80px;
    }
}