﻿.wp-title_content{ width:100%; text-align:center;}
.wp-title_content h1{ font-size:36px; color:#000000; margin:50px 0px 20px 0px;}
.wp-title_content p{ font-size:14px; color:#888888;}
.industry{ width:100%; float:left; margin-top:50px; margin-bottom:34px;}
.industry li{ width:386px; height:480px; overflow: hidden; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; position: relative;}
.industry_container{ width:auto; margin:0 auto; max-width: 1220px; }
.industry li h1{ width:100%; float:left; line-height:35px; font-size:22px; color:#ffffff; padding:20px 0px 10px 0px;}
.industry li p{ width:100%; float:left; line-height:26px; font-size:14px; color:#ffffff; padding:0 20px 10px 20px;}
.industry li span{ float:left; width:100%; height: 55px;}
.industry li img{ transition: all 0.5s;}
.industry li a:hover img{ transform: scale(1.1);}
.industry_list{ width:100%; float:left; position: absolute; background:rgb(0,0,0,.5); z-index:99; bottom:0; text-align:center; overflow: hidden;}


@media only screen and (max-width: 991px) {
    .industry li {
        width: 330px;
        margin: 0 auto 20px;
        float: initial;
    }
}