.banner {
    width: 100%;
    height: 6.35rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

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

.kcon {
    width: 100%;
    height: 10rem;
    background: url(/static/home/images/cbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.01rem;
}

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

.ktitle {
    width: 2.5rem;
    font-size: .56rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #36404B;

    background: linear-gradient(225deg, #26B7BC 30%, #0B86F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1.39rem;
    position: relative ;
    transition: all 1s;
    top: -1rem;
    opacity: 0;
}

.ccon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.mappic {
    width: 12rem;
    height: 6rem;
    position: relative;
    left: 1rem;
    opacity: 0;
    transition: all 1s;
}

.mappic img {
    width: 100%;
    height: 100%;
}

.texttagger {
    width: 7.6rem;
    height: 4.4rem;
    background: white;
    top: .7rem;
    left: -1rem;
    position: absolute;
    box-shadow: 0px 6px 27px 9px rgba(0, 0, 0, 0.04);
    opacity: 0;
    transition: all 1s;
}

.ctitle {
    text-align: center;
    margin-top: 1rem;
    font-size: .32rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #36404B;
    margin-bottom: 0.8rem;
}
.texttagger ul{
    margin-left: 1.1rem;
}
.texttagger ul li{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.texttagger ul li p{
    margin-left: .2rem;
    font-size: .2rem;
}
.texttagger ul li p b a{
    color: #333333;

}
.texttagger ul li img{
    width: 0.28rem;
    height: 0.28rem;
}