
/* 轮播图 */
.my-banner img{
    width: 100%;  /* 水平方向铺满整个屏幕 */
    /*margin: auto;*/
}
/* 轮播图结束 */

/* 条幅开始 */
.index-row-1, .index-row-2{
    padding: 30px 0;
}

.index-row-2 {
    background-color: #f5f5f5;
}

.index-row-1 .main-title, .index-row-2 .main-title{
    text-align: center;
}
/* 条幅结束 */


/* 条幅一 */

/* 我们的优势开始 */
#our-advantage {
    height: 350px;
}

#our-advantage li {
    width: 250px;
    height: 300px;
    float: left;
    margin-left: 15px;
    background-color: white;
    list-style: none;
    border-radius: 5px;
    /*border: 1px solid lightgrey;*/
    cursor: pointer;
}

#our-advantage li:hover {
    /*box-shadow: 4px 4px 4px lightgrey;*/
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate(0, -2px);
    transition-duration: 0.2s;
}

#our-advantage img {
    margin-top: 50px;
    width: 50px;
    height: 60px;
}

#our-advantage > li > p:nth-child(2) {
    font-size: 24px;
    margin-top: 50px;
}

#our-advantage > li > p:nth-child(3)
{
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
}
/* 我们的优势结束 */

/* 我们的服务开始 */
#our-service {
    /*background-color: #b2dba1;*/
    height: 350px;
}

#our-service li {
    width: 300px;
    height: 350px;
    float: left;
    margin-left: 40px;
    /*background-color: #0ba1e4;*/
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
}

#our-service li:hover {
    background-color: #0ba1e4;
    color: whitesmoke;
}

#our-service img {
    margin-top: 50px;
    width: 50px;
    height: 60px;
}

#our-service > li > p:nth-child(2) {
    font-size: 24px;
    margin-top: 50px;
}

#our-service > li > p:nth-child(3)
{
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
}

/* 我们的服务结束 */

/* 客户的反馈开始 */
#customer-response {
    height: 350px;
    /*background-color: #b2dba1;*/
}

#customer-response li {
    width: 300px;
    height: 250px;
    float: left;
    margin-top: 50px;
    margin-left: 40px;
    background-color: white;
    list-style: none;
    border-radius: 5px;
    border: 1px solid lightgrey;
    cursor: pointer;
}

#customer-response li:hover {
    transform: scale(1.2);
    transition-duration: 0.2s;
}

#customer-response img {
    margin-top: 30px;
    width: 60px;
    height: 80px;
}

#customer-response > li > p {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
}

/* 客户的反馈结束 */
