/* 内容栏 */
.banner {
    width: 100%;
    overflow: hidden; /* 防止图片溢出 */
}

.banner img {
    margin-top: 132px;
    display: block;
    width: 100%; /* 强制宽度 100% */
    height: auto; /* 高度自适应 */
}

/* 内容栏 */
.layout {
    max-width: 1480px;
    margin: 0 auto;
}

.dsanp {
    background: url(/img/introduce_bg.jpg) left top no-repeat;
    background-size: cover;
    padding: 85px 0;
    overflow: hidden;
}

.dsanp .intr_left {
    float: left;
    width: 45%;
    overflow: hidden;
}

.dsanp .intr_left img {
    max-width: 100%;
}

.dsanp .intr_right {
    float: right;
    width: 48%;
}

.dsanp .intr_right .p1 {
    color: #222;
    width: 100%;
    font-size: 32px;
    padding-bottom: 28px;
}

.dsanp .intr_right .p2 {
    color: #555;
    line-height: 32px;
    text-align: justify;
    width: 100%;
    font-size: 15px;
}

.dsanp .intr_right .p2 p {
    text-indent: 2em;
}
