.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.lc_logo{margin-left: 55px;}
.lc_head{
    padding: 10px 0;
background: #fff;
}
.lc_header{
    width: 100%;
    border-bottom: 1px solid #A8A8A8;
}
.lc_logo a{
    display: block;
    cursor: pointer;
}
.lc_header_in{
    padding: 10px 0 0 0;
}
.lc_menu{
    margin: 46px 0 0 40px;
}
.lc_menu li{
    float: left;
    font-size: 16px;
    margin: 0 25px;
    border-bottom: 2px solid #FFFFFF;
    text-align: center;
    position: relative;
    padding-bottom: 4px;
}
.lc_menu li.last {
    margin-right: 0;
}
.lc_menu li a{
    color: #000000;
    display: block;
    cursor: pointer;
}
.lc_menu li:hover{
    border-bottom-color:#c40000;
}
.lc_menu li:hover a{
    color:#c40000;
}
.lc_banner{
    width: 100%;
    background: #fff;
}
.lc_banner_in{

}
.lc_listDiv{
    padding: 10px 0;
}
.lc_listDiv1{
    
/*    height: 338px;*/
}
.lc_listDiv2{
/*    width: 598px;*/
/*    height: 338px;*/
}
.lc_listP{
    margin-bottom:4px;
    border:1px solid #ccc;
    width:596px;
    /*height:370px;*/
    cursor: pointer;
/*    padding-bottom: 10px;*/
}
.lc_listP img{width:100%;}
.lc_listP p{
    font-size: 18px;
	line-height:30px;
	height:30px;
    color: #333;
    
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.topTitle{font-size:25px;padding:0 0 0 15px;margin-bottom:10px;border:1px solid #ccc;line-height:2.3em;}

.lcImgDiv{width:100%;height:338px;position:relative;overflow: hidden;}
.lcImgDiv img{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

.listImgBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 80;
    opacity: 0.5;
}
.listImgBoxIn{
    /*width: 500px;
    height: 500px;*/
    display: none;
    background: #ccc;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 81;
}
.boxClose{
    width: 40px;
    position: absolute;
    right: -30px;
    top: -25px;
    cursor: pointer;
}