body{
    position: relative;
}
.ResMenu{
    display: none;
}
.MobTou{
    display: none;
}
.MobQiYe{
    display: none;
}
.MobTanSuo{
    display: none;
}
.Aboutx1{
    display: none;
}
@media (min-width: 750px) and (max-width: 1024px) {
    img{
        max-width: 100%;
    }
    .nav .container{
        background: #ffffff;
    }
    /* 首页响应开始 */
    .container{
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }
    .nav{
        height: auto;
        padding: 20px 0;
    }
    .LoGo{
        width: 30%;
        height: auto;
        margin: 0;
    }
    .LoGo img{
        width: 100%;
    }
    .LoGo img:nth-of-type(1){
        display: none;
    }
    .LoGo img:nth-of-type(2){
        display: block;
    }
    .NavRight{
        float: none;
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
        background: #ffffff;
    }
    .NavRight ul{
        float: none;
    }
    .NavRight ul li{
        float: none;
        width: 100%;
        height: 62px;
        line-height: 62px;
        margin: 0 0 40px;
    }
    .NavRight ul li a{
        font-size: 22px;
    }
    .ResMenu{
        display: block;
        position: absolute;
        right: 24px;
        top: 12px;
        width: 26px;
        height: 16px;
        z-index: 11;
    }
    .ResMenu span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #f12639;
        transition: all .3s;
    }
    .ResMenu span:nth-of-type(1){
        top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ResMenu.on span:nth-of-type(1){
        top: 50%;
        margin-top: -1px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    .ResMenu span:nth-of-type(2){
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ResMenu.on span:nth-of-type(2){
        -webkit-transform: translateY(-50%) scaleX(0);
        -ms-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0);
    }
    .ResMenu span:nth-of-type(3){
        top: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ResMenu.on span:nth-of-type(3){
        top: 50%;
        bottom: auto;
        margin-top: -1px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .NavWeiXin{
        display: none;
    }
    .MobTou{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        z-index: 9;
    }
    /* 首页响应结束 */
    
    /* banner响应式开始 */
    .Banner{
        display: none;
    }
    .MobBanner{
        display: block;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    .MobBanner img{
        display: block;
        width: 100%;
    }
    /* banner响应式结束 */

    /* 我们为政府开始 */
    .WeForCont{
        height: auto;
        margin-top: 0;
        background: none;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    .WeFors{
        height: auto;
        padding: 30px 0;
        overflow: hidden;
    }
    .WeFors span{
        font-size: 30px;
    }
    .WeFors a{
        font-size: 18px;
        line-height: 40px;
    }
    .WeForx{
        width: 100%;
    }
    .WeForx ul li h2 a{
        font-size: 28px;
    }
    .WeForx ul li span{
        font-size: 18px;
    }
    .WeForx ul li>a{
        font-size: 16px;
    }
    .WeForx ul li.on{
        width: 100%;
    }
    .WeForx ul li{
        float: none;
        width: 100%;
    }
    .WeForxDiv.on{
        width: 100%;
        margin: 0 0 20px;
    }
    .GongTong{
        padding: 20px 0 0;
    }
    .GongTong ul li{
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 0;
    }
    .GongTong ul li:first-child{
        height: auto;
    }
    .GongTong ul li:first-child span{
        font-size: 30px;
        line-height: 50px;
        padding: 0 0 20px;
    }
    /* 我们为政府结束 */

    /* 事业共同体开始 */
    .WeDong{
        height: auto;
        padding: 0 0 30px;
    }
    .WeDongx{
        overflow: hidden;
        position: relative;
        padding: 0 0 50px;
    }
    .WeDongx .swiper-pagination-bullet{
        background: #cfcfcf;
    }
    .WeDongx .swiper-pagination-bullet-active {
        background: #f12639;
    }
    .WeDongx ul li{
        float: none;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        box-shadow: initial;
        border: 1px solid #f6f6f6;
    }
    .WeDongx ul li>a{
        height: auto;
    }
    .WeDongx ul li>a img{
        height: auto;
    }
    .WeDongx ul li .WeDongDiv{
        background: #fdfdfd;
    }
    .WeDongx ul li .WeDongDiv h3 a{
        font-size: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .WeDongx ul li .WeDongDiv span{
        font-size: 20px;
    }
    .WeDongx ul li .WeDongDiv .WeDongDivx em{
        font-size: 16px;
    }
    /* 事业共同体结束 */

    /* 移动端底部开始 */
    .footer{
        background: #424242;
    }
    .Footers{
        background: url("../images/endbjimg.png") no-repeat right 76% top;
    }
    .FooterWai{
        height: auto;
        background: none;
    }
    .Footercls{
        padding: 20px 0 8px;
    }
    .Footers span{
        font-size: 50px;
    }
    .Footers em{
        font-size: 20px;
        line-height: 32px;
    }
    .Footerc{
        height: auto;
        padding: 0 0 15px;
    }
    .Footercl{
        float: none;
    }
    .Footercls img{
        float: none;
        display: block;
        width: 25%;
    }
    .Footercls span{
        float: none;
        display: block;
        font-size: 18px;
        margin-left: 0;
        padding: 15px 0 0;
    }
    .Footerclx ul li{
        width: 25%;
        margin: 0;
        line-height: 32px;
    }
    .Footerclx ul li a{
        display: block;
        font-size: 18px;
    }
    .Footercr{
        display: none;
    }
    .Footerx{
        height: auto;
        padding: 15px 0 0;
        line-height: 42px;
    }
    .Footerx p{
        font-size: 18px;
    }
    .End{
        height: auto;
        font-size: 13px;
        line-height: 42px;
        padding: 0 0 15px;
        text-align: left;
    }
    .End p{
        font-size: 18px;
    }
    .End a{
        font-size: 18px;
    }
    /* 移动端底部结束 */

    /* 新闻详情开始 */
    .SubNei{
        padding: 40px 0;
    }
    .SubNewsXiang{
        position: relative;
        padding: 70px 0 0;
    }
    .SubNewsXiangl{
        float: none;
        width: 100%;
    }
    .SubNewsXiangl h1{
        font-size: 20px;
        line-height: 32px;
    }
    .SubNewsXiangl .SubNewsXiangDiv{
        padding: 0 0 16px;
    }
    .SubNewsXiangl .SubNewsXiangText{
        min-height: 100px;
    }
    .SubNewsXiangl .SubNewsXiangText p{
        font-size: 16px;
        line-height: 30px;
    }
    .SubNewsXiangr{
        float: none;
        width: 100%;
    }
    .SubNewsSearch{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .SubTuiJian ul li h3{
        height: auto;
    }
    .SubTuiJian ul li h3 a{
        float: none;
        display: block;
        font-size: 16px;
        overflow: hidden;
        line-height: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .SubTuiJian ul li .SubTuix{
        padding: 15px 0 0;
    }
    .SubTuiJian ul li .SubTuix em{
        font-size: 16px;
    }
    .SubTuiJian ul li .SubTuix i{
        font-size: 16px;
    }
    /* 新闻详情结束 */

    /* 案例开始 */
    .SubAnLiList ul{
        width: 100%;
    }
    .SubAnLiList ul li{
        margin-right: 0;
    }
    .SubAnLiList ul li:nth-of-type(3){
        margin-right: 0;
    }
    .SubAnLiList ul li:last-child{
        margin-right: 0;
    }
    /* 案例结束 */

    /* 案例细览开始 */
    .SubAnLiXiTop{
        padding: 0 0 28px;
    }
    .SubAnLiXiTopl{
        float: none;
        width: 100%;
        padding: 0;
        overflow: hidden;
        background: none;
    }
    .SubAnLiXiTopr{
        float: none;
        width: 100%;
    }
    .SubAnLiXiTopr span{
        padding: 30px 0 38px;
    }
    .SubAnLiXiTopr ul li:nth-of-type(even){
        float: left;
    }
    .SubAnLiXiBot{
        padding: 30px 0 0;
    }
    /* 案例细览结束 */

    /* 我们的观点开始 */
    .SubGuanList ul li .SubGuanDiv{
        float: none;
        display: block;
        width: auto;
        margin-left: 320px;
    }
    .SubGuanList ul li .SubGuanDiv h3 a{
        float: none;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .SubGuanList ul li .SubGuanDiv span{
        height: 78px;
        overflow: hidden;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .SubGuanList ul li .SubGuanDiv em{
        padding: 25px 0 0;
    }
    /* 我们的观点结束 */

    /* 凌动学院开始 */
    .SubGuanTop span{
        padding: 72px 0 20px;
    }
    .SubYuanList ul li h3 a{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* 凌动学院结束 */

    /* 职位细览开始 */
    .SubZhiWeiTopl{
        float: none;
        width: 100%;
    }
    .SubZhiWeiTopr{
        float: none;
        width: 100%;
    }
    /* 职位细览结束 */

    /* 关于开始 */
    .Abouts{
        padding: 0 0 55px;
    }
    .Aboutsl{
        display: none;
    }
    .Aboutsr{
        float: none;
        width: 100%;
    }
    .Aboutsrxl{
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
    .Aboutsrxr{
        float: none;
        width: 100%;
    }
    .Aboutx{
        padding: 0 0 55px;
    }
    .Aboutx img{
        max-width: 100%;
    }
    .SubFaLis{
        height: 120px;
        padding: 60px 0 0;
    }
    .SubFaLis span{
        top: 45px;
    }
    .SubFaLix ul li{
        padding: 0;
    }
    .LingWen ul li{
        width: 49%;
    }
    .LingWen ul li .ZiMu{
        font-size: 80px;
    }
    .QiYex{
        height: auto;
        padding: 40px 0 60px;
        overflow: hidden;
    }
    .QiYex .bd{
        display: none;
    }
    .QiYex .prev{
        display: none;
    }
    .QiYex .next{
        display: none;
    }
    .MobQiYe{
        display: block;
    }
    .MobQiYe img{
        display: block;
        margin: auto;
        max-width: 100%;
    }
    .MobQiYe .swiper-pagination-bullet{
        background: #3b6395;
    }
    .MobQiYe .swiper-pagination-bullet-active{
        background: #f12639;
    }
    /* 关于结束 */

    /* 解决方案开始 */
    .JieAn{
        padding: 40px 0;
    }
    .JieAnl{
        float: none;
        width: 100%;
        position: relative;
        padding: 50px 0 0;
    }
    .JieAnr{
        float: none;
        width: 100%;
        padding: 40px 0 0;
    }
    /* 解决方案结束 */

    /* 服务支持开始 */
    .SubFuChiImg img{
        max-width: 100%;
    }
    .FuHaoList ul li{
        width: 100%;
        background: none;
        border-bottom: 1px solid #f2f2f2;
    }
    .FuHaoList ul li:last-child{
        border-bottom: 0;
    }
    .SubYongHu{
        height: auto;
        padding: 0 0 30px;
        background: #f9fbfe url("../images/fuwubj.jpg") no-repeat center;
    }
    .SubYongHul{
        float: none;
        width: 100%;
    }
    .SubYongHuls{
        padding: 50px 0 0;
        text-align: center;
    }
    .SubYongHuls span{
        width: 100%;
        text-align: center;
    }
    .SubYongHur{
        float: none;
        width: 100%;
        margin: 40px 0 0;
        overflow: hidden;
        position: relative;
    }
    .SubYongHur ul li{
        width: 100% !important;
        margin: 0;
        padding: 72px 72px 0;
        background-size: 100% 100% !important;
    }
    .SubYongHur .next{
        right: 0;
        left: auto;
    }
    .ThreeShou ul li{
        float: none !important;
        width: 100%;
        text-align: center;
        margin: 0 0 60px !important;
    }
    .ThreeShou ul li .ThreeShouLil{
        float: none;
        width: auto;
        display: inline-block;
        margin: 0;
        padding: 20px 0 0;
    }
    .ThreeShou ul li .ThreeShouLir{
        display: inline-block;
        margin: 0;
    }
    /* 服务支持结束 */

    /* 主营业务开始 */
    .SubZhuYing{
        padding: 20px 0;
    }
    .SubZhuYing ul li{
        padding: 52px 220px 0 30px;
    }
    /* 主营业务结束 */

    /* 加入我们开始 */
    .JiaRuPosi{
        height: 100px;
        padding: 20px 0 0;
    }
    .JiaGuan{
        margin: 0;
    }
    .JiaRuPosi img{
        width: 45%;
    }
    .JiaRuPosi span{
        font-size: 24px;
    }
    .JiaGuan{
        padding: 30px 0;
    }
    .JiaGuan ul li{
        padding: 0;
    }
    .JiaGuan ul li span{
        font-size: 16px;
        padding: 15px 0 10px;
    }
    .JiaGuan ul li em{
        font-size: 14px;
    }
    .TanSux ul li{
        width: 100%;
        background: #ffffff;
    }
    .MobTanSuo{
        display: block;
        height: 280px;
        overflow: hidden;
        position: relative;
    }
    .MobTanSuo .swiper-slide{
        height: 127px;
        margin: 0 0 8px;
        background: #ffffff;
        box-sizing: border-box;
        padding: 31px 43px 0 48px;
    }
    .MobTanSuo .swiper-pagination-bullet{
        background: #1f2749;
    }
    .MobTanSuo .swiper-pagination-bullet-active{
        background: #f12639;
    }
    .TanSux .bd{
        display: none;
    }
    .TanSux .prev{
        display: none;
    }
    .TanSux .next{
        display: none;
    }
    .YuanHuox{
        overflow: hidden;
    }
    .YuanHuox .swiper-button-prev, .swiper-button-next{
        margin: 0;
        right: 40px;
        left: auto !important;
    }
    .YuanHuox .swiper-button-next{
        right: 0;
    }
    .YuanHuox .bd ul li{
        padding: 0;
    }
    .YuanHuox .bd ul li>img{
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }
    .YuanHuox .bd ul li .YuanHuoxr{
        float: none;
        width: 100%;
        margin: 0;
    }
    .YuanHuoDiv{
        padding: 15px 0 0;
    }
    .YouBaox{
        padding: 0 0 35px;
    }
    .YouBaox ul li{
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        margin: 0 0 20px;
    }
    .YouBaox ul li:nth-of-type(2){
        margin: 0 0 20px;
    }
    .YouBaox ul li span{
        font-size: 28px;
    }
    .YouBaox ul li em{
        font-size: 22px;
        line-height: 44px;
    }
    /* 加入我们结束 */
}
@media (min-width: 320px) and (max-width: 750px) {
    img{
        max-width: 100%;
    }
    html,body{
        width: 100%;
        position: relative;
    }
    .nav .container{
        padding: 0;
        background: #ffffff;
    }
    /* 首页响应开始 */
    .container{
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }
    .nav{
        height: auto;
        padding: 20px 0;
    }
    .LoGo{
        width: 50%;
        height: auto;
        margin: 0;
        margin-left: 24px;
    }
    .LoGo img{
        width: 80%;
    }
    .LoGo img:nth-of-type(1){
        display: none;
    }
    .LoGo img:nth-of-type(2){
        display: block;
    }
    .NavRight{
        float: none;
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: center;
        background: #ffffff;
    }
    .NavRight ul{
        float: none;
        background: #ffffff;
    }
    .NavRight ul li{
        float: none;
        width: 100%;
        height: 62px;
        line-height: 62px;
        margin: 0 0 10px;
        background: #ffffff;
    }
    .ResMenu{
        display: block;
        position: absolute;
        right: 24px;
        top: 10px;
        width: 26px;
        height: 16px;
        z-index: 100;
    }
    .ResMenu span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #f12639;
        transition: all .3s;
    }
    .ResMenu span:nth-of-type(1){
        top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ResMenu.on span:nth-of-type(1){
        top: 50%;
        margin-top: -1px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    .ResMenu span:nth-of-type(2){
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ResMenu.on span:nth-of-type(2){
        -webkit-transform: translateY(-50%) scaleX(0);
        -ms-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0);
    }
    .ResMenu span:nth-of-type(3){
        top: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .ResMenu.on span:nth-of-type(3){
        top: 50%;
        bottom: auto;
        margin-top: -1px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .NavWeiXin{
        display: none;
    }
    .MobTou{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        z-index: 88;
    }
    /* 首页响应结束 */

    /* banner响应式开始 */
    .Banner{
        display: none;
    }
    .MobBanner{
        display: block;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    .MobBanner img{
        display: block;
        width: 100%;
    }
    /* banner响应式结束 */

    /* 我们为政府开始 */
    .WeForCont{
        height: auto;
        margin-top: 0;
        background: none;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    .WeFors{
        height: auto;
        padding: 30px 0;
        overflow: hidden;
    }
    .WeFors span{
        font-size: 20px;
    }
    .WeFors a{
        font-size: 14px;
        line-height: 25px;
    }
    .WeForText{
        padding: 10px 0 30px;
    }
    .WeForText p{
        font-size: 16px;
        line-height: 32px;
    }
    .WeForx{
        width: 100%;
    }
    .WeForx ul li.on{
        width: 100%;
        background: #f8f8f8;
    }
    .WeForx ul li h2 a{
        color: #333333;
    }
    .WeForx ul li span{
        color: #333333;
    }
    .WeForx ul li>a{
        color: #f12639;
    }
    .WeForx ul li{
        float: none;
        width: 100%;
    }
    .WeForx ul li:first-child{
        background: #f12639;
    }
    .WeForx ul li.on:first-child h2 a{
        color: #ffffff;
    }
    .WeForx ul li.on:first-child span{
        color: #ffffff;
    }
    .WeForx ul li.on:first-child>a{
        color: #ffffff;
    }
    .WeForx ul li:first-child .WeForEm img:nth-of-type(1){
        display: block;
    }
    .WeForx ul li:first-child .WeForEm img:nth-of-type(2){
        display: none;
    }
    .WeForx ul li:hover{
        background: #f12639;
    }
    .WeForx ul li.on h2 a{
        color: #333333;
    }
    .WeForx ul li.on span{
        color: #333333;
    }
    .WeForx ul li.on>a{
        color: #f12639;
    }
    .WeForx ul li.on:hover h2 a{
        color: #ffffff;
    }
    .WeForx ul li.on:hover span{
        color: #ffffff;
    }
    .WeForx ul li.on:hover>a{
        color: #ffffff;
    }
    .WeForx ul li.on .WeForEm img:nth-of-type(1){
        display: block;
    }
    .WeForx ul li.on .WeForEm img:nth-of-type(2){
        display: none;
    }
    .WeForx ul li:hover .WeForEm img:nth-of-type(1){
        display: block;
    }
    .WeForx ul li:hover .WeForEm img:nth-of-type(2){
        display: none;
    }
    .WeForxDiv.on{
        width: 100%;
        margin: 0 0 20px;
    }
    .WeForxDiv.on img{
        width: 60px;
        right: 10px;
    }
    .WeForLink a{
        height: 26px;
        line-height: 26px;
    }
    .GongTong{
        padding: 20px 0 0;
    }
    .GongTong ul li{
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 0;
    }
    .GongTong ul li:first-child{
        height: auto;
    }
    .GongTong ul li:first-child span{
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 20px;
    }
    /* 我们为政府结束 */

    /* 事业共同体开始 */
    .WeDong{
        height: auto;
        padding: 0 0 30px;
    }
    .WeDongx{
        overflow: hidden;
        position: relative;
        padding: 0 0 50px;
    }
    .WeDongx .swiper-pagination-bullet{
        background: #cfcfcf;
    }
    .WeDongx .swiper-pagination-bullet-active {
        background: #f12639;
    }
    .WeDongx ul li{
        float: none;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        box-shadow: initial;
        border: 1px solid #f6f6f6;
    }
    .WeDongx ul li .WeDongDiv{
        padding: 30px 15px 0;
        background: #fdfdfd;
    }
    .WeDongx ul li>a{
        height: auto;
    }
    .WeDongx ul li>a img{
        height: auto;
    }
    /* 事业共同体结束 */

    /* 移动端底部开始 */
    .footer{
        background: #424242;
    }
    .Footers{
        background: url("../images/endbjimg.png") no-repeat right 15% top;
    }
    .FooterWai{
        height: auto;
        background: none;
    }
    .Footercls{
        padding: 20px 0 8px;
    }
    .Footercls img:nth-of-type(1){
        display: none;
    }
    .Footercls img:nth-of-type(2){
        display: block;
        width: 40%;
    }
    .Footers span{
        font-size: 40px;
    }
    .Footers em{
        line-height: 32px;
    }
    .Footerc{
        height: auto;
        padding: 0 0 15px;
    }
    .Footercl{
        float: none;
    }
    .Footercls img{
        float: none;
        display: block;
    }
    .Footercls img:nth-of-type(1){
        display: none;
    }
    .Footercls img:nth-of-type(2){
        display: block;
    }
    .Footercls span{
        float: none;
        display: block;
        margin-left: 0;
        padding: 15px 0 0;
    }
    .Footerclx ul li{
        width: 25%;
        margin: 0;
        line-height: 32px;
    }
    .Footerclx ul li a{
        display: block;
        font-size: 14px;
    }
    .Footercr{
        display: none;
    }
    .Footerx{
        height: auto;
        padding: 15px 0 0;
        line-height: 32px;
    }
    .End{
        height: auto;
        font-size: 13px;
        line-height: 32px;
        padding: 0 0 15px;
        text-align: left;
    }
    .End .container{
        padding: 0 10px 0 24px;
    }
    .End p{
        font-size: 13px;
    }
    /* 移动端底部结束 */

    /* 新闻详情开始 */
    .SubNei{
        padding: 40px 0;
    }
    .SubNewsXiang{
        position: relative;
        padding: 70px 0 0;
    }
    .SubNewsXiangl{
        float: none;
        width: 100%;
    }
    .SubNewsXiangl h1{
        font-size: 20px;
        line-height: 32px;
    }
    .SubNewsXiangl .SubNewsXiangDiv{
        padding: 0 0 16px;
    }
    .SubNewsXiangr{
        float: none;
        width: 100%;
    }
    .SubNewsSearch{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .SubTuiJian ul li h3 a{
        float: none;
        display: block;
        height: 44px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /* 新闻详情结束 */

    /* 案例开始 */
    .SubAnLiTop span{
        font-size: 30px;
    }
    .SubAnLiTop i{
        font-size: 14px;
        padding: 10px 0 25px;
    }
    .SubErJi{
        padding: 16px 0 20px;
    }
    .SubAnLiList ul{
        width: 100%;
    }
    .SubErJi ul li{
        margin-right: 30px;
    }
    .SubAnLiList ul li .AnLixx a{
        margin-right: 5px;
    }
    /* 案例结束 */

    /* 案例细览开始 */
    .SubAnLiXiTop{
        padding: 0 0 10px;
    }
    .SubAnLiXiTopl{
        float: none;
        width: 100%;
        padding: 0;
        overflow: hidden;
        background: none;
    }
    .SubAnLiXiTopl h1{
        font-size: 24px;
    }
    .SubAnLiText{
        font-size: 14px;
    }
    .SubAnLiText p{
        font-size: 14px;
    }
    .SubAnLiXiTopr{
        float: none;
        width: 100%;
    }
    .SubAnLiXiTopr span{
        font-size: 24px;
        padding: 20px 0 28px;
    }
    .SubAnLiXiTopr ul li{
        width: 30%;
        margin-right: 3%;
    }
    .SubAnLiXiTopr ul li a{
        font-size: 14px;
    }
    .SubAnLiXiTopr ul li:nth-of-type(even){
        float: left;
    }
    .SubAnLiXiBot{
        padding: 30px 0 0;
    }
    /* 案例细览结束 */
    
    /* 我们的观点开始 */
    .SubGuanTop{
        border-radius: 5px;
        overflow: hidden;
        margin: 0 0 30px;
    }
    .SubGuanTop span{
        font-size: 20px;
        padding: 20px 0 10px;
    }
    .SubGuanTop em{
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .SubYuanList{
        min-height: 300px;
    }
    .SubGuanList ul li{
        height: auto;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .SubGuanList ul li>a{
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }
    .SubGuanList ul li .SubGuanDiv{
        float: none;
        width: 100%;
    }
    .SubGuanList ul li .SubGuanDiv h3{
        padding: 15px 0;
    }
    .SubGuanList ul li .SubGuanDiv h3 a{
        float: none;
        display: block;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .SubGuanList ul li .SubGuanDiv span{
        height: 44px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .SubGuanList ul li .SubGuanDiv em{
        padding: 15px 0 0;
    }
    /* 我们的观点结束 */

    /* 凌动学院开始 */
    .SubYuanList{
        min-height: 300px;
    }
    .SubYuanList ul li{
        padding: 15px 0 15px 39px;
    }
    .SubYuanList ul li h3 a{
        display: block;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* 凌动学院结束 */

    /* 职位细览开始 */
    .SubZhiWeiTopl{
        float: none;
        width: 100%;
    }
    .SubZhiWeiTopl span{
        font-size: 24px;
    }
    .SubZhiWeiTopl em{
        font-size: 14px;
    }
    .SubZhiWeiBot p{
        font-size: 14px;
    }
    .SubZhiWeiTopr{
        float: none;
        width: 100%;
        height: 36px;
    }
    .SubZhiWeiTopr a{
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .GuanTui{
        padding: 0;
        margin: 0;
    }
    .GuanTuis{
        font-size: 26px;
        padding: 25px 0;
    }
    .GuanTuix ul li{
        padding: 20px;
    }
    .GuanTuix ul li .GuanTuil{
        float: none;
        width: 100%;
    }
    .GuanTuix ul li .GuanTuil span{
        font-size: 16px;
    }
    .GuanTuix ul li .GuanTuil a{
        font-size: 16px;
    }
    .GuanTuix ul li .GuanTuir{
        float: none;
        width: 100%;
    }
    /* 职位细览结束 */

    /* 关于我们开始 */
    .Abouts{
        padding: 0 0 55px;
    }
    .Aboutsl{
        display: none;
    }
    .Aboutsr{
        float: none;
        width: 100%;
    }
    .Aboutsrxl{
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
    .Aboutsrxr{
        float: none;
        width: 100%;
    }
    .Aboutx{
        display: none;
        padding: 0 0 55px;
    }
    .Aboutx1{
        display: block;
        padding: 0 0 55px;
    }
    .Aboutx img{
        max-width: 100%;
    }
    .TanSuo{
        height: auto;
        padding: 0 0 30px;
    }
    .SubFaLis{
        height: 120px;
        padding: 60px 0 0;
    }
    .SubFaLis span{
        top: 45px;
        font-size: 28px;
    }
    .SubFaLis img{
        max-width: 100%;
    }
    .SubFaLix ul li{
        padding: 0;
    }
    .SubFaLix ul li span{
        width: 100px;
    }
    .SubFaLix ul li .FaLiDiv{
        margin-left: 120px;
    }
    .LingWen{
        padding: 20px 0;
    }
    .LingWen ul li{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px 0 20px;
        border-bottom: 1px dashed #cccccc;
    }
    .LingWen ul li .LingWenDiv span{
        font-size: 16px;
        padding: 0 0 15px;
    }
    .LingWen ul li .LingWenDiv span i{
        font-size: 16px;
    }
    .LingWen ul li .ZiMu{
        font-size: 60px;
    }
    .LingWen ul li:first-child{
        border: 0;
    }
    .LingWen ul li:first-child span{
        font-size: 28px;
    }
    .LingWen ul li:last-child{
        border: 0;
    }
    .QiYex .swiper-button-prev, .swiper-button-next{
        width: 17px;
        height: 22px;
        background-size: 100% 100%;
    }
    .swiper-button-prev, .swiper-button-next{
        z-index: 5;
    }
    .swiper-pagination{
        z-index: 5;
    }
    .QiYex{
        height: auto;
        padding: 0px 0 50px;
        overflow: hidden;
    }
    .QiYex .bd{
        display: none;
    }
    .QiYex .prev{
        display: none;
    }
    .QiYex .next{
        display: none;
    }
    .MobQiYe{
        display: block;
    }
    .MobQiYe img{
        display: block;
        margin: auto;
    }
    .MobQiYe .swiper-pagination-bullet{
        background: #3b6395;
    }
    .MobQiYe .swiper-pagination-bullet-active{
        background: #f12639;
    }
    /* 关于我们结束 */

    /* 解决方案开始 */
    .JieAn{
        padding: 40px 0;
    }
    .JieAnl{
        float: none;
        width: 100%;
        position: relative;
        padding: 0;
    }
    .JieAnl .SubNewsSearch{
        display: none;
    }
    .JieAnr{
        float: none;
        width: 100%;
        padding: 40px 0 0;
    }
    .JieAnrx ul li{
        padding-left: 40px;
        background-position: left 7px !important;
        background-size: 25px 25px !important;
    }
    .JieAnrx ul li span{
        font-size: 18px;
    }
    .JieAnrx ul li em{
        font-size: 14px;
    }
    /* 解决方案结束 */

    /* 服务支持开始 */
    .SubFuChi{
        padding: 30px 0 0;
    }
    .SubFuChiImg img{
        max-width: 100%;
    }
    .FuHaoList ul li{
        width: 100%;
        padding: 30px;
        background: none;
        border-bottom: 1px solid #f2f2f2;
    }
    .FuHaoList ul li:last-child{
        border-bottom: 0;
    }
    .SubYongHu{
        height: auto;
        padding: 0 0 30px;
        background: #f9fbfe url("../images/fuwubj.jpg") no-repeat center;
    }
    .SubYongHul{
        float: none;
        width: 100%;
    }
    .SubYongHuls{
        padding: 50px 0 0;
        text-align: center;
    }
    .SubYongHuls span{
        width: 100%;
        text-align: center;
    }
    .SubYongHur{
        float: none;
        width: 100%;
        margin: 40px 0 0;
        overflow: hidden;
        position: relative;
    }
    .SubYongHur ul li{
        width: 100% !important;
        margin: 0;
        padding: 72px 56px 0;
        background-size: 100% 100% !important;
    }
    .SubYongHur ul li em{
        font-size: 14px;
        /*overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;*/
    }
    .SubYongHur ul li span{
        font-size: 12px;
        padding: 15px 0 0;
    }
    .SubYongHur .next{
        right: 0;
        left: auto;
    }
    .ThreeShou{
        padding: 30px 0;
    }
    .ThreeShou ul li{
        float: none !important;
        width: 100%;
        padding: 40px 0 0;
        position: relative;
        text-align: center;
        margin: 0 0 40px !important;
    }
    .ThreeShou ul li .ThreeShouLil{
        float: none;
        width: auto;
        display: inline-block;
        margin: 0;
        padding: 20px 0 0;
        position: relative;
        z-index: 9;
    }
    .ThreeShou ul li .ThreeShouLir{
        display: inline-block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 8;
    }
    .ThreeShou ul li .ThreeShouLir img{
        max-width: 100%;
    }
    /* 服务支持结束 */

    /* 主营业务开始 */
    .SubZhuYing{
        padding: 20px 0;
    }
    .SubZhuYing ul li{
        height: auto;
        overflow: hidden;
        background: #ffffff !important;
        padding: 20px 20px;
        margin: 0 0 30px;
    }
    .SubZhuYing ul li span img{
        padding-right: 10px;
    }
    .SubZhuYing ul li span{
        font-size: 18px;
    }
    .SubZhuYing ul li em{
        font-size: 14px;
    }
    .SubZhuYing ul li a{
        width: 120px;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
    }
    /* 主营业务结束 */

    /* 加入我们开始 */
    .JiaRuPosi{
        height: 70px;
        padding: 15px 0 0;
    }
    .JiaGuan{
        margin: 0;
    }
    .JiaRuPosi img{
        width: 60%;
    }
    .JiaRuPosi span{
        font-size: 18px;
        padding: 0;
    }
    .JiaGuan{
        padding: 30px 0;
    }
    .JiaGuan ul li{
        width: 49%;
        padding: 0;
        margin: 0 0 20px;
    }
    .JiaGuan ul li span{
        font-size: 18px;
        padding: 10px 0;
    }
    .JiaGuan ul li em{
        font-size: 14px;
    }
    .JiaGuan ul li:nth-of-type(even){
        float: right;
    }
    .TanSux ul li{
        width: 100%;
        background: #ffffff;
    }
    .MobTanSuo{
        display: block;
        height: 280px;
        overflow: hidden;
        position: relative;
    }
    .MobTanSuo .swiper-slide{
        height: 127px;
        margin: 0 0 8px;
        background: #ffffff;
        box-sizing: border-box;
        padding: 31px 43px 0 48px;
    }
    .MobTanSuo .swiper-pagination-bullet{
        background: #1f2749;
    }
    .MobTanSuo .swiper-pagination-bullet-active{
        background: #f12639;
    }
    .TanSux .bd{
        display: none;
    }
    .TanSux .prev{
        display: none;
    }
    .TanSux .next{
        display: none;
    }
    .YuanHuox{
        overflow: hidden;
    }
    .YuanHuox .swiper-button-prev{
        width: 22px;
        height: 22px;
        margin: 0;
        right: 22px;
        top: 48%;
        opacity: 1 !important;
        left: auto !important;
        background-size: 100% 100% !important;
    }
    .YuanHuox .swiper-button-next{
        width: 22px;
        height: 22px;
        margin: 0;
        right: 0;
        top: 48%;
        opacity: 1 !important;
        left: auto !important;
        background-size: 100% 100% !important;
    }
    .YuanHuox .bd ul li{
        padding: 0;
    }
    .YuanHuox .bd ul li>img{
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }
    .YuanHuox .bd ul li .YuanHuoxr{
        float: none;
        width: 100%;
        margin: 0;
    }
    .YuanHuox .bd ul li .YuanHuoxr .YuanHuoxrs{
        height: auto;
        line-height: 32px;
        overflow: hidden;
    }
    .YuanHuox .bd ul li .YuanHuoxr .YuanHuoxrs span{
        font-size: 20px;
        padding: 10px 0;
    }
    .YuanHuoDiv span{
        font-size: 16px;
    }
    .YuanHuoDiv em{
        font-size: 14px;
    }
    .YuanHuoDiv{
        padding: 15px 0 0;
    }
    .YouBaox{
        padding: 0;
    }
    .YouBaox ul li{
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        margin: 0 0 20px;
    }
    .YouBaox ul li:nth-of-type(2){
        margin: 0 0 20px;
    }
    .YouBaox ul li span{
        font-size: 18px;
        padding: 10px 0 15px;
    }
    .YouBaox ul li em{
        font-size: 16px;
        line-height: 28px;
    }
    /* 加入我们结束 */

    /* 分页开始 */
    .page_hide a, .page_hide span{
        width: 35px;
        height: 20px;
        line-height: 20px;
    }
    .xll_pagebox > a{
        width: 40px;
        height: 20px;
        line-height: 20px;
        background-size: 100% 100% !important;
    }
    /* 分页结束 */
}