body {
    /*background-color: #f8f8f8;*/
}

a {
    color: #333;
}

    a:hover {
        color: #0B49A2;
    }

section {
    padding-top: 40px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

section h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-goba2 {
    color: #FF7404;
}

.c-goba {
    color: #FF7404;
}

.c-gobablue {
    color: #999;
}

.bg-goba {
    background-color: #FF7404;
}

.bg-goba2 {
    background-color: #0B49A2;
}


.btn-gobamore {
    color: #fff;
    background-color: #0B49A2;
    border-color: #0B49A2;
}

    .btn-gobamore:hover, .btn-warning:focus, .btn-warning:active, .active.btn-warning {
        color: #fff;
        background-color: #0A3F8F;
        border-color: #0A3F8F;
    }

.parting-line {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.header {
    background-color: #0B49A2;
}

.sect-sp {
    background-color: #f7f7f7;
}

.current {
    font-size: 14px;
    line-height: 30px;
}

.banner-page {
    margin-top: 70px;
    width: 100%;
    height: 420px;
    background: url('404.png') no-repeat center bottom;
}

.navbar {
    position: relative;
    z-index: 1030;
    height: 70px;
}

.navbar-black {
    background-color: #222;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

/*logo*/
.branch {
    margin-right: 10px;
    float: left;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.branch span{
	padding-left: 20px;
	background: url(../image/location.png) no-repeat 0px center;
}
.currcity {
    font-size: 14px;
    text-decoration: none;
}


.logo {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

a.logo:hover {
    text-decoration: none;
}

.navbar .logo {
    height: 70px;
    line-height: 70px;
    margin-right: 30px;
    float: left;
}

.navbar-logo, .navbar-logo-m {
    font-size: 16px;
}

.navbar-slogan {
    font-size: 12px;
    cursor: default;
}

.navbar .container {
    position: relative;
}

.navbar-userbar {
    position: absolute;
    top: 0px;
    right: 15px;
}

.navbar .container .navbar-userbar {
    right: 0px;
}

/*导航*/
@media (min-width: 767px) {
    .nav {
        z-index: 1;
        overflow: hidden;
            height:65px;
            padding-top:5px;
    }

        .nav > ul {
            font-size: 0;
            line-height: 0;
        }

            .nav > ul > li {
                position: inherit;
                padding: 0 5px;
            }

                .nav > ul > li, .nav > ul > li > a {
                    display: inline-block;
                    height: 60px;
                    line-height: 60px;
                    text-align: center;
                    font-size: 16px;
                }

                    .nav > ul > li > a {
                        padding: 0 10px;
                    }

                        .nav > ul > li > a:hover, .nav > ul > li.current > a {
                            color: #0B49A2;
                            border-bottom: solid 3px #0B49A2;
                        }
.cityland {
    position: absolute;
    top: 50px;
    left: 320px;
    width: 520px;
    background-color: #fff;
    padding: 1px 1px;
    display: none;
    border: solid 1px #ddd;
    border-radius:5px;
}

    .cityland ul li {
        font-size: 14px;
        text-decoration: none;
        line-height:20px;
        padding-left:1px;
        padding-right:1px;
    }
}

@media (max-width: 767px) {
    .navbar .logo {
        margin-right: 0;
        margin-left: -10px;
        height: 70px;
        line-height: 70px !important;
    }
.cityland {
    position: absolute;
    top: 70px;
    left: 15px;
    width: 90%;
    background-color: #fff;
    padding: 5px 5px;
    display: none;
    border: solid 1px #ddd;
    border-radius:15px;
}
    .cityland ul li {
        font-size: 14px;
        text-decoration: none;
        line-height:15px;
        padding-left:1px;
        padding-right:1px;
    }
    .navbar-nav {
        display: none;
        margin: 0 -15px;
        position: absolute;
        top: 70px;
        width: 100%;
    }

        .navbar-nav > ul {
            width: 100%;
            background-color: #0B49A2;
        }

            .navbar-nav > ul > li {
                width: 100%;
                text-align: center;
                padding: 0;
                border-bottom: solid 1px #3C6DB5;
            }

                .navbar-nav > ul > li > a {
                    text-align: center;
                    color: #fff;
                }

    .nav-toggle:hover, a.nav-toggle:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav-toggle, a.nav-toggle {
        position: absolute;
        top: 15px;
        right: 5px;
        font-size: 20px;
        color: #999;
        padding: 6px 11px;
        background-color: #0B49A2;
        color: #fff;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .nav-tel:hover, a.nav-tel:hover {
        text-decoration: none;
        color: #fff;
    }

    .nav-tel, a.nav-tel {
        position: absolute;
        top: 15px;
        right: 52px;
        font-size: 20px;
        color: #999;
        padding: 6px 11px;
        background-color: #FF7404;
        color: #fff;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
}

.banner-mobile {
    margin-top: 70px;
}

.slider {
    margin-top: 70px;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

    .slider .bd li {
        height: 420px;
    }

    .slider .prev {
        z-index: 10;
        position: absolute;
        filter: alpha(opacity=50);
        margin-top: -30px;
        width: 40px;
        display: none;
        background: url(../image/slider-arrow.png) #000 no-repeat -125px 50%;
        height: 60px;
        top: 50%;
        cursor: pointer;
        left: 10px;
        opacity: .5;
    }

    .slider .next {
        z-index: 10;
        position: absolute;
        filter: alpha(opacity=50);
        margin-top: -30px;
        width: 40px;
        display: none;
        background: url(../image/slider-arrow.png) #000 no-repeat -5px 50%;
        height: 60px;
        top: 50%;
        cursor: pointer;
        right: 10px;
        opacity: .5;
    }

    .slider .hd {
        bottom: 25px;
    }

/*滚动*/
.rollpic {
    margin: 0 auto;
    max-height: 190px;
    overflow: hidden;
}

    .rollpic .prev, .rollpic .next {
        margin-top: 50px;
    }

.rollpic-pc {
    margin: 0 auto;
    width: 1216px;
}

.rollpic-m {
    margin: 0 auto;
    width: 366px;
}

.rollpc {
    width: 1120px;
}

.rollmobile {
    width: 280px;
}

.rollpicshow {
    float: left;
    border: 0;
    width: 280px;
}

    .rollpicshow li {
        padding: 10px;
    }

    .rollpicshow li {
	width: 120px;
	height: 200px;
	text-align: center;
    }

        .rollpicshow li img {
	width: 80px;
	height: 80px;
	text-align: center;
        }

/*公司简介*/
.about-list-index .stitem {
    min-height: 160px;
}

.about-list-index .item {
    text-align: center;
    border-radius: 20%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

    .about-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }


    .about-list-index .item i {
        font-size: 50px;
        text-align: center;
        line-height: 80px;
    }

.about-list-index {
    padding: 20px 0;
    text-align: center;
}

.about-content {
    line-height: 26px;
    font-size: 16px;
}

/*
.c-goba-1 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-2 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-3 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-4 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

.c-goba-5 {
    border:1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}
*/


.c-goba-1 {
    border: 1px solid #02D09C;
    background-color: #02D09C;
    color: #fff;
}

.c-goba-2 {
    border: 1px solid #F5C816;
    background-color: #F5C816;
    color: #fff;
}

.c-goba-3 {
    border: 1px solid #FF7404;
    background-color: #FF7404;
    color: #fff;
}

.c-goba-4 {
    border: 1px solid #5eb95e;
    background-color: #5eb95e;
    color: #fff;
}

.c-goba-5 {
    border: 1px solid #0B49A2;
    background-color: #0B49A2;
    color: #fff;
}

@media (max-width: 767px) {
    .about-list-index .stitem {
        min-height: 130px;
    }

    .about-list-index .item {
        text-align: center;
        border-radius: 20%;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }

        .about-list-index .item i {
            font-size: 36px;
            text-align: center;
            line-height: 60px;
        }
}

/*成功案例*/
.bg-case {
    background-color: #f8f8f8;
    background-image: linear-gradient(-54deg, #f8f8f8 0%, #fff 100%);
}

.case-list-index {
}

    .case-list-index .caption {
        background-color: #0B49A2;
        color: #fff;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
    }

    .case-list-index li {
        font-size: 16px;
        color: #666;
        line-height: 40px;
        padding: 0 10px;
    }


        .case-list-index li a {
            font-size: 16px;
            color: #666;
        }


.b-r-line {
    border-right: 1px solid #ddd;
}

    .b-r-line:nth-child(2n) {
        /*偶数行*/
        border-right: none;
    }

.case-list-index .more {
    margin-bottom: 10px;
}

.case-list-index .u2list li {
    margin-left: 0px;
}

@media (max-width: 767px) {
    .b-r-line {
        border-right: none;
    }
}


/*服务流程*/
.service_bg {
    width: 100%;
    height: 400px;
    background: url(../image/bgxiangmu.jpg) center center no-repeat;
    padding-top: 60px;
    box-sizing: border-box;
    color: white;
}

.service-list-index .flitem {
    width: 14.28%;
    float: left;
}

.service-list-index .item {
    text-align: center;
    padding: 5px;
}

    .service-list-index .item i {
        font-size: 60px;
        line-height: 80px;
        color: #FFF;
    }

@media (max-width: 767px) {
    .service_bg {
        width: 100%;
        height: auto;
        background: url(../image/bgxiangmu.jpg) center center no-repeat;
        box-sizing: border-box;
        color: white;
        padding-bottom: 50px;
    }

    .service-list-index .item {
        text-align: center;
        padding: 0;
        margin: 0 -10px;
    }

        .service-list-index .item i {
            font-size: 30px;
            line-height: 40px;
            color: #FFF;
        }


        .service-list-index .item span {
            font-size: 12px;
            line-height: 20px;
            color: #FFF;
        }
}


/*合作名企*/
.partner-list-index .item {
    text-align: center;
    padding: 5px;
    margin-top: 30px;
}

    .partner-list-index .item img {
        width: 100%;
        max-width: 160px;
        max-height: 68px;
    }

    .partner-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .partner-list-index .item a {
        text-decoration: none;
    }

        .partner-list-index .item a:hover {
            text-decoration: none;
        }

.partner-list-index {
}

/*服务网络*/
.citylist li {
    margin-bottom: 10px;
    font-size: 14px;
}

/*公司荣誉*/
.product-list-index .item {
    text-align: center;
    padding: 5px;
    border: solid 1px #eee;
    margin-top: 20px;
    font-size: 16px;
    height: 250px;
}

    .product-list-index .item img {
        width: 100%;
    }

    .product-list-index .item h3 {
        padding: 10px 0;
        font-size: 30px;
    }

    .product-list-index .item a {
        text-decoration: none;
    }

        .product-list-index .item a:hover {
            text-decoration: none;
        }



@media (max-width: 767px) {
    .product-list-index h1 {
        font-size: 30px;
        margin: 40px 0 20px;
    }

    .product-list-index .item h3 {
        font-size: 22px;
    }

    .product-list-index .item {
        float: none;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        height: 145px;
    }

    .honourtitle {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .product-list-index .item {
    }
}

/*资讯*/


.news-list-index .item {
    text-align: center;
    border: solid 1px #eee;
    margin-top: 30px;
    height: 500px;
}

.news-list-index .caption {
    background-color: #0B49A2;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.news-list-index .item ul {
    width: 100%;
    margin: 0 auto;
}

    .news-list-index .item ul li {
        text-align: left;
        line-height: 30px;
        font-size: 16px;
        padding: 0 10px;
    }

    .news-list-index .item ul .first {
        border-bottom: 1px solid #ddd;
        padding-top: 10px;
    }


        .news-list-index .item ul .first .newsimg {
            text-align: center;
            overflow: hidden;
        }

            .news-list-index .item ul .first .newsimg img {
                width: 100%;
                max-height: 150px;
                vertical-align: middle;
            }

        .news-list-index .item ul .first .newstitle {
            text-align: left;
            color: #0B49A2;
            font-weight: bold;
            font-size: 16px;
            line-height: 40px;
        }

.news-list-index .item a {
    text-decoration: none;
}

    .news-list-index .item a:hover {
        text-decoration: none;
    }



.righter {
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin-top: 40px;
    z-index: 10;
}

    .righter li {
        position: relative;
        cursor: pointer;
        width: 70px;
        height: 70px;
        text-align: center;
        color: #fff;
        background-color: #666;
        margin-bottom: 2px;
        padding-bottom: 5px;
    }

        .righter li:hover {
            color: #fff;
            background-color: #0B49A2;
        }



    .righter .csonline {
        background-color: #FF7404;
        color: #fff;
    }


    .righter .qqonline {
        color: #fff;
        background-color: #0B49A2;
    }

    .righter .telback {
        background-color: #3bb4f2;
        color: #fff;
    }

    .righter .weixin {
        background-color: #3DCD4D;
        color: #fff;
    }

    .righter .backtop {
        background-color: #666;
        color: #fff;
    }


    .righter .righter_sub {
        display: none;
        position: absolute;
        top: 0;
        right: 70px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .righter .web_call {
        width: 220px;
        color: #000;
        padding: 10px;
    }

    .righter .web_call_input {
        border: 1px solid #0092DF;
        width: 120px;
        height: 26px;
        padding-left: 5px;
    }

    .righter .web_call_btn {
        display: inline;
        color: #fff;
        background-color: #0B49A2;
        line-height: 26px;
        padding: 5px;
    }


.bottomer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: #666;
    padding: 5px 0;
    opacity: 0.9;
    filter: alpha(opacity=40);
}

    .bottomer .item {
        text-align: center;
        color: #fff;
    }

     .bottomer .item i {
         line-height:18px;
         font-size:18px;
    }

        .bottomer .item span {
            font-size: 12px;
            line-height:14px;
        }

        .bottomer .item:hover {
            color: #fff;
        }


    .bottomer .web_call {
        width: 100%;
        color: #F5C816;
        text-align: center;
        display: none;
        padding: 10px 0;
        font-size: 12px;
    }

    .bottomer .web_call_input {
        border: 1px solid #0092DF;
        width: 140px;
        height: 26px;
        padding-left: 5px;
    }

    .bottomer .web_call_btn {
        display: inline;
        color: #fff;
        background-color: #0B49A2;
        line-height: 26px;
        padding: 5px;
    }


.bg1 {
    background: url('../image/bg1.jpg') no-repeat #fff center center;
    color: #fff;
}

.bg2 {
    background: url('../image/bg2.jpg') #E1E1E1 top center;
    color: #ff6a00;
}

.bg3 {
    background-color: #fff;
}

.link-list {
    margin: 0;
    padding: 0;
}

    .link-list li {
        float: left;
        font-size: 14px;
        color: #333;
        margin-right: 15px;
        line-height: 25px;
        margin-top: 12px;
    }


.footer {
    padding: 50px 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    background-color: #30343E;
}

    .footer a, .footer a:hover {
        color: #fff;
    }

.car-info{
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #FC0;
}
.car-info .list{float:left; text-align:center; color:#767676; line-height:32px; width:33.333333%; }
.pull-left h3{
	font-size: 16px;
	line-height: 0px;
}



/* 正文左边-评论 */
.main .left .comment{
        background-color:#eee;
	padding: 20px;
	height: 100%;
	width: 100%;
	margin-top: 20px;
	float:left;
  clear:both;
}
.titmore {
	float:left;
  clear:both;
margin-top: 50px;
height: 100%;
	width: 100%;
text-align: center;
	font-size: 16px;
margin-bottom: 50px;

}
.main .left .comment .list{float: left;padding-bottom:5px;padding-top:0px;padding-right:5px;height: 100%;width: 100%;padding-left:5px}/* ITEM */

/* 正文左边-评论发表 */
.comment .post{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666;
	padding-left: 10px;
	height: 100%;
	width: 100%;
	float: left;
}
.comment .post form{margin:0px;padding:0px}
.comment .post label{display:block;line-height:30px}
.comment .post .btn{display:block;margin-top:8px;padding-top:5px;padding-bottom:2px} /* 发表评论的按钮 */


.comment-item .comment-right .wbox{ margin-left:5px;}
.fabu{ background:#5788aa;border:2px solid #49799c;-moz-border-bottom-right-radius:3px;border-bottom-right-radius:3px;color:#656d78; color:#f7f7f7; position:absolute; right:-2px; bottom:-2px; height:41px; line-height:38px; padding:0px 15px; font-size:18px;}
.comment-item{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	height: 100%;
	width: 100%;
	padding-top: 10px;
	padding-right: 27px;
	padding-bottom: 10px;
	padding-left: 0px;
         float:left;
         clear:both;
}
.comment-item .huifu{ color:#cc3311}
.comment-item .photo{
	float: left;
	margin-left: 10px;
	width: 4%;
}
.comment-item .photo img{border-radius:50%}
.comment-item .comment-right{
	float: left;
	width: 90%;
	padding-left: 10px;
}.comment-item .comment-right .title{ height:20px; line-height:20px; width:90%; padding:0px 10px; font-size:12px; color:#0078B6;}
.comment-item .comment-right .title span{ color:#b8b8b8;}
.comment-item .comment-right .content{
	line-height: 23x;
	color: #333333;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
}
.comment-item .comment-right .ding{ background:url(404.png) no-repeat left center; min-width:20px;}
.comment-item .comment-right .ding:hover{ background:url(404.png) no-repeat left center; }
.comment-item .comment-right .opt{ color:#999999; text-align:right;}
.comment-item .comment-right a.tt{ text-decoration:none; padding-left:15px; margin-left:5px; height:30px; line-height:30px; color:#999999;}
.comment-item .comment-right a.tt:hover { color:#ee542a;}
.clear { float:left;clear:both;height: 1px;
	width: 100%;}
.input{
    outline-style: none ;
    border: 1px solid #ccc; 
    border-radius: 3px;
    padding: 4px 4px;
    width: 100px;
    font-size: 14px;
}
/* 必要布局样式css */
.title_cn {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#new_box {
	width: 100%;
	padding: 0px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}
.new_con {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	color: #666
}
.new_telst {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}
.new_telst li {
	width: 10%;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}
.new_telst li.newon {
	color: #217af0;
	font-weight: bold;
}
.new_telst p {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 10%;
	height: 7px;
	border-top: 1px solid #217af0;
	overflow: hidden;
	text-align: center;
}
.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.new_lst {
	height: 315px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}
.new_lst li{
	width: 50%;
        float: left;
}
.new_lst ul {
	position: absolute;
	left: 0px;
}
.new-wrap {
	margin-top: 30px;
}
.new-wrap .show {
	display: block;
}
li.new_cnlf {
	width: 370px;
	float: left;
}
li.new_cnlf p {
	width: 100%;
}
p.newlf_tel a {
	color: #217af0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}
p.newlf_tel a:hover {
	color: #C33
}
p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden;
}
li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}
.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}
p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}
p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}
p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}
.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #217af0;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}
.newrf_lst dd:hover p.newrf_tx a {
	color: #217af0;
}
.newrf_lst dd:hover p.new_rq {
	background: #217af0;
	margin-top: 9px;
	margin-left: 9px;
}
.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}
.mr0 {
	margin-right: 0px;
}

.page .pagination {
	margin: 0;
	float: left;
	height: 100%;
	width: 100%;
}
.page .pagination > .active > a,.page .pagination > .active > span,.page .pagination > .active > a:hover,.page .pagination > .active > span:hover,.page .pagination > .active > a:focus,.page .pagination > .active > span:focus {
	background-color: #333533;
	border-color: #039;
	color: #FFF;
	float: left;
}
.page .pagination > li > a:hover,.page .pagination > li > span:hover,.page .pagination > li > a:focus,.page .pagination > li > span:focus {
	color: #039;
	background-color: #ededed;
	border-color: #ededed;
	float: left;
}
.page .pagination > li > a,.page .pagination > li > span {
	color: #039;
	border-color: #ededed;
	font-size: 14px;
	float: left;
}
.pagination-lg>li>a,.pagination-lg>li>span{
	font-size: 18px;
	float: left;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	float: left;
}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	float: left;
}