.main-content{
	padding: 0;
}
.case-list {
	display: flex;
	flex-wrap: wrap;
}
.case-list .box{
	position: relative;
	width: 33.33%;
}
.case-list .box img{
	display: block;
	width: 100%;
}
.case-list .box:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	transition: all ease .3s;
}
.case-list .box:hover:before{
	background: rgba(0,0,0,0.7);

}
.case-list .box .text{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding:0 30px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
}
.case-list .box .txt{
	overflow: hidden;
	transition: all ease .3s;
	display: -webkit-box;
    line-height: 1.5;
}
.page2{
    background: #eee;
    padding: 80px 0 160px;
}
.icon,.pro{
    max-width:1440px;
    margin:0px auto;
    height: auto;
    overflow: hidden;
    clear:both;
}
.icon .fra2{
	width: 50%;
	margin-bottom: 20px;
}
.icon .fra2{
    width:33%;
    margin:0px 0%;
    float:left;
    text-align:center;
    color:#666;
    font-size:12pt;
    font-weight:bold;
    letter-spacing:1px;
    position: relative; 
}
.icon .fra2 .pic{
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 0 auto 15px;
    border-radius: 100%;
    overflow: hidden;
}
.icon .fra2 .pic img{
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
    width: 250px;
    height: 250px;
}
.icon .fra2 .pic .spinner{
    border: 5px solid #FFFFFF;
    border-right-color: #f3a23d;
    border-bottom-color: #ffecd3;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 250px;
    box-sizing: border-box;

}
.icon .fra2:hover .pic .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon .fra2 .name{
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    color: #222;
    margin-bottom: 10px;
}
.icon .fra2 .descripton{
    line-height: 1.8;
    font-size: 14px;
    font-weight: normal;
}
.icon .fra2 i{
    font-size:50px;
    border-radius:50%;
    width:80px;
    height:80px;
    line-height:80px;
    background:#44878d;
    color:#fff;
    margin-bottom:10px;
}
@media screen and (max-width: 950px) {
	.case-list {
	}
	.case-list .box{
		width: 100%;
	}
	.page2 {
		padding: 20px 0;
	}
	.icon, .pro {
		width: 100%;
	}		
	.icon .fra2 {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.case-list .box{
		width: 100%;
	}
	.case-list .box .text{
		padding: 0 15px;
	}
	.case-list .box .text h2{
		margin: 0rem 0;
	}
	.case-list .box .txt{
        font-size: 16px;
    }
}