/******************** 内页部分 ********************/

/* 公司介绍 */
.abouts {
    padding: 80px 0;
    margin: 0 auto;
}

.abouts dl {
    margin-top: 55px;
}

.abouts dl dd {
    width: 600px;
    line-height: 28px;
    padding-top: 20px;
    font-size: 16px;
    color: #2A2D2F;
    float: left;
}

.abouts dl dd p {
    line-height: 28px;
    font-size: 16px;
    color: #2A2D2F;
}

.abouts dl dt {
    width: 550px;
    height: 360px;
    float: right;
}

.abouts dl dt img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 我们的服务理念 */
.serln {
    width: 100%;
    padding: 80px 0;
    background: #FAFBFD;
}

.serln .cons {
    margin-top: 55px;
}

.serln .cons dl {
    width: 380px;
    margin: 0 30px 0 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    float: left;
}

.serln .cons dl.lr {
    margin: 0 0 0 0;
}

.serln .cons dl dt {
    width: 380px;
    height: 180px;
    overflow: hidden;
}

.serln .cons dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.serln .cons dl:hover dt img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.serln .cons dl dd {
    padding: 48px 30px 30px 30px;
    background: #FFF;
    position: relative;
}

.serln .cons dl dd img {
    width: 108px;
    height: 108px;
    position: absolute;
    left: 10px;
    top: -54px;
    display: block;
}

.serln .cons dl dd h2 {
    line-height: 28px;
    margin: 0 0 14px 0;
    font-size: 20px;
    color: #2A2D2F;
}

.serln .cons dl dd p {
    line-height: 28px;
    font-size: 16px;
    color: #7E8491;
}

/* 荣誉资质 */
.honer {
    padding: 80px 0;
}

.honer img {
    max-width: 100%;
    margin-top: 60px;
    display: block;
}

/* 联系我们 */
.contacts {
    padding: 20px 0 80px 0;
}

.contacts dl {
    margin-top: 55px;
}

.contacts dl dd {
    width: 400px;
    padding: 125px 40px;
    line-height: 40px;
    font-size: 16px;
    color: #7E8491;
    background: #FAFBFD;
    border-radius: 10px 0 0 10px;
    float: left;
}

.contacts dl dd p {
    line-height: 40px;
    font-size: 16px;
    color: #7E8491;
}

.contacts dl dt {
    width: 720px;
    height: 370px;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
    float: right;
}

.contacts dl dt img {
    width: 100%;
    height: 100%;
    display: block;
}