
/*----网站主页第六部分服务流程电脑——开始----*/
.section6 {background-color: #fff; }
.section6 .section_content {padding: 0 1%;}
.section6 .section_title {text-align: center;}
.section6 .section_title p {font-size: 36px;color: rgb(0, 0, 0);}
.section6 .liucheng-list {margin-top: 0px;}
.section6 ul li {box-shadow: 0 1px 10px -2px rgba(0,0,0,.2);vertical-align: text-top;opacity: 1;text-align: center;width: 20.7%;display: inline-block;background-color: #fff;margin: 0 2%;}
.section6 ul li img{padding-top: 80px;width: 35%;}
.section6 ul li:hover img{opacity: 0.6;}
.section6 ul li .title {padding-bottom: 40px;}
.section6 ul li .title h2{margin-top: 60px;color: rgb(55, 55, 55);font-size: 24px;font-weight: normal;}
.section6 ul li .title p {color: rgb(127, 127, 127);font-size: 15px;height: 30px;}
/*----网站主页第六部分服务流程电脑——结束----*/
/*----网站主页第六部分服务流程手机——开始----*/
@media screen and (max-width: 770px){
.section6 ul li {width: 45.3%;    margin-bottom: 10px;}
.section6 ul li .title p {display: none;}
.section6 ul li .title h2{font-size: 16px;margin-top: 10px;}
.section6 ul li img {
    padding-top: 20px;
    width: 40%;
}
.section6 ul li .title {
    padding-bottom: 20px;
}
}
