.industry_banner{
	width: 100%;
	overflow: hidden;
}
.industry_banner img{
	width: 100%;
}
.industry_content{
	width: 100%;
	overflow: hidden;
}
.industry_content h1{
	text-align: center;
	margin: 55px 0 20px;
	font-size: 40px;
	color: #000;
}
.industry_content p{
	text-align: center;
	font-size: 14px;
	color: #797979;
	width: 800px;
	margin: 0 auto;
	line-height: 20px;
}
.industry_box{
	width: 100%;
	overflow: hidden;
	padding: 75px 0 60px;
}
.industry_img{
	width: 512px;
	height: 512px;
	border: 1px solid #dc252a;
	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: 535px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.industry_text li{
	width: 100%;
	height: 67px;
	border-radius: 67px;
	border: 1px solid #fae1e2;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
}
.industry_text li div:first-of-type{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #dc252a;
	text-align: center;
	line-height: 65px;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
.industry_text li div:last-of-type{
	float: right;
	width: calc(100% - 65px);
	height: 100%;
	color: #464646;
	font-size: 12px;
	line-height: 22.5px;
	padding: 10px 15px;
}
.industry_text li:hover{
	background-color: #fae1e2;
}
.industry_text li:nth-of-type(1),.industry_text li:nth-of-type(6){
	left: -80px;
}
.industry_text li:nth-of-type(2),.industry_text li:nth-of-type(5){
	left: -40px;
}
.industry_text li:nth-of-type(6){
	margin-bottom: 0;
}
@media only screen and (max-width:767px ) {
	.industry_content p {
	    text-align: center;
	    font-size: 14px;
	    color: #797979;
	    width: 100%;
	    margin: 0 auto;
	    line-height: 20px;
	}
	.industry_box{
		width: 100%;
		overflow: hidden;
		padding: 25px 0 20px;
	}
	.industry_img{
		width: 300px;
		height: 300px;
		border: 1px solid #dc252a;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
		margin: 0 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% - 65px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }
    .industry_text li:nth-of-type(1),.industry_text li:nth-of-type(6){
		left: 0px;
	}
	.industry_text li:nth-of-type(2),.industry_text li:nth-of-type(5){
		left: 0px;
	}
}
@media only screen and (min-width:768px ) {
	.industry_content p {
	    text-align: center;
	    font-size: 14px;
	    color: #797979;
	    width: 100%;
	    margin: 0 auto;
	    line-height: 20px;
	}
	.industry_img{
		margin-top: 105px;
		width: 300px;
		height: 300px;
		border: 1px solid #dc252a;
		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% - 65px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }
}
@media only screen and (min-width:992px ) {
	.industry_content p {
	    text-align: center;
	    font-size: 14px;
	    color: #797979;
	    width: 800px;
	    margin: 0 auto;
	    line-height: 20px;
	}
	.industry_img{
		margin-top: 50px;
		width: 412px;
		height: 412px;
		border: 1px solid #dc252a;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 470px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 65px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 15px;
    }
}
@media only screen and (min-width:1200px ) {
	.industry_img{
		margin: 0;
		width: 512px;
		height: 512px;
		border: 1px solid #dc252a;
		border-radius: 50%;
		overflow: hidden;
		padding: 20px;
	}
	.industry_text{
		padding: 5px 0;
		width: 535px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}
	.industry_text li div:last-of-type {
	    float: right;
	    width: calc(100% - 65px);
	    height: 100%;
	    color: #464646;
	    font-size: 12px;
	    line-height: 22.5px;
	    padding: 10px 15px;
    }
}