/*首页轮播大图*/
.carousel {
    max-height: 700px;
}
.carousel .item {
    max-height: 700px;
}
/* 当浏览器的可视区域小于xxx px */
@media screen and (max-width: 992px) {
    .carousel {
        height: 143px;
    }
    .carousel .item {
        height: 500px;
    }
}
.carousel .item img {
    width: 100%;
}
#LBbox {
    z-index: 0
}

/*类别标题*/
.common-box-top h3.box-title {
    color: #F2AE11;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
}

.common-box-top h3.box-title b {
    display: block; /*设置为块级元素会独占一行形成上下居中的效果*/
    font-size: 32px;
    color: #333;
    font-weight: 500;
    padding-bottom: 6px;
    position: relative; /*定位横线（当横线的父元素）*/
}

.common-box-top h3.box-title b:before, h3.box-title b:after {
    content: ''; /*CSS伪类用法*/
    position: absolute; /*定位背景横线的位置*/
    top: 52%;
    background: #ccc; /*宽和高做出来的背景横线*/
    width: 43%;
    height: 2px;
}

@media screen and (max-width: 992px) {
    .common-box-top h3.box-title b:before, h3.box-title b:after {
        width: 16% !important;
    }

    .common-box-top h3.box-title b:before {
        left: 20px !important; /*调整背景横线的左右距离*/
    }

    .common-box-top h3.box-title b:after {
        right: 20px !important;
    }
}

.common-box-top h3.box-title span {
    color: #999999;
}

.common-box-top h3.box-title b:before {
    left: 0; /*调整背景横线的左右距离*/
}

.common-box-top h3.box-title b:after {
    right: 0;
}

.common-box-top .info {
    color: #666666;
    font-size: 18px;
}


/*产品列表*/
#product-box {
    text-align: center;
    color: #333333;
}

#product-box p {
    text-align: center;
}

.product-body {
    background: #FFFFFF;
    padding: 0;
    display: block;
    margin: 0 8px 18px 8px;
    overflow: hidden;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

/*#product-box .product-body:hover img{ transform: scale(1.1);}
*/
#product-box .product-body a:hover {
    text-decoration: none;

}

#product-box .product-body:hover {
    box-shadow: 0px 3px 10px #888888;
}

.product-body h2 {
    color: #444444;
    line-height: 32px;
    font-size: 28px;
}
.product-body h2 a{
    color: #000;
}

.product-body img {
    width: 320px;
    height: 320px;
    margin: 8px auto 0 auto;
}


/*热门关键词*/
#keyword-box {
    line-height: 36px;
    color: #999999;
}

#keyword-box b {
    color: #666666;
}

#keyword-box a {
    color: #999999;
}

#keyword-box span {
    color: #cccccc;
    padding: 0 6px;
}

/*案例列表*/
#case-box {
    overflow: auto;
    text-align: center;
}

.case-body {
    margin: 0 5px 15px 5px;
    overflow: hidden;
}

.case-title {
    padding-bottom: 0.75rem;
}

#case-box img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 250px;
    max-width: 100%;
}

#case-box .case-body:hover img {
    transform: scale(1.05);
}

#case-box .case-body:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

#case-box h2 {
    font-size: 23px;
    color: #333333;
    display: block;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}

#case-box h2 a {
    padding: 15px 0;
    text-decoration: none;
    color: #000;
    display: block;
    background-color: #f8f8f8;
}

#case-box .common-box-top h3.box-title b:before, h3.box-title b:after {
    width: 41%;
}

#case-box .common-box-top {
    margin-bottom: 18px;
}
/*视频*/
#play-btn {
    width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -53px;
    margin-left: -33px;
    cursor: pointer;
}
#play-btn img {
    display: block;
    width: 56px;
    height: 56px;
    outline: none;
    border: 0;
    box-shadow: none;
}

/*工厂&公司介绍*/
#factory-box {
    text-align: center;
    margin: 0;
    padding: 0;
}

.factory {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
}

.factory-height {
    height: 250px;
    width: 100%;
}

#factory-box h3 {
    line-height: 45px;
    margin-bottom: 18px;
    margin-top: 28px;
    height: 58px;
    font-size: 42px;
}

@media (max-width: 750px) {
    #factory-box h3 {
        margin-top: 0;
        font-size: 16px;
        height: 38px;
    }
    .about-info {
        padding: 0 10px 0 10px!important;
    }
}

.factory-top {
    overflow: hidden;
    width: 100%;
}

.about-info {
    padding: 0 0 0 15px;
    font-size: 19px;
    text-align: justify;
}

.about-info p {
    text-indent: 38px;
    line-height: 32px;
}

.factory-title h4 {
    display: block;
    background-color: #f8f8f8;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.about-info h1{
    font-size: 28px;
    text-align: center;
    display: block;
    margin:15px 0 10px 0;
    font-weight: normal;
}
.col-padding-right{
    padding-right: 15px;
}

/*与我们的伙伴*/
#partner-box {
    padding: 10px 0;
}

#partner-box img {
    background-color: #fff;
    margin-top: 10px;
}

#partner-box .common-box-top h3.box-title b:before, h3.box-title b:after {
    width: 41%;
}

#partner-box .common-box-top {
    margin-bottom: 18px;
}


/*新闻列表*/
#article-box {
    padding: 10px 0;
    text-align: left;
    height: 700px;
    overflow: hidden;
}

#article-box time {
    display: block;
    padding: 10px 0 0 0;
}

#article-box a {
    color: #000;
    text-align: justify;
    white-space: nowrap;
}

.article-left {
    height: 580px;
    overflow: hidden;
    padding-bottom: 8px;
    background-color: #f8f8f8;
}

.article-left img {
    width: 100%;
    height: 360px;
}

.article-left h2 {
    white-space: nowrap;
    font-size: 28px;
    text-indent: 10px;
}

.article-left a {
    text-decoration: none;
}

.article-left a:hover {
    color: #e79313 !important;
    text-decoration: none;
}

.article-left p.content {
    font-size: 16px;
    text-indent: 36px;
    padding: 0 10px;
    height: 95px;
    overflow: hidden;
}

.article-left p#info {
    font-size: 16px;
    text-align: right;
    padding: 8px 20px 0 0;
}

.article-left p#info a {
    text-decoration: none;
    color: #e79313;
    padding-bottom: 6px;
    border-bottom: 1px solid #e79313;
}

.article-right {
    height: 580px;
    overflow: hidden;
    margin-left: 8px;
    background-color: #f8f8f8;
    padding-bottom: 8px;
}

.article-right h2 {
    display: block;
    line-height: 26px;
    float: left;
    font-size: 20px;
    width: 75%;
    text-indent: 8px;
}

.article-right h2 a:hover {
    text-decoration: none;
    /*font-weight: bold;*/
    color: #e79313 !important;
}

.article-right time {
    display: block;
    line-height: 30px;
    width: 25%;
    float: right;
    font-size: 16px;
    margin-top: 10px;
}

.article-right #more {
    font-size: 16px;
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-right #more a {
    text-decoration: none;
    color: #e79313;
    padding-bottom: 6px;
    border-bottom: 1px solid #e79313;
}

#article-list {
    height: 516px;
}

.article-info {
    margin-left: 10px;
    height: 57px;
    width: 96%;
    clear: both;
    border-bottom: 1px dotted #ccc
}

#article-box .common-box-top h3.box-title {
    margin-bottom: 18px;
}
/* 当浏览器的可视区域小于xxx px，兼容小米air 屏幕1208分辨率电脑 */
@media screen and (max-width: 1210px) {
    .product-body img {
        width: 100%;
        height: 100%;
    }
    #case-box img {
        width: 100%;
        height: 200px;
        max-width: 100%;
    }

    .about-info {
        font-size: 15px;
    }
    .about-info p {
        line-height: 2;
        text-indent: 30px;
    }
    .factory-height {
        height: 170px;
    }
    .factory-title h4 {
        height: 38px;
        line-height: 38px;
        font-size: 15px;
    }
    #article-box time {
        white-space: nowrap;      /*超出的空白区域不换行*/
        overflow: hidden;         /*超出隐藏*/
        width: 88px;/*需要配合宽度来使用*/
    }
}
