#banner {
    clear: both;
    min-width: 1200px;
}
#banner img {
    width: 100%;
}
.lj_case_bar{
	width: 1200px;
    margin: 0px auto;
    clear: both;
    min-height: 800px;
    padding: 60px 0px;
}
.lj_case_bar ul{
	overflow: hidden;
}
.lj_case_bar ul li {
    float: left;
    width: calc(33.33333333% - 30px);
    padding-bottom: 60px;
    position: relative;
    z-index: 99;
    margin: 0 15px;
    height: 340px;
    overflow: hidden;
}
.lj_case_bar ul li .bimg_box{
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-content: center;
}
.lj_case_bar ul li img {
    width: 100%;
    height: auto;
}
.lj_case_bar ul li .ctitle{
	margin-top: 10px;
}
.lj_case_bar ul li .ctitle a {
    color: #333;
    font-size: 22px;
}
.redmore{
	clear: both;
}
.redmore a {
    background: #e53738;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 175px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nodata{
	text-align: center;
	clear: both;
	color: #333;
	font-size: 22px;
}
