*{
    margin: 0;
    padding: 0;
}
html,body{height:auto}
a{
    text-decoration: none;
    /* color: #fff; */
}
ul,li{
    list-style: none;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clear{
    clear: both;
}
.h10{
    height: 10px;
}
.h20{
    height: 20px;
}
.h30{
    height: 30px;
}
.h50{
    height: 50px;
}
input{
    border: none;
    outline: none;
}


/* 网站顶部 */
.top{
    height:60px;
    z-index:10;
    position:absolute;
    z-index:99;
    margin:10px auto;
    width:100%;
}
.top .logo img{
    height:60px;
}
.top .nav .layui-nav{
    background:none;
}
.layui-nav .layui-nav-item a{
    padding:0px 20px;
}
.layui-nav *{
    font-size: 15px;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    pointer-events: none
}

/* 焦点图 */
.banner{
    width:100%;
    height:800px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
}

/* 企业描述 */
.qy_box{
    background:#fff;
    padding:100px 0px;
}
.qy_box h1{font-size:30px;}
.qy_box .qy_p{font-size:16px;margin:50px 0px;color:#999;line-height:28px;}
.qy_box .qy_number{font-size:16px;text-align:center;}
.qy_box .qy_number b{font-size:45px;}
.qy_box .qy_number p{font-size:24px;}


/* 服务 */
.wm_fw{
    width:100%;
    /* height:700px; */
    position: relative;
    background:url(../img/fw-bj.jpg) no-repeat center / 100% 100%;
    padding: calc(var(--w)* 0.068) 0 calc(var(--w)* 0.065);
    padding: 60px 0;
}
.wm_fw .sever_tit{
    text-align: center;
    margin-bottom: 30px;
}
.wm_fw .sever_tit .sever_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.wm_fw .sever_tit .sever_t_c span{
    font-size: 42px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(124deg, #ebb13c, #ed7841);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wm_fw .sever_tit h3{
    font-size: 22px;
    color: #e4e4e4;
    letter-spacing: 1px;
}

.container {
    display: flex;
    width: 95%;
    margin: 0 auto;
}

.panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 65vh;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: all 700ms ease-in;
}

.panel h3 {
    font-size: 26px;
    position: absolute;
    bottom: 100px;
    left: 40px;
    margin: 0;
    opacity: 0;
}
.panel p{
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    left: 40px;
    margin: 0;
    opacity: 0;
    padding-right: 30px;
}

.panel.active {
    flex: 5;
    padding: 10px 20px;
}

.panel.active h3{
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}
.panel.active p{
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 480px) {
    .container {
        width: 100vw;
    }

    .panel:nth-of-type(4),
    .panel:nth-of-type(5) {
        display: none;
    }
}

/* 案例 */
.layui-row .layui-col-sm6 ,.layui-col-md4, .layui-col-lg4{
    float: left;
}
.xm_case .anli_box{
    /* box-shadow: 2px 2px 7px 0px #d9d9d9; */
    padding-bottom: 20px;
    margin: 10px;
    border-radius: 3px;
    overflow: hidden;
}
.xm_case .anli_box .case_img{
    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}
.xm_case .anli_box .case_img img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.sever_tit{
    text-align: center;
    margin-bottom: 30px;
}
.sever_tit .sever_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.sever_tit .sever_t_c span{
    font-size: 42px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(124deg, #ebb13c, #ed7841);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.xm_case .anli_box p{
    font-size: 18px;
    color: #222222;
    margin: 0 10px;
    letter-spacing: 1px;
}

.xm_case .anli_box {
    box-shadow: 0px 0px 7px 0px #d9d9d9;
    padding-bottom: 20px;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.4s all;
}
.xm_case .anli_box:hover{
    box-shadow: 2px 2px 7px 0px #d9d9d9;
    transform: translateY(-15px);
    transition: 0.4s all;
}
.xm_case .more{
    text-align: center;
}
.xm_case .more img{
    width: 50px;
    height: 50px;
}

/* 解决方案 */
.jjfa{
    /* padding: 100px 0; */
    background: rgb(244 246 255 / 93%);
}
.jjfa_left{
    padding: 150px 130px 0 120px;
}
.jjfa_left h1{
    font-size: 40px;
    color: #222222;
    font-weight: bolder;
    margin-bottom: 50px;
}
.jjfa_left h1 img{
    width: 60px;
    height: 60px;
    vertical-align: top;
}
.jjfa_left p{
    font-size: 18px;
    color: #8b8b8b;
}
.jjfa_list{
    position: absolute;
    background: #fff;
    width: 110px;
    left: -55px;
    top:20%;
    z-index: 99;
}
.jjfa_list li{
    padding: 40px 0;
    font-size: 18px;
    text-align: center;
    border:1px solid #e6e6e6;
}
.jjfa_list .jjfa_active{
    border:1px solid #3569c6;
    background: #3569c6;
    color: #fff;
    transition: 0.5s all;
}
.jjfa_right{
    position: relative;
    width: 100%;
    height: 700px;
}
.jjfa_right .jjfaImg{
    width: 100%;
    height: 700px;
}
.jjfa_right .jjfaImg .jjfa_li{
    width: 100%;
    height: 100%;
    display: none;
}
.jjfa_right .jjfaImg li img{
    width: 100%;
    height: 100%;
}
.jjfa_right .jjfaImg  .jjfa_active{
    display: contents;
    width: 100%;
    height: 100%;
}

.jjfa_right .jj_case{
    position: absolute;
    bottom: 100px;
    left: 150px;
    z-index: 99;
    color: #3d3d3d;
    font-size: 18px;
} 
.jjfa_right .jj_case1 li{
    color: #ffffff;
} 
.jjfa_right .jj_case li{
    padding: 15px 5px;
    border-bottom: 1px solid #cec8c8;
    transition: 0.5s all;

} 
.jjfa_right .jj_case li:hover{
    color: #222222;
    padding-left: 10px;
    transition: 0.5s all;

} 
.jjfa_right .jj_case1 li:hover{
    color: #e2dede;
    padding-left: 10px;
    transition: 0.5s all;

} 
.jjfa_xq_l h1{
    position: relative;
    letter-spacing: 1px;
}
.jjfa_xq_l img{
    position: absolute;
    top: 0;
    left: -3px;
    width: 20px;
    height: 20px;
    z-index: -1;
}
.jjfa_xq_r{
    padding: 0 20px;
}
.jjfa_xq_r p{
    margin-bottom: 30px;
    font-size: 18px;
    color: #2e2e2e;
    text-indent: 2em;
    line-height: 34px;
}

/* 新闻 */
.gs_news{
    padding: 100px 0;
    /* background: #fafafa; */
    background: url(../img/bg2.5a619c45.png);
}
.news_tit{
    /* text-align: center; */
    margin-bottom: 50px;
}
.news_tit .news_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.news_tit .news_t_c span{
    font-size: 42px;
    color: #2e2e2e;
}
.news_tit h3{
    font-size: 18px;
    color: #a5a5a5;
    font-weight: 500;
}
.news_more{
    letter-spacing: 2px;
    font-size: 16px;
    color: #999999;
    float: right;
}
.newsList {
    padding: 8px 0;
    background: #fff;
    transition: 0.5s all;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
}
.newsList .newList_tit h1 {
    height: 128px;
    font-size: 32px;
    text-align: center;
    color: #2e2e2e;
    margin: 38px 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsList .news_data{
    border-right: 1px solid #a69d9d;
}
.newsList .news_data .day{
    text-align: center;
    color: #5a5a5a;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.newsList .news_data .year{
    text-align: center;
    color: #858585;
    font-size: 18px;
}
.newsList .news_connect{
    color: #6e6b6b;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 27px;
}
.newsList:hover{
    box-shadow: 0px 0px 11px 3px #e2e7ea;
    transition: 0.5s all;
}


/* 合作伙伴 */
.partner{
    padding: 50px 0;
}
.partner_tit{
    text-align: center;
    margin-bottom: 50px;
}
.partner_tit .partner_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.partner_tit .partner_t_c span{
    font-size: 42px;
    color: #2e2e2e;
}
.partner_tit h3{
    font-size: 18px;
    color: #a5a5a5;
    font-weight: 500;
}
.hz_box{
    width: 100%;
    
}
.hz_box .hzhbImg{
    float: left;
    width: 20%;
}
.hz_box .hzhbImg img{
    width: 100%;
    transition: 0.8s all;

}
.hz_box .hzhbImg img:hover{
    transform: scale(1.05);
    overflow: hidden;
    transition: 0.7s all;
}

/* 底部 */
.footer{
    background: #454559;
    padding: 30px 0;
}
.foot_l h1{
    color: #fff;
    margin: 20px 0;
    font-weight: normal;
}
.lxfs{
    margin: 15px 0;
}
.lxfs img{
    width: 18px;
    height: auto;
    padding-right: 10px;
    vertical-align: bottom;
}
.lxfs span{
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
.foot_r{
    margin-top: 25px;
    display: flex;
}
.foot_r .ewm{
    flex: 1;
    text-align: center;
}
.foot_r .ewm img{
    width: 135px;
    height: auto;
    margin-bottom: 10px;
}
.foot_r .ewm p{
    font-size: 16px;
    color: #fff;
}
.foot_bottom{
    background: #454559;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    border-top: 1px solid #eee;
}
.foot_bottom img{
    width: 14px;
    height: auto;
    padding-right: 3px;
}


/* 案例列表 */
.banner_case{
    width:100%;
    height:600px;
    position: relative;
}
.banner_case img{
    width: 100%;
    height: 100%;
}
.banner_tit{
    position: absolute;
    bottom: 180px;
}
.banner_tit .banner_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.banner_tit .banner_t_c span{
    font-size: 42px;
    color: #ffffff;
}
.banner_tit h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}
.return{
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 30px;
}
.return span{
    font-size: 15px;
    color: #999;
}
.return img{
    width: 32px;
    height: auto;
}
.case_tit{
    width: 60%;
    margin-bottom: 50px;
}
.case_tit .case_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.case_tit .case_t_c span{
    font-size: 34px;
    color: #2e2e2e;
}
.case_tit h3{
    font-size: 18px;
    color: #a5a5a5;
    font-weight: 500;
    line-height: 30px;
}
.layui-btn img{
    width: 16px;
    height: auto;
    vertical-align: baseline;
}
.layui-btn-primary {
    font-size: 18px;
    border-color:transparent;
    background: none;
    color: #5f5f5f;
}
.layui-btn-primary:hover {
    border-color: transparent;
}
.layui-menu{
    padding: 0 10px;
}
.layui-menu-body-title {
    font-size: 16px;
    text-align: center;
    color: #3d3d3d;
    position: relative;
    margin: -5px -15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#demo-laypage-theme-2{
    text-align: center;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 25px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
.layui-laypage a:hover {
    color: #ffa600;
}


/* 案例展示 */
.case_box{
    padding: 10px 0;
    background: #fff;
    margin-top: -80px;
    /* margin-bottom: 100px; */
}
.case_box_l{
    box-shadow: 2px 3px 12px 0px #e9dfd6;
    padding-top: 25px;
    background: #fff;
}
.case_box_r{
    padding: 25px;
    background:linear-gradient(30deg,#ebaf3c,#ec873f);
}

.al_tit{
    text-align: center;
    margin-bottom: 30px;
}
.al_tit .al_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.al_tit .al_t_c span{
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(124deg, #ebb13c, #ed7841);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.img_zs{
    width: 100%;
}
.img_zs img{
    width: 100%;
}
.xmjs{
    padding:  20px;
    color: #424242;
}
.xmjs h1{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.xmjs p{
    font-size: 16px;
    line-height: 25px;
}
.xmjs img{
    max-width:100%;
    height:auto;
    
}
.nyzs{
    text-align: center;
    font-weight: 600;
    color: #4e4e4e;
    font-size: 24px;
    margin: 15px 0;
}





.case_box_r{
    color: #fff;
    line-height: 28px;
}
.case_box_r h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: normal;
}
.case_box_r p{
    font-size: 15px;
}
.al_btn{
    margin: 30px 0;
    width: 100%;
    display: flex;
}
.al_b{
    flex: 1;
    width: 33.3%;
    text-align: center;
}
.al_b img{
    width: 42px;
    height: auto;
}
.al_b p{
    font-size: 14px;
    margin-top: 5px;
}
.case_lj{
    color: #fff;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    padding: 7px 0;
    border-radius: 50px 50px 50px 0;
    border: 1px solid #fff;
}
.case_lj img{
    width: 24px;
    height: auto;
}

/* 解决方案list */
.jjfaList .anli_box .case_img{
    width: 100%;
    height: 260px;
}
.jjfaList .anli_box .case_img img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.sever_tit{
    text-align: center;
    margin-bottom: 30px;
}
.sever_tit .sever_t_c{
    font-weight: bolder;
    line-height: 70px;
}
.sever_tit .sever_t_c span{
    font-size: 42px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(124deg, #ebb13c, #ed7841);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.jjfaList .anli_box h3{
    font-weight: normal;
    font-size: 18px;
    color: #2c2c2c;
    margin-bottom: 10px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.jjfaList .anli_box p{
    font-size: 14px;
    color: #5a5a5a;
    height: 44px;
    /* margin: 0 10px; */
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.jjfaList .anli_box{
    box-shadow: 2px 2px 7px 0px #d9d9d9;
    margin: 10px;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.4s all;
}
.jjfaList .anli_box:hover{
    background: linear-gradient(124deg, #ebb13c, #ed7841);
    transform: translateY(-15px);
    transition: 0.4s all;
}
.jjfaList .anli_box:hover .anli_jj h3{
    font-weight: normal;
    color: #faf3f3;
    transition: 0.3s all;
}
.jjfaList .anli_box:hover .anli_jj p{
    color: #faf3f3;
    transition: 0.3s all;
}
.anli_jj{
    padding: 25px 15px;
}

/* 新闻list */
.list_nr{
    transition: 0.7s;
}

.list_img{
    height: 100%;
    overflow: hidden;
}
.list_img img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.ul_list .in_list_new{
    height: 100%;
    background:#fff ;
    padding: 23px 44px 0px 30px;
    transition: all .6s;
}
.ul_list .in_list_new h5{
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ul_list .in_list_new p {
    font-size: 18px;
    color: #999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 23px 0;
}
.ul_list .in_list_new h3 span{
    font-size: 16px;
    color: #797979;
    padding: 0 0 10px 0;
    position: relative;
}
.ul_list .in_list_new h3 span::after {
    content: "";
    background: #213763;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    bottom: 0px;
    transition: all 0.3s ease 0s;
}
.ul_list .list_on1{
    height: 230px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 6px #ccc;
}
.ul_list .list_on1{
    margin-bottom: 30px;
    box-shadow: 3px 3px 6px #ccc;
}
.list_on1:hover img{
    transform:scale(1.03);
    transition: all .6s;
}
.list_on1:hover .in_list_new{
    background: #2f4b85;
    transition: all .6s;
}
.list_on1:hover .in_list_new h5{
    color: #fff;
    transition: all .6s;
}
.list_on1:hover .in_list_new p{
    color: #eeeeee;
    transition: all .6s;
}
.list_on1:hover .in_list_new h3 span{
    color: #eeeeee;
    transition: all .6s;
}
.list_on1:hover .in_list_new ::after {
    background: #fff;
    transition: all .6s;
}
/* 下滑显示动画 */
.testfadein{
    opacity: 1;
    visibility: hidden;
    transition: 0.7s;
    position: relative;
    top: 120px;
}
.listshow{
    visibility: visible;
    top: 0;
    opacity: 1;
}



/* 内容页 */
.nr_l .nr_tit{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
.nr_l .nr_info{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #a5a5a5;
    font-size: 16px;
    margin: 15px 0;
}
.nr_l .nr_txt{
    padding: 20px 0;
    color: #3d3d3d;
    font-size: 18px;
    text-indent: 2em;
}

.nr_l .nr_txt img{
    max-width: 100%;
 
}


/* 关于我们 */
.gywm {
    background: rgb(244 246 255 / 93%);
}
.gywm .gywm_l{
    height: 700px;
    width: auto;
}
.gywm .gywm_l img{
    width: 100%;
    height: 100%;
}
.gywm_r{
    padding: 100px 75px 0 75px;
    background: rgb(244 246 255 / 93%);
}
.gywm_r h1{
    color: #2c60a8;
    font-size: 26px;
    margin-bottom: 30px;
}
.gywm_r p{

    font-size: 17px;
    margin: 15px 0;
    line-height: 28px;
    color: #5c5c5c;
    text-indent: 2em;
}
.qyzz{
    width: 100%;
    height: auto;
}
.qyzz img{
    width: 100%;
    height: 100%;
}

/* 地图 */
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}




/* 互动小程序 */

.hd_list {
    overflow: hidden;
    position: relative;
    padding-right: 10%;
    padding-bottom: 10%;
}

.hd_img {
    overflow: hidden;
    padding-bottom: 200%;
    background-size: cover;
    background-position: center;
    box-shadow: 1px 1px 3px #eee;
}
@media screen and (max-width: 768px) {
    .hd_img {
        height: 25rem
    }
}

@media screen and (min-width: 992px) {
    .col_md_5 {
        width: 20%;
    }
}

.bg000 {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90%;
    height: 95%;
    display: none;
}

.bg000 .ewm_img {
    width: 130px;
    height: 130px;
    margin: 40% auto 10% auto;
    padding: 5px;
    background: #fff;

}
.bg000 .ewm_img img{
    width: 100%;
    height: 100%;
}

.bg000 p {
    width: 120px;
    height: 120px;
    margin: 10% auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

/* 动画-首页 */
.opacityn {
    opacity: 0;
}
.d1{
    animation: fadeInUp 0.5s both;
    animation-delay: 0.2s;
    opacity:1 !important;
    }
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    };
    100%{
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}




.fy{
    text-align:center;
}
.pagination{
    margin: 0 auto;
}

.pagination {
    display: inline-block;
    margin: 5px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 13px 25px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #184178;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    color: #184178;
    background-color: #eeeeee;
    border-color: #dddddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #184178;
    border-color: #184178;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
  }

.pagination {
    margin: 0 auto;
    text-align: center;
}