.credentials-content{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.05);
}
.credentials-content:hover{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.2);
}
.credentials-content2 img{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.05);
}
.credentials-content2 img:hover{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.2);
}

.credentials-content img{
    width:100%
}
.credentials-content-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 20px 0 20px;
}
.credentials-content-word01{
    font-size: 14px;
    line-height: 18px;
    color: #858585;
    text-indent: 2em;
    padding: 0 20px 20px 20px;
}
.credentials-honour-title{
    font-size: 36px;
    color:#e66f4a;
    font-weight: bold;
    text-align: center;
}
.credentials-honour-word01{
    font-size: 14px;
    line-height: 18px;
    color: #858585;
    text-indent: 2em;
}
.credentials-law-title{
    font-size: 36px;
    color:#e66f4a;
    font-weight: bold;
    text-align: center;
}
.credentials-law-word01{
    font-size: 14px;
    line-height: 18px;
    color: #858585;
    text-align: center;
}

@media screen and (min-width:1281px){
    .index-top{
        background: url(../img/credentials/1.jpg) center center;
        background-size: cover;
        height:1184px;
        width:100%;
        padding-top: 50px;
    }
    .index-img2{

        background: url(../img/credentials/2.jpg) center center;
        background-size: cover;
        height:640px;
        width:100%;
        position: relative;
    }
    .credentials-content{
        width:60%;
        margin-left:20%;
        background-color: white;
        position: absolute;
        top:1000px;
    }
    .credentials-content2{
        width:60%;
        margin-left:20%;
        background-color: white;
        margin-bottom: 20px;
    }
    .credentials-photo01{
        width:24%;
        margin:0.5%;
    }
    .credentials-photo02{
        width:24%;
        margin:0 38% 0 38%;
    }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
    .index-top{
        background: url(../img/credentials/1.jpg) center center;
        background-size: cover;
        width: 100%;
        padding-bottom: 68%;
        padding-top: 50px;
    }
    .index-img2{

        background: url(../img/credentials/2.jpg) center center;
        background-size: cover;
        width: 100%;
        padding-bottom: 40%;
        position: relative;
    }
    .credentials-content{
        width:80%;
        margin-left:10%;
        background-color: white;
        position: absolute;
        top:900px;
    }
    .credentials-content2{
        width:80%;
        margin-left:10%;
        background-color: white;
        margin-bottom: 20px;
    }
    .credentials-photo01{
        width:24%;
        margin:0.5%;
    }
    .credentials-photo02{
        width:24%;
        margin:0 38% 0 38%;
    }
}
@media screen and (max-width: 767px){
    .index-top{
        background: url(../img/credentials/1.jpg) center center;
        background-size: cover;
        width: 100%;
        height:1184px;
    }
    .index-img2{
        background: url(../img/credentials/2.jpg) ;
        height:500px;
        width: 100%;
        padding-bottom: 60%;
        position: relative;
    }
    .credentials-content{
        width:90%;
        margin-left:5%;
        background-color: white;
        position: absolute;
        top:430px;
    }
    .credentials-content2{
        width:90%;
        margin-left:5%;
        background-color: white;
        margin-bottom: 20px;
    }
    .credentials-photo01{
        width:40%;
        margin:2% 5%;
    }
    .credentials-photo02{
        width:40%;
        margin:2% 30%;
    }
}