html,
body {
    /*height:100%;*/
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}

a:link {
    text-decoration: none;
}

/* 未访bai问时的状态du */
a:visited {
    text-decoration: none;
}

/* 已访问过的状态 */
a:hover {
    text-decoration: none;
}

/* 鼠标zhi移动到链接上时的状态 */
a:active {
    text-decoration: none;
}

/* 鼠标按dao下去时的状态 */
.center {
    width: 1200px;
    margin: 0 auto;
}

header {
    height: 80px;
    width: 100%;
    position: absolute;
    z-index: 11;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;

}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.leftbar {
    display: flex;
    align-items: center;
}

.logobox {
    width: 161px;
    height: 45px;
    background: url(../images/logo-white.png);
    background-size: 100% 100%;
    margin-right: 40px;
}

.notice {
    display: flex;
    align-items: center;
    padding: 2px 12px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #b8c8e8;

}

.icon-tongzhi {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}

.notice>div {
    overflow: hidden;
    width: 300px;
}

.notice>div>span {
    display: inline-block;
    white-space: nowrap;
    animation: 10s rowleft linear infinite normal;
}

@keyframes rowleft {
    0% {
        transform: translate(300px, 0);
    }

    100% {
        transform: translate(-300px, 0);
    }
}

.rightbar {
    display: flex;
}

.rightbar>.button {
    cursor: pointer;
    padding: 0 24px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.rightbar>.button>span {
    height: 80px;
    line-height: 80px;
    display: inline-block;
}

.rightbar>.button>.dropdown-menu {
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    border-top: 2px solid #186fff;
    display: none;
}

.rightbar>.button>.dropdown-menu {
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
}

.rightbar>.button>.dropdown-menu:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #186fff;
    position: absolute;
    top: -20px;
    left: calc(50% - 10px);

}

.rightbar>.button:hover>.dropdown-menu {
    display: block;
}

.rightbar>.button2:hover>.dropdown-menu {
    display: flex;
}

.rightbar>.button2 .dropdown-menu {
    border-bottom: 1px solid white;
}

.dropdown-menu>li {
    border-top: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    /* padding-left: 25px; */
    text-align: center;
}

.dropdown-menu>li:hover {
    cursor: pointer;
}

.dropdown-menu>li:hover a {
    color: #186fff;
}

.dropdown-menu a {
    color: #666;
    font-size: 15px;
}

.rightbar>.button2>.dropdown-menu {
    width: 356px;
    padding: 10px;
}

.rightbar>.button3>.dropdown-menu {
    width: 350px;
    transform: translateX(-304px);
}

.rightbar>.button3>span {
    width: 70px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0;
    font-size: 16px;
    margin-left: 24px;
    background-color: #00aaff;
    margin-top: 24px;
}

.rightbar>.button3>.dropdown-menu:before {
    left: calc(100% - 45px);

}

.word-menu {
    color: #666;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    border-right: 1px dashed #0060ff;
}

.word-menu>span {
    display: inline-block;
    border-bottom: 1px dashed #fff;
    border-top: 1px dashed #fff;
    padding: 0 7px;
    line-height: 32px;
}

.word-menu>span.current {
    color: #0060ff;
    font-weight: bold;
    border-bottom: 1px dashed #0060ff;
    border-top: 1px dashed #0060ff;
    outline: 1px solid #fff;
}

.word-menu>span.current:first-of-type {
    border-top-color: #fff;
}

.word-menu>span.current:last-of-type {
    border-bottom-color: #fff;
}

.content {
    padding-top: 10px;
    display: none;
    color: #999;
    font-size: 14px;
}

.button2 .content {
    padding: 0;
    padding-left: 8px;
}

.content .nodata {
    display: block;
    text-align: center;
    width: 100%;
}

.content.current {
    display: block;
}

.content>span {
    display: inline-block;
    line-height: 36px;
    padding-left: 15px;
    width: 32%;
}

.button2 .content>span {
    line-height: 32px;
    width: auto;
}

.content>span>a:hover {
    color: #0060ff;
}

.header-title {
    width: 100%;
    height: 46px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #666;
    display: flex;
    justify-content: space-around;
}

.code-content {
    width: 100%;
    color: #333;
    display: none;
}

.header-title>span:hover {
    cursor: pointer;
    color: #0060ff;
}

.header-title>.current {
    border-bottom: 2px solid #0060ff;
    color: #0060ff;
}

.code-content>div:first-child {
    border-right: 1px solid #eee;
}

.code-content>div {
    width: 49%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: inline-block;
}

.code-content>div>img {
    width: 120px;
    display: block;
    margin: 10px auto;
    margin-top: 10px;
}

.code-content>div>div {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 9px;
}

.code-content.current {
    display: block;
}

.main {
    width: 100%;
    height: 715px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner-act {
    /* background: url(../images/banner1.jpg) center center no-repeat; */
    background: url(../images/branch/banner1.png) no-repeat;
}

.banner-domain {
    background: url(../images/branch/banner2.png) no-repeat;
}

.banner-opt {
    background: url(../images/branch/banner3.png) no-repeat;
}

.text-container {
    width: 1200px;
    /*height: 100%;*/
    position: absolute;
    left: calc(50% - 600px);
    top: 200px;
    color: #fff;
}

.text-container .banner-text1 {
    font-size: 50px;
    line-height: 50px;
    color: #2fc9bd;
}

.text-container .banner-text1 .banner-text-v4green {
    color: #fff;
}

.text-container .banner-text2 {
    margin-top: 28px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.text-container .banner-link-button {
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 54px;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 130px;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 20px;
    padding: 9px 0;
    border-radius: 0;
    background-color: #7e95c5;
    background-clip: content-box;
    opacity: 1;
    position: relative;

}

.swiper-pagination-bullet .current-dot {
    position: absolute;
    left: 0;
    top: 9px;
    width: 0;
    height: 2px;
    background-color: #fff;

}

@keyframes rowup {
    0% {
        width: 0;
    }

    100% {
        width: 50px;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .current-dot {
    animation: 5s rowup linear infinite normal;
    animation-iteration-count: 1;

}

.model-container {
    width: 100%;
    height: 116px;
    background-color: #173954;
    position: absolute;
    bottom: 0;
    z-index: 1111;
}

.service-action-ul li {
    float: left;
    width: 33.33%;
    height: 116px;
}

.service-action-ul li .subbanner-link-main {
    position: relative;
    display: block;
    width: 100%;
    height: 116px;
    border-left: 1px solid rgba(73, 127, 163, .6);
}

.service-action-box {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 33px;
}

.service-action-box img {
    height: 40px;
    width: 40px;

}


.service-action-text {
    padding: 0 0 0 27px;
}

.service-action-title {
    font-size: 18px;
    color: #fff;
}

.service-action-info {
    margin-top: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.service-action-link {
    margin-top: 10px;
    color: #2cc8e9;
    font-size: 16px;
}

.subbanner-link-icon {
    position: absolute;
    right: 31px;
    bottom: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(50%);
    background: url(../images/sub_banner_link.png) center no-repeat;
}

.service-action-ul li .subbanner-link-main.special {
    border-right: 1px solid rgba(73, 127, 163, .6);
}

.container-title {
    display: flex;
    justify-content: center;
    color: #666666;
    align-items: center;
    height: 50px;
    width: fit-content;
    margin: 0 auto;
    clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
    margin-top: 40px;
}

.container-sub-title {
    color: #333333;
    font-size: 24px;
    margin-top: 15px;
}

.container-bottom {
    padding-top: 20px;
    margin-bottom: 20px;
}

.container-bottom>div {
    display: flex;
    justify-content: space-between;
}

.bottom-first>div {
    width: calc(50% - 15px);
}

.bottom-last>div {
    width: calc(50% - 15px);
}

.container-bottom .bottom-box {
    display: flex;
    padding: 19px;
    background: linear-gradient(to top, rgba(241, 250, 255, 0) 0%, #EAEFF9 100%);
    border-radius: 2px;
}

.container-bottom .bottom-box-column {
    flex-direction: column;
}

.container-bottom .column-images {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;

}

#content-opt {
    margin-top: 20px;
}

#content-opt .content-opt_body {
    position: relative;
    height: 490px;
    margin-bottom: 20px;
}

#content-opt .opt-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

#content-opt .opt-card .card-item {
    height: 90px;
    margin: 0 10px 50px 0;
    padding: 18px 10px;
    width: 240px;
    box-sizing: border-box;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    line-height: 54px;
}

#content-opt .opt-card .card-item .card-title {
    display: flex;
    align-items: center;
}

#content-opt .opt-card .card-item .card-title img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

#content-opt .opt-card .card-content {
    margin-top: 5px;
    color: #4b5b76;
}

#content-opt .opt-box {
    width: 540px;
}

#content-opt .opt-img {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 3;
    width: 600px;
    height: 600px;
    border-radius: 0 4px 4px 0;
}

#content-opt #opt-line {
    position: absolute;
    top: -140px;
    right: 0px;
    z-index: 4;
    width: 700px;
    height: 660px;
}

#content-opt .opt-desc {
    margin-top: 50px;
    color: #666666;
    word-break: break-all;
    width: 80%;
}

.container-bottom .bottom-box .box-title {
    color: #0169CC;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.container-bottom .bottom-box .box-content {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.container-bottom .bottom-box img {
    /* margin-left: 30px; */
}

.container-title>div {
    width: 322px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    position: relative;
    line-height: 40px;
    background: #F5F2F2;
    z-index: 1;
    font-size: 18px;
}

.title-active {
    color: #fff;
}

.title-active::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 322px;
    height: 44px;
    z-index: -1;
    background-image: url(../images/branch/center-banner.png);
}

.service-action-ul li .subbanner-link-main:hover {
    background-color: #18486F;
}

.subbanner-1 {
    background: url(../images/branch/sub_banner_bg_1.png) right no-repeat;
}

.subbanner-2 {
    background: url(../images/branch/sub_banner_bg_2.png) right no-repeat;
}

.subbanner-3 {
    background: url(../images/branch/sub_banner_bg_3.png) right no-repeat;
}

.footer-banner {
    position: relative;
    background: url(../images/footer_bg.jpg) center no-repeat;
    height: 180px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.footer-bubble {
    position: absolute;
}

.bubble-1 {
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(../images/footer_bubble_1.png);
    -webkit-animation: bubble-animate-1 linear 10s infinite;
    -moz-animation: bubble-animate-1 linear 10s infinite;
    -o-animation: bubble-animate-1 linear 10s infinite;
    animation: bubble-animate-1 linear 10s infinite;
}

.bubble-2 {
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(../images/footer_bubble_2.png);
    -webkit-animation: bubble-animate-2 linear 12s infinite;
    -moz-animation: bubble-animate-2 linear 12s infinite;
    -o-animation: bubble-animate-2 linear 12s infinite;
    animation: bubble-animate-2 linear 12s infinite;
}

.bubble-3 {
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(../images/footer_bubble_3.png);
    -webkit-animation: bubble-animate-3 linear 11s infinite;
    -moz-animation: bubble-animate-3 linear 11s infinite;
    -o-animation: bubble-animate-3 linear 11s infinite;
    animation: bubble-animate-3 linear 11s infinite;
}

.footer-banner-text {
    height: 40px;
    margin-top: 45px;
    background: url(../images/font.png) no-repeat center;
}

.footer-banner-button,
.footer-banner-text {
    position: relative;
    z-index: 20;
}

.footer-banner-button a {
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    color: #fff;
}

@keyframes bubble-animate-1 {

    from,
    to {
        top: -120px
    }

    50% {
        top: -180px
    }
}

@keyframes bubble-animate-2 {

    from,
    to {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }
}

@keyframes bubble-animate-3 {

    from,
    to {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }
}


.footer {
    background-color: #2b373d;
}

.footer-floor2 {
    width: 100%;
    border-top: 1px solid #212a2f;
    padding: 20px 0;
    text-align: center;
}

.five-superiority {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #414b51;
}

.five-superiority-list li {
    float: left;
    width: 25%;
    height: 120px;
}

.five-superiority-list li>span {
    white-space: nowrap;
    display: block;
    line-height: 120px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: 50px center;
    font-size: 18px;
    color: #fff;
}

.technology_ico>span {
    background-image: url(../images/icon1.png);
}

.prepare_ico>span {
    background-image: url(../images/icon2.png);
}

.compensate_ico>span {
    background-image: url(../images/icon3.png);
}

.retreat_ico>span {
    background-image: url(../images/icon4.png);
}

.footer-left {
    width: 32%;
    float: left;
}

.footer-list {
    width: 68%;
    height: 100%;
    border-left: 1px solid #414b51;
    float: left;
    padding-left: 30px;
}

.footer-floor1 {
    width: 100%;
    padding: 40px 0 62px;
}

.company-box {
    width: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.company-name {
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.company-plat {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
}

.clear-float {
    clear: both;
}

.company-logo {
    position: relative;
}

.company-logo .pointer {
    position: absolute;
    bottom: 38px;
    left: 73px;
    animation: blink 4s linear infinite normal;
    ;
}

@keyframes blink {
    0% {
        opacity: 1;
        transform: scale(1);

    }

    25% {
        opacity: 0.5;
        transform: scale(1.1);

    }

    50% {

        opacity: 0;
        transform: scale(1.2);
    }

    75% {

        opacity: 0.5;
        transform: scale(1.1);
    }

    100% {

        opacity: 1;
        transform: scale(1);
    }

}

.footer-list ul {
    float: left;
    width: 25%;
}

.footer-list .flist-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-list li {
    line-height: 30px;
}

.footer-list li a {
    color: #819199;
    font-size: 14px;
}

.footer-list li a,
.global-topbar a,
.header-nav-li>a,
a {
    text-decoration: none;
}

.official-plat {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #9c9c9c;
    padding-left: 18px;
}

.official-plat .two-code {
    width: 60px;
    height: 60px;
    /* background-image: url(../images/publish-code.jpg); */
    background-image: url(../images/official-code.jpg);
    background-size: 100% 100%;
}

.info-container {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-container .iconfont {
    margin: 0 8px;
    font-size: 22px;
}

.footer-floor2 {
    width: 100%;
    border-top: 1px solid #212a2f;
    padding: 20px 0;
    text-align: center;
}

.footer-floor2 p {
    text-align: center;
    color: #969696;
    font-size: 14px;
    line-height: 25px;
}

.footer-floor2 a {
    color: #969696;
}

.policeIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 8px 0 20px;
    background: url(../images/policeIcon.png);
    position: relative;
    top: 3px;
}

a:link {
    text-decoration: none;
}

.footer-list li a:hover {
    color: #fff;
}

.instruction-container {

    display: flex;
}

.first-container {
    flex-direction: column;
}

.first-container .lidar-content {
    display: flex;
    justify-content: space-between;
}

.first-container .lidar-content div {
    width: 18%;
    background: #F9FAFF;
    border: 1px solid #80C1FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 266px;
    color: #333333;
    animation: shake 5s infinite;
}



.first-container .lidar-content div:nth-of-type(2n) {
    margin-top: 30px;
}

.first-container .lidar-content div img {
    margin-bottom: 40px;
}

.instruction-container .left {
    width: 42%;
}

.instruction-container .right {
    width: 58%;
}

.right .space {
    width: 100%;
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.right .center {
    width: 238px;
    height: 238px;
    /* border-radius: 50%;
       background: #ff5f40;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -119px;
    overflow: hidden;
    z-index: 2;
    background-image: url(../images/center.png);
    animation: updown 5s infinite linear;
}

@keyframes updown {
    0% {
        top: 50%;
    }

    25% {
        top: 49%;
    }

    50% {
        top: 51%;
    }

    75% {
        top: 49%;
    }

    100% {
        top: 50%;
    }

}

@keyframes shake {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }

}

.dot-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*animation: rotation2 40s infinite linear;*/
}

.dot {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    background-image: url(../images/dot.png);
    background-size: 100% 100%;

}

.dot1 {
    margin: -10px 0 0 -357px;
    animation: dotrun1 40s infinite linear;

}

.dot2 {
    margin: 140px 0 0 -10px;
    animation: dotrun2 40s infinite linear;

}

.dot3 {
    margin: -10px 0 0 337px;
    animation: dotrun3 40s infinite linear;

}

.dot4 {
    margin: -160px 0 0 -10px;
    animation: dotrun4 40s infinite linear;

}

@keyframes dotrun1 {

    /*左*/
    0% {
        margin: -10px 0 0 -357px;
    }

    2.125% {
        margin: 32px 0 0 -343px;
    }

    6.25% {
        margin: 78px 0 0 -293px;
    }

    12.5% {
        margin: 114px 0 0 -208px
    }

    18.75% {
        margin: 137px 0 0 -83px;
    }

    /*下*/
    25% {
        margin: 140px 0 0 -10px;
    }

    31.25% {
        margin: 138px 0 0 60px;
    }

    37.5% {
        margin: 111px 0 0 195px;
    }

    43.75% {
        margin: 56px 0 0 301px;
    }

    47% {
        margin: 22px 0 0 329px;
    }

    /*右*/
    50% {
        margin: -10px 0 0 337px;
    }

    53.25% {
        margin: -49px 0 0 323px;
    }

    57.25% {
        margin: -93px 0 0 279px;
    }

    62.5% {
        margin: -126px 0 0 214px;
    }

    69% {
        margin: -157px 0 0 71px;
    }

    /*上*/
    75% {
        margin: -160px 0 0 -10px;
    }

    81.25% {
        margin: -150px 0 0 -143px;
    }

    87.5% {
        margin: -130px 0 0 -220px;
    }

    93.75% {

        margin: -78px 0 0 -321px;

    }

    96.25% {

        margin: -32px 0 0 -353px;

    }

    100% {
        margin: -10px 0 0 -357px;
    }
}

@keyframes dotrun2 {

    /*下*/
    0% {
        margin: 140px 0 0 -10px;
    }

    6.25% {
        margin: 138px 0 0 60px;
    }

    12.5% {
        margin: 111px 0 0 195px;
    }

    18.75% {
        margin: 56px 0 0 301px;
    }

    21% {
        margin: 22px 0 0 329px;
    }

    /*右*/
    25% {
        margin: -10px 0 0 337px;
    }

    30.25% {
        margin: -49px 0 0 323px;
    }

    34.25% {
        margin: -93px 0 0 279px;
    }

    37.5% {
        margin: -126px 0 0 214px;
    }

    43.75% {
        margin: -157px 0 0 71px;
    }

    /*上*/
    50% {
        margin: -160px 0 0 -10px;
    }

    56.25% {
        margin: -150px 0 0 -143px;
    }

    62.75% {
        margin: -130px 0 0 -220px;
    }

    66% {

        margin: -78px 0 0 -321px;

    }

    69% {
        margin: -32px 0 0 -353px;
    }

    72.25% {
        margin: -10px 0 0 -357px;
    }

    /*左*/
    75% {
        margin: 32px 0 0 -343px;
    }

    81.25% {
        margin: 78px 0 0 -293px;
    }

    87.5% {
        margin: 114px 0 0 -208px
    }

    93.75% {
        margin: 137px 0 0 -83px;
    }

    100% {
        margin: 140px 0 0 -10px;
    }

}

@keyframes dotrun3 {

    /*右*/
    0% {
        margin: -10px 0 0 337px;
    }

    4.25% {
        margin: -49px 0 0 323px;
    }

    8.25% {
        margin: -93px 0 0 279px;
    }

    12.5% {
        margin: -126px 0 0 214px;
    }

    18.75% {
        margin: -157px 0 0 71px;
    }

    /*上*/
    25% {
        margin: -160px 0 0 -10px;
    }

    31.25% {
        margin: -150px 0 0 -143px;
    }

    37.5% {
        margin: -130px 0 0 -220px;
    }

    43.75% {

        margin: -78px 0 0 -321px;

    }

    48% {
        margin: -32px 0 0 -353px;
    }

    /*左*/
    50% {
        margin: -10px 0 0 -357px;
    }

    52.125% {
        margin: 32px 0 0 -343px;
    }

    56.25% {
        margin: 78px 0 0 -293px;
    }

    62.5% {
        margin: 114px 0 0 -208px
    }

    68.75% {
        margin: 137px 0 0 -83px;
    }

    /*下*/
    75% {
        margin: 140px 0 0 -10px;
    }

    81.25% {
        margin: 138px 0 0 60px;
    }

    87.5% {
        margin: 111px 0 0 195px;
    }

    90% {
        margin: 56px 0 0 301px;
    }

    96.25% {
        margin: 22px 0 0 329px;
    }

    100% {
        margin: -10px 0 0 337px;
    }

}

@keyframes dotrun4 {

    /*上*/
    0% {
        margin: -160px 0 0 -10px;
    }

    6.25% {
        margin: -150px 0 0 -143px;
    }

    12.5% {
        margin: -130px 0 0 -220px;
    }

    18.75% {

        margin: -78px 0 0 -321px;

    }

    22% {
        margin: -32px 0 0 -353px;
    }

    /*左*/
    25% {
        margin: -10px 0 0 -357px;
    }

    30.25% {
        margin: 32px 0 0 -343px;
    }

    35.5% {
        margin: 78px 0 0 -293px;
    }

    39.5% {
        margin: 114px 0 0 -208px
    }

    45.75% {
        margin: 137px 0 0 -83px;
    }

    /*下*/
    50% {
        margin: 140px 0 0 -10px;
    }

    56.25% {
        margin: 138px 0 0 60px;
    }

    60.25% {
        margin: 111px 0 0 195px;
    }

    64.75% {
        margin: 56px 0 0 301px;
    }

    69% {
        margin: 22px 0 0 329px;
    }

    /*右*/
    75% {
        margin: -10px 0 0 337px;
    }


    78.25% {
        margin: -49px 0 0 323px;
    }

    82.5% {
        margin: -93px 0 0 279px;
    }

    87.5% {
        margin: -126px 0 0 214px;
    }

    93.75% {
        margin: -157px 0 0 71px;
    }

    100% {
        margin: -160px 0 0 -10px;
    }

}

.item-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    /*animation: rotation1 40s infinite linear;*/
}

/*预报*/
.item1 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: 185px 0 0 -288px;
    transform: rotate(-45deg);
    background-image: url(../images/dt-yb.png);
    background-size: 100% 100%;
    animation: round1 40s infinite linear;
}

/*分析*/
.item2 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: 111px 0 0 -50px;
    transform: rotate(-38deg);
    background-image: url(../images/dt-fx.png);
    background-size: 100% 100%;
    animation: round2 40s infinite linear;
}

/*管控*/
.item3 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -74px 0 0 138px;
    transform: rotate(-38deg);
    background-image: url(../images/dt-gk.png);
    background-size: 100% 100%;
    animation: round3 40s infinite linear;
}

/*溯源*/
.item4 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -318px 0 0 170px;
    transform: rotate(-45deg);
    background-image: url(../images/dt-sy.png);
    background-size: 100% 100%;
    animation: round4 40s infinite linear;
}

/*预警*/
.item5 {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    margin: -241px 0 0 -77px;
    transform: rotate(-38deg);
    background-image: url(../images/dt-yj.png);
    background-size: 100% 100%;
    animation: round5 40s infinite linear;
}

/*监测*/
.item6 {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -267px;
    transform: rotate(-61deg);
    background-image: url(../images/dt-jc.png);
    background-size: 100% 100%;
    animation: round6 40s infinite linear;
}

@keyframes round1 {
    0% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -288px;
        transform: rotate(-45deg);
    }

    8.33333333% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -204px;
        transform: rotate(-12deg)
    }

    /*分析*/
    16.66666667% {
        width: 100px;
        height: 100px;
        margin: 111px 0 0 -50px;
        transform: rotate(-38deg);
    }

    25% {
        width: 100px;
        height: 100px;
        margin: 46px 0 0 40px;
        transform: rotate(-38deg);

    }

    /*管控*/

    33.33333333% {
        width: 100px;
        height: 100px;
        margin: -74px 0 0 138px;
        transform: rotate(-52deg);
    }

    41.66666667% {
        width: 100px;
        height: 100px;
        margin: -223px 0 0 182px;
        transform: rotate(-76deg);
    }

    /*溯源*/

    50% {
        width: 90px;
        height: 90px;
        margin: -318px 0 0 170px;
        transform: rotate(-45deg);
    }

    58.33333333% {
        width: 95px;
        height: 95px;
        margin: -311px 0 0 50px;
        transform: rotate(-20deg);

    }

    /*预警*/
    66.66666667% {
        width: 90px;
        height: 90px;
        margin: -241px 0 0 -77px;
        transform: rotate(-38deg);
    }

    75% {
        width: 90px;
        height: 90px;
        margin: -168px 0 0 -157px;
        transform: rotate(-47deg);
    }

    /*监测*/

    83.33333333% {
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -267px;
        transform: rotate(-61deg);

    }

    91.66666667% {
        width: 95px;
        height: 95px;
        margin: 78px 0 0 -321px;
        transform: rotate(-74deg);

    }

    100% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -288px;
        transform: rotate(-45deg);
    }
}

@keyframes round2 {
    0% {
        width: 100px;
        height: 100px;
        margin: 111px 0 0 -50px;
        transform: rotate(-38deg);
    }

    8.33333333% {
        width: 100px;
        height: 100px;
        margin: 46px 0 0 40px;
        transform: rotate(-38deg);

    }

    /*管控*/

    16.66666667% {
        width: 100px;
        height: 100px;
        margin: -74px 0 0 138px;
        transform: rotate(-52deg);
    }

    25% {
        width: 100px;
        height: 100px;
        margin: -223px 0 0 182px;
        transform: rotate(-76deg);
    }

    /*溯源*/

    33.33333333% {
        width: 90px;
        height: 90px;
        margin: -318px 0 0 170px;
        transform: rotate(-45deg);
    }

    41.66666667% {
        width: 95px;
        height: 95px;
        margin: -311px 0 0 50px;
        transform: rotate(-20deg);

    }

    /*预警*/
    50% {
        width: 90px;
        height: 90px;
        margin: -241px 0 0 -77px;
        transform: rotate(-38deg);
    }

    58.33333333% {
        width: 90px;
        height: 90px;
        margin: -168px 0 0 -157px;
        transform: rotate(-47deg);
    }

    /*监测*/

    66.66666667% {
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -267px;
        transform: rotate(-61deg);

    }

    75% {
        width: 95px;
        height: 95px;
        margin: 78px 0 0 -321px;
        transform: rotate(-74deg);

    }

    83.33333333% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -288px;
        transform: rotate(-45deg);
    }

    91.66666667% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -204px;
        transform: rotate(-12deg)
    }

    100% {
        width: 100px;
        height: 100px;
        margin: 111px 0 0 -50px;
        transform: rotate(-38deg);
    }
}

@keyframes round3 {

    /*管控*/
    0% {
        width: 100px;
        height: 100px;
        margin: -74px 0 0 138px;
        transform: rotate(-38deg);
    }

    8.33333333% {
        width: 100px;
        height: 100px;
        margin: -223px 0 0 182px;
        transform: rotate(-76deg);

    }

    16.66666667% {
        width: 90px;
        height: 90px;
        margin: -318px 0 0 170px;
        transform: rotate(-45deg);
    }

    25% {
        width: 95px;
        height: 95px;
        margin: -311px 0 0 50px;
        transform: rotate(-20deg);
    }

    33.33333333% {
        width: 90px;
        height: 90px;
        margin: -241px 0 0 -77px;
        transform: rotate(-38deg);
    }

    41.66666667% {
        width: 90px;
        height: 90px;
        margin: -168px 0 0 -157px;
        transform: rotate(-47deg);

    }

    50% {
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -267px;
        transform: rotate(-61deg);

    }

    58.33333333% {
        width: 95px;
        height: 95px;
        margin: 78px 0 0 -321px;
        transform: rotate(-74deg);
    }


    66.66666667% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -288px;
        transform: rotate(-45deg);

    }

    75% {

        width: 100px;
        height: 100px;
        margin: 185px 0 0 -204px;
        transform: rotate(-12deg)
    }

    83.33333333% {
        width: 100px;
        height: 100px;
        margin: 111px 0 0 -50px;
        transform: rotate(-38deg);
    }

    91.66666667% {
        width: 100px;
        height: 100px;
        margin: 46px 0 0 40px;
        transform: rotate(-38deg);
    }

    100% {
        width: 100px;
        height: 100px;
        margin: -74px 0 0 138px;
        transform: rotate(-38deg);
    }
}

@keyframes round4 {

    /*溯源*/
    0% {
        width: 100px;
        height: 100px;
        margin: -318px 0 0 170px;
        transform: rotate(-45deg);
    }

    8.33333333% {
        width: 95px;
        height: 95px;
        margin: -311px 0 0 50px;
        transform: rotate(-20deg);

    }

    /*管控*/

    16.66666667% {
        width: 90px;
        height: 90px;
        margin: -241px 0 0 -77px;
        transform: rotate(-38deg);
    }

    25% {
        width: 90px;
        height: 90px;
        margin: -168px 0 0 -157px;
        transform: rotate(-47deg);
    }

    /*溯源*/

    33.33333333% {
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -267px;
        transform: rotate(-61deg);
    }

    41.66666667% {
        width: 95px;
        height: 95px;
        margin: 78px 0 0 -321px;
        transform: rotate(-74deg);

    }

    /*预警*/
    50% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -288px;
        transform: rotate(-45deg);

    }

    58.33333333% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -204px;
        transform: rotate(-12deg)
    }

    /*监测*/

    66.66666667% {
        width: 100px;
        height: 100px;
        margin: 111px 0 0 -50px;
        transform: rotate(-38deg);

    }

    75% {

        width: 100px;
        height: 100px;
        margin: 46px 0 0 40px;
        transform: rotate(-38deg);
    }

    83.33333333% {
        width: 100px;
        height: 100px;
        margin: -74px 0 0 138px;
        transform: rotate(-38deg);
    }

    91.66666667% {
        width: 100px;
        height: 100px;
        margin: -223px 0 0 182px;
        transform: rotate(-76deg);
    }

    100% {
        width: 100px;
        height: 100px;
        margin: -318px 0 0 170px;
        transform: rotate(-45deg);
    }
}

@keyframes round5 {

    /*预警*/
    0% {
        width: 90px;
        height: 90px;
        margin: -241px 0 0 -77px;
        transform: rotate(-38deg);
    }

    8.33333333% {
        width: 90px;
        height: 90px;
        margin: -168px 0 0 -157px;
        transform: rotate(-47deg);

    }

    /*管控*/

    16.66666667% {
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -267px;
        transform: rotate(-61deg);
    }

    25% {
        width: 95px;
        height: 95px;
        margin: 78px 0 0 -321px;
        transform: rotate(-74deg);
    }

    /*溯源*/

    33.33333333% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -288px;
        transform: rotate(-45deg);

    }

    41.66666667% {

        width: 100px;
        height: 100px;
        margin: 185px 0 0 -204px;
        transform: rotate(-12deg)
    }

    /*预警*/
    50% {
        width: 100px;
        height: 100px;
        margin: 111px 0 0 -50px;
        transform: rotate(-38deg);

    }

    58.33333333% {
        width: 100px;
        height: 100px;
        margin: 46px 0 0 40px;
        transform: rotate(-38deg);
    }

    /*监测*/

    66.66666667% {

        width: 100px;
        height: 100px;
        margin: -74px 0 0 138px;
        transform: rotate(-38deg);
    }

    75% {
        width: 100px;
        height: 100px;
        margin: -223px 0 0 182px;
        transform: rotate(-76deg);

    }

    83.33333333% {
        width: 90px;
        height: 90px;
        margin: -318px 0 0 170px;
        transform: rotate(-45deg);
    }

    91.66666667% {
        width: 95px;
        height: 95px;
        margin: -311px 0 0 50px;
        transform: rotate(-20deg);
    }

    100% {
        width: 90px;
        height: 90px;
        margin: -241px 0 0 -77px;
        transform: rotate(-38deg);
    }
}

@keyframes round6 {

    /*监测*/
    0% {
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -267px;
        transform: rotate(-61deg);
    }

    8.33333333% {
        width: 95px;
        height: 95px;
        margin: 78px 0 0 -321px;
        transform: rotate(-74deg);

    }

    /*管控*/

    16.66666667% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -288px;
        transform: rotate(-45deg);
    }

    25% {
        width: 100px;
        height: 100px;
        margin: 185px 0 0 -204px;
        transform: rotate(-12deg)
    }

    /*溯源*/

    33.33333333% {

        width: 100px;
        height: 100px;
        margin: 111px 0 0 -50px;
        transform: rotate(-38deg);
    }

    41.66666667% {
        width: 100px;
        height: 100px;
        margin: 46px 0 0 40px;
        transform: rotate(-38deg);

    }

    /*预警*/
    50% {
        width: 100px;
        height: 100px;
        margin: -74px 0 0 138px;
        transform: rotate(-38deg);

    }

    58.33333333% {
        width: 100px;
        height: 100px;
        margin: -223px 0 0 182px;
        transform: rotate(-76deg);

    }

    /*监测*/

    66.66666667% {
        width: 90px;
        height: 90px;
        margin: -318px 0 0 170px;
        transform: rotate(-45deg);

    }

    75% {
        width: 95px;
        height: 95px;
        margin: -311px 0 0 50px;
        transform: rotate(-20deg);
    }

    83.33333333% {
        width: 90px;
        height: 90px;
        margin: -241px 0 0 -77px;
        transform: rotate(-38deg);
    }

    91.66666667% {
        width: 90px;
        height: 90px;
        margin: -168px 0 0 -157px;
        transform: rotate(-47deg);
    }

    100% {
        width: 90px;
        height: 90px;
        margin: -35px 0 0 -267px;
        transform: rotate(-61deg);
    }
}

.section1 {
    position: absolute;
    width: 538px;
    height: 538px;
    left: 50%;
    top: 50%;
    margin: -269px 0 0 -269px;
    background-image: url(../images/dt-l1.png);
    /*animation: rotation1 40s infinite linear;*/
}

@keyframes rotation1 {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(60deg);
    }

    75% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.section2 {
    position: absolute;
    width: 694px;
    height: 302px;
    left: 50%;
    top: 50%;
    margin: -151px 0 0 -347px;
    background-image: url(../images/dt-l2.png);
    /*animation: rotation2 40s infinite linear;*/
    z-index1: 1111;
}

@keyframes rotation2 {

    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(-40deg);
    }

    75% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.lidar-title {
    position: relative;
    font-size: 32px;
    height: 130px;
    line-height: 130px;
    padding-left: 30px;
}

.lidar-title:before {
    content: "";
    width: 4px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #268ced;
}

.left>.title {
    position: relative;
    font-size: 32px;
    height: 130px;
    line-height: 130px;
    padding-left: 30px;
}

.left>.title:before {
    content: "";
    width: 4px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #268ced;
}

.submodel2 {
    margin-top: 50px;
}

.submodel>.title {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
}

.submodel li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}

.submodel li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #268ced;
}

.production-container {
    display: flex;
    flex-wrap: wrap;
}

.production-container>div {
    width: 118px;
    height: 80px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.production-container>div>div {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #0af;
    line-height: 50px;
    text-align: center;
    color: #0af;
    margin-left: 8px;
}

.production-container>div>div>.iconfont {
    font-size: 25px;
}