header {
    position: unset !important;
}

header.actioe .logo1,
header .logo1 {
    display: block !important;
}

header.actioe .logo2,
header .logo2 {
    display: none !important;
}

header .header_box nav>ul>li>a,
header .header_box .search .iconfont {
    color: #333 !important;
}

header .header_box nav>ul>li.active>a,
header .header_box nav>ul>li:hover>a {
    color: #D80414 !important;
}

main {
    padding: 100px 0 120px;
    box-sizing: border-box;
    position: relative;
}

main #allmap {
    width: 100%;
    height: 690px;
    border-radius: 10px;
}

main .content {
    width: 340px;
    position: absolute;
    left: 0;
    bottom: 120px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 54px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 40px 0 40px 40px;
}

main .content .one {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

main .content .one:nth-child(1) {
    margin-top: 0;
}

main .content .ico .iconfont {
    color: #fff;
    font-size: 20px;
}

main .content .icon-dianhua1,
main .content .icon-dizhi1 {
    font-size: 23px !important;
}

main .content p {

    color: #333333;
    line-height: 36px;
}

main .content p:nth-child(2) {}

main .content .f36 {
    /* color: #D80414; */

}

main .content .ico {
    margin-right: 20px;
}

.ico i {
    width: 53px;
    height: 53px;
    background: #DC0017;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ico i:before {
    padding-left: 3px;
}

.ico span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #DC0017;
    border-radius: 50%;
    z-index: -2;
    animation: ico 1s linear infinite;
}

.ico span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #DC0017;
    border-radius: 50%;
    z-index: -2;
    animation: video2 1s 2s linear infinite;
}

@keyframes ico {
    0% {
        width: 50px;
        height: 50px;
        opacity: 0.6;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0.3;
    }
}

@media (max-width:1680px) {
    main {
        padding: 100px 0;
    }

    main .content {
        /* width: 500px; */
        bottom: 100px;
    }

    .ico i {
        width: 45px;
        height: 45px;
    }

    main .content .one {
        margin-top: 30px;
    }
}

@media (max-width:1440px) {
    main {
        padding: 80px 0;
    }

    main #allmap {
        height: 600px;
    }

    main .content {
        /* width: 450px; */
        width: 300px;
        bottom: 80px;
    }

    .ico i {
        width: 40px;
        height: 40px;
    }

    main .content .ico .iconfont {
        font-size: 18px;
    }

    main .content .one {
        margin-top: 25px;
    }
}

@media (max-width:1280px) {
    main {
        padding: 60px 0;
    }

    main .content {
        /* width: 400px; */
        width: 280px;
        padding: 30px 0 30px 35px;
        bottom: 60px;
    }
}

@media (max-width:1024px) {
    main {
        padding: 40px 0;
    }

    main .content {
        bottom: 40px;
    }
}

@media (max-width:768px) {
    main {
        padding: 30px 0;
        display: flex;
        flex-direction: column-reverse;
    }

    main .content {
        width: 100%;
        transform: translateX(0%) translateY(0%);
        padding: 30px;
        box-sizing: border-box;
        position: unset;
        margin-bottom: 30px;
    }

    main #allmap {
        height: 200px;
    }

    main .content p {
        line-height: 30px;
    }

    .ico i {
        width: 35px;
        height: 35px;
    }

    .icon-dianhua1,
    .icon-dizhi1 {
        font-size: 18px !important;
    }

    main .content .ico .iconfont {
        font-size: 15px;
    }
}