/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left,.fl {
    float: left;
}

.pull-right,.fr {
    float: right;
}

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}
.header {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.header_log a {
    line-height: 120px;
}

.header_log img {
    vertical-align: middle;
}

.header_search {}

.header_search form {
    margin-top: 30px;
}

.header_search .keyword {
    margin-top: 5px;
    font-weight: 700;
}
.header_search .k2 {
    color: #000;
    font-size: 18px;
    background: url(/image/t.png)no-repeat left center;
    padding-left: 55px;
    margin-top: 27px;
    line-height: 30px;
}
.header_search .k2 strong {
    font-size: 32px;
    font-weight: bold;
    color: #3caf38;
}
/*nav*/
.nav-search {
    border: 1px solid #efefef;
    width: 275px;
    height: 30px;
    margin: 8px 0 0 0;
}

.nav-search form {
    height: 30px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #3caf38;
    width: 40px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}
#nav {
    background: #3caf38;
    height: 50px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 170px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.nav>li:last-child {
    background: none;
}

.nav>li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 170px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
    position: relative;
    background: #efefef;
}

.nav>li.list .list_ul>li a {
    color: #555;
}

.nav>li.list .list_ul>li ul.list_children {
    position: absolute;
    z-index: 99999;
    top: 0px;
    left: 170px;
    width: 120px;
    display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
    background: #efefef;
    position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
    color: #555;
}
.nav>li:hover{background: #2f9f29;}
/*toproll*/
#toproll {
    height: 51px;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 51px;
    position: relative;
    margin: 0 auto;
}
.toproll span{
    float: left;
    line-height: 51px;
    font-weight: bold;
}
.toproll h1 {
    display: inline-block;
    width: 850px;
    line-height: 51px;
}
/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
.mio-banner .slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.mio-banner .slideBox .bd {
    position: relative;
    z-index: 0;
}
.mio-banner .slideBox .bd li {
    position: relative;
    text-align: center;
}
.mio-banner .slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mio-banner .slideBox .bd li img {
    vertical-align: top;
    width: 100%;
}
.mio-banner .slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.mio-banner .slideBox .hd li.on {
    background: #85b03c;
}
.mio-banner .slideBox .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 3px;
    border: #fff 2px solid;
}
/*标题样式*/
.headtit {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.headtit .line1 {
    display: block;
    width: 500px;
    position: relative;
    height: 12px;
    margin-top: 24px;
}

.headtit .line1 .drop {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #64b42f;
}
.headtit .line1 .line {
    display: block;
    width: 183px;
    height: 1px;
    background: #e0e0e0;
    margin-top: 5px;
}
.headtit .title {
    width: 200px;
    text-align: center;
}
.headtit h2 {
    font-size: 30px;
    color: #474747;
    line-height: 35px;
    margin-top: -4px;
}
.headtit h2 a {
transition: all .3s linear;
}
.headtit h2 a:hover {
    color: #2c9f28;
}
.headtit h3 {
    font-size: 15px;
    color: #aaaaaa;
    font-weight: normal;
    text-transform: uppercase;
}
/*首页主体*/
.wrap{
    width: 1200px;
    margin: 0 auto;
}

/*首页展品展示*/
.prosort{text-align: center;margin: 20px 0;}
.prosort li{
    border: 1px solid #d8d8d8;
    width: 160px;
    height: 40px;
    display: inline-flex;
    align-items: center;
}
.prosort li a{
    font-size: 16px;
    width: 100%;
}
.prosort li:hover{
    background: #3caf38;
}
.prosort li:hover a{color: #fff;}
.product_list ul li:nth-child(5n) {
 margin-right: 0;
}
.product_list ul li {
    float: left;
    width: 226px;
    border: 1px solid #eee;
    margin: 0px 15px 15px 0px;
    background: #fff;
}
.product_list ul li b {
    display: block;
    max-width: 100%;
    height: 247px;
    overflow: hidden;
    text-align: center;
}
.product_list ul li a img {
    max-width: 100%;
    height: 247px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    object-fit: cover;
}
.product_list ul li img:hover {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}
.product_list ul li span {
    display: block;
    font-size: 14px;
    line-height: 47px;
    text-align: center;
}

/*首页关于我们*/
.iabout {
    position: relative;
    padding: 60px 0 15px 0;
    margin-top: 50px;
}
.iabout .bj {
    height: 434px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/image/about-bj.jpg) top center no-repeat;
}
.iabout .head {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.iabout .head .line1 {
    display: block;
    width: 500px;
    position: relative;
    height: 12px;
    margin-top: 24px;
}
.iabout .head .line1 .drop {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.iabout .head .line1 .line {
    display: block;
    width: 183px;
    height: 1px;
    background: #e0e0e0;
    margin-top: 5px;
}
.iabout .head .title {
    width: 200px;
    text-align: center;
}
.iabout .head h2 {
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    margin-top: -4px;
}
.iabout .head h3 {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.iabout .content {
    background: #ebffde;
    position: relative;
}
.iabout .content .img {
    width: 600px;
    height: 425px;
    overflow: hidden;
    position: relative;
}
.iabout .content img {
    width: 100%;
    height: auto;
}
.iabout .content .text {
    width: 530px;
    margin: 40px 0 0 40px;
}
.iabout .content h2 a {
    font-size: 26px;
    color: #2c9f28;
}
.jieshao {
    font-size: 15px;
    color: #474747;
    line-height: 30px;
    margin: 10px 0 20px;
    height: 240px;
    overflow: hidden;
}
.iabout .content .text .more, .iabout .content .text .us {
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #64b42f;
}
.iabout .content .text .us {
    background: #2c9f28;
}
.iabout .wrap {
    overflow: hidden;
}

/*首页新闻*/
.inews.wrap {
    overflow: hidden;
}
.inews {
    position: relative;
    padding: 30px 0;
}
.inews .news {
    position: relative;
    width: 634px;
    overflow: hidden;
}
.inews .head {
    height: 70px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 70px;
    margin-bottom: 45px;
}
.inews .head h2 {
    font-size: 26px;
    color: #474747;
    background: url(/image/head.png) left center no-repeat;
    padding-left: 55px;
    border-bottom: 4px solid #64b42f;
    margin-top: -1px;
}
.inews .head .more {
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
 transition: all .3s linear;
}
.inews .head h2 a:hover {
    color: #2c9f28;
}
.inews .news .img {
    width: 634px;
    height: 308px;
    position: relative;
    overflow: hidden;
}
.inews .news .img img {
    height: 100%;
    width: auto;
}
.inews .news .list {
    position: relative;
    margin: 20px 0;
}
.inews .news li {
    position: relative;
    line-height: 40px;
    width: 634px;
    height: 40px;
}
.inews .news .drop {
    display: block;
    background: url(/image/dd.png) left center no-repeat;
    width: 10px;
    height: 10px;
    margin: 15px 10px 0 0;
}
.inews .news li h3 {
    font-size: 16px;
    color: #474747;
    font-weight: normal;
 transition: all .3s linear;
}
.inews .news li .time {
    font-size: 16px;
    color: #999999;
}
.inews .news li:hover .drop {
    background: url(/image/dd.png) right center no-repeat;
}
.inews .news li:hover h3 a {
    color: #2c9f28;
}
.inews .tech {
    position: relative;
    width: 524px;
    overflow: hidden;
}
.inews .tech .list {
    width: 524px;
    position: relative;
}
.inews .tech .list li {
    width: 524px;
    height: 138px;
    margin-bottom: 30px;
}
.inews .tech .list .img {
    width: 183px;
    height: 138px;
    overflow: hidden;
    margin-right: 20px;
    text-align: center;
    background: #f9f9f9;
 transition: all .3s linear;
}
.inews .tech .list .img img {
    width: auto;
    height: 100%;
}
.inews .tech .list .text {
    width: 320px;
}
.inews .tech .list h3 {
    color: #474747;
    font-size: 18px;
}
.xwnr {
    color: #666;
    line-height: 25px;
    margin: 4px 0 0;
    font-size: 14px;
}
.inews .tech .list .more {
    display: block;
    width: 106px;
    height: 33px;
    border-radius: 33px;
    background: #fff;
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    margin-top: 8px;
    border: 1px solid #cccccc;
}
.inews .tech .list li:hover img {
    transform:scale(1.05, 1.05);
}
.inews .tech .list li:hover h3 a {
    color: #2c9f28;
}
.inews .tech .list li:hover .more {
    border: 1px solid #2c9f28;
    color: #2c9f28;
}

/*首页案例展示*/
.marqueeleft {
    height: 270px;
    overflow: hidden;
    margin: 10px auto;
}

.marqueeleft ul {
    float: left;
}

.marqueeleft li {
    float: left;
    margin: 15px 15px;
    display: inline;
    height: 250px;
    overflow: hidden;
}

.marqueeleft li img {
    width: 284px;
    height: 200px;
    object-fit: cover;
}

.marqueeleft li h4 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 284px;
    overflow: hidden;
    font-size: 16px;
}
/*首页友情链接*/
.f_link {
    width: 1200px;
    color: rgb(51, 51, 51);
    margin: 10px auto;
    font: 14px/30px 微软雅黑;
}
/*底部*/
.footer {
    width: 100%;
    padding-top: 40px;
    font-size: 16px;
    overflow: hidden;
    background: #3caf38;
}

.footer .footer_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer .footer_box>div {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    height: 210px;
    border-right: 1px solid #4bb344;
}

.footer .footer_box>div .title4 {
    font-size: 28px;
    line-height: 30px;
}

.footer .footer_box>div .title4 span {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.footer .footer_box>div hr {
    width: 54px;
    text-align: left;
    display: inline-block;
    background: #fff;
    border-style: inset;
    border-width: 1px;
}

.footer .footer_box .item_contact {
    width: 413px;
}

.footer .footer_box .item_contact .cot {
    margin-top: 22px;
}
.footer .footer_box .item_contact .cot p{line-height:30px;}
.footer .footer_box .item_nav {
    width: 510px;
}

.footer .footer_box .item_nav .box {
    width: 350px;
    margin: 0 auto;
}

.footer .footer_box .item_nav .box ul {
    margin-top: 10px;
    text-align: left;
}

.footer .footer_box .item_nav .box ul li {
    width: 113px;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

.footer .footer_box .item_nav .box ul li a {
    color: #fff;
}

.footer .footer_box .item_chat {
    width: 265px;
    border: 0;
    text-align: center;
}

.footer .footer_box .item_chat p {
    font-size: 18px;
    line-height: 25px;
    color: #E0E0E0;
}

.footer .footer_box .item_chat img {
    width: 120px;
    height: 120px;
    margin-top: 5px;
}

.footer_bottom {
    width: 100%;
    border-top: 1px solid #4bb344;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.footer_bottom a {
    color: #fff;
}
/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 20px auto;
}

.page-about-left {
    width: 250px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.left-box h2 {
    margin-bottom: 15px;
    position: relative;
    text-indent: 44px;
    background: #3caf38 url(/image/icon.png) no-repeat 15px;
    color: #fff;
    font: 400 20px/50px "微软雅黑";
}

.left-box ul {
    padding: 0 10px 10px 10px;
}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 45px;
    width: 220px;
    height: 45px;
    overflow: hidden;
    background: url(/image/a7.jpg) no-repeat;
}
.left-box ul > li a{
    overflow: hidden;
    font-size: 14px;
    color: #222;
    padding: 0 15px 0 25px;
    transition: all 0.4s;
}
.left-box ul > li a:hover{ color: #3caf38;padding-left: 30px;}
.left-box-content p{font-size: 14px;line-height: 2em;padding-left: 20px;}
.contentr {
    float: right;
    width: 925px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-bottom: 2px solid #3caf38;
}
.contentr h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.contentr span {
    float: right;
    font-size: 13px;
    padding-right: 18px;
}
.page-about-right {
    width: 925px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #3caf38;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}
.page-content p{font-size: 16px;line-height: 28px;}
/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #3caf38;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 50%;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 250px;
}

.sort-product-right {
    width: 925px;
    position: relative;
}
.sort-product-list{clear: both;}
.sort-product-list li img {
    max-width: 100%;
    height: 175px;
}
.sort-product-list li {
    display: inline-block;
    width: 191px;
    margin: 10px 10px;
    padding: 10px 10px;
    float: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.sort-product-list li a {
    display: block;
    text-align: center;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 120px;
    height: 100px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 130px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px;
    left: 130px;
    line-height: 25px;
}
.sort-new-list li a h4 {
    position: absolute;
    top: 80px;
    left: 130px;
}
/*分页*/

.pagination {
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #bdbdbd;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}

.pagination li a {
    display: block;
    color: #3caf38;
}
.pagination li.active{
    background-color: #3caf38;
    color: #fff;}
/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #3caf38;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
    width: 50%;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 250px;
}

.info-product-right {
    width: 925px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
    clear: both;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #3caf38;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
.info-content p {
    font-size: 14px;
    line-height: 20px;
}
/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}