.cprofile{
    width:100%;
    max-width: 1400px;
    margin: 0 auto 30px;
    display: flex;
}
.cprofile .img{
    flex-shrink: 0;
    height: auto;
    width: 40%;
}
.cprofile .img .bg{
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background: #c0e2ff;
    z-index:-1;
}
.comptxt{
    font-size: 18px;
    width: 60%;
    padding-top: 20px;
    margin-right:80px;
}
.comptxt p{
    line-height: 2;
    Text-indent:2em;
    margin-top: 20px;
}
ht h4{
    font-size: 34px;
}
ht h4:after{
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    background: #bbb;
    margin-top: 20px;
    margin-bottom: 15px;
}
ht d{
    font-size: 22px;
    display: block;
    padding-bottom: 20px;
}
.honor{
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    gap:14px 30px ;
}
.honor ht{
    width: 100%;
}
.honor img{
    width: 200px;
    max-height: 100%;
}
.honor  .honorwrap:nth-last-child(-n+7) img{
    -webkit-box-reflect: below 8px -webkit-linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, .3));
}

.honorwrap{
    text-align: center;
}
.honorwrap p{    color: #fff;
    margin-top: 10px;}
.honorbox{
    display: flex;
    align-items: center;
    height: 100%;
}
ul.honors{
    width: 100%;
    margin-top: 40px;
}
ul.honors li{
    width: 33.3%;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
}
.photoset{
    width:100%;
    max-width: 1400px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.photoset .photos1{
    height: 100%;
}
.photoset .photos1 .bg{
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background: #d5edff;
    z-index:-1;
}
.photoset .photos2{
    flex-shrink: 0;
    height: auto;
    margin-top: 40px;
}
.photoset .photos2 .bg{
    position: absolute;
    left: -20px;
    top: -20px;
    width: 100%;
    height: 100%;
    background: #edf5ff;
    z-index:-1;
}
@media screen and (max-width: 750px) {
.cprofile{
    padding:0 15px;
    flex-direction: column;
}
    .cprofile img{
        display: none;
    }
    .comptxt{
        width: 100%;
    }
    .photoset{
        flex-direction: column;
        margin-bottom: 60px;
    }
    .photoset >div{
        width: 100%;
        padding:0 15px;
        height: auto;
    }
    .photoset  .bg{
        display: none;
    }
    .honor{
        padding: 0 15px;
        align-items: flex-start;
        gap: 10px;
    }
    .honor img{
        width: 166px;
        min-height: 120px;
        -webkit-box-reflect: initial;
    }
    .honorwrap{
        height: auto;
        margin-bottom: 15px;
    }
    ul.honors{
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    ul.honors li{
        width: 48%;
        line-height: 1.4;
        margin-bottom: 12px;
        vertical-align: top;
    }
}
