.downFoot{
    width: 100%;
    height: 100px;
    /* margin-top: 40px; */
    background-image: url(../images/downBack.png);
}
.downAll{
    height: 100px;
    padding-top: 20px;
}
.downTxt{
    font-size: 14px;
    color: #ccc;
}
.imgSize{
    width: 234px;
    height: 487px;
}
.twoImgsize{
    width: 280px;
    height: 186px;
}
.mainStyle{
    display: flex;
    justify-content: space-between;
}
.aboutContent{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caseList{
    width: 970px;
}
.topTitle{
	display: flex;
	justify-content: center;
	align-items: center;
}
.titleTxt{
    font-size: 36px;
	font-weight: 700;
	color: #333;
}
.titleDown{
    text-align: center;
    font-size: 20px;
    /* font-weight: 700; */
    color: #a5a5a5;
    border-bottom: 2px solid #30acf8;
    margin-top: 10px;
}
.downNext{
    width: 100%;
    height: 60px;
    background-color: #f4f4f4;
    display: flex;
	justify-content: space-evenly;
	align-items: center;
    margin-bottom: 10px;
}
.downNexttxt{
    font-size: 16px;
    color: #999;
}