.industry_box{
	width: 100%;
	overflow: hidden;
	padding: 75px 0 60px;
        display:flex;
    justify-content: center;
    justify-items: center;


}

.indleft{width: 35%;}
.indright{width: 35%;}
.indmiddle{flex:1;}
.industry_img{
	width: 300px;
	height: 300px;
	border: 1px solid #18202b;
	border-radius: 50%;
	overflow: hidden;
	padding: 20px;
}
.industry_img li{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: none;
}
.industry_img li:first-of-type{
	display: block;
}
.industry_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	line-height: ;
}
.industry_mask h2{
	font-size: 36px;
	color: #fff;
	position: relative;
	top: 50%;
	margin-top: -18px;
}
.industry_img img{
	width: 100%;
}
.industry_text{
	padding: 5px 0;
	width: 30%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.industry_text li{
	width: 100%;
	height: 110px;
	border-radius: 67px;
	border: 1px solid #c6dcf9;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
}
.industry_text li div:first-of-type{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #18202b;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
	float: left;
                margin-top: 25px;
                margin-left: 10px;
}
.industry_text li div:last-of-type{
	float: right;
	width: calc(100% - 75px);
	height: 100%;
	color: #464646;
	font-size: 12px;
	line-height: 22.5px;
	padding: 10px 15px;
}
.industry_text li:hover{
	background-color: #c6dcf9;
}


.industry_text li:nth-of-type(1),.industry_text li:nth-of-type(4){
	left: 0px;
}
.industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
	left: 30px;
}



.industry_text2{
	padding: 5px 0;
	width: 30%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.industry_text2 li{
	width: 100%;
	height: 110px;
	border-radius: 67px;
	border: 1px solid #c6dcf9;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
}
.industry_text2 li div:first-of-type{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #18202b;
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
	float: left;
                margin-top: 25px;
                margin-left: 10px;
}
.industry_text2 li div:last-of-type{
	float: right;
	width: calc(100% - 75px);
	height: 100%;
	color: #464646;
	font-size: 12px;
	line-height: 22.5px;
	padding: 10px 15px;
}
.industry_text2 li:hover{
	background-color: #c6dcf9;
}
.industry_text2 li:nth-of-type(1),.industry_text2 li:nth-of-type(4){
	left: 0px;
}
.industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
	left: -30px;
}



@media only screen and (max-width:767px ) {
	
     
	.industry_box{
		width: 100%;
		overflow: hidden;
		padding: 25px 0 20px;
	}
	.industry_img{
		width: 300px;
		height: 300px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
		margin: 30px auto 25px;
	}
	.industry_text{
		padding: 5px 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }
    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 0px;
	}
	.industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: 0px;
	}


.industry_text2{
		padding: 5px 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }
  
}

@media only screen and (min-width:768px ) {	
        .industry_img{
		margin-top: 45px;
		width: 300px;
		height: 300px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
                               margin-bottom:20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }


 .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 0px;
	}
 .industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: 0px;
	}




.industry_text2{
		padding: 5px 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }
       
}
@media only screen and (min-width:992px ) {


         .industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: 0px;
	}
        .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 0px;
	}
	
	.industry_img{
		margin-top: 100px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }

.industry_text2{
		padding: 5px 0;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float:left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }


}


@media only screen and (min-width:1200px ) {
	.indleft{width: 46%;}
	.indright{width: 46%;}
.industry_img{
		margin-top: 50px;
		width: 360px;
		height: 360px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 320px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }


.industry_text2{
		padding: 5px 0;
		width: 320px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
	
	
	     .industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: -30px;
	}
	    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 30px;
	}
	
	

}


@media only screen and (min-width:1300px ) {
	.indleft{width: 40%;}
	.indright{width: 40%;}
.industry_img{
		margin-top: 50px;
		width: 360px;
		height: 360px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 350px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }


.industry_text2{
		padding: 5px 0;
		width: 350px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
	
	.industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: -30px;
	}
	    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 30px;
	}

}

@media only screen and (min-width:1400px ) {
	.indleft{width: 36%;}
	.indright{width: 36%;}
.industry_img{
		margin-top: 50px;
		width: 380px;
		height: 380px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 380px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }


.industry_text2{
		padding: 5px 0;
		width: 380px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
    .industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: -30px;
	}
	    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 30px;
	}


}

@media only screen and (min-width:1500px ) {
	.indleft{width: 36%;}
	.indright{width: 36%;}
.industry_img{
		margin-top: 50px;
		width: 380px;
		height: 380px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 400px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }


.industry_text2{
		padding: 5px 0;
		width: 400px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
    .industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: -30px;
	}
	    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 30px;
	}


}
@media only screen and (min-width:1600px ) {
	.indleft{width: 38%;}
	.indright{width: 38%;}
.industry_img{
		margin-top: 50px;
		width: 400px;
		height: 400px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 445px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }

.industry_text2{
		padding: 5px 0;
		width: 445px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }

    .industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: -30px;
	}
	    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 30px;
	}

}

@media only screen and (min-width:1700px ) {
	
	.indleft{width: 40%;}
	.indright{width: 40%;}
.industry_img{
		margin-top: 50px;
		width: 400px;
		height: 400px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 500px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }

.industry_text2{
		padding: 5px 0;
		width: 500px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
    .industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: -30px;
	}
	    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 30px;
	}

}

@media only screen and (min-width:1800px ) {
	
	.indleft{width: 43%;}
	.indright{width: 43%;}
.industry_img{
		margin-top: 50px;
		width: 400px;
		height: 400px;
		border: 1px solid #18202b;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 520px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
   .industry_text2{
		padding: 5px 0;
		width: 520px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text2 li div:last-of-type {
	    float: left;
	    width: calc(100% - 75px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
	.industry_text2 li:nth-of-type(2),.industry_text2 li:nth-of-type(3){
		left: -30px;
	}
	    .industry_text li:nth-of-type(2),.industry_text li:nth-of-type(3){
		left: 30px;
	}

}