
/* 核心产品 */
.about-banner{
	width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}
.about-banner img{
	width: 100%;
}
.about-banner p {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 300px;
    width: 100%;
    font-size: 42px;
    color: #fff;
    text-align: center;
}
.m-about{
	padding:100px 100px 50px 100px;
    box-shadow: -1px 0px 21px 0px 
        rgba(54, 104, 179, 0.16);
    color: #292929;
    line-height: 42px;
    font-size: 18px;
    text-indent: 50px;
    text-align: justify;
}
#m_about p{
    margin-bottom: 15px;
}
#m_about p img{
    padding:100px 0 200px 0; 
    max-width: 100%;
}