* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

body {
    font: 12px/20px 'Microsoft YaHei';
    margin: 0 auto 31px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #cc0a0b;
    text-decoration: none;
}

body,
.container {
    max-width: 640px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.row li {
    padding-left: 5px;
    padding-right: 5px;
}

/* 幻灯片 样式 */
.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    margin: 0;
    border-radius: 0px;
    width: 10px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0;
    margin: 0;
}

.carousel-indicators .active {
    height: 6px;
    width: 10px;
    background-color: rgba(204, 10, 11, 0.9);
    margin: 0;
}

/* 导航 */
.top {
    overflow: hidden;
    display: table;
}

.top h2 {
    margin: 0;
    font-size: 16px;
    color: #666;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.top p {
    font-size: 12px;
    margin: 5px 0 0; 
} 

.top p span {
    color: #cc0a0b;
    font-size: 14px;
	font-weight:600; 
}

.navbar-brand {
    padding: 8px 15px;
    height: 60px;
    float: none;
    display: table-cell;
    vertical-align: middle
}

@media (max-width:400px) {
    .navbar-brand {
        height: 50px;
    }
}

.navbar {
    margin-bottom: 0;
}

.nav>li {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.nav>li a {
    font-size: 12px;
    color: #fff;
}

.nav.navbar-nav {
    background-color: #cc0a0b;
    margin: 0 -1px 0;
}

.carousel {
    top: -1px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #cc0a0b;
}

.i-title {
    background: url(../bgimg/title-bg-2.png) center bottom no-repeat;
    background-size: 100%;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.i-title .cn {
    font-size: 16px;
}

.new-title {
    font-size: 0;
}

.new-title li {
    width: 33.33%;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.new-title li a {
    font-size: 14px;
    color: #fff;
    background-color: #cc0a0b;
    display: block;
}

.new-title li.active a {
    background-color: #333;
}
.new-title li.active::after{
    content: '';
    position: absolute;
    height: 9px;
    width: 15px;
    background: url(../bgimg/new_li.png) center no-repeat;
    background-size: cover;
    top: 32px;
    left: 50%;
    margin-left: -7.5px;
}

/* 公司简介 */
.i-about {
    line-height: 24px;
    color: #666;
    text-indent: 2em;
    font-size: 12px;
}

.i-about>div {
    margin-top: 5px;
}

/* 产品 */
.i-product li p {
    line-height: 26px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    text-align: center;
}

.cp-nav {
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 0;
}

.cp-nav li {
    display: inline-block;
    width: 100px;
    background-color: #ccc;
}

.cp-nav li a {
    font-size: 12px;
    color: #222;
    display: block;
    text-align: center;
    line-height: 32px;
}

.cp-nav li.active {
    background-color: #ffba00;
}

#xiangqing,
#liuyan {
    display: none;
}

#xiangqing.active,
#liuyan.active {
    display: block;
}

#liuyan .col-xs-2,
#liuyan .col-xs-10,
#liuyan .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

#liuyan .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
}

#liuyan .form-horizontal {
    width: 100%;
    max-width: 300px;
}

#liuyan label span {
    display: block;
    background-color: #e8e8e8;
    line-height: 34px;
    border-radius: 5px;
    text-align: center;
}

/* 新闻 */
.i-news li {
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content li a,
.tab-content li span {
    display: block;
}

.tab-content li a {
    line-height: 32px;
    font-size: 13px;
    float: left;
    width: calc(100% - 73px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab-content li span {
    font-size: 12px;
    line-height: 32px;
    width: 70px;
    float: right;
}


.i-news li a {
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 34px;
}

.i-news li p {
    line-height: 22px;
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}

.i-news li span {
    font-size: 12px;
    color: #666;
}

.i-news li span img {
    font-weight: 100;
}

.page-nav {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 5px;
}

.page-nav a {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    width: 25%;
    margin: 5px 0;
    text-align: center;
}

.page-nav a span {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5px;
    line-height: 16px;
}

.page-nav a.active span {
    background-color: #cc0a0b;
    color: #fff;
    border-color: #cc0a0b;
}

a.more {
    display: block;
    margin: 20px auto;
    line-height: 30px;
    width: 120px;
    border: 1px solid #cc0a0b;
    color: #cc0a0b;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
}

/* 内页 */
.nei-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 140px;
    width: 100%;
}

.page-title {
    border-bottom: 1px solid #ccc;
    line-height: 34px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.page-title::before {
    content: '';
    height: 16px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-color: #cc0a0b;
}

.pro-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

p.time {
    font-size: 12px;
    color: #666;
    border: 1px solid #EEE;
    border-width: 1px 0;
    padding: 10px 0;
    margin-top: 5px;
}

.content {
    font-size: 12px;
    line-height: 26px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

.pager li>a,
.pager li>span {
    font-size: 12px;
}

/* 底部 样式 */
footer {
    background-color: #eee;
    padding: 30px 0 0;
    color: #222;
}

footer .container {
    display: table;
    padding-bottom: 30px;
}


footer .container h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #222;
}

footer .container span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

footer .container .info {
    padding-left: 0;
    font-size: 12px;
    line-height: 26px;
}

footer p.beian {
    background-color: #222;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    color: #7c7c7c;
    padding: 10px 15px;
}

footer p.beian a {
    color: #7c7c7c;
}


.footer-fixed {
    position: fixed;
    width: 100%;
    background-color: #252525;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.footer-fixed a {
    color: #fff;
    width: 33.33%;
    display: block;
    float: left;
    padding: 5px 0 5px;
    background-color: #cc0a0b;
    border-left: 1px solid #fff;
}
 
.footer-fixed a:first-child {
    background-color: #333;
    border: 0;
    color: #fff;
}

.footer-fixed a span {
    font-size: 18px;
}

.footer-fixed em {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

.to-top {
    position: fixed;
    cursor: pointer;
    right: 15px;
    bottom: 65px;
    display: block;
    height: 30px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    line-height: 30px;
    text-align: center;
    font-weight: 100;
}

.to-top:hover,
.to-top:active,
.to-top:focus {
    color: #fff;
}

.has-error {
    border-color: #f00;
}

.tishi {
    position: fixed;
    left: 50%;
    top: 40%;
    height: 40px;
    width: 260px;
    margin-left: -130px;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    border-radius: 5px;
    display: none;
}