@charset "utf-8";
.index_wrap{
    width: 100%;
    height: 100%;
}
.index_content_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
/*标题*/
.index_content_title{
    position: absolute;
    width: 100%;
    /* height: 47px;
    background: url("../img/index/title_bg.png") no-repeat center top; */
    z-index: 11;
}
.index_content_title .header_center{
    background: url("../img/index/title_bg_c.png") no-repeat center top;
    width: 656px;
    height: 149px;
    margin: 0 auto;
    padding: 15px 15px;
}
.index_content_title h2{
    width: 626px;
    height: 62px;
    line-height: 58px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(180deg, #ffffff 44%, rgba(21, 103, 211, 0.4) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    letter-spacing: 1px;
}
/*导航*/
.index_content_nav{
    width: 100%;
    height: 47px;
    position: absolute;
    right: -10px;
    top: 62px;
}
.index_content_nav>ul{
    float: right;
    position: relative;
    z-index: 14;
}
.index_content_nav>ul:nth-child(1){
    background: url(../img/index/bg_login.png) no-repeat;
    width: 216px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    color: #09E1EB;
    margin: 0 40px 0 15px;
}
.index_content_nav>ul:nth-child(2){
    background: url(../img/index/bg_nav.png) no-repeat;
    width: 320px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    color: #09E1EB;
}
.index_content_nav>ul>li{
    float: left;
}
.index_content_nav>ul>li a{
    font-weight: 500;
    color: #09E1EB;
    letter-spacing: 1px;
    padding: 0 20px;
    cursor: pointer;
    display: block;
}
.index_content_nav>ul>li.user_data_wrap{
    position: relative;
    display: none;
}
.user_data_wrap .user_name_wrap{
    overflow: hidden;
    display: block;
}
.user_data_wrap .user_name_wrap p{
    font-size: 22px;
    font-weight: 500;
    color: #09E1EB;
    letter-spacing: 1px;
    cursor: pointer;
    float: left;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.user_data_wrap .user_name_wrap img{
    float: left;
    margin: 13px 7px;
}
.user_data_wrap .user_action_wrap{
    _display: none;
    position: absolute;
    width: 112px;
    border: 3px solid #093876;
    background: #eeeeee;
    border-radius: 3px;
    top: 48px;
    right: 0;
    z-index: 9999999;
    display: none;
}
.user_data_wrap .user_action_wrap ul li{
    padding: 0 15px;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    color: #14396c;
}
.user_data_wrap .user_action_wrap ul li:hover{
    background: #093876;
    color: #00e1ec;
}
.user_data_wrap .user_action_wrap ul span{
    width: 98px;
    height: 2px;
    display: block;
    margin: 7px auto;
    background: #093876;
}
/* 广告语 */
.index_content_slogan{
    position: absolute;
    top: 62px;
    left: 30px;
    width: 340px;
    height: 50px;
    line-height: 50px;
    z-index: 100;
    overflow: hidden;
    font-size: 22px;
    padding-left: 20px;
    /* background: rgba(95,111,149,46%) url(../img/index/icon01.png) no-repeat 20px center; */
    background:url(../img/index/icon01_bg.png) no-repeat;
    backdrop-filter: blur(4px);
    border-radius: 4px;
    letter-spacing: 2px;
    color: #00E5FF;
}
.index_content_slogan>img{
    vertical-align: sub;
}
.index_content_slogan .swiper-wrapper{
    padding-left: 30px;
}
.index_content_tips{
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 85px;
    left: 400px;
    z-index: 2;
    font-size: 22px;
    color: #00E5FF;
}
.index_content_tips img{
    zoom: 0.8;
}
.index_content_left{
    position: absolute;
    z-index: 11;
    width: 340px;
    height: calc(100% - 180px);
    top: 132px;
    left: 30px;
}
.content_left_box{
    margin-bottom: 10px;
}
.content_left_box:nth-child(1){
    height: calc(30% - 10px);
}
.content_left_box:nth-child(2){
    height: calc(45% - 10px);
}
.content_left_box:nth-child(3){
    height: 25%;
}
.content_left_box .box_top{
    background: url(../img/index/box_top.png) no-repeat;
    height: 44px;
    font-size: 24px;
    font-weight: 400;
    color: #00E5FF;
    line-height: 44px;
    text-align: center;
}

.content_left_box .box_center{
    height: calc(100% - 54px);
    background: url(../img/index/box_center.png);
}
.content_left_box .box_center>p{
    width: 86%;
    margin: 0 auto 5px;
    border-bottom: 1px dashed #00E2FF;
}
.content_left_box .box_center>div{
    overflow: auto;
    height: calc(100% - 6px);
}
.content_left_box:nth-child(2) .box_center>div{
    overflow: auto;
    height: calc(100% - 20px);
}
.content_left_box .box_center>div>p{
    height: 36px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding-left: 40px;
    position: relative;
}
.content_left_box .box_center>div>p a{
    color: #00e5ff;
}
.content_left_box .box_center>div>p>span{
    background: #2DC059;
    border-radius: 13px 13px 13px 0px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    padding: 0 5px;
    position: absolute;
}
.content_left_box:nth-child(3) .box_center>div>a{
    height: 36px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_left_box:nth-child(3) .box_center>div>a span{
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content_left_box:nth-child(2) .box_center>div>a{
    height: 36px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content_left_box:nth-child(2) .box_center>div>a span{
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content_left_box .box_bottom{
    background: url(../img/index/box_bottom.png) no-repeat;
    height: 10px;
}

/*中心内容*/
.index_content_center{
    width: 100%;
    /* height: calc(100% - 47px - 54px); */
    height: 100%;
    overflow: hidden;
    position: relative;
}
.index_content_center .index_content_center_left{
    width: 20px;
    height: 100%;
    float: left;
    background: url("../img/index/border_left.png") no-repeat left center / cover;
}
.index_content_center .index_content_center_right{
    width: 20px;
    height: 100%;
    float: right;
    background: url("../img/index/border_right.png") no-repeat right center / cover;
}
.index_content_center .index_content_center_center_wrap{
    float: left;
    /* width: calc(100% - 20px - 20px); */
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #b3cdfd;
}
.index_content_center .index_left , 
.index_content_center .index_right{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 9999;
}
.index_content_center .index_left{
    background: rgba(255,255,255,46%) url(../img/index/icon_left.png) no-repeat center;
    backdrop-filter: blur(4px);
    left: 380px;
}
.index_content_center .index_right{
    background: rgba(255,255,255,46%) url(../img/index/icon_right.png) no-repeat center;
    backdrop-filter: blur(4px);
    right: 20px;
}
.index_content_center_center_content{
    width: max-content;
    height: 100%;
    position: relative;
    transform-origin: left top;
}
.index_content_center_center_content>img{
    min-width: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
}
.index_content_center .logo_wrap{
    position: absolute;
    right: 80px;
    bottom: 10px;
    z-index: 9;
}
.index_content_center_btn{
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
.index_content_center_btn.hide{
    display: none;
}
.index_content_center_btn a{
    display: block;
}

.index_content_center_btn .btn_hover_png{
    position: absolute;
    left: 50%;
    /* margin-left: -38px;
    bottom: 8px; */
    margin-left: -52px;
    bottom: 14px;
    width: 89%;
    height: 89%;
    display: none;
}
.index_content_center_btn .btn_hover_gif{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.index_content_center_btn:hover>a{
    animation: scaleChangeAnimation 1s linear alternate infinite;
}
.index_content_center_btn:hover .btn_hover_gif{
    display: block;
}
.index_content_center_btn:hover .btn_hover_png{
    display: block;
    animation: rotateChangeAnimation 1s linear normal infinite;
}
.index_content_center_btn.current>a{
    animation: scaleChangeAnimation 1s linear alternate infinite;
}
.index_content_center_btn.current .btn_hover_gif{
    display: block;
}
.index_content_center_btn.current .btn_hover_png{
    display: block;
    animation: rotateChangeAnimation 1s linear normal infinite;
}
.index_content_center_btn.current .submenu_wrap{
    display: block;
}
@keyframes scaleChangeAnimation {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes rotateChangeAnimation {
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.index_content_center .index_content_center_center{
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
}
.index_content_center_btn.btn_network{
    left: 1995px;
    top: 175px;
}
.index_content_center_btn.btn_network span{
    background: #2DC059;
    border-radius: 18px 18px 18px 0px;
    color: #FFFFFF;
    padding: 1px 15px;
    position: absolute;
    font-size: 22px;
    right: -32px
}
.index_content_center_btn.btn_car_park{
    left: 1627px;
    top: 400px;
}
.index_content_center_btn.btn_car_park span{
    background: #2DC059;
    border-radius: 18px 18px 18px 0px;
    color: #FFFFFF;
    padding: 1px 15px;
    position: absolute;
    font-size: 22px;
    right: -60px;
}
.index_content_center_btn.btn_shop{
    left: 1222px;
    top: 600px;
}
.index_content_center_btn.btn_map{
    left: 1220px;
    top: 610px;
}
.index_content_center_btn.btn_rail_transit{
    left: 2365px;
    top: 396px;
}
.index_content_center_btn.btn_park{
    left: 1195px;
    top: 170px;
}
.index_content_center_btn.btn_customized{
    left: 2210px;
    top: 410px;
}
.index_content_center_btn.btn_village{
    left: 1616px;
    top: 765px;
}
.index_content_center_btn.btn_office{
    left: 482px;
    top: 610px;
}
.index_content_center_btn.btn_school{
    left: 2012px;
    top: 610px;
}
.index_content_center_btn.btn_hospital{
    left: 752px;
    top: 740px;
}
.index_content_center_btn.btn_showroom{
    left: 780px;
    top: 355px;
}

.index_content_center_btn .submenu_wrap{
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translate(0, -50%);
    /* margin-top: 15px; */
    display: none;
}
.index_content_center_btn .submenu_wrap a{
    margin: 10px 0;
}
.index_content_right{
    position: absolute;
    left: 2550px;
    top: 170px;
}
.index_content_right img{
    position: absolute;
}
.index_content_right div{
    width: 433px;height: 243px;transform: skew(60deg, 329deg);position: absolute;
}
/*底部信息*/
.index_content_bottom{
    width: 100%;
    height: 54px;
    /* background: url(../img/index/border_bottom.png) no-repeat center / cover; */
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    bottom: 0px;
    z-index: 999999;
}
.index_content_bottom a{
    color: #fff;
    margin-right: 15px;
}
.index_bullet_bg{
    position: absolute;
    /* left: 400px;
    top: 75px; */
    /* width: calc(100% - 500px); */
    width: 220%;
    left: -50%;
    height: 100px;
    z-index: 9999;
}
.index_bullet_bg_show{
    position: absolute;
    left: 400px;
    top: 75px;
    width: calc(100% - 1015px);
    height: 100px;
    z-index: 9999;
    overflow: hidden;
}
.animate {
    position: absolute;
    width: 80%;
    padding-left: calc(100% - 1015px);
    font-size: 20px;
    color: #00E5FF;
    display: inline-block;
    white-space: nowrap;
    animation: 10s wordsLoop linear infinite normal;
    text-align: right;
    font-weight: bold;
    animation-iteration-count: 1;
}
.bullet2{
    font-size: 16px;
    animation: 8s wordsLoop1 linear infinite normal;
    font-weight: bold;
}
.bullet3{
    font-size: 16px;
    animation: 8s wordsLoop2 linear infinite normal;
    font-weight: bold;
}
.videoListItem{
    width: calc(100% - 80px);
    margin-top: 10px;
    margin-left: 40px;
}
@keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
        display: none;
    }
    100% {
        transform: translateX(-80%);
        -webkit-transform: translateX(-80%);
        display: none;
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
        display: none;
    }
    100% {
        transform: translateX(-80%);
        -webkit-transform: translateX(-80%);
        display: none;
    }
}
@keyframes wordsLoop1 {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: none;
    }
}

@-webkit-keyframes wordsLoop1 {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: none;
    }
}
@keyframes wordsLoop2 {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        display: none;
    }
}

@-webkit-keyframes wordsLoop2 {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        display: none;
    }
}

.videoTitleBg{
    width: calc(100% - 80px);
height: 40px;
background: linear-gradient(180deg, #607ABB 0%, #081C56 100%);
margin-top: 10px;
margin-left: 40px;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #FFFFFF;
line-height: 40px;
text-align: center;
cursor: pointer;
}
.videoBg{
    width: calc(100% - 80px);
    height: calc(100% - 110px);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
}
.videoMore{
    width: calc(100% - 80px);
height: 30px;
border: 1px solid #00E2FF;
line-height: 30px;
text-align: center;
font-size: 18px;
font-family: MicrosoftYaHei;
color: #00E2FF;
cursor: pointer;
margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 40px;
    display: block;
}
.videoTitle{
    width: 100%;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    color: #00E2FF;
    text-align: center;
    font-size: 14px;
}
.clickImg{
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
.ckImg{
    width: auto;
    height: 70%;
    /* max-width: calc(100% - 100px); */
    margin-top: 7.5%;
    margin-left: 5%;
    margin-right: 5%;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
}
.showImg{
    width: 60vw;
    height: auto;
}

/* .popupLay{
    width: 40%;
    height: 40%;
background: linear-gradient(162deg, #2B8CBC 0%, #0949A4 100%);
border: 1px solid;
border-image: linear-gradient(145deg, rgba(17, 242, 245, 0.59), rgba(7, 225, 232, 0)) 1 1;
backdrop-filter: blur(6px);
z-index: 9999;
position: absolute;
left: 40%;
top: 30%;
} */
/* .online{
    width: 76px;
    height: 86px;
    position: absolute;
    z-index: 99999;
    right: 20px;
    top: 140px;
    cursor: pointer;
} */

/*关于懒图*/
@media screen and (max-width:1900px) {
    .layer_popup_aboutUs{
        transform: scale(0.9);
    }
}
@media screen and (max-width:1800px) {
    .layer_popup_aboutUs{
        transform: scale(0.8);
    }
}
@media screen and (max-width:1500px) {
    .layer_popup_aboutUs{
        transform: scale(0.7);
    }
}
@media screen and (max-width:1400px) {
    .layer_popup_aboutUs{
        transform: scale(0.6);
    }
    .user_data_wrap .user_name_wrap p{
        width: 100px;
    }
}
@media screen and (max-width:1300px) {
    .layer_popup_aboutUs{
        transform: scale(0.5);
    }
}