﻿@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

body {
    margin: 0px auto;
    background-color: #ffffff;
    overflow-x: hidden;
}

button,
submit {
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: middle;
}

li {
    list-style-type: none;
}

ul {
    list-style: none;
}

input {
    background: #f8f8f8;
}

textarea {
    background: #f8f8f8;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.1 {
    min-height: 1000px;
    margin: 0px auto;
    height: auto;
    _height: auto;
    overflow: hidden;
    zoom: 1;
}


/*移动端开始*/

@media screen and (max-width:1200px) {
    .anli_footer1 {
        display: none;
    }
    .float_qq {
        display: none;
    }
    .zt1 {
        width: 110%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        padding-top: 40px;
        text-align: center;
    }
    .zt1 img {
        overflow: hidden;
    }
    .zt2 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #f8f8f8;
    }
    .zt2 p {
        width: 80%;
        margin: 0px auto;
        line-height: 2em;
        text-indent: 2em;
        font-size: 1.2em;
        color: #323232;
        text-align: left;
    }
    .zhengfu_web,
    .in3 {
        display: none;
    }
    .jy {
        display: none;
    }
    .xin1 {
        width: 100%;
        height: 70px;
        background: #fff;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
    }
    .xin1Nav {
        width: 100%;
        height: 50px;
        border-right: 1px solid #f6f4f4;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .xin1Nav p {
        line-height: 30px;
        text-align: center;
    }
    .xin1Nav p a {
        font-size: 0.8em;
        color: #5c5c5c;
    }
    /*首页开始*/
    .headerPC1 {
        display: none;
    }
    .banPC {
        display: none;
    }
    .banWab {
        width: 100% height: 100vh;
        overflow: hidden;
    }
    .banner {
        width: 100%;
        overflow: hidden;
        height: 100vh;
        position: relative;
        background: #000;
        border: 2px solid blue;
    }
    .banList {
        position: absolute;
        left: 50%;
        margin-left: -960px;
        height: 100vh
    }
    .banList li {
        height: 470px;
        opacity: 0;
        position: absolute;
        transform: scale(0);
        transition: transform 0.5s ease 0s, opacity 1.5s ease 0s;
        z-index: 1;
    }
    .banList li.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }
    .fomW {
        position: absolute;
        bottom: 20px;
        left: 50%;
        height: 20px;
        z-index: 9;
        width: 1000px;
        margin-left: -500px
    }
    .jsNav {
        text-align: center;
    }
    .jsNav a {
        display: inline-block;
        background: #fff;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin: 0 5px;
    }
    .jsNav a.current {
        background: #fc8f0f;
        cursor: pointer
    }
    .headerPC {
        width: 100%;
        height: 40px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid #000;
        display: none;
    }
    /*导航动效开始*/
    .ind1 {
        background-color: rgba(0, 0, 0, 1);
        width: 100%;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 900;
        position: fixed;
    }
    .ind1z {
        width: 25%;
        height: 30px;
        margin-top: 9px;
        margin-left: 3%;
    }
    .ind1z img {
        width: 43%;
    }
    .ind1y {
        width: 40px;
        height: 40px;
    }
    .mobile-inner-header-icon {
        color: #fff;
        height: 40px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 40px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }
    .mobile-inner-header-icon:hover {
        background-color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
    }
    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: #fff;
    }
    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }
    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }
    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }
    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }
    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);
        }
        100% {
            transform: translateY(0) rotate(45deg);
        }
    }
    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }
        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }
    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }
    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }
    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }
        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }
        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }
    .mobile-inner-nav {
        background-color: rgba(0, 0, 0, 0.8);
        overflow: auto;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        padding-top: 40px;
        padding-bottom: 80px;
        display: none;
        z-index: 800;
    }
    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%;
        color: #fff;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }
    .mobile-inner-nav a:hover {
        color: rgba(255, 255, 255, 0.4);
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }
    .mobile-inner-nav a {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: ReturnToNormal;
        animation-name: ReturnToNormal;
    }
    @-webkit-keyframes ReturnToNormal {
        100% {
            -webkit-transform: translateX(0%) rotate(0deg);
            transform: translateX(0%) rotate(0deg);
        }
    }
    @keyframes ReturnToNormal {
        100% {
            -webkit-transform: translateX(0%) rotate(0deg);
            transform: translateX(0%) rotate(0deg);
        }
    }
    /*导航动效结束*/
    /*手机底部区域*/
    .inweb4x2 {
        width: 100%;
        height: 45px;
        background: #000;
    }
    .inweb4x2 p {
        line-height: 45px;
        font-size: 0.9em;
        color: #fff;
        text-align: center;
    }
    /*服务页开始*/
    /*****解决方案开始*****/
    .jjfa {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .jjfaMain {
        width: 66%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        left: 4%;
        top: 50%;
        margin-top: -40vh;
        z-index: 10;
        opacity: 0;
        margin-left: -16%;
        z-index: 50;
    }
    .jjfaTitle {
        width: 100%;
        height: 110px;
        position: relative;
    }
    .jjfaTitle h2 {
        line-height: 40px;
        font-size: 2.2em;
        font-weight: normal;
        color: #4435ea;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .jjfaDiv {
        width: 200px;
        height: 1px;
        position: absolute;
        top: 58px;
        left: 0px;
        background: #4435ea;
        transition: 0.6s;
    }
    .jjfaTitle p {
        line-height: 25px;
        color: #4435ea;
        font-size: 14px;
        position: absolute;
        top: 70px;
        left: 0px;
        transition: 0.6s;
    }
    .jjfaMain:hover>.jjfaTitle>.jjfaDiv {
        top: 110px;
        width: 150px;
    }
    .jjfaMain:hover>.jjfaTitle p {
        top: 60px;
    }
    .jjfaIcon {
        width: 100%;
        height: 130px;
        margin-top: 10px;
    }
    .jjfaImg {
        width: 40%;
        height: 100vh;
        position: absolute;
        right: 0%;
        top: 0%;
        z-index: 8;
        right: 0%;
        opacity: 0;
        margin-right: -16%;
    }
    .jjfaImg2 {
        width: 60%;
        height: 100vh;
        position: absolute;
        right: 0%;
        top: 0%;
        z-index: 9;
        opacity: 0;
        margin-right: -8%;
    }
    .jjfaIcDiv {
        width: 45%;
        height: 30vw;
        border-radius: 50%;
        float: left;
        overflow: hidden;
        transition: 0.6s;
        margin-left: 2.5%;
        margin-bottom: 10px;
        background: #fff;
        position: relative;
    }
    .jjfaIcDivs {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        position: absolute;
        top: 7%;
    }
    .jjfaIcDivs_ico {
        width: 26%;
        height: 8vw;
        margin: 0 auto;
        margin-top: 10px;
    }
    .jjfaIcDivs p {
        text-align: center;
        line-height: 13px;
        font-size: 12px;
        margin-top: 5px;
        padding-right: 5%;
        padding-left: 3%;
    }
    .jjfaBtn {
        width: 100%;
        height: 40px;
        margin: 0 auto;
        position: relative;
        bottom: -3px;
        left: 0%;
        text-align: center;
        position: absolute;
    }
    .jjfaBtn p {
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        z-index: 3;
        position: absolute;
        top: 10px;
    }
    .jjfaBtnz {
        width: 100%;
        height: 55px;
        position: absolute;
        left: -35px;
        top: 0px;
        z-index: 1;
        transition: 0.6s;
    }
    .jjfaBtny {
        width: 100%;
        height: 55px;
        position: absolute;
        right: -35px;
        top: 0px;
        z-index: 2;
        transition: 0.6s;
    }
    .jjfaIcDiv:hover {
        cursor: pointer
    }
    .jjfaIcDiv:hover>.jjfaBtn>.jjfaBtnz {
        left: -26px;
    }
    .jjfaIcDiv:hover>.jjfaBtn>.jjfaBtny {
        right: -26px;
    }
    .dv1 {
        border: 1px solid #679aff;
    }
    .dv2 {
        border: 1px solid #5043ea;
    }
    .dv3 {
        border: 1px solid #d5007f;
        margin-left: 0%;
    }
    .dv4 {
        border: 1px solid #ef3041;
    }
    .dv5 {
        border: 1px solid #cc3415;
        margin-left: 0%;
    }
    .dv1:hover {
        box-shadow: 0px 0px 8px #679aff;
    }
    .dv2:hover {
        box-shadow: 0px 0px 8px #5043ea;
    }
    .dv3:hover {
        box-shadow: 0px 0px 8px #d5007f;
    }
    .dv4:hover {
        box-shadow: 0px 0px 8px #ef3041;
    }
    .dv5:hover {
        box-shadow: 0px 0px 8px #cc3415;
    }
    .jjfaIcP1 {
        color: #568eff;
    }
    .jjfaIcP2 {
        color: #5043ea;
    }
    .jjfaIcP3 {
        color: #d5007f;
    }
    .jjfaIcP4 {
        color: #ef3041;
    }
    .jjfaIcP5 {
        color: #cc3415;
    }
    /*****解决方案结束*****/
    /*****政府信息化运维开始*****/
    .xxh {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        background: filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#009ff8, endcolorstr=#0058e0, gradientType=1);
        background: -webkit-linear-gradient(left, #009ff8, #0058e0);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #009ff8, #0058e0);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #009ff8, #0058e0);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #009ff8, #0058e0);
        /* 标准的语法（必须放在最后） */
        ;
    }
    .xxhImg {
        width: 120%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        float: left;
        position: absolute;
        margin-left: -5%;
        position: relative;
        opacity: 0;
        top: 45%;
    }
    .xxhImgIn {
        width: 70%;
        height: 80%;
        margin: 0 auto;
        background: #fff;
        position: absolute;
        z-index: 2;
        top: 8%;
        left: 50%;
        margin-left: -35%;
    }
    .xxhGroup {
        width: 90%;
        height: 50%;
        position: absolute;
        left: 50%;
        margin-left: -45%;
        top: 66%;
        margin-top: -21%;
        z-index: 5;
    }
    .xxhGroup ul li {
        width: 23%;
        height: 100%;
        float: left;
        margin-left: 1%;
        line-height: 20px;
        text-align: center;
    }
    .xxhGroup ul li a {
        color: #fff;
        font-size: 0.8em;
        display: block;
    }
    .xxhGroup ul li a:hover {
        transition: 0.8s;
    }
    .xxhGroup ul li a img {
        margin-bottom: 5%;
        padding-bottom: 10%;
        width: 40%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xxhBg {
        width: 100%;
        height: 100%;
        display: none;
        transition: 0.8s;
    }
    .xxhTitle {
        width: 100%;
        min-height: 10px;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: -17vh;
        opacity: 0;
        position: absolute;
        right: -1%;
        top: 30%;
        margin-right: -5%;
    }
    .jjfaTitle1 {
        width: 100%;
        min-height: 10px;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: relative;
    }
    .jjfaTitle1 h2 {
        line-height: 30px;
        font-size: 1.8em;
        font-weight: normal;
        color: #fff;
        text-align: center;
    }
    .jjfaDiv1 {
        width: 200px;
        height: 1px;
        background: #fff;
        margin: 0 auto;
        margin-top: 5%;
    }
    .jjfaTitle1 p {
        line-height: 30px;
        color: #fff;
        font-size: 1em;
        text-align: center;
        margin-top: 5%;
    }
    .xxhTitleBtn {
        width: 40%;
        height: 35px;
        border-radius: 50px;
        border: 1px solid #fff;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 5%;
    }
    .xxhTitleBtn p {
        line-height: 35px;
        font-size: 1em;
        color: #fff;
        display: block;
        text-align: center;
        transition: 0.6s;
    }
    .xxhTitleBtn p:hover {
        background: #fff;
        color: #0068e5;
    }
    .qt {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .qtTitle {
        width: 100%;
        height: 120px;
        margin-top: 20vh;
        opacity: 0;
        position: relative;
        text-align: center;
    }
    .qtTitle h2 {
        line-height: 40px;
        font-size: 1.8em;
        font-weight: normal;
        color: #000;
        text-align: center;
    }
    .qtDiv {
        width: 140px;
        height: 1px;
        background: #000;
        margin: 0 auto;
        margin-top: 5%;
    }
    .qtTitlePP {
        width: 100%;
        height: 40px;
        margin: 0 auto;
        margin-top: 5%;
    }
    .qtTitlePP p {
        line-height: 30px;
        color: #000;
        font-size: 1em;
        text-align: center;
    }
    .qtTitle:hover .qtTitlePP {
        top: 60px;
    }
    .qtMain {
        width: 96%;
        height: 60%;
        margin: 0 auto;
        margin-top: 12vh;
        opacity: 0;
    }
    .qtGroup {
        width: 100%;
        height: 82%;
        text-align: center;
    }
    .qtGroups {
        width: 26%;
        height: 49%;
        margin-right: 3%;
        margin-left: 3%;
        display: inline-block;
        overflow: hidden;
        display: inline-block;
    }
    .qtGroupsIcon {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 30%;
    }
    .qtGroups h2 {
        line-height: 20px;
        font-size: 1em;
        color: #000;
        font-weight: normal;
        text-align: center;
        margin-top: 10px;
    }
    .qtGroups p {
        line-height: 30px;
        text-align: center;
        color: #323232;
        font-size: 12px;
        opacity: 0;
        display: none;
    }
    .qtGroups:hover p {
        opacity: 1;
    }
    .qtBtn {
        width: 180px;
        height: 50px;
        border-radius: 50px;
        border: 1px solid #000;
        margin: 0 auto;
        margin-top: 6vh;
        overflow: hidden;
        display: none;
    }
    .qtBtn p {
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #000;
        display: block;
        transition: 0.6s;
    }
    .qtBtn p:hover {
        color: #fff;
        background: #000;
    }
    /*****政府信息化运维结束*****/
    /*服务页结束*/
    /*我们开始*/
    /*****简介开始*****/
    .jjBg {
        width: 100%;
        height: 90vh;
        position: absolute;
        left: 0%;
        top: 0vh;
        z-index: 1;
    }
    @keyframes move_wave {
        0% {
            transform: translateX(0) translateZ(0) scaleY(1)
        }
        50% {
            transform: translateX(-25%) translateZ(0) scaleY(0.55)
        }
        100% {
            transform: translateX(-50%) translateZ(0) scaleY(1)
        }
    }
    .waveWrapper {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    .waveWrapperInner {
        position: absolute;
        width: 100%;
        overflow: hidden;
        height: 100%;
        bottom: -1px;
        /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
    }
    .bgTop {
        z-index: 15;
        opacity: 0.2;
    }
    .bgMiddle {
        z-index: 10;
        opacity: 0.2;
    }
    .bgBottom {
        z-index: 5;
        opacity: 0.2;
    }
    .wave {
        position: absolute;
        left: 0;
        width: 200%;
        height: 100%;
        background-repeat: repeat no-repeat;
        background-position: 0 bottom;
        transform-origin: center bottom;
    }
    .waveTop {
        background-size: 50% 100px;
    }
    .waveAnimation .waveTop {
        animation: move-wave 3s;
        -webkit-animation: move-wave 3s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    .waveMiddle {
        background-size: 50% 120px;
    }
    .waveAnimation .waveMiddle {
        animation: move_wave 10s linear infinite;
    }
    .waveBottom {
        background-size: 50% 100px;
    }
    .waveAnimation .waveBottom {
        animation: move_wave 15s linear infinite;
    }
    .jj {
        width: 100%;
        height: 90vh;
        position: relative;
        outline: hidden;
    }
    .jjMain {
        width: 100%;
        height: 70%;
        position: absolute;
        z-index: 20;
        left: 0%;
        top: 44%;
        margin-top: -30vh;
        overflow: hidden;
    }
    .jjLogo {
        width: 40%;
        height: 33%;
        position: relative;
        margin-left: 30%;
    }
    .jjLogoT {
        width: 60%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        opacity: 0;
        position: absolute;
        left: 50%;
        margin-left: -30%;
        top: 0vh;
        z-index: 22;
        margin-top: -5vh;
    }
    .jjLogoB {
        width: 140%;
        height: 35%;
        position: absolute;
        z-index: 21;
        bottom: 0%;
        left: 50%;
        margin-left: -70%;
        opacity: 0;
        margin-bottom: -10vh;
    }
    .jjWord {
        width: 90%;
        height: 40%;
        margin-right: -10%;
        position: absolute;
        top: 24vh;
        z-index: 24;
        right: -24%;
        opacity: 0;
    }
    .jjTitle {
        width: 100%;
        height: 48px;
    }
    .jjWord h2 {
        line-height: 48px;
        font-size: 1.4em;
        font-weight: normal;
        color: #fff;
        margin-bottom: 2%;
        text-align: center;
    }
    .jjWord h2 img {
        display: none;
    }
    .jjWord span {
        line-height: 48px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        vertical-align: sub;
        display: none;
    }
    .jjWord p {
        line-height: 2em;
        font-size: 0.8em;
        color: #fff;
    }
    /*****简介结束*****/
    /*****展示块开始*****/
    .zs {
        width: 100%;
        height: 110px;
        background: #f6f8ff;
        overflow: hidden;
    }
    .zsMian {
        width: 100%;
        height: 110px;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
    }
    .zsGroup1 {
        width: 30%;
        height: 110px;
        margin-left: 1%;
        margin-right: 1%;
        display: inline-block;
        margin-top: -10vh;
        opacity: 0;
    }
    .zsGroup2 {
        width: 30%;
        height: 110px;
        margin-left: 1%;
        margin-right: 1%;
        display: inline-block;
        margin-top: -10vh;
        opacity: 0;
    }
    .zsGroup3 {
        width: 30%;
        height: 110px;
        margin-left: 1%;
        margin-right: 1%;
        display: inline-block;
        margin-top: -10vh;
        opacity: 0;
    }
    .zsGroup1 h2,
    .zsGroup2 h2,
    .zsGroup3 h2 {
        line-height: 40px;
        font-size: 2em;
        font-weight: normal;
        text-align: center;
        color: #5269f9;
    }
    .zsGroup1 h2 span,
    .zsGroup2 h2 span,
    .zsGroup3 h2 span {
        line-height: 24px;
        font-size: 20px;
        color: #5269f9;
    }
    .zsGroup1 p,
    .zsGroup2 p,
    .zsGroup3 p {
        line-height: 20px;
        color: #000;
        text-align: center;
        font-size: 1em;
    }
    /*****展示块结束*****/
    /*****展示块开始*****/
    .zz {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin: 0 auto;
    }
    .zzTitle {
        width: 100%;
        height: 40px;
        margin-top: 5vh;
    }
    .zzTitle h2 {
        line-height: 40px;
        text-align: center;
        font-size: 1.6em;
        color: #000;
        font-weight: normal;
    }
    .zzMain {
        width: 95%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin: 0 auto;
        margin-top: 10%;
        margin-bottom: 40px;
        display: none;
    }
    .zzMain2 {
        width: 90%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin: 0 auto;
        margin-top: 10%;
        margin-bottom: 40px;
    }
    .zz4 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin: 0 auto;
    }
    .zz41 {
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .zz41 img,
    .zz22 img {
        border: 3px solid #1a91dd;
    }
    .zztk {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        display: none;
    }
    .zztk_n {
        width: 80%;
        height: 400px;
        position: absolute;
        top: 50%;
        margin-top: -350px;
        left: 50%;
        margin-left: -40%;
        animation: rocket 1s;
        -webkit-animation: rocket 1s;
    }
    @keyframes rocket {
        0% {
            transform: translateY(-260px);
        }
        100% {}
    }
    @-webkit-keyframes rocket {
        0% {
            transform: translateY(-260px);
            opacity: 0;
        }
        100% {}
    }
    .zztk_n h2 {
        line-height: 30px;
        font-size: 1.4em;
        color: #fff;
        text-align: center;
        font-weight: normal;
    }
    .zztk_nImg {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 30%;
        text-align: center;
    }
    .zztk_nImg img {
        margin: 10px;
        border: 0px;
    }
    .zztk_nBtn {
        width: 45%;
        height: 35px;
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 50px;
        border: 1px solid #fff;
    }
    .zztk_nBtn p {
        line-height: 35px;
        text-align: center;
        margin-top: 0px;
    }
    .zztk_nBtn p a {
        font-size: 1em;
        color: #fff;
        display: block;
    }
    .zztk_nImg2 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 30%;
        text-align: center;
    }
    .zztk_nImg2 img {
        margin: 10px;
        border: 0px;
    }
    /*****展示块结束*****/
    /*****我们的优势开始*****/
    .ys {
        width: 100%;
        height: 100vh;
        background: #f6f8fa;
        overflow: hidden;
    }
    .ysTitle {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin-top: 15vh;
        opacity: 0;
    }
    .ysTitle h2 {
        text-align: center;
        line-height: 34px;
        font-size: 1.6em;
        font-weight: normal;
    }
    .ysTitle p {
        text-align: center;
        line-height: 20px;
        color: #5c5c5c;
        margin-top: 2%;
        font-size: 1em;
    }
    .ysMain {
        width: 90%;
        height: 80%;
        margin: 0 auto;
        margin-top: 0%;
        position: relative;
        opacity: 0;
    }
    .ysBg {
        width: 60%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        position: absolute;
        left: 50%;
        margin-left: -30%;
        top: 0px;
    }
    .ysGroup1 {
        width: 100%;
        height: 10%;
        left: 0%;
        top: 33%;
        position: absolute;
        position: relative;
        opacity: 0;
        margin-left: -5%;
    }
    .ysGroup1Bg {
        width: 70%;
        height: 34px;
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 0px;
        display: none;
    }
    .ysGroup1In {
        width: 205px;
        height: 50px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .ysNan {
        width: 47px;
        height: 33px;
    }
    .ysSlogn {
        width: 150px;
        height: 50px;
        margin-left: 6px;
    }
    .ysSlogn p {
        line-height: 25px;
        color: #000;
        font-size: 1em;
    }
    .ysGroup2 {
        width: 100%;
        height: 10%;
        position: absolute;
        right: -50%;
        top: 45%;
        opacity: 0;
        margin-right: -13%
    }
    .ysGroup2Bg {
        width: 265px;
        height: 34px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: none;
    }
    .ysGroup2In {
        width: 218px;
        height: 50px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .ysNan2 {
        width: 47px;
        height: 33px;
    }
    .ysSlogn2 {
        width: 158px;
        height: 50px;
        margin-left: 6px;
    }
    .ysSlogn2 p {
        line-height: 25px;
        color: #000;
        font-size: 1em;
    }
    .ysGroup3 {
        width: 100%;
        height: 10%;
        position: absolute;
        top: 58%;
        left: -20px;
        margin-left: 3%;
    }
    .ysGroup3Bg {
        width: 234px;
        height: 34px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: none;
    }
    .ysGroup3In {
        width: 234px;
        height: 50px;
        left: 0px;
        top: 0px;
        z-index: 2;
    }
    .ysNan3 {
        width: 47px;
        height: 33px;
    }
    .ysSlogn3 {
        width: 140px;
        height: 50px;
        margin-left: 8px;
    }
    .ysSlogn3 p {
        line-height: 25px;
        color: #000;
        font-size: 1em;
    }
    .ysGroup4 {
        width: 100%;
        height: 10%;
        position: absolute;
        right: -25px;
        top: 70%;
        margin-right: -20%;
    }
    .ysGroup4Bg {
        width: 233px;
        height: 34px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        display: none;
    }
    .ysGroup4In {
        width: 196px;
        height: 50px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .ysNan4 {
        width: 47px;
        height: 33px;
    }
    .ysSlogn4 {
        width: 140px;
        height: 50px;
        margin-left: 8px;
    }
    .ysSlogn4 p {
        line-height: 25px;
        color: #000;
        font-size: 1em;
    }
    /*****我们的优势结束*****/
    /*****服务优势开始*****/
    .fuys {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        display: none;
    }
    .fuysTitle {
        width: 100%;
        height: 85px;
        margin-top: 0vh;
        opacity: 0;
    }
    .fuysTitle h2 {
        text-align: center;
        line-height: 30px;
        font-size: 1.6em;
        font-weight: normal;
    }
    .fuysTitle p {
        text-align: center;
        line-height: 1.5em;
        color: #5c5c5c;
        margin-top: 5%;
        font-size: 1em;
    }
    .fuysMain {
        width: 90%;
        height: 60vw;
        margin: 0px auto;
        opacity: 0;
        text-align: center;
        position: relative;
        top: -10%;
    }
    .fuysMainIn {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        bottom: 0vh;
        position: absolute;
        display: none;
    }
    .fuysGroup1 {
        width: 30%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin-right: 1.6%;
        position: absolute;
        top: 12%;
        opacity: 0;
        margin-left: -1%
    }
    .yuan {
        width: 100%;
        height: 27vw;
        background: #8acff2;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        margin-left: -40%;
        z-index: 4;
    }
    .yuanIcon {
        width: 32%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin: 0 auto;
        margin-top: 22%;
    }
    .yuan p {
        text-align: center;
        margin-top: 6px;
        color: #fff;
        font-size: 1em;
    }
    .yuanWord {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 13vw;
        left: 0%;
        opacity: 1;
        transition: 0.6s;
        display: none;
    }
    .yuanWord p {
        line-height: 30px;
        color: #5c5c5c;
        font-size: 12px;
    }
    .fuysGroup1:hover .yuanWord {
        opacity: 1;
        margin-top: -1vw;
    }
    .fuysGroup2 {
        width: 30%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin-left: 1.6%;
        margin-right: 1.6%;
        position: absolute;
        top: 0%;
        left: 33%;
        opacity: 0;
        margin-top: 46%;
    }
    .yu2 {
        position: absolute;
        left: 40%;
        margin-left: -40%;
        z-index: 4;
        transition: 0.6s;
        bottom: 0vh;
        background: #56c5f0;
    }
    .yuanWord2 {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 5vw;
        left: 0%;
        opacity: 1;
        transition: 0.6s;
        display: none;
    }
    .yuanWord2 p {
        line-height: 30px;
        color: #5c5c5c;
        font-size: 12px;
    }
    .fuysGroup2:hover .yuanWord2 {
        opacity: 1;
        margin-top: 2vw;
    }
    .fuysGroup3 {
        width: 30%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin-left: 1.6%;
        margin-right: 1.6%;
        position: absolute;
        top: 19%;
        opacity: 0;
        left: 65.5%;
        margin-top: 0.7%
    }
    .yu3 {
        position: absolute;
        left: 50%;
        margin-left: -50%;
        z-index: 4;
        top: -0.5vh;
        background: #00aae6;
    }
    .yuanWord3 {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 13vw;
        left: 0%;
        opacity: 1;
        transition: 0.6s;
        display: none;
    }
    .yuanWord3 p {
        line-height: 30px;
        color: #5c5c5c;
        font-size: 12px;
    }
    .fuysGroup3:hover .yuanWord3 {
        opacity: 1;
        margin-top: -1vw;
    }
    .fuysGroup4 {
        width: 30%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin-left: 1.6%;
        margin-right: 1.6%;
        position: absolute;
        top: -20%;
        left: 0%;
        opacity: 0;
        margin-top: 80%;
    }
    .yu4 {
        position: absolute;
        left: 50%;
        margin-left: -48%;
        z-index: 4;
        transition: 0.6s;
        bottom: 0vh;
        background: #008de6;
    }
    .yuanWord4 {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 5vw;
        left: 0%;
        opacity: 1;
        transition: 0.6s;
        display: none;
    }
    .yuanWord4 p {
        line-height: 30px;
        color: #5c5c5c;
        font-size: 12px;
    }
    .fuysGroup4:hover .yuanWord4 {
        opacity: 1;
        margin-top: 2vw;
    }
    .fuysGroup5 {
        width: 30%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin-left: 1.6%;
        margin-right: 1.6%;
        position: absolute;
        top: 18%;
        opacity: 0;
        left: 33%;
        margin-top: 34.5%;
    }
    .yu5 {
        position: absolute;
        left: 50%;
        margin-left: -50%;
        z-index: 4;
        transition: 0.6s;
        top: 0vh;
        background: #0078ca;
    }
    .yuanWord5 {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 13vw;
        left: 0%;
        opacity: 1;
        transition: 0.6s;
        display: none;
    }
    .yuanWord5 p {
        line-height: 30px;
        color: #5c5c5c;
        font-size: 12px;
    }
    .fuysGroup5:hover .yuanWord5 {
        opacity: 1;
        margin-top: -1vw;
    }
    .fuysGroup6 {
        width: 30%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        zoom: 1;
        margin-left: 1.6%;
        margin-right: 1.6%;
        position: absolute;
        top: -20vh;
        left: 64%;
        opacity: 0;
        margin-top: 30.4vh;
    }
    .yu6 {
        position: absolute;
        left: 54.5%;
        margin-left: -50%;
        z-index: 4;
        transition: 0.6s;
        top: 0%;
        background: #005fca;
    }
    .yuanWord6 {
        width: 100%;
        height: 50px;
        position: absolute;
        top: 5vw;
        left: 0%;
        opacity: 1;
        transition: 0.6s;
        display: none;
    }
    .yuanWord6 p {
        line-height: 30px;
        color: #5c5c5c;
        font-size: 12px;
    }
    .fuysGroup6:hover .yuanWord6 {
        opacity: 1;
        margin-top: -1vw;
    }
    .fuys_web {
        width: 80%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin: 0px auto;
        text-align: center;
    }
    .fuys_webs {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 60px;
    }
    .fuys_webs h2 {
        text-align: center;
        line-height: 30px;
        font-size: 1.6em;
        font-weight: normal;
    }
    .fuys_webs p {
        text-align: center;
        line-height: 1.5em;
        color: #5c5c5c;
        margin-top: 5%;
        font-size: 1em;
    }
    .fuys_webx {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 40px;
        text-align: center;
        margin-bottom: 40px;
    }
    /*****服务优势结束*****/
    /*****二维码开始*****/
    .ewm {
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-top: 40px;
    }
    .ewm h2 {
        text-align: center;
        line-height: 40px;
        font-size: 1.8em;
        font-weight: normal;
        color: #fff;
        margin-top: 50px;
    }
    .ewm table {
        width: 320px;
        height: 37px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .ewmBtn1 {
        width: 137px;
        height: 37px;
        border-radius: 50px;
        background: #fff;
    }
    .ewmBtn1 a {
        line-height: 37px;
        text-align: center;
        display: block;
        color: #000;
        font-size: 12px;
    }
    .xxtbBtn2_tk2 {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        display: none;
    }
    .xxtbBtn2_tk3 {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        display: none;
    }
    .xxtbBtn2_tkIn {
        width: 90%;
        height: 400px;
        position: absolute;
        top: 55%;
        margin-top: -320px;
        left: 50%;
        margin-left: -45%;
        animation: rocket 1s;
        -webkit-animation: rocket 1s;
    }
    @keyframes rocket {
        0% {
            transform: translateY(-260px);
        }
        100% {}
    }
    @-webkit-keyframes rocket {
        0% {
            transform: translateY(-260px);
            opacity: 0;
        }
        100% {}
    }
    .xxtbBtn2_tkIn h2 {
        line-height: 30px;
        font-size: 1.4em;
        color: #fff;
        text-align: center;
        font-weight: normal;
        margin-top: 0px;
    }
    .xxtbBtn2_tkInImg {
        width: 70%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 20px;
        text-align: center;
        background: #fff;
    }
    .xxtbBtn2_tkInImg img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .xxtbBtn2_tkInBtn {
        width: 160px;
        height: 40px;
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 50px;
        border: 1px solid #fff;
    }
    .xxtbBtn2_tkInBtn p {
        line-height: 40px;
        text-align: center;
        margin-top: 0px;
    }
    .xxtbBtn2_tkInBtn p a {
        font-size: 14px;
        color: #fff;
        display: block;
    }
    /*****二维码结束*****/
    /*****合作伙伴开始*****/
    .hzhb {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .hzhbTitle {
        width: 80%;
        height: 34px;
        line-height: 40px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .hzhbTitle h2 {
        color: #000;
        font-size: 1.8em;
        font-weight: normal;
        padding-left: 5%;
    }
    .hzhbMain {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
    }
    .hzhbMainn {
        width: 100%;
        height: 70px;
        margin: 0px auto;
        margin-top: 30px;
    }
    .hzhbMainn ul li {
        width: 27%;
        float: left;
        margin-left: 15px;
        margin-bottom: 35px;
    }
    /*我们结束*/
    /*联系开始*/
    .xxDiv {
        width: 100%;
        height: 100vh;
        position: relative;
        display: none;
    }
    .xxMain {
        width: 90%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        left: 0%;
        top: 10%;
        opacity: 0;
    }
    .xxMain h2 {
        line-height: 40px;
        color: #003cd6;
        font-size: 1.6em;
        font-weight: normal;
    }
    .xxMainDiv {
        width: 200px;
        height: 1px;
        background: #000;
        margin-top: 30px;
        margin-bottom: 30px;
        transition: 0.6s;
    }
    .xxMain p {
        line-height: 30px;
        color: #000;
        font-size: 1em;
    }
    .xxMain:hover .xxMainDiv {
        width: 100px;
        background: #003cd6;
    }
    .xxImg {
        width: 90%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        right: 0%;
        top: 52%;
    }
    .xxImg1 {
        width: 38%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-left: 7%;
        margin-top: 45px;
    }
    .xxImg1 p {
        line-height: 40px;
        color: #000;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .xxImg2 {
        width: 38%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-right: 7%;
        margin-top: 45px;
    }
    .xxImg2 p {
        line-height: 40px;
        color: #000;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .xxMap {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        display: none;
    }
    /*联系结束*/
    .lx_pc {
        display: none;
    }
    .lx_web {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .lx_web1 {
        width: 100%;
        min-height: 500px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: url(../images/jj13.jpg) no-repeat top center;
        margin-top: 30px;
        background-size: 100%;
    }
    .lx_web1n {
        width: 75%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #1a7bd6;
        margin-top: 140px;
        text-align: center;
        padding: 7%;
    }
    .lx_web1n p {
        line-height: 2em;
        color: #fff;
        font-size: 1em;
        text-align: left;
    }
    .lx_web1n p a {
        color: #fff;
        font-size: 1em;
    }
    .lx_web1n img {
        width: 100%;
        margin-top: 20px;
    }
    .lx_web1n2 {
        width: 90%;
        min-height: 200px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-bottom: 50px;
    }
    /*************************************三级页开始*************************************/
    .xw_banner {
        width: 100%;
        height: 350px;
        background: url(../images/xw1.jpg)no-repeat top center;
        display: none;
    }
    .xw2 {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1 background: #fff;
        margin-top: 30px;
    }
    .xw21 {
        width: 100%;
        min-height: 40px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .xw21 h2 {
        text-align: center;
        font-size: 1.3em;
        color: #323232;
        line-height: 1.5em;
        font-weight: normal;
    }
    .xw22 {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #d0d0d0;
        border-top: 1px solid #d0d0d0;
    }
    .xw22z {
        width: 100%;
        height: 50px;
        text-align: center;
    }
    .xw22z p {
        line-height: 50px;
        font-size: 0.9em;
        color: #5c5c5c;
    }
    .xw22y {
        width: 25%;
        height: 20px;
        margin-top: 20px;
        text-align: right;
        display: none;
    }
    .xw23 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        text-align: center;
        margin-top: 15px;
        border-bottom: 1px solid #d0d0d0;
    }
    .xw23 p {
        line-height: 2em;
        color: #5c5c5c;
        font-size: 1em;
        text-align: left;
        text-indent: 2em;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    /*.xw23 p img,.xw23 img{width:90%;margin-left:-2em;}*/
    .xw24 {
        width: 35%;
        height: 35px;
        margin: 0px auto;
        border: 1px solid #000000;
        border-radius: 50px;
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .xw24 h2 {
        line-height: 35px;
        text-align: center;
    }
    .xw24 h2 a {
        font-size: 1em;
        color: #323232;
        transition: 0.6s;
        display: block;
    }
    .xw24 h2 a:hover {
        color: #fff;
        background: #000000;
        border-radius: 50px;
    }
    .xw25 {
        width: 100%;
        height: 60px;
        margin: 0px auto;
        margin-top: 20px;
    }
    .xw25z {
        width: 24%;
        height: 30px;
        border: 1px solid #e3e3e3;
    }
    .xw25zz h2 {
        color: #323232;
        line-height: 30px;
        font-size: 1em;
        font-weight: normal;
        text-align: center;
    }
    .xw25zz {
        width: 100%;
        height: 30px;
    }
    .xw25zy {
        height: 40px;
        padding-left: 20px;
        display: none;
    }
    .xw25y {
        width: 24%;
        height: 30px;
        border: 1px solid #e3e3e3;
    }
    .xw25yz {
        height: 30px;
        display: none;
    }
    .xw25yy {
        width: 100%;
        height: 30px;
        text-align: center;
    }
    .xw25yy h2 {
        color: #323232;
        line-height: 30px;
        font-size: 1em;
        font-weight: normal;
    }
    /*************************************新闻列表页开始*************************************/
    .xw1,
    .xw11 {
        width: 100%;
        min-height: 60px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xw1 {
        display: none;
    }
    .xw3 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xw11 {
        background: #f4f4f4;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .xw11n {
        width: 90%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xw11n1 {
        width: 16%;
        height: auto;
        display: none;
        float: left;
    }
    .xw11n1s {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #777777;
    }
    .xw11n1s p {
        line-height: 110px;
        font-size: 1.5em;
    }
    .xw11n1x {
        width: 100%;
        min-height: 70px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xw11n1x h2 {
        line-height: 60px;
        font-size: 3em;
    }
    .xw11n2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    .xw11n2 img {
        transition: 0.8s transform;
    }
    .xw11n3 {
        width: 100%;
        height: auto;
        float: left;
    }
    .xw11n3s {
        width: 100%;
        min-height: 50px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
    }
    .xw11n3s p {
        line-height: 1.5em;
        font-size: 0.9em;
        color: #5c5c5c;
        padding-top: 10px;
    }
    .xw11n3s h2 {
        line-height: 2em;
        font-size: 1.2em;
        font-weight: normal;
        color: #323232;
    }
    .xw11n3x {
        width: 100%;
        height: auto;
    }
    .xw11n3x p {
        line-height: 1.5em;
        font-size: 0.8em;
        color: #5c5c5c;
        padding-top: 20px;
    }
    .xw11:hover {
        transition: 0.6s;
        background: #0078ff;
    }
    .xw11:hover .xw11n1s p,
    .xw11:hover .xw11n1x h2,
    .xw11:hover .xw11n3s h2,
    .xw11:hover .xw11n3x p,
    .xw11:hover .xw11n3s p {
        color: #fff;
    }
    .xw11:hover .xw11n1s,
    .xw11:hover .xw11n3s {
        border-bottom: 1px solid #fff;
    }
    .xw11:hover .xw11n2 img {
        transform: scale(1.05, 1.05);
    }
    .fy {
        display: none;
    }
    .xw12 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #fff;
    }
    .xw12 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .xw12n {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xw12n1 {
        width: 16%;
        height: auto;
        display: none;
        float: left;
    }
    .xw12n1s {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #777777;
    }
    .xw12n1s p {
        line-height: 110px;
        font-size: 1.5em;
    }
    .xw12n1x {
        width: 100%;
        height: 70px;
    }
    .xw12n1x h2 {
        line-height: 60px;
        font-size: 3em;
    }
    .xw12n2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    .xw12n2 img {
        transition: 0.8s transform;
    }
    .xw12n3 {
        width: 100%;
        height: auto;
        float: left;
    }
    .xw12n3s {
        width: 100%;
        height: 70px;
        border-bottom: 1px solid #777777;
    }
    .xw12n3s p {
        line-height: 1.5em;
        font-size: 0.9em;
        color: #5c5c5c;
        padding-top: 10px;
    }
    .xw12n3s h2 {
        line-height: 2em;
        font-size: 1em;
        font-weight: normal;
        color: #323232;
    }
    .xw12n3x {
        width: 100%;
        height: auto;
    }
    .xw12n3x p {
        line-height: 1.5em;
        font-size: 0.9em;
        color: #5c5c5c;
        padding-top: 20px;
    }
    .xw12:hover {
        transition: 0.6s;
        background: #0078ff;
    }
    .xw12:hover .xw12n1s p,
    .xw12:hover .xw12n1x h2,
    .xw12:hover .xw12n3s h2,
    .xw12:hover .xw12n3x p,
    .xw12:hover .xw12n3s p {
        color: #fff;
    }
    .xw12:hover .xw12n1s,
    .xw12:hover .xw12n3s {
        border-bottom: 1px solid #fff;
    }
    .xw12:hover .xw12n2 img {
        transform: scale(1.05, 1.05);
    }
    .fwwMain {
        display: none;
    }
    .fww_web,
    .fww_web1 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .fww_web2 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .fww_web2z {
        width: 55%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-left: 20px;
    }
    .fww_web2y {
        width: 35%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    /*************************************案例页开始*************************************/
    .anli {
        display: none;
    }
    .anli5 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        padding-top: 60px;
        background: #f1f1f1;
    }
    .anli51 {
        width: 90%;
        height: 60px;
        margin: 0px auto;
        margin-bottom: 0px;
    }
    .anli51 p {
        line-height: 60px;
        font-size: 2em;
        color: #5c5c5c;
        font-weight: normal;
    }
    .anli52 {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .anli521 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #fff;
        float: left;
        position: relative;
        margin-bottom: 25px;
    }
    .anli521s {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        text-align: center;
    }
    .anli521s tr td h2 {
        line-height: 3em;
        font-size: 1.3em;
        color: #fff;
        text-align: center;
        font-weight: normal;
    }
    .anli1 {
        width: 100%;
        height: 60px;
        float: left;
        margin-bottom: 20px;
    }
    .anli1 p {
        line-height: 60px;
        font-size: 3em;
        color: #5c5c5c;
        font-weight: normal;
    }
    /*底部开始*/
    .footerd2 {
        width: 100%;
        height: auto;
        background: #2a2e31;
        overflow: hidden;
    }
    .footerd2 p {
        line-height: 20px;
        color: #929292;
        text-align: center;
        font-size: 0.9em;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    /*************************************案例内容页开始*************************************/
    .anlin {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #f4f4f4;
    }
    .anli6 {
        width: 90%;
        min-height: 60px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
        margin-top: 60px;
    }
    .anli6 p {
        line-height: 2em;
        font-size: 1.7em;
        color: #5c5c5c;
        font-weight: normal;
    }
    .anli7 {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #fff;
        margin-bottom: 30px;
    }
    .anli7n {
        width: 95%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
    }
    .anli8 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #eef3f9;
    }
    .anli8n {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .anli8nz {
        width: 50%;
        height: 110px;
        background: #fff;
        text-align: center;
    }
    .anli8nz h2 {
        line-height: 40px;
        font-size: 1.3em;
        color: #5c5c5c;
        font-weight: normal;
        margin-top: 20px;
    }
    .anli8nz img {
        width: 25%
    }
    .anli8ny {
        width: 50%;
        height: 110px;
        background: #228aff;
        text-align: center;
    }
    .anli8ny h2 {
        line-height: 40px;
        font-size: 1.3em;
        color: #fff;
        font-weight: normal;
        margin-top: 20px;
    }
    .anli8ny img {
        width: 25%
    }
    /*************政府类信息化建设开始***************/
    .xxh1 {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }
    .xxh1Wab {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xxh1Main {
        width: 80%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 7%;
        opacity: 0;
    }
    .xxh2 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .xxh2Div {
        width: 49.4%;
        height: 100px;
        border: 0px;
        float: left;
    }
    .xxh2Icon {
        width: 20%;
        height: 5vw;
        margin: 0 auto;
        margin-top: 20px;
    }
    .xxh2Div h2 {
        line-height: 30px;
        text-align: center;
        color: #323232;
        font-weight: normal;
        font-size: 1em;
        margin-top: 20px;
    }
    .xxh3 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #fafafa;
        overflow: hidden;
    }
    .xxh3Title {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 40px;
    }
    .xxh3Title h2 {
        line-height: 50px;
        color: #000;
        font-size: 2em;
        font-weight: normal;
        text-align: center;
    }
    .xxh3Main {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .xxh3Groups {
        width: 45%;
        height: 50vw;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .xxh3Icon {
        width: 40%;
        height: 40%;
        margin: 0 auto;
        position: relative;
        display: none;
    }
    .xxh3IconWab {
        width: 80%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin: 0 auto;
    }
    .xxh3Icon1 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        transition: 0.6s transform;
    }
    .xxh3Icon2 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
        transition: 0.6s transform;
    }
    .xxh3Icon3 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3;
    }
    .xxh3Div {
        width: 40px;
        height: 2px;
        background: #ff6633;
        margin: 0 auto;
        margin-bottom: 15px;
        transition: 0.6s;
    }
    .xxh3Word {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xxh3Word p {
        line-height: 22px;
        font-size: 0.9em;
        color: #323232;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon1 {
        transform: scale(1.15, 1);
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon2 {
        transform: scale(1.05, 1.05);
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon3 {
        -webkit-animation: xxh3Icon3 0.6s alternate;
        -moz-animation: xxh3Icon3 0.6s alternate;
        -o-animation: xxh3Icon3 0.6s alternate;
        animation: xxh3Icon3 0.6s alternate;
    }
    .xxh3Groups:hover .xxh3Div {
        width: 100px;
    }
    .xxh3Icon4 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        transition: 0.6s;
    }
    .xxh3Icon5 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
        transition-duration: 0.2s;
        transition-delay: 0.2s;
    }
    .xxh3Icon6 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3;
        transition-duration: 0.4s;
        transition-delay: 0.4s;
    }
    .xxh3Icon7 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 4;
        transition-duration: 0.6s;
        transition-delay: 0.6s;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon4 {
        margin-left: 12px;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon5 {
        margin-left: 12px;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon6 {
        margin-left: 12px;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon7 {
        margin-left: 12px;
    }
    .xxh3Icon8 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    .xxh3Icon9 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
        transition: 0.6 transform;
        transition: All 1s ease-in-out;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon9 {
        transform: scale(1.15, 1.15);
        transform: rotate(71deg);
        -webkit-transform: rotate(71deg);
        -moz-transform: rotate(71deg);
        -o-transform: rotate(71deg);
        -ms-transform: rotate(71deg);
        margin-left: 6px;
        margin-top: 2px;
    }
    .xxh3Icon10 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    .xxh3Icon11 {
        width: 132px;
        height: 60px;
        position: absolute;
        top: 36px;
        left: 13px;
        z-index: 2;
        overflow: hidden;
    }
    .xxh3Icon111 {
        width: 132px;
        height: 60px;
        transition: 0.6s;
    }
    .xxh3Icon112 {
        width: 132px;
        height: 60px;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon111 {
        margin-top: -60px;
    }
    .xxh3Icon12 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    .xxh3Icon13 {
        width: 30px;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        top: 90px;
        left: 20px;
        z-index: 2;
        transition: 0.6s;
    }
    .xxh3Icon14 {
        width: 30px;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        top: 10px;
        left: 50px;
        z-index: 2;
        transition: 0.6s;
    }
    .xxh3Icon15 {
        width: 30px;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        top: 50px;
        left: 120px;
        z-index: 2;
        transition: 0.6s;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon13 {
        top: 10px;
        left: 50px;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon14 {
        top: 50px;
        left: 120px;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon15 {
        top: 90px;
        left: 20px;
    }
    .xxh3Icon16 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    .xxh3Icon17 {
        width: 122px;
        height: 70px;
        position: absolute;
        z-index: 2;
        top: 50px;
        left: 18px;
        overflow: hidden;
    }
    .xxh3Icon17in {
        width: 244px;
        height: 70px;
        transition: 0.6s;
    }
    .xxh3Icon171 {
        width: 122px;
        height: 60px;
        margin-top: 5px;
    }
    .xxh3Icon172 {
        width: 122px;
        height: 60px;
        margin-top: 5px;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon17in {
        margin-left: -122px;
    }
    .xxh3Icon18 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    .xxh3Icon19 {
        width: 120px;
        height: 110px;
        position: absolute;
        top: 0px;
        left: 20px;
        z-index: 2;
        margin-top: 10px;
        overflow: hidden;
    }
    .xxh3Icon19in {
        width: 240px;
        height: 110px;
        transition: 0.6s;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon19in {
        margin-left: -120px;
    }
    .xxh3Icon20 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    .xxh3Icon21 {
        width: 130px;
        height: 81px;
        position: absolute;
        top: 38px;
        left: 13px;
        z-index: 2;
        overflow: hidden;
    }
    .xxh3Icon21in {
        width: 260px;
        height: 81px;
        transition: 0.6s;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon21in {
        margin-left: -130px;
    }
    .xxh3Icon22 {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3;
    }
    .xxh3Icon23 {
        width: 26px;
        height: 50px;
        position: absolute;
        top: 83px;
        left: 105px;
        z-index: 4;
        overflow: hidden;
    }
    .xxh3Icon23in {
        width: 26px;
        height: 100px;
        transition: 0.6s;
    }
    .xxh3Groups:hover .xxh3Icon .xxh3Icon23in {
        margin-top: -30px;
    }
    .xxh4 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xxh4Title {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 30px;
    }
    .xxh4Title h2 {
        line-height: 40px;
        text-align: center;
        font-size: 2em;
        color: #000;
        font-weight: normal;
    }
    .xxh4Main {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xxh4Groups {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xxh4Word {
        width: 80%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .xxh4Img {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        text-align: center;
    }
    .xxh4Img img {
        width: 50px;
    }
    .xxh4Div {
        width: 50px;
        height: 2px;
        margin: 0 auto;
        background: #fe7863;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .xxh4Word h2 {
        text-align: center;
        font-size: 1.4em;
        color: #000;
        line-height: 30px;
        font-weight: normal;
    }
    .xxh4Word p {
        text-align: center;
        font-size: 1em;
        color: #5c5c5c;
        line-height: 1.5em;
        font-weight: normal;
        text-align: left;
    }
    .xxh4ff {
        width: 90%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-bottom: 30px;
    }
    .xxh4ffGroups {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        float: left;
        margin-bottom: 20px;
    }
    .xxh4ffGroupsImg {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        border-radius: 5px;
    }
    .xxh4ffGroups h2 {
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        color: #5c5c5c;
        font-weight: normal;
        margin-top: 5px;
    }
    .bgs {
        background: #fafafa;
    }
    /*************政府类信息化建设结束***************/
    .jyWab {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #fff;
    }
    .jdalWabImg {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .jdalWab {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #f8f8f8;
    }
    .jdalWabTitle {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .jdalWabTitle h2 {
        line-height: 30px;
        text-align: center;
        font-weight: normal;
        font-size: 1.2em;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .jdalWabGroups {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-bottom: 15px;
    }
    .jdalWabGImg {
        width: 95%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        border-radius: 5px;
    }
    .jdalWabGroups h2 {
        text-align: center;
        font-weight: normal;
        font-size: 1em;
        color: #323232;
        line-height: 40px;
    }
    .jdalWabBtn {
        width: 40%;
        height: 35px;
        border-radius: 3px;
        margin: 0 auto;
        margin-bottom: 30px;
        background: filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#2fb9ff, endcolorstr=#018cda, gradientType=1);
        background: -webkit-linear-gradient(top, #2fb9ff, #018cda);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(bottom, #2fb9ff, #018cda);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(bottom, #2fb9ff, #018cda);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to bottom, #2fb9ff, #018cda);
        /* 标准的语法（必须放在最后） */
        ;
    }
    .jdalWabBtn p {
        line-height: 35px;
        text-align: center;
        color: #fff;
        font-size: 0.8em;
    }
    .xxtbd {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #f9f9f9;
        display: none;
    }
    .xxtb {
        width: 90%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .xxtb p {
        text-align: center;
        line-height: 30px;
        font-size: 1.4em;
        color: #323232;
        margin-top: 30px;
    }
    .xxtb h2,
    .xxtb h2 a {
        text-align: center;
        font-size: 1.4em;
        color: #2eb8fd;
        margin-top: 10px;
        line-height: 30px;
    }
    .xxtbIn {
        width: 90%;
        height: 45px;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 25px;
    }
    .xxtbBtn {
        width: 45%;
        height: 30px;
        border-radius: 5px;
        transition: 0.4s;
        filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#2eb8fd, endcolorstr=#018bd9, gradientType=1);
        background: -webkit-linear-gradient(top, #2eb8fd, #018bd9);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(bottom, #2eb8fd, #018bd9);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(bottom, #2eb8fd, #018bd9);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to bottom, #2eb8fd, #018bd9);
        /* 标准的语法（必须放在最后） */
    }
    .xxtbBtn:hover {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    }
    .xxtbBtn p {
        line-height: 30px;
        text-align: center;
        margin-top: 0px;
    }
    .xxtbBtn p a {
        font-size: 14px;
        color: #fff;
        display: block;
    }
    .xxtbBtn_tk,
    .xxtbBtn_tk1 {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        display: none;
    }
    .xxtbBtn_tkIn {
        width: 70%;
        height: auto;
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -35%;
        animation: rocket 1s;
        -webkit-animation: rocket 1s;
    }
    @keyframes rocket {
        0% {
            transform: translateY(-100px);
        }
        100% {}
    }
    @-webkit-keyframes rocket {
        0% {
            transform: translateY(-100px);
            opacity: 0;
        }
        100% {}
    }
    .xxtbBtn_tkIn h2 {
        line-height: 30px;
        font-size: 1.7em;
        color: #fff;
        text-align: center;
        font-weight: normal;
    }
    .xxtbBtn_tkIn p {
        line-height: 30px;
        font-size: 1.2em;
        color: #fff;
        text-align: center;
        font-weight: normal;
    }
    .xxtbBtn_tkInImg {
        width: 100%;
        height: auto;
        margin-top: 0px;
        text-align: center;
        background: #fff;
    }
    .xxtbBtn_tkInImg img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 85%;
    }
    .xxtbBtn_tkInBtn {
        width: 140px;
        height: 35px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 50px;
        border: 1px solid #fff;
    }
    .xxtbBtn_tkInBtn p {
        line-height: 35px;
        text-align: center;
        margin-top: 0px;
    }
    .xxtbBtn_tkInBtn p a {
        font-size: 14px;
        color: #fff;
        display: block;
    }
    .ydd {
        display: none;
    }
    .ewm2,
    .mbx {
        display: none;
    }
    /*宏骥开始*/
    .hj_pc {
        display: none;
    }
    .hj_web {
        width: 100%;
        min-height: 130px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        background: #f00
    }
    .hjw1 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 40px;
        text-align: center;
    }
    .hjw1 p {
        width: 90%;
        margin: 0px auto;
        line-height: 2em;
        color: #5c5c5c;
        font-size: 1em;
        text-indent: 2em;
        text-align: left;
        margin-bottom: 25px;
    }
    .hjw2 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
    }
    .hjw2 h1 {
        line-height: 1em;
        font-size: 1.7em;
        color: #000;
        margin-top: 40px;
    }
    .hjw2 h2 {
        line-height: 1.5em;
        font-size: 1.1em;
        color: #323232;
        text-align: left;
        font-weight: normal;
    }
    .hjw2 p {
        line-height: 2em;
        color: #5c5c5c;
        font-size: 0.9em;
        text-align: left;
    }
    .hjw2 img {
        width: 70%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    /*宏象开始*/
    .hx_pc {
        display: none;
    }
    .hx1 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        padding-top: 40px;
        text-align: center;
    }
    .hx2 {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        margin-top: 40px;
    }
    .hx2 h2 {
        text-align: center;
        font-size: 1.5em;
        color: #1d6cbc;
        line-height: 2em;
        margin-bottom: 20px;
    }
    .hx2 p {
        line-height: 1.5em;
        color: #5c5c5c;
        font-size: 1em;
    }
    .hx3 {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        margin-top: 40px;
    }
    .hx3s {
        width: 100%;
        height: 45px;
        background: #1664c8;
    }
    .hx3s h2 {
        text-align: center;
        font-size: 1.2em;
        color: #fff;
        line-height: 45px;
        font-weight: normal;
    }
    .hx3x {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        background: #f8f8f8;
    }
    .hx3x p,
    .hx4x p {
        padding: 15px;
        line-height: 1.5;
        font-size: 1em;
        color: #5c5c5c;
        text-indent: 2em;
    }
    .hx4 {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        margin-top: 20px;
    }
    .hx4s {
        width: 100%;
        height: 45px;
        background: #1664c8;
    }
    .hx4s h2 {
        text-align: center;
        font-size: 1.2em;
        color: #fff;
        line-height: 45px;
        font-weight: normal;
    }
    .hx4x {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        background: #f8f8f8;
    }
    .hx5 {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        margin-top: 40px;
        background: #f8f8f8;
    }
    .hx5n {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
    }
    .hx5ns {
        width: 100%;
        height: 50px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .hx5ns h2 {
        text-align: center;
        font-size: 1.7em;
        color: #1d6cbc;
        line-height: 2em;
    }
    .hx5nx {
        width: 100%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
    }
    .hx5nx p {
        line-height: 1.5em;
        font-size: 1em;
        color: #5c5c5c;
        text-indent: 2em;
    }
    .hx5nx img {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .hx6 {
        width: 90%;
        min-height: 100px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
    }
    .hx6s {
        width: 100%;
        height: 50px;
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .hx6s h2 {
        text-align: center;
        font-size: 1.7em;
        color: #1d6cbc;
        line-height: 2em;
    }
    .hx6x {
        width: 100%;
        min-height: 1270px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .hx6x1 {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
    }
    .hx6x1 p,
    .hx6x2 p,
    .hx6x3 p,
    .hx6x4 p,
    .hx6x5 p,
    .hx6x6 p {
        line-height: 1.5em;
        font-size: 1em;
        color: #5c5c5c;
        text-indent: 2em;
        text-align: left;
    }
    .tk2_web {
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        left: 0;
        top: 0;
        z-index: 999;
        height: 100%;
        width: 100%;
        display: none;
    }
    .tk2_web_column {
        background: #fff;
        width: 80%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        position: absolute;
        top: 50%;
        margin-top: -250px;
        left: 50%;
        margin-left: -40%;
        animation: rocket 1s;
        -webkit-animation: rocket 1s;
        border-radius: 5px;
    }
    @keyframes rocket {
        0% {
            transform: translateY(-150px);
        }
        100% {}
    }
    @-webkit-keyframes rocket {
        0% {
            transform: translateY(-150px);
            opacity: 0;
        }
        100% {}
    }
    .tk_column_top {
        width: 100%;
        height: 83px;
        display: block;
        position: relative;
        border-bottom: 1px solid #dedede;
    }
    .tk_column_top h2 {
        font-size: 1.5em;
        color: #000;
        font-weight: normal;
        line-height: 83px;
        text-align: center;
        text-transform: uppercase;
    }
    .tk_column_top p {
        position: absolute;
        color: #fff;
        font-size: 20px;
        top: 8px;
        right: 10px;
        cursor: pointer;
    }
    .tk_column_top p img {
        cursor: pointer;
        -webkit-transition: -webkit-transform 2s ease-out;
        -moz-transition: -moz-transform 1s ease-out;
        -o-transition: -o-transform 1s ease-out;
        -ms-transition: -ms-transform 1s ease-out;
    }
    .tk_column_top p img:hover {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    .tiao {
        width: 150px;
        height: 2px;
        background: #1664c8;
        margin: 0 auto;
        -webkit-transition: 0.8s;
        transition: 0.8s;
    }
    #h:hover>#i {
        width: 300px;
    }
    .dl {
        width: 85%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        z-index: 99;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .dlz {
        width: 100%;
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
    }
    .dly {
        display: none;
    }
    .dl tr td {
        line-height: 30px;
        padding-bottom: 10px;
        font-size: 14px;
        color: #323232;
    }
    .dl1 {
        border: 1px solid #989898;
        height: 35px;
        width: 95%;
        background: #fff;
        border-radius: 3px;
        color: #5c5c5c;
        line-height: 35px;
        padding-left: 10px;
    }
    .dl2 {
        border: 0px;
        height: 35px;
        width: 82%;
        background: #1664c8;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        line-height: 30px;
        margin-left: 10px;
    }
    .dlx {
        width: 412px;
        height: 35px;
        z-index: 99;
        margin: 0 auto;
    }
    .dlx table {
        margin: 0 auto;
    }
    .dlx tr td {
        line-height: 35px;
    }
    .dl3 {
        border: 0px;
        height: 40px;
        width: 95%;
        background: #1664c8;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        line-height: 40px;
        font-size: 18px;
    }
    .con_bt {
        width: 120px;
        height: 35px;
        margin: 0px auto;
        border: 1px solid #1664c8;
        border-radius: 3px;
        margin-bottom: 50px;
        display: none;
    }
    .tk2 {
        display: none;
    }
    .con_bt2 {
        width: 120px;
        height: 35px;
        margin: 0px auto;
        border: 1px solid #1664c8;
        border-radius: 3px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .con_bt2 h2 {
        line-height: 35px;
        text-align: center;
    }
    .con_bt2 h2 a {
        font-size: 14px;
        color: #1664c8;
        display: block;
    }
    .con_bt2 :hover {
        background: #1664c8;
        font-size: 14px;
        color: #fff;
    }
    .con_bt2 :hover .con_bt h2 a {
        font-size: 14px;
        color: #fff;
    }
    /* 解决方案修改 */
    .fasection {
        width: 100%;
        overflow: hidden;
    }
    .fasection .w1200 {
        margin: 0 auto;
        width: 90%;
    }
    .fasection .fasection_cont {
        width: 100%;
        text-align: center;
    }
    .fasection.first {
        padding: 30px 0;
        background: #f8f9fb;
    }
    .fasection .fa_title {
        margin-bottom: 15px;
        font-size: 26px;
        color: #333;
    }
    .fasection .fa_text {
        margin-bottom: 25px;
        font-size: 14px;
        color: #333;
        line-height: 26px;
    }
    .fa_list {
        width: 100%;
        text-align: center;
    }
    .fa_list ul {
        display: inline-block;
    }
    .fa_list li {
        float: left;
        width: 33.33%;
        min-height: 120px;
        text-align: center;
    }
    .fa_list li .img_box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 10px #F0F0F0;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }
    .fa_list li .img_box:hover {
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
    }
    .fa_list li p {
        font-size: 14px;
        color: #333;
        line-height: 20px;
    }
    .fa_list li:hover p {
        color: #347EFF;
    }
    .fasection .fasection_img {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .fasection_img img {
        max-width: 100%;
    }
    .fasection.two {
        padding: 20px 0;
    }
    .fasection.three {
        padding-top: 30px;
        padding-bottom: 20px;
        background: #f8f9fb;
    }
    .fasection.four {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .fa_title2 {
        width: 100%;
        text-align: center;
    }
    .fa_title2 h6 {
        margin-bottom: 15px;
        font-size: 26px;
        color: #333;
    }
    .fa_title2 p {
        font-size: 14px;
        color: #666;
    }
    .fuwu_list {
        margin-top: 30px;
        width: 100%;
    }
    .fuwu_list * {
        box-sizing: border-box;
    }
    .fuwu_list li {
        float: left;
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
    }
    .fuwu_list li img {
        height: 60px;
        margin-bottom: 15px;
    }
    .fuwu_list li h6 {
        margin-bottom: 15px;
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }
    .fuwu_list li p {
        font-size: 12px;
        color: #666;
        line-height: 20px;
        text-align: center;
    }
    .fasection.five {
        padding: 30px 0;
        background: #eaeef6;
    }
    .fuwu_list2 {
        margin-top: 30px;
    }
    .fuwu_list2 li {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }
    .fuwu_list2 li img {
        width: 25%;
    }
    .fuwu_list2 .item_cont {
        width: 70%;
    }
    .fuwu_list2 .item_cont p {
        font-size: 14px;
        color: #333;
        line-height: 24px;
    }
    .fasection.six {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .guarantee_list {
        margin-top: 30px;
        text-align: center;
    }
    .guarantee_list li {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 90px;
        font-size: 20px;
        color: #333;
        background: #fff;
        box-shadow: 0px 0px 20px #F0F0F0;
    }
    .guarantee_list li img {
        margin-right: 20px;
        height: 40px;
    }
}

@media \0screen\,
screen\9 {
    /* 6\7\8*/
    .header {
        width: 100%;
        height: 50px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        background-color: #000;
        filter: Alpha(opacity=50);
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}