﻿body
{
    font-family: "微软雅黑"!important;
    font: 14px Microsoft YaHei!important;
    line-height: 24px;
}
body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img
{
    margin: 0;
    padding: 0;
}
li, ol
{
    list-style: none;
}
a, img, textarea
{
    border: none;
    outline: none;
    max-width: 100%;
}
i, em
{
    font-style: normal;
}
a
{
    text-decoration: none;
    color: #000;
}
a:focus
{
    text-decoration: none;
}
label
{
    font-weight: normal;
    width: 100%;
}
a:focus
{
    outline: none;
    outline-offset: 0;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.cl:after
{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tl
{
    text-align: left;
}
.tc
{
    text-align: center;
}
.tr
{
    text-align: right;
}
.transition
{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slick-slide
{
    outline: none!important;
    height: auto;
}
#wrap_index
{
    overflow: hidden;
    position: relative;
}
@media(min-width: 1420px)
{
    .container
    {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }
}
.clearfix:after
{
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix
{
    *zoom: 1;
}
a:hover
{
    color: #c50000;
}
#header
{
    position: relative;
    background-color: #000;
    z-index: 90;
}
.logo
{
    width: 30%;
    height: 80px;
}
.logo a
{
    display: table-cell;
    width: 100%;
    height: 80px;
    vertical-align: middle;
}
.logo img
{
    max-width: 100%;
    max-height: 100%;
}
#header .pc_Menu
{
    width: 70%;
}
.pc_Menu .menul
{
    width: 100%;
    height: 80px;
}
.pc_Menu .menul .firstli
{
    position: relative;
    width: 14.2857%;
    float: left;
    text-align: center;
    transition: 300ms;
}
.pc_Menu .menul .firstli a
{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 6px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.pc_Menu .menul .firstli.cur>a, .pc_Menu .menul .firstli:hover>a
{
    background: #c50000;
    color: #fff;
}
.pc_Menu .secdulBox
{
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgba(175,175,175,.9);
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.pc_Menu .secdulBox .secdli a
{
    font-size: 16px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.pc_Menu .secdulBox .secdli.current a, .pc_Menu .secdulBox .secdli a:hover
{
    text-decoration: underline;
}
.pc_Menu .menul .firstli:after
{
    opacity: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 8px;
    background: url(../image/ico3.png)no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pc_Menu .menul .firstli.cur:after, .pc_Menu .menul .firstli:hover:after
{
    bottom: 11px;
    opacity: 1;
}
.model-header
{
    width: 100%;
    height: 60px;
    padding: 0 10px;
    z-index: 30;
    background: #000;
}
.model-header .model-header-logo
{
    width: 40%;
    float: left;
    height: 60px;
}
.model-header .model-header-logo a
{
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 60px;
}
.model-header .model-header-logo a img
{
    max-width: 100%;
    max-height: 100%;
}
.model-header .model-navbtn
{
    width: 32px;
    height: 60px;
    line-height: 42px;
    float: right;
    padding: 16px 0;
}
.model-header .model-navbtn img
{
    max-width: 100%;
}
@media(max-width: 991px)
{
    .logo, .logo a
    {
        height: 60px;
    }
    .pc_Menu .menul
    {
        height: 60px;
    }
    .pc_Menu .menul .firstli:after
    {
        width: 20px;
        height: 6px;
    }
    .pc_Menu .menul .firstli.cur:after, .pc_Menu .menul .firstli:hover:after
    {
        bottom: 8px;
    }
    .pc_Menu .menul .firstli>a
    {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        padding: 0 3px;
    }
    .pc_Menu .secdulBox
    {
        top: 60px;
        border-radius: 5px;
    }
    .pc_Menu .secdulBox .secdli a
    {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
}
#model_banner .banner_img img
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#model_banner .banner_img a
{
    display: block;
    width: 100%;
    overflow: hidden;
}
.slick .slick-prev:before, .slick .slick-next:before
{
    content: "";
}
#model_banner .slick-prev, #model_banner .slick-next
{
    width: 46px;
    height: 84px;
}
#model_banner .slick-prev
{
    opacity: .2;
    left: 60px;
    z-index: 9;
    background: url("/html/image/arw.png") no-repeat center;
    transform: translateY(-50%) rotate(180deg);
}
#model_banner .slick-next
{
    opacity: .2;
    right: 60px;
    background: url("/html/image/arw.png") no-repeat center;
}
#model_banner .slick-prev:hover, #model_banner .slick-next:hover
{
    opacity: 1;
}
#model_banner .slick-dots li
{
    margin: 0 10px;
}
#model_banner .slick-dots li button
{
    background: #fff;
    opacity: .6;
}
#model_banner .slick-dots li.slick-active button
{
    background: #fff;
    opacity: .6;
}
#model_banner .slick-dots li.slick-active button:after
{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #cfc7c0;
    border-radius: 50%;
}
#model_banner .slick-dots
{
    bottom: 10px;
}
.model-textlist-one ul li:hover
{
    border-bottom: 1px solid #c50000;
}
.model-textlist-one ul li:hover dt
{
    color: #c50000;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover
{
    border: 1px solid #c50000;
    background: #c50000 url(../image/icon10.png) 90% center no-repeat;
}
.updown_fenlei .cont_nav .one .one_a i
{
    background: url(../image/icon4.png) center no-repeat;
}
.model-classify-nav .one .o_li .one_a i
{
    background: url(../image/icon6.png) center no-repeat;
}
.updown_posnav .nav_item a:hover, .updown_posnav .nav_item a.on, #model_contant_main .model_dec_adress a:hover
{
    color: #c50000;
}
.updown_fenlei .cont_nav .one .o_li:hover .one_a, .updown_fenlei .cont_nav .one .o_li a.ez
{
    background-color: #c50000;
}
#model_contant_main .model_dec_adress a:hover, #model_contant_main .model_dec_adress a.cur
{
    color: #c50000;
}
.model-dectil-bottom .model-dectil-chose a:hover
{
    color: #c50000;
}
.model-dectil-img .slick-dots li button
{
    border: 1px solid #c50000;
}
.model-dectil-img .slick-dots li.slick-active button
{
    background: #c50000;
}
.model_seach .model-seachdiv form .seabtn, .model-textlist-three ul li a:before
{
    background: #c50000;
}
.model-textlist-three ul li a:hover, .model-textlist-three ul li a:hover dt
{
    color: #c50000;
}
.model_page a.on, .model_page a:hover, .model_page a.on, .model_page a.current
{
    color: #c50000;
    border-bottom: 1px solid #c50000;
}
.model-textlist-four ul li a:hover
{
    background: #c50000;
}
.model-textlist-two ul li a:hover .textlist-l dt, .model-textlist-two ul li a:hover .textlist-l p
{
    color: #c50000;
}
.model-textlist-two ul li a:hover .newtime
{
    background: #c50000;
}
.model-imgtextlist-two ul li a:hover .imgtextlist-r dt, .model-imgtextlist-one ul li a:hover .imgtextlist-l dt, .model-imgtextlist-three ul li a:hover .imgtextlist-r dt, .model-imgtextlist-three ul li .imgtextlist-r .time p
{
    color: #c50000;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text, .model-imglist-two ul li a:hover p
{
    background: #c50000;
}
.model-imglist-two ul li .pimg em span
{
    background: #c50000 url(../image/icon7.png) center no-repeat;
}
.model-imglist-three ul li a:hover
{
    border: 2px solid #c50000;
}
.model-imglist-three ul li a:hover p
{
    color: #c50000;
    background: url(../image/icon6.png) right center no-repeat;
}
.model_leftright_l .cont_nav .one .o_li .one_a i
{
    background: url(../image/icon6.png) center no-repeat;
}
.model-classify .model-classify-posnav
{
    background: #c50000;
}
.model-fixed
{
    background: #c50000!important;
}
.model-classify-nav .one .o_li a.ez, .model-classify-nav .second a.sen_x
{
    color: #c50000;
}
.model-classify-nav .second a.sen_x:before
{
    background: #c50000;
}
.model-phone-page span i
{
    color: #c50000;
}
.model-leftnav-top
{
    background: #c50000;
}
.model-fixed .fnavbox li a, .fnavbox li dd
{
    color: #fff!important;
}
.model_leftright_l .l_posnav
{
    background: #c50000;
}
.model_leftright_l .cont_nav .one .o_li a.one_a:hover, .model_leftright_l .cont_nav .one .o_li a.ez
{
    color: #c50000;
}
.model_leftright_l .cont_nav .second .e_li a:hover, .model_leftright_l .cont_nav .second .e_li a.sen_x
{
    color: #c50000;
}
.model_leftright_l .cont_nav .second .e_li a:hover:before, .model_leftright_l .cont_nav .second .e_li a.sen_x:before
{
    background: #c50000;
}
.model_leftright_l .cont_nav .second .e_li a:hover, .model_leftright_l .cont_nav .second .e_li a.sen_x
{
    color: #c50000;
}
.moder_leftright_r .r_posnav p
{
    border-bottom: 4px solid #c50000;
}
.moder_leftright_r .r_posnav span a:hover
{
    color: #c50000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before
{
    border-bottom: 12px solid #c50000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before
{
    border-top: 12px solid #c50000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover
{
    border-bottom: 1px solid #c50000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover
{
    border-top: 1px solid #c50000;
}
@media(min-width: 768px)
{
    .model-textlist-four ul li .textlist-r dd
    {
        color: #fff;
    }
    .model-imgtextlist-four ul li a:hover .imgtextlist-text p, .model-imgtextlist-four ul li .imgtextlist-text dd
    {
        color: #fff;
    }
}
@media(max-width: 640px)
{
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after
    {
        border-left: 7px solid #c50000;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next
    {
        border-left: 1px solid #c50000;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after
    {
        border-right: 7px solid #c50000;
    }
}
.Company_profile
{
    padding: 70px 0 80px 0;
    background-image: url(../image/about-bgc.jpg);
    background-repeat: no-repeat;
}
.Company_profile img
{
    max-width: 100%;
}
.Company_profile_text
{
    padding: 35px 40px 64px 25px;
}
.Company_profile_text>h1
{
    font-size: 32px;
    color: #c50000;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Company_profile_text>span
{
    font-size: 18px;
    color: #aaa;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}
.Company_profile_text>p
{
    font-size: 14px;
    color: #555;
    line-height: 28px;
    height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 65px;
}
.Company_profile_text>a
{
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.Company_profile_text>a:after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 20px;
    height: 1px;
    background-color: #666;
    transition: all 1s;
}
.Company_profile_text>a:hover:after
{
    width: 150px;
    height: 3px;
    background-color: #c50000;
}
.Company_profile_pic
{
    padding: 0;
    text-align: center;
}
.enterprise_culture_text
{
    padding: 35px 40px 64px 25px;
    text-align: right;
}
.enterprise_culture_text>h1
{
    font-size: 32px;
    color: #c50000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.enterprise_culture_text>span
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #aaa;
    display: block;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.enterprise_culture_text>p
{
    font-size: 14px;
    color: #555;
    line-height: 28px;
    height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 65px;
}
.enterprise_culture_text>a
{
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.enterprise_culture_text>a:after
{
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #666;
    bottom: -28px;
    right: 0;
    transition: all 1s;
}
.enterprise_culture_text>a:hover:after
{
    width: 150px;
    height: 3px;
    background-color: #c50000;
}
.enterprise_culture_pic
{
    padding: 0;
    text-align: center;
    float: right;
}
.about
{
    background-repeat: no-repeat;
    padding: 110px 0 100px 0;
    background-size: cover;
}
.about-title
{
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}
.about-title>p
{
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.about-title>h1
{
    width: 20%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.about-title>p:before
{
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #e4e4e8;
    top: 10px;
    left: 185px;
}
.about-title>p:after
{
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #e4e4e8;
    top: 10px;
    right: 185px;
}
.about-main
{
    text-align: center;
    color: #fff;
}
.about-main>p
{
    font-size: 14px;
    line-height: 30px;
}
.about-main>a
{
    margin-top: 70px;
    text-align: center;
    width: 160px;
    height: 35px;
    text-transform: uppercase;
    background-color: rgba(155,155,155,.7);
    display: inline-block;
    color: #fff;
    border-radius: 18px;
    font-size: 18px;
    line-height: 32px;
}
.product
{
    margin-bottom: 100px;
}
.product-title
{
    padding: 55px 50px 30px 30px;
}
.product-title>div>h1
{
    font-size: 32px;
    display: inline-block;
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c50000;
}
.product-title>div>span
{
    display: inline-block;
    font-size: 18px;
    color: #aaa;
    width: 175px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-title>div>a
{
    float: right;
    font-size: 16px;
    color: #000;
    margin-top: 12px;
    text-transform: uppercase;
}
.slick-dots .slick-active
{
    background-color: #c50000!important;
}
.slick-dots li
{
    border-radius: 50%;
    background-color: #e4e4e8;
    width: 12px;
    height: 12px;
}
.slick-dots li button
{
    width: 12px;
    height: 12px;
}
.slick-dots
{
    bottom: -55px;
}
.news
{
    background-image: url(../image/pro.jpg);
    background-repeat: no-repeat;
    padding: 60px 0 48px 0;
    background-size: auto 100%;
    background-position: center;
}
.news-title
{
    padding-bottom: 23px;
    border-bottom: 1px solid #9c9a9f;
}
.news-title>div>h1
{
    font-size: 32px;
    position: relative;
    display: inline-block;
    width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c50000;
    white-space: nowrap;
}
.news-title>div>h1:after
{
    content: '';
    position: absolute;
    width: 215px;
    height: 5px;
    background-color: #c50000;
    bottom: -26px;
    left: 0;
}
.news-title>div>span
{
    font-size: 18px;
    color: #aaa;
    display: inline-block;
    width: 195px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-title>div>a
{
    float: right;
    font-size: 16px;
    margin-top: 16px;
    color: #000;
    text-transform: uppercase;
}
.news-main
{
    padding-top: 35px;
}
.news-main>div:nth-of-type(odd) .news-single-pic
{
    float: right;
}
.news-single
{
    margin-bottom: 42px;
}
.news-single:after
{
    content: '';
    display: block;
    clear: both;
}
.news-single-pic
{
    padding: 0;
    text-align: center;
}
.news-single-pic>img
{
    max-width: 100%;
}
.news-single-text
{
    padding: 15px 72px 0 33px;
}
.news-single-text>h1
{
    margin-bottom: 20px;
    color: #c50000;
}
.news-single-text>h1>a
{
    font-size: 37px;
    color: #c50000;
}
.news-single-text>h1>span
{
    font-size: 18px;
}
.news-single-text>h3
{
    margin-bottom: 22px;
    font-weight: bold;
}
.news-single-text>p
{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 50px;
}
.news-single-text>a
{
    display: inline-block;
    width: 105px;
    height: 35px;
    background-color: #c50000;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    transition: all 1s;
    text-transform: uppercase;
}
.news-single-text>a:hover
{
    width: 147px;
}
#footer
{
    background-color: #000;
    color: #fff;
    text-align: center;
}
#footer a
{
    color: #fff;
}
#footer ul
{
    margin: 0 auto;
    padding: 24px 0 17px 0;
    border-bottom: 1px solid #2e2e2e;
}
#footer ul>li
{
    width: 140px;
    display: inline-block;
    position: relative;
}
#footer ul>li:after
{
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0;
    top: 2px;
    background-color: #fff;
    transform: rotate(20deg);
}
#footer ul>li:last-child:after
{
    background-color: transparent;
}
#footer ul>li>a
{
    display: block;
    color: #fff;
}
.copyright
{
    padding: 20px 0;
}
.slick-slide a
{
    display: block;
}
.slick-slide img
{
    max-width: 100%;
    margin: 0 auto;
}
@media(max-width: 640px)
{
    .Company_profile
    {
        padding: 15px 0 0 0;
        background-image: none;
    }
    .Company_profile_text
    {
        padding: 18px 10px 0 10px;
        margin-bottom: 44px;
    }
    .Company_profile_text>h1
    {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
    .Company_profile_text>span
    {
        font-size: 14px;
        text-align: center;
    }
    .Company_profile_text>p
    {
        -webkit-line-clamp: 4;
        height: 110px;
        margin-bottom: 20px;
    }
    .Company_profile_text>a
    {
        display: block;
        text-align: center;
        font-size: 12px;
    }
    .Company_profile_text>a:after
    {
        width: 73px;
        height: 2px;
        background-color: #c50000;
        left: 39%;
        bottom: -9px;
    }
    .enterprise_culture_text
    {
        padding: 18px 10px 0 10px;
        margin-bottom: 44px;
    }
    .enterprise_culture_text>h1
    {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
    .enterprise_culture_text>span
    {
        font-size: 14px;
        text-align: center;
    }
    .enterprise_culture_text>p
    {
        -webkit-line-clamp: 4;
        height: 110px;
        margin-bottom: 25px;
        text-align: left;
    }
    .enterprise_culture_text>a
    {
        display: block;
        text-align: center;
        font-size: 12px;
    }
    .enterprise_culture_text>a:after
    {
        width: 73px;
        height: 2px;
        background-color: #c50000;
        left: 39%;
        bottom: -9px;
    }
    .about
    {
        background-position: center;
        background-size: cover;
        padding: 40px 0 38px 0;
    }
    .about-title>p
    {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .about-title>p:before
    {
        left: 282px;
        width: 40px;
    }
    .about-title>p:after
    {
        right: 282px;
        width: 40px;
    }
    .about-title>h1
    {
        font-size: 18px;
    }
    .about-title
    {
        margin-bottom: 25px;
    }
    .about-main
    {
        padding: 0 52px;
    }
    .about-main>p
    {
        line-height: 25px;
    }
    .about-main>a
    {
        line-height: 21px;
        margin-top: 38px;
        width: 98px;
        height: 22px;
        font-size: 12px;
    }
    .product-title
    {
        display: none;
    }
    .slick-slide img
    {
        max-width: 100%;
    }
    .slick-dotted.slick-slider
    {
        box-sizing: border-box;
        padding: 0 10px;
    }
    .slick-dots li
    {
        width: 7px;
        height: 7px;
    }
    .slick-dots li button
    {
        width: 7px;
        height: 7px;
    }
    .product
    {
        margin: 20px 0 50px 0;
    }
    .slick-dots
    {
        bottom: -25px;
    }
    .news
    {
        padding: 24px 15px 0 15px;
    }
    .news-title>h1
    {
        font-size: 18px;
    }
    .news-title>h1>span
    {
        font-size: 14px;
    }
    .news-title>h1>a
    {
        font-size: 12px;
        margin-top: 5px;
    }
    .news-title
    {
        padding-bottom: 10px;
    }
    .news-title>h1:after
    {
        bottom: -12px;
        height: 3px;
    }
    .news-main
    {
        padding-top: 15px;
    }
    .news-single-text
    {
        padding: 17px 6px 0 6px;
    }
    .news-single-text>h1
    {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .news-single-text>h1>span
    {
        font-size: 14px;
    }
    .news-single-text>h3
    {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news-single-text>p
    {
        margin-bottom: 25px;
    }
    .news-single-text>a
    {
        width: 75px;
        height: 25px;
        line-height: 25px;
        border-radius: 8px;
        font-size: 12px;
    }
    .news-single
    {
        margin-bottom: 30px;
    }
    #footer ul
    {
        display: none;
    }
    .news-title>div>h1
    {
        font-size: 18px;
        width: 80px;
    }
    .news-title>div>span
    {
        font-size: 14px;
        width: 90px;
    }
    .news-title>div>a
    {
        font-size: 12px;
        margin-top: 2px;
    }
    #footer
    {
        margin-bottom: 45px;
        margin-top: 0;
    }
    #quickbar-wrap
    {
        padding-bottom: 0;
    }
    .single-item
    {
        padding: 0!important;
    }
}