/*
* @Author: Marte
* @Date:   2018-11-12 15:26:47
* @Last Modified by:   name
* @Last Modified time: 2020-09-18 11:04:00
*/
@font-face {
  font-family: "AdobeHeitiStd-Regular";
  src: url("../fonts/AdobeHeitiStd-Regular.woff2") format("woff2"),
       url("../fonts/AdobeHeitiStd-Regular.woff") format("woff"),
       url("../fonts/AdobeHeitiStd-Regular.ttf") format("truetype"),
       url("../fonts/AdobeHeitiStd-Regular.eot") format("embedded-opentype"),
       url("../fonts/AdobeHeitiStd-Regular.svg") format("svg");
}
li {
    list-style: none;
}
body {
    font-family: "Dengxian", Arial, "AdobeHeitiStd-Regular", Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, sans-serif;
    color: #1a1a1a;
    font-size: 18px;
    background-color: #f5f5f5;
}
@media (min-width:768px) {
   .container {
        width: 1170px!important;
    }
    .hot-pro > .container > .row > .col-md-4 > a > img,
    .product > .container > .under-title-con > .row > .col-md-4 > a > img {
        height: 251px;
    }

    .index-case > .container > .row > .col-md-4 > a > img,
    .case > .container > .under-title-con > .row > .col-md-4 > a > img {
        height: 264px;
    }
    .recom-pic > .row > .col-md-4 > a > img {
        height: 145.4px;
    }
    .main-content > .under-title-con > .row > .col-md-4 > a > img {
        height: 139.7px;
    }
}
.top {
    padding: 18px 0;
    background-color: #fff;
}
.top > .logo,
.top > .phone {
    display: block;
}
nav {
    background-color: #e02627;
}
.nav > li {
    text-align: center;
}
.nav > li:hover {
    background: #313131;
}
.nav > li:hover > a {
    color: #fff;
}
.nav > li > a {
    color: #fff;
    display: inline-block;
    margin: 5px;
    position: relative;
}
.nav > li.active > a:after {
    content: "";
    height: 2px;
    width: 118%;
    display: block;
    background: #fb625c;
    padding: 0;
    margin: 0 0 0 -4px;
}
.nav > li > a:after {
    content: "";
    height: 2px;
    width: 0%;
    display: block;
    background: #fb625c;
    padding: 0;
    margin: 0 0 0 -4px;
    transition: all .2s;
}

.nav > li >a:focus,
.nav > li > a:hover {
    background-color: transparent!important;
}
.nav > li > a:hover:after {
    width: 118%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
/* m-nav custom */

header .navbar-toggle {
    border: none;
    background: transparent !important;
    float: left;
}
header .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
header .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 15% 100%;
}

header .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background: #7a7977;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
header .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
@media (min-width: 768px) {
    .nav>li>a {
        padding: 16px 15px;
        font-size: 16px;
    }
}
.mob-menu {
    margin-top: 18px;
}
@media (max-width: 768px) {
    .navbar {
        min-height: 46px!important;
        height: 46px!important;
    }
    .navbar-header {
        height: 44px!important;
    }
    header #navbar {
        position: fixed;
        width: 100%;
        left: 0;
        background-color: #fff;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: transparent;
    }

    header .navbar-collapse.in {
        height: 100vh;
    }
    .navbar-brand {
        height: 44px;
        padding: 4px;
    }
    .navbar-brand>img {
        height: 100%;
    }
    header .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    header .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 38% 90%;
    }
    header .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
        background: #7a7977;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
}

/* banner */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
#carousel-example-generic {
    background-color: #efefef;
}

@media (max-width: 768px) {
    #carousel-example-generic {
        margin-top: 44px;
    }
}

/* strength */
#strength {
    margin-top: 20px;
    position: relative;
}
.strength {
    background-color: #fff;
    border-top: 10px solid #e02627;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
    padding-top: 48px;
    padding-bottom: 48px;
}
.strength-title i {
    font-style: normal;
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #11456d;
    padding-bottom: 22px;
}
.strength .text-con {
    margin-top: 34px;
}
.text-con {
    line-height: 24px;
    color: #3e3e3e;
}
.text-cont {
    line-height: 30px;
    color: #3e3e3e;
}
.list {
    line-height: 24px;
    padding-left: 20px;
    position:relative;
}
.list:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #e02627;
    margin-top: 6px;
}

.strength-num > img {
    margin-top: 10px;
}
@media (max-width: 768px) {
    #strength {
        margin-top: -20px;
    }
    .strength-title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .strength-title i {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .strength .text-con {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .strength {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .strength .text-con {
        margin-top: 20px;
    }
    .strength {
        border-top: 5px solid #e02627;
    }
}

/* product cate */
.all-cate {
    background: #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
}
.all-cate > .container > .row > .col-md-3 > a {
    display: inline-block;
    border-radius: 46px;
    color: #FFF;
    height: 46px;
    background: #e02627;
    font-size: 14px;
    width: 76%;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    margin-top: 14%;
    float: right;
    box-shadow: 0px 0px 12px #bdbdbd;
}
.all-cate > .container > .row > .col-md-3 > a > span,
.all-cate > .container > .row > .col-md-3 > a >img {
    display: inline-block;
    vertical-align: middle;
}
.all-cate > .container > .row > .col-md-3 > a >img{
    transition: all 1s;
}
.all-cate > .container > .row > .col-md-3 >img {
    display: inline-block;
    width: 100%;

}
.all-cate > .container > .row > .col-md-3{
    position: relative;
}
.all-cate > .container > .row > .col-md-3:before {
    position: absolute;
    left: 26%;
    top: 38%;
    color: #fff;
    font-size: 16px;
}
.cate1:before {
    content: '立式散装水泥仓';
}
.cate2:before {
    content: '卧式散装水泥仓';
}
.cate3:before {
    content: '分体式散装水泥仓';
}
.all-cate > .container > .row > .col-md-3 > a:hover img {
    -webkit-transform: translateX(10px);
    -moz-transform:translateX(10px);
    transform: translateX(10px);
}
@media (max-width: 768px) {
    .all-cate > .container > .row > .col-md-3 > a {
        width: 100%;
    }
}

/* list */
a.thumbnail {
    background-color: transparent;
    border: 0;
    text-decoration: none;
    transition: all .2s;
}
a.thumbnail:hover {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.thumbnail > .caption > h3 {
    text-align: center;
    font-weight: bold;
}
.thumbnail > .caption > h3,
.thumbnail > .caption > p {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-title {
    text-align: center;
}
.index-title > h2 > a {
    color: #1a1a1a;
}
.recom-news > .index-title{
    text-align: left!important;
}
.recom-pic > .warp > .index-title > h2 > a {
    color: #fff;
}
.recom-pic > .warp >.index-title > h2:after {
    background: #fff;
}
.index-title > h2 > a:hover {
    color: #1a1a1a;
    text-decoration: none;
}
.index-title > h2 {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    font-family: "DengXian";
    position: relative;
}
.index-title > h2:after {
    content: "";
    height: 4px;
    width: 100%;
    display: block;
    background: #e02627;
    padding: 0;
    margin: 10px auto;
}
@media (max-width: 768px) {
    .index-title > h2,
    .news-index-title > h2 {
        font-size: 28px;
    }
}

.hot-pro,
.publicity,
.index-case {
    margin-top: 50px;
    margin-bottom: 50px;
}

.publicity {
    background-color: #eef2f5;
}
.recom-news,
.recom-pic {
    padding-top: 50px;
    padding-bottom: 28px;
}
.recom-pic {
    height: 619px;
    background-image: url(../img/company_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position:relative;
    color: #fff;
}

.warp {
    position: absolute;
    bottom: 0;
    padding: 30px 40px 50px 40px;
    background-color: rgba(224,38,39,0.8);
}
.warp p {
    font-size: 16px;
    line-height: 30px;
}

.recom-news > .list-group > .list-group-item {
    background-color: transparent;
    border: 0;
    position: relative;
    text-decoration: none;
}

.recom-news > .list-group > .list-group-item {
    background-color: transparent;
    border: 0;
}
.recom-news > .list-group > .list-group-item a {
    color: #2b2b2b;
    display: block;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}
.recom-news > .list-group > .list-group-item span {
    font-size: 14px;
    color: #e02627;
}
.recom-news > .list-group {
    margin-top: 10px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 12px;
}
.list-group-item{
    margin-bottom: 0;
    padding: 10px 0;
}
.news-m {
    font-size: 16px;
    color: #2b2b2b;
}
.news-m > span {
    display: inline-block;
    text-align: center;
    line-height: 22px;
    color: #e02627;
    width: 24px;
    height: 24px;
    font-size: 20px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    margin-left: 10px;
}
@media (max-width: 768px) {

    .recom-news,
    .recom-pic {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .recom-pic {
        // background: none;
    }
    .recom-news > .list-group {
        margin-top: 20px;
    }
    .footer-about > h4 {
        margin-top: 30px;
    }
}
footer {
    background-color: #e02627;
    color: #E0E0E0;
    font-size: 14px;
    padding: 50px 0;
    line-height:24px;
}
footer dt {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer dd a {
    font-size: 14px;
    line-height: 26px;
    color: #dadada;
}
footer dd a:hover {
    text-decoration: none;
    color: #fff;
}
.glyphicon {
    padding: 0 5px;
}
.copyright {
    color: #BFBFBF;
    background-color: #1a1a1a;
    text-align: center;
    padding: 10px 0;
}
.footer-copy {
    font-size: 14px;
    margin: 20px 0;
}
.copyright .copy-nav {
    text-align: left;
}
.copyright .copy-nav a{
    font-size: 14px;
    color: #e0e0e0;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.copyright .copy-nav a:hover {
    text-decoration: none;
    color: #fff;
}
.relative {
    font-size: 14px;
    padding: 8px 0;
}
.relative a {
    font-size: 14px;
    color: #1a1a1a;
    padding: 0 10px;
    border-right: 1px solid #1a1a1a;
}
.relative a:last-child {
    border-right: 0;
}
footer dt img {
    width: 100%;
}
@media (max-width: 768px) {
    footer dt img {
        width: 70%;
    }
}

/* child page */
.bre-nav {
    padding: 30px 0;
}
.breadcrumb {
    margin-bottom: 0;
    font-size: 14px;
}
.sign {
    font-size: 14px;
    padding: 8px 0;
}

h2.child-title {
    font-family: "DengXian";
    font-weight: bold;
    position: relative;
    color: #fff;
    margin-top: 150px;
    margin-left: 50px;
    letter-spacing: -3px;
    text-shadow: 0 0 18px #3a3a3a;
}

.list-title > h2 {
    font-size: 30px;
    font-family: "DengXian";
    font-weight: bolder;
    margin-bottom: 50px;
    padding-bottom: 8px;
    background: url(../img/bg_h2.png) no-repeat left bottom;
}

.list-title > h2 > span {
    font-size: 20px;
    margin-left: 20px;
}
@media (min-width: 768px) {

    h2.child-title {
        font-size: 60px;
    }
    h2.child-title:before {
        position: absolute;
        left: -30px;
        top: 8px;
        content: '';
        width: 10px;
        height: 48px;
        background-color: #e02627;
    }
      /*pages*/
    .pagination-wrapper {
        clear:both;
        padding:1em 0 2em 0;
        text-align:center;

    }
    .pagination {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: .9rem;
    }

    .pagination li{
        font-size: 14px;
        list-style: none;
        display: inline;
        float: left;
        text-decoration: none;
        border-left-width: 0;
    }
    .pagination li.thisclass {
        border: 1px solid #DFE2E6;
        padding: 6px 12px;
        background-color: #f9f9f9;
    }
    .pagination li a {
        display: inline-block;
        background-color: #f9f9f9;
        color: #495057;
    }
    .pagination li a:link{
        background:#fff;
        color: #777;
    }
    .pagination li a:hover{
        text-decoration:none;
    }
    .pagination li a:link:hover {
        color: #000;
        background-color: #F0F0F0;
    }
    .pagination li.thisclass {
        background-color: #e02627;
        border-color: #e02627;
        color: #fff;
    }
    .pagination .pageinfo{
        color: #444;
    }
    .pagination>li>span,
    .pagination>li>span:hover {
        background-color: transparent;
    }
}
.m-pager {
    font-size: 14px;
    background-color: transparent!important;
}
@media (max-width: 768px) {
    .content > .index-case {
        margin-top: 20px;
    }
    .list-title > h2 > span {
        display: block;
        margin-left: 0;
    }
    .carousel-caption {
        text-align: left;
        left: 5px;
    }
}

/* side bar */
.side-bar {
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
}
.side-bar-title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-top: 8px solid #e02627;
    background-color: #1a1a1a;
}
.side-bar-title > h3 {
    padding-top: 8px;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.side-cate {
    padding: 0 15px 0 15px;
}
.side-cate > h4 {
    font-size: 20px;
    font-weight: bolder;
    font-family: 'DengXian';
}
ul.side-con {
    padding-left: 20px;
}
ul.side-con > li {
    color: #e02627;
    height: 30px;
    font-size: 0;
    position: relative;
}
ul.side-con > li:before {
    position: absolute;
    content: '\2022';
    font-size: 20px;
    line-height: 30px;
    color: #e02627;
    left: -18px;
}
.side-con > li > a {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #3e3e3e;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ol.side-con {
    padding-left: 0px;
}
ol.side-con li {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #1a1a1a;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.m-t {
    margin-top: 40px;
    margin-bottom: 40px;
}
.under-title-con {
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.map {
    margin-bottom: 40px;
}
.map + .row {
    font-weight: 300;
}
.map + .row > div {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* news list */
.under-title-con > .list-group > .list-group-item {
    background-color: transparent;
    border: 0;
    position: relative;
    text-decoration: none;
}
.under-title-con > .list-group > .list-group-item:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    background-color: #e02627;
    left: 0;
    top: 55%;
    margin-top: -6px;
}
.under-title-con > .list-group > .list-group-item {
    background-color: transparent;
    border-bottom: 1px solid #d9d8d8;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 18px 15px;
}
.under-title-con > .list-group > .list-group-item a {
    color: #1a1a1a;
    display: block;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.under-title-con > .list-group {
    margin-top: 40px;
}
.badge {
    padding: 6px 7px;
    background: transparent;
    color: #a2a2a2;
    font-weight: normal;
}
.under-title-con > h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;

}
table {
    border: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
}
// table tr td:first-child {
//     color: #101010;
//     background-color: #EBEBEB;
// }
table tbody tr td {
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    font-size: 14px;
    line-height: 1.8;
    border-collapse: collapse;
    padding: 9px 5px 8px 5px;
}
.under-title-con p .table,
.under-title-con .table {
    width: 100%;
    overflow-x: hidden;
    font-family: "微软雅黑";
}
.under-title-con p .table table,
.under-title-con .table table {
    border: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
}
.under-title-con > img,
.under-title-con >p> img {
    width: 100%;
}
.under-title-con > .text-con + img,
.under-title-con > img + .text-con {
    margin-top: 20px;
}
.list-unstyled li {
    font-size: 16px;
    line-height: 30px;
}
.list-unstyled li > a {
    color: #1a1a1a;
}
.list-unstyled li:first-child > a {
    color: #e02627;
}

/* add */
.more {
    font-size: 18px;
    color: #e02627;
    vertical-align: bottom;
    margin-top: 12px;
}
.dropdown {
    position: relative;
}
.dropdown-menu {
    margin: 0;
    border-radius: 0;
    text-align: center;
    border: 1px solid #fff;
    padding-bottom: 10px;
    left: 50%!important;
    transform: translateX(-50%);
-ms-transform: translateX(-50%);     /* IE 9 */
-moz-transform: translateX(-50%);    /* Firefox */
-webkit-transform: translateX(-50%); /* Safari 和 Chrome */
-o-transform: translateX(-50%);
}
.dropdown-menu li {
    padding-left: 5px;
    padding-right: 5px;
}
.dropdown-menu li a {
    padding: 5px;
}
.m-t > .side-cate > .side-con > li:nth-child(1),
.m-t > .side-cate > .side-con > li:nth-child(2){
    color: #e02627;
    font-weight: bold;
}


/* backtop*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 50px;
    display: block;
    opacity: .4;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
#page-top a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
#page-top a img {
    width: 50px;
}
.main-content {
    margin-bottom: 50px;
}
.panelBtn {
    cursor: pointer;
}
.panelBtn.active {
    color: #e02627;
}
.cat-con {
    // display: none;
}
#sidebar {
    width: 292.5px!important;
}
.loading {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../img/25.gif) no-repeat center;
}
.ban {
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 420px;
}
@media (max-width: 768px) {
    .ban {
        height: 100px;
    }
    h2.child-title {
        margin-top:35px;
        text-align: center;
        margin-left: 0;
    }
    table {
        font-size: 12px;
    }
}