header {
    border-bottom: 1px solid rgb(199, 197, 197);
}

.banner {
    width: 100%;
    height: 10.08rem;
    position: relative;
    padding-top: 0.01rem;
}

.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bannercont {
    width: 16rem;
    position: absolute;
    top: 2.3rem;
    left: 50%;
    margin-left: -8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutt {
    font-size: .56rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.31rem;
    position: relative;
    top: -1rem;
    opacity: 0;
    transition: all 1s;
}

.abd {
    font-size: .4rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    top: 1rem;
    opacity: 0;
    transition: all 1s;
}

.bright {
    display: flex;
    justify-content: flex-end;
    margin-top: .5rem;
}

.brightcon {
    background: linear-gradient(225deg, #26B7BC, #0B86F3);
    opacity: .9;
    padding: 1rem 1.6rem .6rem 1.3rem;
    position: absolute;
    bottom: 1.1rem;
    right: 0;
}

.brightcon p {
    width: 8.8rem;
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0;
    transition: all 1s;
}

.qywh {
    width: 100%;
    padding-top: 0.01rem;
    padding-bottom: 1rem;
}

.qywhcon {
    width: 16rem;
    margin: auto;
}

.qbcon {
    display: flex;
    justify-content: space-between;
}

.toptitle {
    width: 100%;
    text-align: center;
    font-size: .56rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 0.53rem;
    margin-bottom: 0.53rem;
    top: -1rem;
    position: relative;
    opacity: 0;
    transition: all 1s;
}

.qbl {
    width: 6.55rem;
    height: 6.55rem;
    border-radius: 50%;
    position: relative;
    left: -2rem;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
}
.qbl:hover img{
    transform: scale(1.1);
}

.qbl img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.qbr dl{
    margin-bottom: 0.74rem;
    position: relative;
    left: 2rem ;
    opacity: 0;
}
.qbr dt {
    font-size: .36rem;
    color: #333;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.qbr dd {
    font-size: .26rem;
    font-family: Source Han Sans CN;
    color: #333333;
    margin-left: 0;
}
.timg{
    width: 12.28rem;
    height: 7.5rem;
    margin: auto;
    transform: scale(0);
    transition: all 1s;
}
.timg img{
    width: 100%;
    height: 100%;
    
}