.dinzhi:hover .dizhiic{
    transform: rotate(180deg);
    transition: 0.5s;
}
.w {
    width: 1226px;
    margin: 0 auto;
}
.dinzhi .qrcode {
    position: absolute;
    left: 0px;
    width: 100vw;
    height: 200px;
    overflow: hidden;
    line-height: 1;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    transition: height 0.3s;
    z-index: 99999;
}

.dinzhi:hover .qrcode {
    display: block;
    height: 200px;
}
.qecode-div{
    display: flex;
    justify-content: space-between;
    padding-top: 52px;
}
.qrcoui{
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    grid-template-rows: auto;
    grid-gap: 24px;
}
.qrcoui>li{
    text-align: center;
    height: 58px;
    background-repeat: no-repeat;
    background-size: 100%;
    list-style: none;
}
.qrcoui>li>div{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    line-height: 58px;
}
.qrcoui>li>div>p{
    display: inline-block;
    vertical-align: middle;
}
.qrcoui>li>div>p:hover{
    color: #007aff;
}
.qrcoui>li>div>img{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.qrcoui>li>div>img:nth-child(2){
    width: 30px;
    height: 20px;
}
.ditu{
    background-image: url('../../style/img/beijing.png');
}
.ditutj{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:110px 30px;
}
.ditutj>div>span:nth-child(1){
    display: inline-block;
    font-size: 40px;
    color: #007aff;
    font-weight: 700;
}
.ditutj>div>span:nth-child(1)>p{
    font-weight: 100;
    font-size: 20px;
    display: inline-block;
}
.ditutj>div>span:nth-child(2){
    display:block;
    font-size: 16px;
    color: #333;
}
.ksande>p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.cpspan {
    font-size: 20px;
    color: #666;
}
.zhshen {
    background-color: #042043;
    height: 310px;
}
.guansu {
    background-image: url(../../style/img/guangshu.png);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 100%;
}
.zxkf {
    width: 130px;
    height: 48px;
    background: #1890FF;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin: 30px auto 60px;
}
.ksande {
    text-align: center;
}
