/*------------case-studies.html  start----------------*/	
.cont_bg{
	width: 100%;
	background: #f0f3f8;
	padding: 0 0 1rem;
}
.page_title {
    text-align: center;
    color: #646c74;
    padding: .8rem 0 .6rem;
}
.page_title h1 {
    font-size: .44rem;
    font-weight: 400;
    color: #646c74;
	margin-bottom: .1rem;
}
.page_title p {
    font-size: .22rem;
	line-height: .36rem;
	margin: 0 .8rem;
    font-weight: 300;
    color: #646c74;
}
.industryList{
	overflow: hidden;
}
.industryList li{
	float: left;
	width: 30%;
	margin: 1.5%;
	min-height: 276px;
	padding: .3rem .3rem .5rem;
	border-radius: .1rem;
	overflow: hidden;
	background: #fff;
	transition: all .3s;
	position: relative;
}
.industryList li:hover{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	transform: translateY(-5px);
}
.industryList li .indu_icon {
	display: inline-block;
    width: 0.6rem;
    margin-bottom: 0.2rem;
}
.industryList li .indu_icon img {
	max-width: 100%;
}
.industryList li h1{
	font-size: .22rem;
	font-weight: 600;
	color: #3f444e;
	margin-bottom: .12rem;
}
.industryList li p{
	font-size: .16rem;
	line-height: .24rem;
	font-weight: 300;
	color: #646c74;
	margin-bottom: .12rem;
}

.industryList li .a_more{
	color: #ff5f00;
	font-size: .16rem;
	font-weight: 600;
	position: absolute;
	bottom: .3rem;
	
}
.industryList li .a_more i {
    display: inline-block;
	margin-left: .06rem;
    width: 15px;
    height: 10px;
    background: url("../images/a_link.png") no-repeat 0px center;
    background-size: 15px 10px;
}
.industryList li .a_more:hover{
	color: #0e0c36;
}
.industryList li .a_more:hover i {
    background: url("../images/a_link2.png") no-repeat 0px center;
    background-size: 15px 10px;
}

.otherIndustry{
	overflow: hidden;
}
.otherIndustry>div{
	margin: 3% 1.5%;
	background: #fff;
	border-radius: 0.1rem;
	text-align: center;
	padding: .4rem;
	position: relative;
}
.otherIndustry .mask {
	max-width: 100%;
	max-height: 100%;
    position: absolute;
    top: 0;
	left: 0;
    z-index: 2;
	border-radius: .2rem;
}
.otherIndustry li{
	display: inline-block;
	margin: 1.5%;
	padding: .2rem .8rem;
	border-radius: .6rem;
	background: #f0f3f8;
	font-size: .22rem;
	color: #3f444e;
	border: 1px solid #f0f3f8;
	transition: all .3s;
}
.otherIndustry li:hover{
	background: #fff;
	color: #0e0c36;
	border: 1px solid #0e0c36;
}
/*------------case-studies.html  end----------------*/





@media (max-width: 639px){
	

}

