@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea{border:none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* html5 */
article,aside,dialog,footer,header,section,nav,figure,menu{display:block}

/* 设置默认字体 */
body,
button, input, select, textarea{
    font-family: "Microsoft Yahei"; color: #222; font-size: 14px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */
body{ overflow-x: hidden;}

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #222; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl{float: left;}
.fr{float: right;}

/*文本框提示文字颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}



.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1200px; margin:0 auto;}

/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1200px;}  /*版面宽度*/
.page_content{ width:900px;} /*右边宽度*/
.page_left{ width:270px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line_clamp_1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line_clamp_2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




header::before{content: "";display: block;height: 40px; background: #ececec;position: absolute;top: 0px; left: 0px; width: 100%; z-index: 0;}
.h_top{ position: relative; z-index: 1; line-height: 40px; color: #999;}
.h_top .fr a{ color: #999; display: inline-block;background: url(../images/t_ico1.gif) no-repeat left center; padding-left: 25px; margin-left: 20px;}
.h_top .fr a:nth-child(2){background: url(../images/t_ico2.gif) no-repeat left center;}
.h_top .fr a:nth-child(3){background: url(../images/t_ico3.gif) no-repeat left center;}

.h_bottom{margin: 30px auto;}
.h_bottom .logo{ display: block;}
.h_position{ display: inline-block; margin-left:20px;line-height: 26px;margin-top: 10px;}
.h_position strong{ font-size: 26px; color: #b22420;}
.h_position p{ font-size: 16px; color: #666;letter-spacing: 0.2px;}
.h_bottom .fr{background: url(../images/t_pho.png) no-repeat left top; color: #999; padding-left: 60px;margin-top: 12px;}
.h_bottom .fr strong{ font-size: 28px; color: #b22420; display: block;letter-spacing: -1px;font-family:Times New Roman;}
.h_bottom .fr strong span{ font-size: 16px; color: #222; font-weight: initial;display: inline-block;vertical-align: middle;}

nav{ height: 60px; background: #b22420;}
nav ul>li{ float: left; width: 14.1%;}
nav ul>li>a{display: block;line-height: 60px; color: #fff; font-size: 16px;text-align: center; font-weight: bold;transition: all 0.3s;}
nav ul>li:hover a, nav ul>li.cur a{ background: #b22420;}

.search{ height: 59px; border-bottom: 1px solid #e0e0e0; line-height: 59px;}
.search .fl{background: url(../images/ico1.png) no-repeat left center; padding-left: 25px;}
.s_content{ float: right;}
.s_content form{height: 59px; display: block;}
.s_submit{ width: 59px; height: 59px; background:#b22420 url(../images/search.png); float: left;}
.s_text{ display: block; height: 59px; line-height: 59px; float: left; width: 230px; border-left: 1px solid #e0e0e0; padding-left: 25px;}

.company{ margin: 80px auto 40px;}
.company .fr{ width: 500px;}
.company .fr strong{ font-size: 33px;margin: 0px 0px 10px; display: block;}
.company .fr strong span{ color: #b22420;}
.company .fr p{ color: #666; font-size: 18px; background: url(../images/we_line.gif) no-repeat center bottom;padding-bottom: 35px;}
.com_content{ font-size: 14px; line-height: 26px; color: #999; margin: 26px 0px 20px; text-align: justify;}
.company .fr a{display: block;width: 160px;line-height: 45px;text-align: center;background: #b22420;color: #fff;}
.company .fr a span{display: inline-block;background: url(../images/ico02.png) no-repeat 0 center;padding-left: 32px;color: #fff;}

.com_int{font-size: 16px; margin-bottom: 80px;}
.com_int li{float: left;height: 78px;border-right: solid 1px #e5e5e5;margin: 0 50px 0px 0;width: 260px; box-sizing: border-box;}
.com_int li span{display: block;font-weight: bold;line-height: 48px; margin-bottom: 5px;}
.com_int li span em{margin-left: 5px;}
.com_int li b{font-size: 50px;float: left;letter-spacing: -3px; color: #b22420; font-family:Times New Roman;}
.com_int li:nth-child(4n){ margin-right: 0px;}
.com_int li:nth-child(n+5){ margin-bottom: 0px;}

.title{ margin: 70px auto 40px; text-align: center;}
.title strong{ font-size: 40px; color: #222;}
.title span{color: #b22420;}
.title p{ font-size: 17px; color: #666; margin-top: 5px;}

.product{ background:#f5f5f5; padding: 0px 0px 80px; overflow: hidden;}
.pro_l{ float: left; width: 270px;text-align: center;}
.pro_row1{ width: 100%;  background: #b22420;  overflow: hidden; padding: 30px 0px 30px 0px;}
.pro_row1 strong{ color: #fff; font-size: 26px; display: block; margin: 0px 0px 5px;}
.pro_row1 span{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff;text-transform: uppercase;}
.pro_row2{ background: #fff;border: 1px solid #eee;border-top: none;box-sizing: border-box;padding-top: 25px;}
.pro_row2 dt{ width: 170px; height: 45px; line-height: 45px; font-size: 17px; padding: 0px 20px;  background: #313742; transition: all 0.3s; margin:0px auto 17px; position: relative;}
.pro_row2 dt>a{ display: block;color: #fff;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; font-size: 16px; position: relative;z-index: 1; background:  url(../images/15_03.png) no-repeat 160px 20px;}
.pro_row2 dt::before{ content: ""; display: block; width: 0%; height: 100%; background: #b22420; position: absolute; left: 0px; top: 0px; transition: all 0.3s; z-index: 0;}
.pro_row2 dt:hover a{ background:url(../images/15_03.png) no-repeat 160px 20px;}
.pro_row2 dt:hover{ background: #b22420;}
.pro_r,.pro_r1{ width: 900px; float: right;}
.pro_r a{ float: left; width: 288px; margin-right: 15px;}
.pro_r a:nth-child(4n){ margin-right: 0px;}
.pro_r a:nth-child(n+5){ margin-top: 15px;}
.pro_r1 a{ float: left; width: 290px; margin-right: 15px;}
.pro_r1 a:nth-child(3n){ margin-right: 0px;}
.pro_r1 a:nth-child(n+4){ margin-top: 15px;}
.pro_img img{ width: 100%; display: block;width: 100%;
    display: block;
    border: 1px solid #eee;
    box-sizing: border-box;}
.pro_title{ line-height: 50px; text-align: center; background: #fff; transition: all 0.3s;}
.pro_r a:hover .pro_title{ background: #b22420; color: #fff;}
.pro_con img{ width: 120px; display: block; margin: 0 auto;}
.pro_con{ text-align: center;line-height: 35px;margin: 20px 0px 21px;}  




.pro_nav dl{width: 140px;height: 45px;line-height: 45px;font-size: 17px;padding: 0px 20px;background: #313742;transition: all 0.3s;margin: 0px 10px 17px;position: relative;text-align: center; float: left;}
.pro_nav dl a{display: block;color: #fff;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;position: relative;z-index: 1;}
.pro_nav dl:hover{background: #b22420;}

.sypro_con{width: 1200px;float: none;}



.serv{position: relative;z-index:2; margin-bottom: 80px;}
.serv:before{content: "";position: absolute;width:100%;height:1px;background:#c9c9c9;right:0;z-index: -2;}
.serv_t{height:70px;font-size:20px;color: #000;line-height:70px;font-weight: bold;}
.serv_t li{float: left;width: 300px;position: relative; text-align: center; cursor:pointer;}
.serv_t li a{color: #000;display: block;}
.serv_t li em{width:32px;height:32px;overflow: hidden;margin: 18px 9px 0 0;display: inline-block;vertical-align: top;}
.serv_t li em img{display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.serv_t li.cur:before{content: "";position: absolute;width:100%;height:2px;background:#b22420;top:0;left:0;z-index: 2;}
.serv_t li.cur,.serv_t li.cur a{color: #b22420;}
.serv_t li.cur em img{margin-top:-60px;}
.serv_c .tempWrap{overflow: visible !important;}
.serv_c dl{width: 1200px;position: relative;margin-right: 26px;padding-bottom: 54px;}
.serv_c dl:before{content: "";position: absolute;width:100%;height:663px;background:rgba(0, 0, 0, 0.6);top:0;left:0;z-index: 2;}
.serv_c dt,.serv_c dt img{width: 1200px;display: block;height: 600px;}
.serv_c dd{position: absolute;width:630px;height: 200px;box-sizing:border-box;display: none;padding:21px 50px;left: 0;bottom:0px; background: #b22420;color: #fff;}
.serv_c dd h4{display: block;font-size: 28px;line-height: 73px;height: 73px;color: #fff;}
.serv_c dd h4 em{font-weight: normal;font-size: 14px;opacity: 0.3;}
.serv_c dd h4 em i{font-size:30px;padding: 0 10px;}
.serv_c dl.cur dd{display: block;}
.serv_c dl.cur:before{background: none;width:0;height:0;}
.serv_c dl dd p{ font-size: 15px; line-height: 32px; color: #fff;}
.serv .yshd{position: absolute;width: 210px;right: 88px;bottom: 8px;z-index: 1;height: 3px;}
.serv .yshd:before{content: "";position: absolute;width:210px;height:1px;background:#666;left: 0;bottom: 1px;z-index: -1;}
.serv .yshd li{width:52px;height: 3px;position: absolute;left: 0;top: 0;}
.serv .yshd li:nth-child(2){width: 104px;}
.serv .yshd li:nth-child(3){width: 156px;}
.serv .yshd li:nth-child(4){width: 210px;}
.serv .yshd li:before{content: "";position: absolute;width: 0;height: 3px;left:0;top:0;z-index: 1;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;background: #b22420;}
.serv .yshd li.on:before{width: 100%;}
.serv .serv_nub{position: absolute;width: 312px;right: 38px;bottom:0;z-index: 1;font-size: 14px;color: #333;font-weight: bold;}
.serv .serv_nub span,.serv .serv_nub em{display: inline-block;width: 50px;text-align: center;line-height:20px;}
.serv .serv_nub em{float: right;}
.serv .serv_nub span{float: left;}
.serv .box{ position: relative;}

.honner{height: 680px; background: url(../images/honbg.jpg) no-repeat center top; overflow: hidden;}
.honner .title strong{ color: #fff;}
.honner .title p{ color: #bec4ca;}
.hon_con a{ width: 280px; float: left; background: url(../images/hon_lbg1.png) no-repeat center bottom; text-align: center; padding: 0px 0px 20px; margin: 0px 0px 0px 20px; }
.hon_img img{ width: 256px; display: block; margin: 0 auto;}
.hon_til{ line-height: 60px; font-size: 16px; color: #fff;}
.honner .tempWrap{margin: 0 auto !important; }
.hon_con a:hover{ background: url(../images/hon_lbg2.png) no-repeat center bottom;}

.partner .title{ margin-bottom: 0px; position: relative; z-index: 1;}
.par_con img{ display: block; margin: 0 auto; position: relative; z-index: 0;margin-top: -58px; width: 100%;}
.part_pho{display: block;color: #000;font-size: 16px;line-height: 40px; text-align: center; margin-bottom: 75px;}
.part_pho span{display: inline-block;background:url(../images/c_pho.png) no-repeat 0 center;padding-left: 43px;}
.part_pho b{font-family:Times New Roman;font-size: 40px;color: #b22420;}
.part_pho em{font-size: 24px;}


.aboutbox{ background: url(../images/about_pic.jpg) no-repeat center top; padding-bottom:160px; position: relative;}
.abo_til{ text-align: center; padding: 80px 0px 20px;}
.abo_til span{ display: block; color: #fff;font-size: 18px;margin-top: 15px;}
.abo_con{    line-height: 35px;color: #fff;font-size: 15px;text-align: center;}
/* .abo_til::after{content: "";width: 50px;height: 2px;background: rgba(255 , 255 , 255 , 0.5); display: block; margin: 30px auto 0px;} */

.about_l{height: 177px;background: #fff;color: #333;text-align: center;line-height: 30px;box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);margin-bottom: 46px; position: absolute; width: 1200px; left: 50%; margin-left: -600px; bottom: -140px;}
.about_l li:before{content: "";position: absolute;width:1px;height:115px;top:28px;right: 0;background: rgba(0 , 0 , 0 , 0.2);}
.about_l li{height: 177px;width: 300px;float: left;box-sizing:border-box;padding:29px 0 0;position: relative;}
.about_l li:last-child:before{width: 0;}
.about_l li span{display: block;height: 52px;width: 52px;margin: 0 auto;overflow: hidden;}
.about_l li span img{display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.about_l li p b{line-height:42px;font-size: 20px;display: block;}
.about_l li.cur,.about_l li:hover{background: #b22420;color: #fff;}
.about_l li.cur span img,.about_l li:hover span img{margin-top: -79px;}

.com_wor{ display: flex; justify-content: left; margin-top: 140px;}
.com_wor a{ width: 280px; text-align: center; margin-right:20px;}
.com_wor a img{ width: 100%;}
.com_til{ line-height: 30px; font-size: 15px;}





.nswsbox{font-family:"Microsoft Yahei";line-height: 26px;font-size: 14px;clear: both;color: #222;position: relative;overflow: hidden;}
.news{width:511px;}
.faqs{width:600px;}
.new_t{font-size:24px;height:52px;line-height:52px;position: relative;border-bottom: 1px solid #d1d1d1;margin-bottom: 30px;}
.new_more{display: block;color: #808080;text-transform: uppercase;font-size: 14px;font-family: Arial;}
.new_t span{float: left;padding-right: 58px;position: relative;}
.new_t span:nth-child(3):before{content: "";position: absolute;width:1px;height:19px;background:#d9d9d9;left:-29px;top:17px;}
.new_t span a{display: block;color: #666;}
.new_t span.cur a,.new_t span a:hover{font-weight: bold;color: #b22420;background:url(../images/ico03.png) no-repeat 0 center;padding-left:37px;}
.faqs .new_t span a{background:url(../images/ico06.png) no-repeat 0 center;padding-left:37px;}
.news_c dt,.news_c dt img{width:511px;height:286px;display: block;overflow: hidden;}
.news_c dd{padding: 20px 0 0;height: 104px;border-bottom: 1px solid #cfcfcf;margin-bottom: 18px;}
.news_c dd h3{color: #333;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;display: block;font-size: 16px;height: 42px;line-height:28px;}
.news_c dd h3 span{font-weight: normal;font-size: 16px;float: left;width:81px;line-height: 28px;border-radius: 14px;margin:0 12px 0 0;text-align: center;background: #b22420;color: #fff;}
.news_c dd h3 a{color: #333;display: block;}
.news_c dd p a{color: #b22420;}
.news_c li{height:32px;line-height: 32px;position: relative;}
.news_c li a{color: #666;display: block;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news_c li em{width:16px;line-height: 16px;text-align: center;background: #000;color: #fff;float: left;margin: 7px 7px 0 0;}
.news_c li:first-child em{background: #b22420;}
.news_c li span{float: right;color: #999;}
.news_c li:hover a,.faqs_c li:hover a{color: #b22420;text-decoration: underline;}

.faqs_c{height: 323px;margin-bottom: 28px;overflow: hidden;}
.faqs_c dl{height: 160px;;overflow: hidden;margin-bottom: 20px;border-bottom: 1px solid #e8e8e8;}
.faqs_c dt{display: block;font-size: 18px;line-height:36px;height:48px;font-weight: bold;}
.faqs_c dt a{color: #333;}

.faqs_c li{height:32px;line-height: 32px;background:url(../images/ico04.gif) no-repeat 0 center;padding-left:15px;position: relative;}
.faqs_c li a{color: #666;display: block;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}

.faqs_gg{height: 130px;background: #b22420;}
.faqs_gg p,.faqs_gg p img{width: 461px;height: 130px;display: block;overflow: hidden;float: left;}
.faqs_gg span{width: 139px;float: left;font-size: 22px;line-height: 28px;text-align: center;}
.faqs_gg span a{display: block;color: #fff;padding: 40px 0;background:url(../images/ico05.jpg) no-repeat center bottom;}


.footWrap{background:url(../images/footbg.png) no-repeat center 0;color: #fff;position: relative;z-index: 1;line-height:25px;font-size: 14px;height: 489px; margin-top: 70px;}
.f_shouy{height: 79px;font-size: 16px;text-align: right;line-height: 79px;}
.f_shouy span{display: inline-block;background:url(../images/f_ico1.png) no-repeat right center;padding-right: 28px;}

.footWrap a{color: #fff;}
.footer h3{font-size: 18px;height: 62px;position: relative;line-height: 62px;color: #fff;font-weight: normal;border-bottom: 2px solid rgba(255, 255, 255, 0.1);background:url(../images/f_ico2.png) no-repeat right center;margin-bottom: 23px;}
.f_con{height: 240px;border-bottom: 2px solid rgba(255, 255, 255, 0.1);padding: 25px 0 0;}
.f_code{width: 248px;}
.f_code p{width: 116px;text-align: center;float: right;}
.f_code p:nth-child(3){margin-right:12px;}
.f_code p img{display: block;width: 102px;height:102px;background: #fff;padding: 7px;}

.f_text{width:816px;}
.f_text li{width: 280px;float: left;height: 74px;font-size: 16px;}
.f_text li:nth-child(3n){width: 226px;}
.f_text li span{display: block;font-family: Times New Roman ,Arial;font-size: 18px;}
.f_text li em{display: block;font-size: 14px;opacity: 0.5;}

.f_wz{height: 79px;line-height: 79px;opacity: 0.5; text-align: center;}
.f_nav{height: 64px;line-height: 64px;font-size: 16px;text-align: center;white-space: nowrap;}
.f_nav a{display: inline-block;padding: 0 68px 0 0;}
.f_nav a:last-child{padding: 0;}
.f_nav a:hover{text-decoration: underline;}


.n_product{background: none !important;    padding: 0px !important;}
.n_banner{ width: 100%;  background: url(../images/n_banner1.jpg) no-repeat center; height: 400px;}
.n_banner2{ width: 100%;  background: url(../images/n_banner2.jpg) no-repeat center; height: 400px;}
.n_banner3{ width: 100%;  background: url(../images/n_banner3.jpg) no-repeat center; height: 400px;}
.breadcrum{border-bottom: 1px solid #eee;padding-left: 30px;line-height: 15px;padding: 25px 0px;margin-bottom: 50px;}
.breadcrum a{font-size: 15px;}
.breadcrum::before{ content: ""; display: inline-block; width: 3px; height: 15px; background: #b22420;float: left;margin-right: 20px;}


.n_page{ text-align:center; margin-top:20px;}
.n_page a{    float: none;width: auto;margin-right: 0px;}
.n_product .pro_content a .pro_img img{ width:290px; }

.np_img{ text-align: center; font-size: 16px;}
.np_img img{ width: 600px;    display: block;margin: 0 auto;margin-bottom: 21px;}
.np_con_t{    line-height: 40px;padding-left: 20px;background: #b22420;color: #fff;margin-top: 30px;height: 40px;font-weight: bold;font-size: 15px;margin-bottom: 20px;}

.ny_img{ display: flex;  flex-wrap: wrap; justify-content: space-between;}
    .ny_img a{ width: 277.5px; margin-right: 30px;}
    .ny_img a:nth-child(4n){ margin-right: 0px;}
    .ny_img a:nth-child(n+5){ margin-top: 30px;}
    .ny_img img{ width: 100%; display: block;}
    .ny_img_title{line-height: 50px;text-align: center;background: #fff;transition: all 0.3s;}
    .ny_img a:hover .ny_img_title{ background: #b22420; color:#fff;}
    
    
.ny_nwes_img {width: 20%;}
.ny_nwes_img img{width: 100%;}
.ny_news_cont{ width: 77%;}
.ny_news_cont em{font-size: 20px;
    margin: 10px 0px;
    display: block;}
.ny_news_cont p{font-size: 14px;
    line-height: 25px;
    color: #999;
    margin-bottom: 15px;}
.ny_news_cont span{display: block;
    padding: 10px;
    width: 100px;
    text-align: center;
    background: #b22420;
    color: #fff;}
    .ny_news a{ margin-bottom:20px; display:block;}
    
    
    .show_newbox{}
.show_newbox .ny_title{    font-size: 18px;
    text-align: center;
    font-weight: bold;}
.show_newbox .ny_time{color: #999;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;}
.show_newbox .ny_content{line-height: 35px;
    color: #555;}
.show_newbox .show_page{    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 30px;}
    
.cover_company .fr{width: 600px;
    line-height: 28px;
    color: #666;
    font-size: 15px;}
    .cover_company .fr strong{font-size: 24px;
    margin: 30px 0px 10px;
    display: block;
    color: #b22420;}
 .cover_contact .ny_content{text-align: center;
    line-height: 32px;}
  .cover_contact .ny_content strong{font-size: 20px;
    color: #b22420;}
  .cover_contact .ny_content p{    margin: 10px 0px 33px;}





.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    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: #333;
    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: #b22420;
    cursor: default;
    /*background-color: #333;*/
    border-color: #b22420
}
.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
}