.Industry{}
.Industry ul li{width: 31.3%;box-sizing: border-box;
margin-right: 3%;
margin-bottom: 3%;
float: left;
overflow: hidden;
position: relative;
box-shadow:0px 0px 10px #ddd;
-webkit-transition: all ease .4s;
	transition: all ease .4s;display:inline; text-align:center; border:#e7e7e7 1px solid;}
.Industry ul li:nth-child(3n) {
    margin-right: 0;
}
.Industry ul li .Industry_img{ position:relative; overflow:hidden}
.Industry ul li .Industry_img img{ width:100%}
.Industry ul li .Industry_font{ position:absolute; left:0; bottom:0; width:100%; color:#FFFFFF; text-align:center; z-index:2; padding:15px ; font-size:16px;background: rgba(0,0,0,.5);}
.Industry ul li:hover a .Industry_font{background: rgba(233,151,43,.9);}
.Industry_info{}
.Industry_info_titile{ text-align:center; font-size:30px; padding-bottom:25px; color:#000000}
.Industry_info_content{ text-align:left; line-height:200%; font-size:15px;}
.Industry_info_content img{ max-width:100%}
.back_lists{ text-align:right; padding-top:20px;}
.back_lists a{ padding:15px 25px; color:#FFFFFF; font-size:16px; background-color:#e9972b;    border-radius: 8px;}


@media (max-width:1000px) {
.Industry ul li {
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 5%;}
}