@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

img,
fieldset {
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

input,
button,
textarea,
select {
    font: 100% Arial, '';
    vertical-align: middle;
}

table,
td,
tr,
th {
    font-size: 12px;
}

.nodispaly {
    display: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #9d1e23;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.w1520 {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    background: no-repeat;
}

.w1520:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

/*banner*/
.block_home_slider {
    position: relative;
    line-height: 0px;
    text-align: center;
}

/*底部小图标*/
.block_home_slider img {
    width: 100%;
}

.block_home_slider .slide {
    position: relative;
    overflow: hidden;
}

.block_home_slider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    display: block;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-indent: -9000px;
    display: none;
}

.block_home_slider .flex-direction-nav a.flex-prev {
    left: 0;
    background: url(../images/jt1.png) no-repeat;
}

.block_home_slider .flex-direction-nav a.flex-next {
    right: 0;
    background: url(../images/jt2.png) no-repeat;
}

.block_home_slider .flex-control-paging {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.block_home_slider .flex-control-paging li {
    margin: 0px;
    padding: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    text-indent: -9000px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.5s;
}

.block_home_slider .flex-control-paging li a.flex-active {
    width: 34px;
    background: #9d1e23;
}

.flexslider {
    margin: 0;
    padding: 0;
    height: 100%;
}

.flex-viewport {
    height: 100%;
}

.flexslider .slides {
    height: 100%;
}

.flexslider .slides li {
    height: 700px;
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
    position: relative;
}

#home_slider2 {
    display: none;
}

/* banner */

.logo {
    width: 190px;
    height: 120px;
    float: left;
}

.soj {
    float: left;
    margin-left: 25px;
    margin-top: 47px;
}

/* 导航条 */
.dht {
    float: left;
    width: 60%;
    margin-left: 10%;
}

.nav {
    z-index: 1;
    margin-top: 45px;
}

.nav a {
    color: #333;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    text-align: center;
    width: 14%;
    line-height: 40px;
}

.nav .nLi h3 a {
    display: block;
    font-size: 16px;
}

.nav .sub {
    display: none;
    left: 0;
    top: 40px;
    position: absolute;
    background: #b5b5b5;
    line-height: 35px;
    padding: 5px 0;
    width: 190px;
    z-index: 10;
    text-align: left;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    color: #fff;
}

.nav .sub a:hover {
    background: #9d1e23;
}

.nav .on h3 a {
    background: #9d1e23;
    color: #fff;
    width: 99.5%;
    line-height: 40px;
}

/*手机导航*/
.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 60px;
    display: none;
}

.sp_nav span {
    display: block;
    background: #7d0000;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 120px;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

/* 搜索栏 */
.mis {
    float: left;
    margin-top: 45px;
}

.top_ss {
    width: 40px;
    height: 40px;
    background: url(../images/jun.jpg) center no-repeat;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top_h.on .top_ss {
    background: url(../images/tuos.jpg) center no-repeat;
    height: 65px;
}

.ss_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 1000;
    padding: 15px 0;
    background: #9d1e23;
    display: none;
}

.top_h.on .ss_bg {
    top: 65px;
}

.ss_bg_w {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-right: 40px;
}

.ss_gb {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../images/ss_gb.png) center no-repeat;
    background-size: 24px auto;
    cursor: pointer;
}

.ss_dw {
    width: 100%;
    position: relative;
}

.ss_dw input {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    background: #fff;
    width: 100%;
    padding: 0 60px 0 24px;
    border-radius: 3px;
}

.ss_dw a {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../images/ss_dw.png) center no-repeat;
    background-size: 40px auto;
}

.gmjs {
    margin: 3% auto 0 auto;
    width: 325px;
    overflow: hidden;
}

.gmjss {
    width: 325px;
    overflow: hidden;
}

.gsw {
    float: left;
    width: 75px;
    height: 3px;
    background: #9d1e23;
    margin-top: 27px;
}

.gsw_1 {
    float: left;
    width: 75px;
    height: 67px;
    background: url(../images/mis_1.png) no-repeat;
}

.gsw_zi {
    font-size: 25px;
    float: left;
    width: 175px;
    text-align: center;
}

.gsw_zi span {
    color: #9d1e23;
}

.gmjs_1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.gmjs_2 {
    text-align: center;
    text-transform: uppercase;
    width: 330px;
}

/* 搜索栏 */
.chps {
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
}

.chps_1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
}

.chps_2 {
    background: #7d0000;
    width: 50px;
    height: 5px;
    margin: 10px auto;
    overflow: hidden;
}

.chps_3 {
    font-size: 18px;
    color: #a3a3a3;
}

/* 产品中心 */
.cppw {
    overflow: hidden;
    margin-top: 35px;
}

.cppw ul {
    margin-left: -1%;
}

.cppw li {
    width: 23.33%;
    float: left;
    box-shadow: 0px 0px 10px #bababa;
    margin-top: 1%;
    margin-left: 1.5%;
    margin-bottom: 1%;
}

.cppw li .cppw_a {
    overflow: hidden;
}

.cppw li .cppw_a img {
    width: 330px;
    height: auto;
    transition: all 0.5s;
}

.cppw li:hover img {
    transform: scale(1.1)
}

.cppw li .cppw_0 {
    padding: 0% 5%;
}

.cppw li .cppw_b {
    font-size: 18px;
}

.cppw li .cppw_c {
    margin: 5% 0;
    line-height: 20px;
    color: #a3a3a3;
}

.cppw li .cppw_d {
    text-align: center;
    margin: 5% 0;
}

/* 案例视频 */
.blnm {
    overflow: hidden;
    background: #ededed;
    margin-top: 60px;
}

/*产品滚动*/
.sy_zs_img {
    margin-top: 40px;
    margin-bottom: 2%;
    position: relative;
}

.sy_zs_img2 {
    overflow: hidden;
}

.sy_zs_img2 ul {
    position: relative;
    width: 10000%;
}

.sy_zs_img2 ul li {
    float: left;
    width: 0.32%;
    margin-right: 0.02%;
    background: #fff;
    margin-bottom: 35px;
}

.sy_zs_l,
.sy_zs_r {
    position: absolute;
    top: 60%;
    width: 30px;
    height: 56px;
    cursor: pointer;
    margin-top: -20px;
}

.sy_zs_l {
    left: -0px;
    background: url(../images/sy_zs_l.png) center no-repeat;
}

.sy_zs_r {
    right: -0px;
    background: url(../images/sy_zs_r.png) center no-repeat;
}

.sy_zm_top {
    padding: 2%;
}

.sy_zm_top img {
    width: 100%;
}

.sy_zm_mie {
    overflow: hidden;
    padding: 0 3%;
    margin-top: 2%;
    line-height: 40px;
    text-align: center;
}

.sy_zm_mie .sy_zm_mie_1 {
    float: left;
    font-size: 18px;
}

.sy_zm_mie .sy_zm_mie_2 {
    float: right;
    width: 130px;
    background: #9d1e23;
    border-radius: 25px;
}

.sy_zm_mie .sy_zm_mie_2 a {
    color: #fff;
    display: block;
}

.sy_zm_mie .sy_zm_mie_2:hover a {
    color: #fff;
    background: #666;
    border-radius: 25px;
}

.sy_zm_ro {
    padding: 0 3%;
    line-height: 30px;
    overflow: auto;
    height: 70px;
}

/*产品滚动*/
.gojj {
    overflow: hidden;
    background: #e9e9e9;
    margin-top: 25px;
    position: relative;
}

.gojj_a {
    position: absolute;
    top: 60px;
    left: 1px;
    width: 60%;
    background: #FFF;
    padding: 2%;
    box-shadow: 0px 0px 10px #bababa;
}

.gojj_a .gojj_a_1 {
    line-height: 30px;
}

.gojj_a .gojj_a_1a {
    display: none;
}

.gojj_a .gojj_a_2 {
    float: left;
    background: #9d1e23;
    width: 160px;
    line-height: 45px;
    text-align: center;
    border-radius: 25px;
    margin-top: 20px;
}

.gojj_a .gojj_a_2 a {
    color: #fff;
    display: block;
}

.gojj_a .gojj_a_2:hover {
    color: #fff;
    background: #4b4b4b;
    border-radius: 25px;
}

.gojj_b {
    float: right;
    margin: 5px;
    width: 50%;
}

/*底部*/
.foot {
    overflow: hidden;
    width: 100%;
    background: #333333;
    margin-top: 30px;
}

.foot_a {
    overflow: hidden;
    margin: 3% 0;
}

.foot_a .foot_a1 {
    float: left;
    width: 30%;
    color: #fff;
}

.foot_a .foot_a1 .foot_a1_9 {
    font-size: 20px;
    margin-bottom: 5%;
}

.foot_a .foot_a1 .foot_a1_8 {
    color: #919191;
}

.foot_a .foot_a1 .foot_a1_8 dl {}

.foot_a .foot_a1 .foot_a1_8 dt {
    text-indent: 30px;
    margin: 15px 0;
    height: 21px;
    font-size: 14px;
}

.foot_a .foot_a1 .foot_a1_8 .foot_tu1 {
    background: url(../images/foot_1.png) no-repeat;
}

.foot_a .foot_a1 .foot_a1_8 .foot_tu2 {
    background: url(../images/foot_2.png) no-repeat;
}

.foot_a .foot_a1 .foot_a1_8 .foot_tu3 {
    background: url(../images/foot_3.png) no-repeat;
}

.foot_a .foot_a1 .foot_a1_8 .foot_tu4 {
    background: url(../images/foot_4.png) no-repeat;
}

.foot_a .foot_a1 .foot_a1_8 .foot_tu5 {
    background: url(../images/foot_5.png) no-repeat;
}

.foot_a .foot_a1 .foot_a1_8 .foot_tu6 {
    background: url(../images/foot_6.png) no-repeat;
}

.foot_a .foot_a2 {
    float: left;
    width: 32%;
    margin-left: 3%;
}

.foot_a .foot_a2 ul li {
    float: left;
    width: 50%;
}

.foot_a .foot_a2 .foot_a2_1 {
    font-size: 20px;
    margin-bottom: 5%;
    color: #fff;
}

.foot_a .foot_a2 .foot_a2_2 {
    line-height: 30px;
}

.foot_a .foot_a2 .foot_a2_2 p {}

.foot_a .foot_a2 .foot_a2_2 p a {
    color: #919191;
    display: block;
}

.foot_a .foot_a2 .foot_a2_2 p:hover a {
    color: #fff;
}

.foot_a .foot_a3 {
    float: left;
    color: #919191;
    width: 110px;
    text-align: center;
    line-height: 30px;
    margin-right: 1%;
}

.foot_a .foot_a4 {
    color: #fff;
    overflow: hidden;
    margin-left: 1%;
}

.foot_a .foot_a4 .foot_a4a {
    font-size: 20px;
}

.foot_a .foot_a4 .foot_a4b {
    line-height: 35px;
}

.foot_a .foot_a4 .foot_a4c {}

.blpb_4 {
    width: 100%;
    overflow: hidden;
}

input {
    display: block;
    line-height: 40px;
    background: #444444;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    width: 48%;
    float: left;
    padding-top: 5px;
    text-indent: 10px;
    margin-right: 1%;
    border-radius: 25px;
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.tjp {
    margin-bottom: 20px;
    background: #7d0000;
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 25px;
}

.tjp a {
    color: #fff;
}

.foott {
    background: #282828;
    color: #828282;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

/*内部*/
.hme {
    height: 400px;
    position: relative;
}

.hme_a {
    width: 100%;
    height: 100%;
}

.hme_a p {
    position: absolute;
    font-size: 40px;
    right: 30%;
    top: 50%;
    color: #fff;
}

.hmmsw {
    display: none;
}

.tiso {
    background: #e8e8e8;
    width: 100%;
    overflow: hidden;
    line-height: 50px;
}

.aob {
    overflow: hidden;
    margin-top: 2%;
}

.ydus {
    width: 77%;
    float: right;
}

.about {
    line-height: 35px;
    font-size: 16px;
}

.about_a img {
    border: 1px solid #d4d4d4;
    float: left;
    margin-right: 20px;
    width: 445px;
}

.about.culture p {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 224px;
    border: 1px solid #e0e0e0;
}

.about p img {
    margin-right: 3%;
}

/* 内页栏目css */
.wql {
    width: 21%;
    float: left;
}

.wql .wka {
    width: 100%;
    background: #333333;
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    text-indent: 25px;
}

.wql .wkd {
    width: 100%;
    background: #fff;
    line-height: 50px;
    overflow: hidden;
}

.wql .wkd ul li {
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
    text-indent: 25px;
    font-size: 15px;
    position: relative;
    z-index: 5;
    background: #ebebeb;
    margin-bottom: 2%;
    overflow: hidden;
}

.wql .wkd ul li:hover a {
    color: #fff;
    display: block;
}

.wql .wkd li:after {
    content: "";
    width: 0;
    height: 100%;
    background: #9d1e23;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s;
}

.wql .wkd li:hover:after {
    width: 100%;
}

.wql .wkd li p {
    position: relative;
    z-index: 9;
}

.wql .wkd .ao {
    background: #9d1e23;
    width: 100%;
}

.wql .wkd .ao a {
    color: #fff;
}

.wql .wkd_a {
    overflow: hidden;
    text-indent: 40px;
    margin-bottom: 10px;
}

.wql .wkd_a dl {}

.wql .wkd_a dt {
    line-height: 40px;
    text-indent: 50px;
    font-size: 14px;
    border-bottom: solid 1px #e6e6e6;
    background: url(../images/san.png) no-repeat 10%;
}

.wql .wkd_b {
    display: none;
}



/* 产品 */
.produ {
    overflow: hidden;
}

.produ ul {
    margin-left: -1%;
}

.produ li {
    width: 32%;
    margin-left: 1%;
    text-align: center;
    line-height: 50px;
    float: left;
}

.produ li img {
    border: 1px solid #e0e0e0;
}

/*产品*/
.manu {
    width: 100%;
    position: relative;
    margin-top: 2%;
}

.mksa {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.mksa .mksa_a {
    line-height: 50px;
    font-size: 30px;
}

.mksa .mksa_b {
    line-height: 30px;
    color: #a4a4a4;
}

.pva {
    margin: 0 2%;
    margin-top: 15px;
    overflow: hidden;
    font-size: 14px;
    line-height: 35px;
}

.pva .pva_a {
    width: 50%;
    float: left;
    border: 1px solid #e0e0e0;
}

.pva .pva_b {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-top: 1%;
}

.pva .pva_b .pva_b_1 {
    font-size: 25px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 50px;
}

.pva .pva_b .pva_b_2 {
    overflow: auto;
    height: 300px;
}

.pva_c {
    margin: 30px auto;
    width: 500px;
}

.pva_z {
    line-height: 35px;
}

.pv_s {
    line-height: 35px;
    overflow: hidden;
    padding: 0 2%;
}

.pva .pva_a1 {
    width: 50%;
    float: left;
}

.mska_losa {
    width: 100%;
    border: 1px solid #efefef;
    margin: 10px 0 30px 0;
    float: right;
    line-height: 40px;
    border-radius: 10px;
}

.mska_losa .mska_losa_1 {
    width: 50%;
    float: left;
    text-indent: 25px;
}

.mska_losa .mska_losa_2 {
    width: 50%;
    float: right;
    text-indent: 25px;
}

/* 产品 */
.cases {
    overflow: hidden;
}

.cases ul {
    margin-left: -1%;
}

.cases li {
    width: 32%;
    margin-left: 1%;
    text-align: center;
    line-height: 50px;
    float: left;
    font-size: 16px;
}

.ksa {
    float: left;
    margin-top: 10px;
    width: 98%;
    margin: 1%;
    font-size: 16px;
}

.ksa .ksa_1 {
    width: 100%;
    float: left;
    line-height: 50px;
    background: #333333;
    text-indent: 25px;
    color: #fff;
}

.ksa .ksa_2 {
    line-height: 35px;
    margin: 10px 0 30px 0;
    float: left;
}

.ksa .ksa_2 img {
    /*width: 100%;*/
    height: auto;
}

.ksa .ksa_2 table {
    border-collapse: collapse;
    border: 1px #ccc solid !important;
    width: 100% !important;
    line-height: 30px !important;
}

.ksa .ksa_2 table td {
    padding-left: 12px !important;
    word-wrap: break-word;
    word-break: break-all;
    border: 1px #ccc solid !important;
    line-height: 30px !important;
}


/*新闻*/
.news {
    overflow: hidden;
}

.news ul {}

.news li {
    overflow: hidden;
    width: 95%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

.news li a {
    color: #333;
    display: block;
}

.news li:hover {
    box-shadow: 0 0 1px #cacaca;
}

.news li:hover a {
    color: #4fb9c6
}

.news_1 {
    overflow: hidden;
    margin-top: 2%;
    color: #979797;
}

.news_1 .news_1_da {
    font-size: 16px;
    float: left;
}

.news_1 .news_2_da {
    font-size: 16px;
    float: left;
}

.news_2 {}

.news_2 .news_2_2wz {
    font-size: 20px;
}

.news_2 .news_2_3wz {
    margin-top: 10px;
    line-height: 30px;
    color: #818181;
    font-size: 16px;
}

.nes_0 {
    width: calc(100% - 327px);
    float: right;
}

.news_3 {
    float: left;
    margin-bottom: 30px;
}

.news_3 img {
    width: 300px;
    height: auto;
}

/*手机浮动*/
.dmk {
    background: #0168c3;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 2% 1%;
    text-align: center;
    display: none;
}

.dmk_qq {
    width: 49%;
    float: left;
    line-height: 30px;
    color: #fff;
    text-shadow: 0px 0px 6px #000;
    margin: 2% 0;
}

.dmk_qq img {
    margin-right: 10px;
}

.dmk_qq a {
    color: #fff;
}

.dmk_wei {
    float: left;
}

.dmk_wei img {
    height: 45px;
}

/* 分页 */
.page {
    text-align: center;
    margin: 57px auto 57px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 4px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #7D0000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #7D0000;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #7D0000;
    border-color: #7D0000
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}