
/* CSS Document */




/* fullSlide */
.fullSlide{width:100%;position:relative;height:410px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:410px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:410px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}

/*筛选相关*/
.mian-more{width:100%;}
.filter{ width:90%; padding:37px; background:#FFF;margin:auto;}
.filter dl{margin:0; margin-bottom:25px;}
.filter dl:nth-child(3){ margin-bottom:0;}
.filter dl dd{float:left;font-weight:bold;font-size:20px;margin:0;}
.filter dl dt{margin:0 0 0 80px;}
.filter dl dt a{font-weight:normal;margin:0 12px;color:#666;font-size:16px; line-height:26px;display:inline-block;}
.filter dl dt a:hover{cursor: pointer;}
.filter dl dt .hover{color:#012c8c;}


.home_pro{width:90%;margin:auto;}
.home_pro .lanren1{width:100%;display:flex;flex-wrap: wrap;}
.home_pro li{width:32%; margin-left:1%; overflow:hidden; border-bottom:1px solid #cdcdcd; padding-bottom:78px; margin-bottom:50px;}
.home_pro samp{width:100%; overflow:hidden;}
.home_pro samp img{width:100%;cursor: pointer;}
.home_pro .div{width:90%;margin:auto;}
.home_pro .div .title{width:100%; font-size:18px;  font-weight:bold; color:#19110b; margin-top:20px;}
.home_pro .div .span_a{ float:left; width:100%; font-size:16px; color:#999; margin-top:15px;}
.home_pro .div .span_b{  float:left; width:100%; font-size:16px; color:#666; line-height:37px; padding-bottom:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.showMorehandle{ display:table;width: 178px;height: 43px;line-height: 43px;border: 1px solid #19110b;color: #19110b;font-size: 14px;margin: 0 auto;text-align: center;border-radius: 5px;}



.recmdReno {
    background: #fff;
    padding: 35px 0;
    margin-top: 17px;
}
.recmdReno .recmd-title {
    padding-left: 16px;
    border-left: 3px solid #184da7;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #666;
}
.recmdReno .recmd-title a {
    float: right;
    font-weight: 100;
    font-size: 12px;
    cursor: pointer;
}
.recmdReno .renos {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.recmdReno .renos .reno {
    float: left;
    border-bottom: 1px solid #f0f0f0;
}
.recmdReno .renos .reno span {
    float: left;
	margin:0;
	width: 100%;
    padding: 14px 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.recmdReno .renos .reno img {
    width: 100%;
    height: 0px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    float: left;}
.recmdReno .renos .reno.ed {background-color: #184da7;}
.recmdReno .renos .reno.ed span {color: #fff;}
.recmdReno .renos .reno.ed img {height: 226px;}




