﻿@charset "utf-8";
/* CSS Document */
/*---------------------------banner-------------------------- */
body * {
    color: #4c4c4c;
}
.container-fluid.content{
    vertical-align:middle;
    padding: 0 12px 0 12px;
}
.container-fluid.content .row{
    margin-left: -12px;
    margin-right: -12px;
}
.container-fluid.content .row>div{
    padding-left: 12px;
    padding-right:12px;
    vertical-align: middle;
}
/*---------------------------title-------------------------- */
.row.title{
    margin-top: 30px;
    margin-bottom: 20px;
}
/*---------------------------关于我们-------------------------- */
.row.introduce_details{
    background: url("../images/introduce_bg.png") no-repeat bottom;
    background-size: 100%;
    padding-bottom: 20px;
}
.row.introduce_details a{
    display: block;
}
.introduce_details .div_img{
    position: relative;
}
.introduce_details .div_img img{
   width: 100%;
}
.div_img .slogan{
    position:absolute;
    bottom: -3px;
    right: 0;
    background: rgba(104,166,227,0.76);
    width: 192px;
    height: 38px;
    padding: 5px;
    text-align: center;
    color: #fff;
}
.slogan span{
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 3px;
}
.row.introduce_details p{
    line-height: 24px;
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*---------------------------新闻中心-------------------------- */
.news_img img{
    width: 100%;
}
/*---------------------------公司风采-------------------------- */
.content.mien{
    background: #eeeded;
    margin-top: 30px;
    padding-bottom: 10px;
}
.mien .row.title {
    margin-top: 20px;
}
.mien_list{
    background: #fff;
    padding: 10px 10px 15px 10px;
    display: block;
}
.mien_list h2{
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.mien_list div{
    width: 45px;
    height: 2px;
    background: #d92203;
    margin: 10px 0 9px 0;
}
.mien_list span{
    font-size: 13px;
    font-weight: 600;
    color: #cccccc;
    text-transform:uppercase;
}
.mien_list p{
    line-height: 24px;
    margin-bottom: 12px;
}
.mien_list img{
    width: 100%;
}
/*---------------------------产品中心-------------------------- */
.container-fluid.product .row>div:first-child{
    padding-left: 12px;
    padding-right: 6px;
}
.container-fluid.product .row>div:last-child{
    padding-left: 6px;
    padding-right: 12px;
}
.product_introduction p{
    line-height: 24px;
    margin-bottom: 12px;
}
.product_list>img{
    vertical-align: middle;
    width: 100%;
}
.mask{
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.mask .mask_content{
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -31px;
}
.mask p{
    color: #fff;
}
.product_list{
    display: block;
    position: relative;
}
.container-fluid.product{
    padding-bottom: 45px;
}