
body {
    background: #211939;
}

a {
    cursor: pointer;
}


.layui-header {
    background: #463865 !important;
    height: 60px;
}

.layui-layout-admin .layui-side {
    top: 60px;
}

.layui-nav .layui-nav-item {
    line-height: 60px;
}

.layui-nav-tree .layui-nav-item a {
    line-height: 60px;
    height: 60px;
}

.layui-nav * {
    font-size: 16px;
}

.layui-bg-black {
    background: #33284b !important;
}

.layui-nav-tree {
    background: #33284b !important;
}

.layui-nav-tree .layui-nav-item a:hover {
    background: #4e3f6f !important;
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
    background: #7761a7 !important;
}

.layui-logo img {
    width: 115px;
    vertical-align: middle;
    transform: translateY(-3px);
    margin-right: 8px;
}

.layui-logo {
    font-weight: bold;
    color: #fff !important;
    cursor: pointer;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background: #9385ff !important;
}

.layui-nav-tree .layui-nav-bar {
    background: #9385ff
}

.layui-nav-child dd a {
    padding: 0 20px 0 35px !important;
}


.modal_view2 {
    position: absolute;
    width: 80%;
    height: 80%;
    background: #110828;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    border-radius: 8px;
}

.close_view {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
}

.close_view img {
    width: 100%;
}


/*登录*/
.home_wallpaper {
    background: url(/cas/themes/clientAuth/img/login-backg.png) no-repeat #211939;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto
}

.home_logo {
    background: url(../img/logo.png) no-repeat;
    width: 873px;
    height: 329px;
    position: absolute;
    z-index: 2;
    left: 50%;
    right: 50%;
    top: 240px;
    margin: 0 0 0 -460px
}


.login_box {
    width: 900px;
    margin: 180px auto 0;
}

.login_box > img {
    display: block;
    margin: 0 auto 80px;
}

.login_box > input {
    display: block;
    width: 300px;
    margin: 15px auto;
    color: #666;
    background: rgba(255, 255, 255, .75);
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 32px;
    outline: none;
}

.login_yzm {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.login_yzm input {
    display: block;
    width: 300px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .75);
    border: none;
    padding: 12px 110px 12px 18px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 32px;
    outline: none;
}

.login_yzm b {
    position: absolute;
    top: 0;
    right: 20px;
}

.login_yzm b img {
    width: 85px;
    margin: 5px 0;
}

.login_box input::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
}

.login_title {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 54px;
    text-align: center;
    line-height: 130px;
    letter-spacing: 5px;
}

.login_btn {
}

.login_btn:hover {
}

.login_logo {
    position: absolute;
    width: 200px;
    left: 40px;
    top: 60px;
}

.login_logo img {
    width: 100%;
}

.diqiu {
    position: relative;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    animation: circle_3 8s linear infinite;;
}

.diqiu_2 {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    animation: circle_1 4s infinite;
}

.diqiu_3 {
    position: absolute;
    left: 0;
    right: 0;
    animation: circle_2 4s infinite;
}


@keyframes circle_1 {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(200deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes circle_2 {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-160deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes circle_3 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*门户页面*/
.home_catalog {
    position: absolute;
    width: 75%;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.catalog_box1 {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 4px;
    box-sizing: border-box;
}

.catalog_1 {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../czcg-images/catalog_1.png) no-repeat #283f93;
    border-radius: 16px;
    background-size: 100%;
}

.catalog_box2 {
    position: absolute;
    left: 40%;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    height: 100%;
}

.catalog_2, .catalog_3 {
    display: block;
    width: 48.5%;
    height: 25%;
    margin: 0.5%;
    border-radius: 16px;
    cursor: pointer;
}

.catalog_4, .catalog_5, .catalog_6 {
    display: block;
    background: #403797;
    width: 32%;
    height: 71%;
    margin: 0.5%;
    border-radius: 16px;
    cursor: pointer;
}

.catalog_2 {
    background: #007489 url(../czcg-images/catalog_2.png) no-repeat;
    background-size: 100%;
}

.catalog_3 {
    background: #007489 url(../czcg-images/catalog_3.png) no-repeat;
    background-size: 100%;
}

.catalog_4 {
    background: #403797 url(../czcg-images/catalog_4.png) no-repeat;
    background-size: 100%;
}

.catalog_5 {
    background: #403797 url(../czcg-images/catalog_5.png) no-repeat;
    background-size: 100%;
}

.catalog_6 {
    background: #403797 url(../czcg-images/catalog_6.png) no-repeat;
    background-size: 100%;
}

.catalog_1:hover, .catalog_2:hover, .catalog_3:hover, .catalog_4:hover, .catalog_5:hover, .catalog_6:hover {
    filter: brightness(1.25);
}


/*城市画像*/
.data_yy {
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
}

.data_jc {
    flex: 1;
    text-align: center;
    padding: 8px;
}

.data_jc p {
    font-size: 20px;
    color: #ddcfff;
}

.data_jc p:nth-child(2) {
    font-size: 46px;
    padding: 10px 0;
    color: #fff;
}

.data_cs {
    width: 100%;
    display: flex;
}

.map_cz {
    width: 50%;
    margin-left: 20px;
    background: rgba(92, 85, 146, .2);
    padding: 30px 60px;
    box-sizing: border-box;
    border-radius: 32px;
}

.map_cz img {
    width: 100%;
}

.charts_yn {
    width: 50%;
    padding: 0 20px;
}

.data_title {
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.charts_box {
    height: 49%;
    background: rgba(92, 85, 146, .2);
    border-radius: 32px;
}


.data_fwfx {
    padding: 10px 20px;
    box-sizing: border-box;
}

.data_fwfx p {
    font-size: 18px;
    padding-left: 50px;
    position: relative;
    line-height: 60px;
}

.data_fwfx p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    margin-right: 20px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #6358d5;
}

.data_fwfx p span {
    color: #a1b0ff;
    font-weight: bold;
    font-size: 18px;
}

.data_fwfx p a {
    display: block;
    background: #2f6dd5;
    float: right;
    color: #fff;
    padding: 0 18px;
    line-height: 36px;
    margin: 12px 0;
    border-radius: 32px;
    cursor: pointer;
}

.gdgl_gd {
    width: 35%;
    height: 95%;
    padding: 30px 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}

.gdgl_card {
    background: rgba(55, 47, 77, .4);
}

.gdgl_cardcontent {
    font-size: 18px;
    line-height: 36px;
}

.gdgl_cardcontent span {
    font-weight: bold;
    font-size: 20px;
}

.gdgl_jk {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    height: 100%;
    right: 60px;
    top: 0;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

.gdgl_jk_item {
    width: 45%;
    height: 32%;
    margin: 0 2%;
}

.gdgl_jk_item p {
    font-size: 20px;
    line-height: 50px;
}

.gdgl_jk_video {
    width: 100%;
    height: 80%;
    background: #000000 url(../images/gdxc.jpg) no-repeat;
    background-size: 100%;
}


/*人员画像*/
.people_area {
    flex: 4;
    display: flex;
    flex-wrap: wrap;
}

.people_area2 {
    flex: 4;
}

.people_dataarea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.peoplecharts_box {
    width: 50%;
    height: 350px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.people {
    flex: 0.6;
}

.people a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    background: #5953ab;
    padding: 6px 24px;
    margin: 8px 10px;
    border-radius: 50px;
}


.people_left {
    display: -webkit-flex;
    display: flex;
    flex: 1.5;
    flex-direction: column;
}

.people_photo {
    width: 280px;
    height: 280px;
    border-radius: 300px;
    overflow: hidden;
    border: 4px solid #d3cdfe;
    margin: 0 40px 40px 0;
}

.people_photo img {
    width: 100%;
}

.people_right {
    display: -webkit-flex;
    display: flex;
    flex: 1.5;
    flex-direction: column;
}


.people_msg_1 p, .people_msg_2 p, .people_msg_3 p, .people_msg_4 p, .people_msg_5 p, .people_msg_6 p {
    font-size: 20px;
    line-height: 54px;
}

.people_msg_1 a, .people_msg_2 a, .people_msg_3 a, .people_msg_4 a, .people_msg_5 a, .people_msg_6 a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background: #5953ab;
    padding: 4px 18px;
    margin: 4px;
    border-radius: 50px;
}

.people_msg_1 {
    padding: 18px 50px 24px 0;
    width: 91%;
    margin: 0 0 6% 0;
    text-align: right;
    background: linear-gradient(to left, rgba(92, 85, 146, .2), rgba(159, 74, 255, 0));
    border-radius: 54px;
}

.people_msg_2 {
    padding: 18px 50px 24px 0;
    width: 91%;
    margin: 0 0 6% 0;
    text-align: right;
    background: linear-gradient(to left, rgba(92, 85, 146, .2), rgba(159, 74, 255, 0));
    border-radius: 54px;
}

.people_msg_3 {
    padding: 18px 50px 24px 0;
    width: 91%;
    margin: 0 0 6% 0;
    text-align: right;
    background: linear-gradient(to left, rgba(92, 85, 146, .2), rgba(159, 74, 255, 0));
    border-radius: 54px;
}

.people_msg_4 {
    padding: 18px 50px 24px 0;
    width: 91%;
    margin: 0 0 6% 0;
    text-align: right;
    background: linear-gradient(to left, rgba(92, 85, 146, .2), rgba(159, 74, 255, 0));
    border-radius: 54px;
}

.people_msg_5 {
    padding: 18px 0 24px 50px;
    width: 91%;
    margin: 0 0 5% 0;
    background: linear-gradient(to right, rgba(92, 85, 146, .2), rgba(159, 74, 255, 0));
    border-radius: 54px;
}

.people_msg_6 {
    padding: 18px 0 24px 50px;
    width: 91%;
    margin: 0 0 5% 0;
    background: linear-gradient(to right, rgba(92, 85, 146, .2), rgba(159, 74, 255, 0));
    border-radius: 54px;
}

.people_list {
    display: inline-block;
    width: 45%;
    margin-left: 20px;
}

.map_people {
    display: inline-block;
    width: 50%;
    height: 350px;
    background: url(../czcg-images/map_wy.png) no-repeat;
    border-radius: 32px;
    vertical-align: top;
}

.people_msg_7 a {
    display: inline-block;
    font-size: 20px;
    margin: 5px 12px;
    background: #ff9600;
    text-align: center;
    padding: 10px 24px;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

.people_msg_7 a:hover {
    filter: brightness(1.25);
}


.modalbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: rgba(30, 23, 47, .95);
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    z-index: 33;
    overflow: hidden;
    z-index: 1000;
}

.charts_area_gxt {
    width: 100%;
    height: 90%;
}

.title_gxt {
    font-size: 20px;
    line-height: 80px;
    margin-left: 2.5%;
}

.title_gxt a {
    display: inline-block;
    line-height: 36px;
    margin: 0 12px;
    color: #fff;
    background: rgba(71, 98, 235, .4);
    padding: 2px 24px;
    border-radius: 28px;
}

.title_gxt a:hover {
    background: rgba(71, 98, 235, 1);
}

.title_gxt .active {
    background: rgba(71, 98, 235, 1);
}

.back_1 {
    position: absolute;
    right: 0;
    width: 53px;
    height: 99px;
    background: url(../czcg-images/back_1.png);
    top: 48%;
    z-index: 3;
}

.data_nl {
    position: relative;
    height: calc(100% - 80px);
    width: 95%;
    margin: 0 auto;
}

.charts_box2 {
    width: 45%;
    height: 100%;
}

.duiwu {
    flex: .75;
}

.duiwu a {
    cursor: pointer;
}

.duiwu p {
    font-size: 20px;
}

.duiwu li > a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.duiwu li > a:before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 18px;
    background: #5a6cf3;
    margin-right: 10px;
    vertical-align: middle;
    transform: translateY(-2px);
}

.duiwu li dd a {
    display: block;
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
}

.duiwu a:hover {
    color: #ffa32b;
}

.duiwu .active2 {
    color: #ffa32b;
}

.duiwu input {
    background: rgba(255, 255, 255, .2);
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 8px 12px;
    margin: 20px 0 10px;
}

.duiwu input::-webkit-input-placeholder {
    color: #fff;
}

.search {
    width: 20px;
    position: absolute;
    left: 135px;
    top: 25px;
}


.content-left, .content-right {
    margin: 1% 2% 0 0;
    float: left;
    width: 48%;
}

.content-left {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.content-right {
    border-radius: 12px;
    background: rgba(55, 47, 77, .9);
}

.content_left_01 {
    width: 100%;
    margin-bottom: 4%;
    border-radius: 12px;
    background: rgba(55, 47, 77, .9);
}

.content_left_02 {
    width: 100%;
    border-radius: 12px;
    background: rgba(55, 47, 77, .9);
}

.content_left_01 img {
    width: 90%;
    margin: 4% 5% 5% 5%;
}

.date_item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 22px;
}

.date_item strong {
    font-weight: normal;
    padding-left: 50px;
    color: #bababa;
}

.zxjh {
    padding: 10px 5% 10px 20px;
    box-sizing: border-box;
}

.date_item_process {
    display: block;
    background: #2f6dd5;
    float: right;
    color: #fff;
    padding: 0 18px;
    line-height: 36px;
    margin: 12px 0;
    border-radius: 32px;
    font-size: 18px;
}

.content-right img {
    width: 86%;
    margin: 20px 8% 46px 5%;
}

.not_begin {
    background: #3c56dc;
}


/*生态架构*/
.stjg_pic {
    width: 100%;
    position: absolute;
    bottom: 0;
}


/*数据共享*/
.charts_area_1 {
    width: 100%;
    height: 90%;
    margin: 2% 0 auto 0;
}

.layui-card {
    border-radius: 8px;
}

.shake_a_01 {
    background: rgba(55, 47, 77, .4);
    width: 38%;
    margin: 1.5% 0 0 1.5%;
    float: left;
}

.shake_a_02 {
    background: rgba(55, 47, 77, .4);
    width: 56%;
    margin: 1.5% 0 0 1.5%;
    float: left;
}

.shake_a_03 {
    background: rgba(55, 47, 77, .4);
    width: 38%;
    margin: 1.5% 0 0 1.5%;
    float: left;
}

.shake_a_04 {
    background: rgba(55, 47, 77, .4);
    width: 56%;
    margin: 1.5% 0 0 1.5%;
    float: left;
}

.layui-card-header {
    color: #fff;
    border-bottom: 1px solid #666666;
    font-size: 18px;
}

.layui-card-body {
    height: 350px;
}


/*考核评价*/
.shake_a_05 {
    background: rgba(55, 47, 77, .4);
    width: 95%;
    margin: 30px auto;
}

.khxq {
    width: 100%;
    text-align: center;
    border: 2px solid #3f68dd;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
}

.khxq th, .khxq td {
    font-size: 20px;
    border-bottom: 1px solid #38324d;
}

.khxq th {
    line-height: 60px;
    background: rgba(65, 50, 116, .6);
}

.khxq td {
    line-height: 50px;
    font-size: 20px;
}


/*考核体系*/
.khtx_title {
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
}

.khtx_title p {
    font-size: 54px;
    color: #b0a6ff;
}

.khtx_title p span {
    font-size: 24px;
    margin-left: 10px;
    color: #b0a6ff;
}

.khtx_pic {
    width: 80%;
    margin: 0 auto;
    background: rgba(55, 47, 77, .4);
    padding: 45px;
    box-sizing: border-box;
    border-radius: 18px;
}

.khtx_pic img {
    width: 100%;
}


/*舆情*/
.title_meg {
    font-size: 24px;
    margin: 32px auto 6px 2.5%;
    line-height: 32px;
    width: 1003px;
}

.wrap_left {
    width: 50%;
    float: left;
    padding-left: 20px;
    margin-top: 1%;
}

.wrap_right {
    float: right;
    width: 48%;
    margin-top: 1%;
    height: 90%;
}

.shake_b_01 {
    width: 100%;
    margin: 2% 0 2% 2%;
}

.shake_b_02 {
    width: 100%;
    margin: 4% 0 2% 2%;
}

.shake_b_03 {
    width: 100%;
    height: 50%;
    margin: 2% 0 2% 0;
}

.shake_b_04 {
    width: 100%;
    height: 50%
}

.shake_title {
    text-align: center;
    font-size: 20px;
}

.shake_title_01 {
    font-size: 20px;
    color: #6358d5;
}

.shake_title_02 {
    font-size: 20px;
    color: #ffdd3c;
}

.shake_b_box {
    margin-top: 2%;
}

.shake_b_box_content {
    cursor: pointer;
    line-height: 50px;
}

.shake_b_box_content_01 {
    cursor: pointer;
    line-height: 50px;
}

.zxdt_cont_title {
    display: flex;
    display: -webkit-flex;
}

.zxdt_cont_title_01 {
    display: flex;
    display: -webkit-flex;
}

.zxdt {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #6358d5;
    display: inline-block;
}

.rddt {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #ffdd3c;;
    display: inline-block;
}

.shake_b_box_content p {
    font-size: 18px;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}

.shake_b_box_content p:hover, .shake_b_box_content_01 p:hover {
    color: #9dcdff;
}

.zxdt_cont_title:before {
    content: "";
    position: absolute;
    margin-right: 20px;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background: #6358d5;
    margin: 18px 0;
}

.shake_b_box_content_01 p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.shake_b_box_content_01 i {
    font-size: 24px;
    padding-right: 20px;
}

.shake_b_box_content .time_cont {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    padding-left: 30px;
}

.zxdt_cont_title_01 span {
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    padding-left: 30px;
}

.cont_top {
    color: #ff512f;
}

.zxdt {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #b0a6ff;
    display: inline-block;
    margin: 6px 20px 6px 0;
}

.rddt {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fbc714;;
    display: inline-block;
    margin: 6px 20px 6px 0;
}

.shake_b_pic {
    width: 90%;
    height: 80%;
    margin: 4% 5%;
    border-radius: 16px;
    background: url(../images/rlt.jpg) no-repeat center;
    background-size: 100% 100%;
}

.qipaotu div {
    color: #fff;
    font-weight: bold;
}

.qipaotu div:hover {
    color: #fff;
    font-weight: bold;
    filter: brightness(1.2);
    cursor: pointer;
}

.qipao_1 {
    animation: qipao_1 8s infinite;
    position: absolute;
    left: 270px;
    top: 40px;
    background: url(../czcg-images/qipqo_1.png) no-repeat;
    width: 140px;
    height: 140px;
    background-size: cover;
    text-align: center;
    line-height: 140px;
    font-size: 24px;
}

.qipao_2 {
    animation: qipao_2 12s infinite;
    position: absolute;
    left: 450px;
    top: 20px;
    background: url(../czcg-images/qipqo_2.png) no-repeat;
    width: 120px;
    height: 120px;
    background-size: cover;
    text-align: center;
    line-height: 120px;
    font-size: 22px;
}

.qipao_3 {
    animation: qipao_3 5s infinite;
    position: absolute;
    left: 220px;
    top: 220px;
    background: url(../czcg-images/qipqo_2.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    text-align: center;
    line-height: 100px;
    font-size: 22px;
}

.qipao_4 {
    animation: qipao_4 8s infinite;
    position: absolute;
    left: 140px;
    top: 110px;
    background: url(../czcg-images/qipqo_3.png) no-repeat;
    width: 110px;
    height: 110px;
    background-size: cover;
    text-align: center;
    line-height: 110px;
    font-size: 20px;
}

.qipao_5 {
    animation: qipao_5 15s infinite;
    position: absolute;
    left: 80px;
    top: 30px;
    background: url(../czcg-images/qipqo_4.png) no-repeat;
    width: 90px;
    height: 90px;
    background-size: cover;
    text-align: center;
    line-height: 90px;
    font-size: 24px;
}

.qipao_6 {
    animation: qipao_6 10s infinite;
    position: absolute;
    left: 350px;
    top: 200px;
    background: url(../czcg-images/qipqo_4.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
}

.qipao_7 {
    animation: qipao_7 5s infinite;
    position: absolute;
    left: 460px;
    top: 210px;
    background: url(../czcg-images/qipqo_5.png) no-repeat;
    width: 110px;
    height: 110px;
    background-size: cover;
    text-align: center;
    line-height: 110px;
    font-size: 24px;
}

.qipao_8 {
    animation: qipao_7 6s infinite;
    position: absolute;
    left: 40px;
    top: 220px;
    background: url(../czcg-images/qipqo_5.png) no-repeat;
    width: 120px;
    height: 120px;
    background-size: cover;
    text-align: center;
    line-height: 120px;
    font-size: 24px;
}


@-webkit-keyframes qipao_1 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes qipao_1 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes qipao_2 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(0, 10px);
    }
    65% {
        transform: translate(10px, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes qipao_2 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(0, 10px);
    }
    65% {
        transform: translate(10px, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes qipao_3 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes qipao_3 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes qipao_4 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes qipao_4 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes qipao_5 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes qipao_5 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes qipao_6 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes qipao_6 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes qipao_7 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes qipao_7 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(10px, 10px);
    }
    65% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.news_info {
    margin: 6px auto;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #ebebeb
}

.news_info span {
    color: #fff;
    margin: 0 16px 0 0;
    line-height: 24px;
}

.content {
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px
}

.content img {
    display: block;
    width: 100%;
    margin: 16px auto
}

.content p {
    padding-right: 20px;
}

.news_botton {
    display: inline-block;
    background: #ff8a0e;
    font-size: 24px;
    padding: 12px 24px;
    border-radius: 60px;
    width: 200px;
    text-align: center;
    color: #fff;
    margin: 60px 30px;
}

.news_botton:hover {
    filter: brightness(1.25);
    color: #fff;
}

.new_wrap {
    overflow: hidden;
    float: left;
    width: 65%;
    height: 100%;
}

.new_content {
    overflow-y: auto;
    float: left;
    width: 102%;
    height: 100%;
    overflow-x: hidden;
}

.new_words {
    float: left;
    background: rgba(92, 85, 146, .35);
    border-radius: 12px;
    width: 30%;
    margin-left: 1.8%;
    margin-top: 20px;
}

.caption_01 {
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-indent: 24px;
    font-size: 20px;
    border-left: 4px solid #ffc600;
    overflow: hidden;
    margin: 20px 10px 30px 10px;
}

.new_words_box {
    margin: 10px;
}

.user_meg {
    margin: 20px 0 20px 10px;
    display: flex;
    display: -webkit-flex;
}

.user_logo {
    flex: .5;
    align-items: center;
}

.user_logo span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url(../czcg-images/user_01.png) no-repeat #000;
    background-size: cover;
    display: inline-block;
}

.user_content {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin: 0 10px;
    border-bottom: 1px solid #979797;
    flex: 2.5;
}

.user_content h4 {
    color: #a1b0ff;
    font-size: 18px;
    padding-bottom: 5px;
}

.user_content span {
    padding-top: 10px;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    padding-bottom: 10px;
}


/*视频监控*/
.map_jk {
    width: 100%;
    height: 100%;
    background: url(../czcg-images/map_jk.png) no-repeat;
    overflow: hidden;
}

.map_choose select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    background: #3a47a8 url(../czcg-images/down.png) no-repeat 92%;
    width: 95%;
    font-size: 18px;
    border: none;
    border-radius: 32px;
    padding: 0 18px;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.modal_view {
    position: absolute;
    width: 900px;
    height: 500px;
    background: #110828;
    left: 50%;
    top: 50%;
    transform: translate(-450px, -250px);
    z-index: 10000;
    border-radius: 8px;
}

.map_choose {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    z-index: 10000;
    background: rgba(30, 23, 47, .7);
    padding: 20px;
    box-sizing: border-box;
}

.choose_list a {
    display: block;
    width: 95%;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 40px;
    cursor: pointer;
}

.choose_list a:hover {
    background: rgba(255, 255, 255, .2);
}

.choose_list .active {
    background: rgba(255, 255, 255, .2);
}

.choose_content {
    padding: 0 12px;
    box-sizing: border-box;
    margin-top: 40px;
}

.choose_content h1 {
    font-size: 20px;
}

.choose_content a {
    display: block;
    font-size: 16px;
    margin: 8px 0;
    color: #fff;
}

.choose_content a span {
    display: inline-block;
    font-size: 16px;
    background: #3a47a8;
    color: #fff;
    border-radius: 30px;
    margin-right: 8px;
    padding: 3px 12px;
}

.choose_content a:hover {
    color: #b5e2ff;
}

.modal_gd {
    position: absolute;
    width: 780px;
    height: 75%;
    background: url(../czcg-images/ajpq.png) no-repeat #110828;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    border-radius: 8px;
}

.close_gd {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
}

.close_gd img {
    width: 100%;
}


/*专项业务-系统*/
.xt1 {
    width: 100%;
    margin: 0 auto;
    background: rgba(55, 47, 77, .4);
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
}

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


/*应用管理中心首页*/
.home_catalog_2 {
    position: absolute;
    width: 85%;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home_catalog_2 a {
    position: relative;
    background: #3c56dc;
    flex: 1;
    margin: 4px;
    border-radius: 12px;
}

.home_catalog_2 a:hover {
    filter: brightness(1.15);
}

.home_catalog_2 a img {
    display: block;
    width: 100px;
    margin: 20px auto 10px;
}

.home_catalog_2 a p {
    font-size: 28px;
    text-align: center;
    color: #fff;
}

.mk_10 img {
    position: absolute;
    left: 12% !important;
    width: 112px !important;
    top: 20% !important;
    margin: 0 !important;
}

.mk_10 p {
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.mk_10, .mk_7 {
    background: #4ab2c5 !important;
}

.mk_12, .mk_8, .mk_5 {
    background: #f3924a !important;
}

.mk_6 {
    background: #62b242 !important;
}

.mk_8, .mk_9 {
    background: #7d6ac9 !important;
}

.mk_4, .mk_13 {
    background: #f76d6d !important;
}

.mk_3 img {
    width: 128px !important;
    margin: 100px auto 10px !important;
}

.app_icon3 {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 5px;
}

.app_icon3 img {
    width: 100%;
}


/*联动指挥*/
.shake_box_01 {
    float: left;
    width: 50%;
    margin: 2% 2% 0 2%;
    height: 96%;
}

.shake_box_02 {
    float: left;
    width: 44%;
    margin: 1% 2% 0 0;
    height: 96%;
}

.shake_01 {
    width: 100%;
    background: rgba(55, 47, 77, .4);
    margin-bottom: 35px;
}

.shake_02 {
    width: 100%;
    background: rgba(55, 47, 77, .4);
    height: 94%;
}

.head_title_01 {
    margin: 0 3%;
    position: relative;
}

.head_title_item {
    padding: 5px 20px;
    font-size: 20px;
    transform: skew(-30deg);
    border-radius: 8px;
    background: rgba(17, 96, 223, .3);
    margin: 20px 0 20px 10px;
    display: inline-block;
    line-height: 30px;
}

.head_title_item p {
    transform: skew(30deg);
}

.head_title_01 a {
    right: 0;
    position: absolute;
    line-height: 80px;
}

.active {
    background: rgba(15, 134, 223, 1);
}

.video_box {
    padding: 2% 2% 0 2%;
    position: relative;
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
}

.video_box_01 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.video_box_item {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    position: relative;
    margin: 2%;
    cursor: pointer;
    height: 260px;
}

.video_box_item:hover {
    filter: brightness(1.2);
}

.video_box_pic {
    border-radius: 12px;
    background: #2a2041;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #999;
    text-align: center;
    line-height: 200px;
}

.video_box_pic img {
    width: 100%;
}

.video_box_item p {
    font-size: 18px;
    padding: 3%;
}

.card_box {
    padding: 0 2% 4% 25px;
}

ul li {
    line-height: 45px;
}

ul li p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.watch_more {
    margin-right: 10%;
    text-align: right;
}

.new_box {
    width: 95%;
}

.new_btn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.btn_meg {
    display: inline-block;
    margin: 40px;
}


/*应用商店*/
.wrap_02_left {
    float: left;
    width: 20%;
    border-radius: 12px;
    margin: 1% 2% 0 2%;
}

.wrap_02_right {
    float: left;
    width: 96%;
    margin: 2%;
}

.ready_box {
    margin: 16px;
}

.caption_side {
    color: #ffaa25;
    font-size: 20px;
    line-height: 36px;
}

.side_nav_01 {
    overflow: hidden;
    margin: 8px 0 30px 0
}

.side_nav_01 ul {
}

.side_nav_01 ul li {
    float: left;
    margin: 4px
}

.side_nav_01 ul li a {
    display: block;
    font-size: 18px;
    background: #443961;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 12px;
    color: #fff;
}

.side_nav_01 ul li a:hover {
    background: #ffaa25;
    color: #fff;
}

.wrap_item {
    border-radius: 12px;
    background: rgba(55, 47, 77, .4);
    width: 100%;
    margin-bottom: 24px;
}

.wrap_item_top {
    padding: 20px;
}

.wrap_item_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.app {
    position: relative;
    width: 14.28%;
    padding: 12px;
    box-sizing: border-box;
}

.app_icon {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 18px;
    background: #000000;
    margin: 0 auto;
    overflow: hidden;
}

.app_icon img {
    width: 100%;
}

.app p {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.app2 {
    position: relative;
    width: 24%;
    margin: 0.5%;
    background: rgba(60, 86, 220, .5);
    border-radius: 12px;
    height: 160px;
}

.app2 p {
    position: absolute;
    right: 5%;
    bottom: 10%;
    font-size: 22px;
}

.app_icon2 {
    position: absolute;
    left: 10%;
    top: 10%;
}

.app_icon2 img {
    width: 100px;
}

.add_yy {
    position: absolute;
    display: none;
    left: 50%;
    top: 0;
    font-size: 28px;
    background: #6d66c1;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    text-align: center;
    line-height: 28px;
    z-index: 100;
    transform: translateX(30px);
}

.add_yy2 {
    position: absolute;
    display: none;
    right: 10%;
    top: 5%;
    font-size: 28px;
    background: #6d66c1;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    text-align: center;
    line-height: 28px;
    z-index: 100;
    transform: translateX(30px);
}


.app_zdy {
    color: #fff;
    background: #46a5db;
    font-size: 20px;
    width: 120px;
    text-align: center;
    line-height: 45px;
    border-radius: 40px;
}

.app_zdy:hover {
    filter: brightness(1.25);
    color: #fff;
}


/*虚拟网格*/
.xnwg {
    width: 100%;
}

.xnwg a {
    display: inline-block;
    background: rgba(37, 90, 212, .6);
    font-size: 18px;
    padding: 6px 16px;
    margin: 20px 5px;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
}

.xnwg a:hover {
    background: rgba(37, 90, 212, 1);
}

.xnwg .active3 {
    background: rgba(37, 90, 212, 1);
}

.user_logo2 {
    flex: .5;
    align-items: center;
}

.user_logo2 span {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #3e53d2;
    text-align: center;
    line-height: 50px;
    background-size: cover;
    display: inline-block;
}

.xnwg select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    background: #3a47a8 url(../czcg-images/down.png) no-repeat 92%;
    width: 280px;
    margin: 20px;
    font-size: 18px;
    border: none;
    border-radius: 32px;
    padding: 0 18px;
    margin-bottom: 8px;
    box-sizing: border-box;
    z-index: 10000000;
}


.wrap_item_legend {
    display: flex;
    display: -webkit-flex;
    padding: 20px;
    line-height: 40px;
    justify-content: center;
}

.legend_msg {
    padding: 0 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.legend_msg a img {
    width: 22px;
    height: 22px;
}

.legend_msg p {
    padding-left: 10px;
}

.wrap_item_people {
    padding: 0 20px;
}

.people_msg {
    flex-direction: column;
}

.people_msg_nub {
    align-items: center;
}

.people_msg, .people_msg_nub {
    line-height: 60px;
    height: 60px;
}

.people_msg_nub span {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    color: #fff;
    background: #498ee1;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    margin-top: 17px;
}

.people_msg_nub p {
    line-height: 60px;
    font-size: 22px;
    padding: 0 0 0 30px;
    float: left;
    width: 30%;
}

.people_msg_nub h3 {
    line-height: 60px;
    font-size: 28px;
    color: #ffaa25;
    float: left;
    width: 30%;
}

.people_msg_nub a {
    display: block;
    background: #2f6dd5;
    color: #fff;
    padding: 0 18px;
    line-height: 36px;
    margin: 12px 0;
    border-radius: 32px;
    cursor: pointer;
    float: right;
}

.people_msg_nub a:hover {
    filter: brightness(.875);
}

.light_01 {
    line-height: 60px;
    width: 26px;
    height: 28px;
    background: url(../czcg-images/light_01.png) no-repeat 50%;
    background-size: cover;
    float: left;
    margin-top: 16px;
}

.light_02 {
    line-height: 60px;
    width: 26px;
    height: 28px;
    background: url(../czcg-images/light_02.png) no-repeat 50%;
    background-size: cover;
    float: left;
    margin-top: 16px;
}

.light_03 {
    line-height: 60px;
    width: 26px;
    height: 28px;
    background: url(../czcg-images/light_03.png) no-repeat 50%;
    background-size: cover;
    float: left;
    margin-top: 16px;
}


.close_gd {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
}

.modal_rypz {
    position: absolute;
    width: 880px;
    height: 46%;
    background: #110828;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    border-radius: 8px;
}

.rypz_wrap {
    padding: 60px 20px
}

.rypz_img {
    background: url(../czcg-images/people_1.png) no-repeat 50%;
    width: 360px;
    height: 360px;
    float: left;
    border-radius: 8px;
    margin-left: 20px;
}

.rypz_content {
    float: right;
    width: 400px;
}

.rypz_content h2 {
    color: #b089fe;
    padding-left: 20px;
    font-size: 20px;
    padding-bottom: 20px;
}


/*应用管理*/
.catalog_box3 {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    height: 100%;
}

.catalog_box4 {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    height: 100%;
}

.catalog_box3 a {
    width: 48%;
    height: 48%;
    background: #3755c5;
    margin: 1%;
    border-radius: 28px;
    text-align: center;
    line-height: 250px;
    font-size: 36px;
    color: #fff;
}

.catalog_box4 a {
    width: 48%;
    height: 48%;
    background: #008fa9;
    margin: 1%;
    border-radius: 28px;
    text-align: center;
    line-height: 250px;
    font-size: 36px;
    color: #fff;
}


/*关于平台*/
.ppt {
    display: block;
    width: 85%;
    margin: 40px auto 0;
    transform: translateY(900px);
    animation: ppt .45s ease-out forwards;
}

@keyframes ppt {
    0% {
        transform: translateY(900px);
    }
    100% {
        transform: translateY(0);
    }
}


.ppt_content {
    padding: 40px 100px;
}

.ppt_content h1 {
    font-size: 38px;
    margin: 30px 0 10px;
}

.ppt_content h2 {
    font-size: 30px;
    margin: 30px 0 10px;
}

.ppt_content h3 {
    font-size: 26px;
    margin: 30px 0 10px;
}

.ppt_content p {
    font-size: 22px;
    line-height: 2;
    text-indent: 44px;
    color: #d3ceea;
}


@media only screen and (max-width: 1600px) {
    .login_box {
        width: 900px;
        margin: 150px auto 0;
    }

    .login_box > img {
        display: block;
        margin: 0 auto 40px;
        width: 600px;
    }

    .login_box > input {
        display: block;
        width: 300px;
        margin: 15px auto;
        color: #666;
        background: rgba(255, 255, 255, .75);
        border: none;
        padding: 12px 18px;
        font-size: 16px;
        box-sizing: border-box;
        border-radius: 32px;
        outline: none;
    }

    .login_yzm {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }

    .login_yzm input {
        display: block;
        width: 300px;
        margin: 0 auto;
        background: rgba(255, 255, 255, .75);
        border: none;
        padding: 12px 110px 12px 18px;
        font-size: 16px;
        box-sizing: border-box;
        border-radius: 32px;
        outline: none;
    }

    .login_yzm b {
        position: absolute;
        top: 0;
        right: 20px;
    }

    .login_yzm b img {
        width: 85px;
        margin: 5px 0;
    }

    .login_box input::-webkit-input-placeholder {
        color: #333;
        font-size: 16px;
    }

    .login_title {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        font-size: 54px;
        text-align: center;
        line-height: 130px;
        letter-spacing: 5px;
    }

    .login_btn {
    }

    .login_btn:hover {
    }


    .home_catalog_2 {
        position: absolute;
        width: 85%;
        height: 60%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .home_catalog_2 a {
        position: relative;
        background: #3c56dc;
        flex: 1;
        margin: 4px;
        border-radius: 12px;
    }

    .home_catalog_2 a img {
        display: block;
        width: 80px;
        margin: 15px auto 6px;
    }

    .home_catalog_2 a p {
        font-size: 20px;
        text-align: center;
        color: #fff;
    }

    .mk_10 img {
        position: absolute;
        left: 12% !important;
        width: 100px !important;
        top: 20% !important;
        margin: 0 !important;
    }

    .mk_10 p {
        position: absolute;
        right: 10%;
        bottom: 10%;
    }

    .mk_3 img {
        width: 100px;
        margin: 50px auto 10px !important;
    }


    .qipao_1 {
        left: 220px;
    }

    .qipao_2 {
        left: 380px;
    }

    .qipao_3 {
        left: 160px;
        top: 200px
    }

    .qipao_4 {
        left: 90px;
        top: 80px;
    }

    .qipao_5 {
        left: 0;
        top: 30px
    }

    .qipao_6 {
        left: 280px
    }

    .qipao_7 {
        left: 380px;
        top: 160px;
    }

    .qipao_8 {
        left: 10px;
        top: 180px;
    }

    .modal_rypz {
        height: 54% !important
    }
}



