.header {
    padding: 20px 0;
}

.header .logo {
    padding: 0 20px;
    border-right: 1px solid #aaa;
}

.header .logotext {
    width: 400px;
    margin-left: 20px;
    margin-top: 5px;
}

.header .logotext h2 {
    font-weight: bold;
    line-height: 1.5em;
}

.header .logotext p {
    line-height: 1.5em;
    font-size: 17px;
    color: #aaa;
}

.header .fr span {
    margin-left: 20px;
}

.header .fr span p {
    color: #c50808;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7em;
}

.header-nav {
    background: #c50808;
}

.header-nav ul.nav li a {
    color: #fff;
    padding: 20px 53px;
    font-size: 16px;
}

ul.nav li:hover {
    background: #D83535;
}

ul.nav li:hover>a {
    background: #D83535;
}

ul.nav li.active,
ul.nav li.active>a {
    background: #D83535;
    color: #fff;
}

.banner .swiper-slide div {
    height: 550px;
}

.heading-section {
    border-bottom: 1px solid #eee;
    margin-bottom: 3em;
}

.heading-section:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 50%;
    margin-left: -50px;
    height: 3px;
    width: 100px;
    background: #c50808;
}

.product-list .col-md-12 {
    margin-top: 30px;
}

.product-list .col-md-12 a {
    padding: 10px 40px;
    border: 1px solid #c50808;
    color: #c50808;
    transition: all 0.2s;
}

.product-list .col-md-12 a:hover {
    color: #fff;
    background: #c50808;
}

.index2 {
    background: url(../images/about_bg.jpg) no-repeat top center;
}

.index2 h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 3em;
    letter-spacing: 2px;
}

.index2 span p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 2px;
    text-indent: 33px;
}

.index2 .col-md-12.text-center {
    margin: 80px 0;
}

.index2 .col-md-12.text-center a {
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.2s;
}

.index2 .col-md-12.text-center a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.index2 .col-md-12:nth-last-child(1) {
    background: #fff;
    padding: 30px 15px;
}

.index3 {
    background: #f8f8f8;
}

.index4 {
    background: url(../images/index4.jpg)
}

.index4 p {
    color: #fff;
    font-size: 16px;
    line-height: 2em;
}

.index5 .newsTime {
    background: #eee;
    border-color: #eee;
    color: #aaa;
}

.about1 .col-md-10 p {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 2px;
}

.footer {
    background: #333;
    padding-top: 30px;
}

.footer .ul-center {
    padding-top: 7px;
    border: 1px solid #fff;
}

.footer ul.nav li:hover,
.footer ul.nav li:hover>a {
    background: transparent;
    color: #F20505;
}

.footer ul.nav li a {
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
}

.footer .footerBottom {
    padding: 20px 0;
}

.footer .footerBottom>img:nth-child(1) {
    margin-top: 30px;
}

.footer .footerBottom .col-md-6.text-left {
    margin-left: 50px;
    margin-top: 20px;
}

.footer .footerBottom .col-md-6 {
    margin: 0;
}

.footer .footerBottom p {
    color: #fff;
    line-height: 2em;
}

.BNtop h5 {
    color: #c50808;
    border-left-color: #c50808;
}