.con_box{
    /* border: 1px solid red; */
}
.ban_ass>img{
    width: 100%;
}
.lou_top{
    /* border: 1px solid red; */
    padding: 15px 0px 0px;
}
.lou_ttit>img,
.lou_ttit>span{
    display: inline-block;
    vertical-align: middle;
}
.lou_ttit>img{
    margin-right: 20px;
}
.lou_ttit>span{
    font-size: 24px;
    color: #000000;
}
.ltmore>span,
.ltmore>i{
    display: inline-block;
    vertical-align: middle;
}
.ltmore>span{
    font-size: 16px;
    color: #4e4d4d;
    line-height: 40px;
}
.ltmore:hover span{
    color: #089620;
}
.ass_jt{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #7f7f7f url(../images/ass_jt.png) no-repeat center center;
    text-align: center;
    margin-left: 10px;
}
.ltmore:hover .ass_jt{
    background-color: #089620;
}
/* 产品列表 */
.asscon>ul{
    margin-right: -22px;
}
.asscon>ul>li{
    width: 220px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb( 242, 242, 242 );
    background-color: rgba( 255, 255, 255, 0 );
    margin: 0px 16px 10px 0px;
}
/* .asscon>ul>li:hover{
    border-width: 1px !important;
} */
.ass_aimg{
    width: 100%;
    height: 224px;
    overflow: hidden;
    display: block;
}
.ass_aimg>img{
    width: 100%;
    height: 100%;
}
.ass_cin{
    border-top: 1px solid rgb( 242, 242, 242 );
    border-bottom: 1px solid rgb( 242, 242, 242 );
    padding: 10px;
    height: 82px;
}
.ass_cit{
    font-size: 12px;
    color: #333333;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.ass_cis{
     margin-top: 10px;
}
.ass_cis .fl{
    font-size: 12px;
    color: #888888;
}
.ass_cis .fr>img,
.ass_cis .fr>em{
    display: inline-block;
    vertical-align: middle;
}
.ass_cis .fr>em{
    font-size: 12px;
    color: #666666;
}
.ass_cbot{
    height: 34px;
}
.cbli{
    float: left;
    text-align: center;
    height: 100%;
    border-right: 1px solid rgb( 242, 242, 242 );
    box-sizing: border-box;
}
.cbli:last-child{
    border-right: none;
}
.cbo{
    font-size: 12px;
    color: #999999;
    line-height: 32px;
}
.cbo,
.cbt{
    width: 40%;
}
.cbs{
    width: 20%;
}
.cbt,.cbs{
    line-height: 32px;
}
.cbt_i{
    display: inline-block;
    width: 16px;
    height: 19px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.cbs_i{
    display: inline-block;
    width: 22px;
    height: 25px;
    background-size: 100% 100%;
    vertical-align: middle;
}

/* 右边固定导航 */
.inner{
    position: relative;
}
.navbox{
    width: 75px;
    position: fixed;
    display: none;
    top: 130px;
    right: 10%;
    z-index: 10;
}
.asstop{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1db240;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}
  .Rnav li {
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #959595;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    border-radius: 2px;
    float: none;
  }
  .Rnav .active {
    background: #6db81c;
  }
  .top{
      width: 100%;
      padding: 6px 0px;
      margin-top: 2px;
      text-align: center;
      background: #bababa;
      cursor: pointer;
  }
  .top>img{
      display: block;
      margin: 0px auto 6px;
  }
  .top>p{
      font-size: 14px;
      color: #ffffff;
      font-weight: bold;
  }
  .top:hover{
      background: #1db240;
  }
  
/* 公共 */
.fl {
	float: left;
}

.fr {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

@media screen and (max-width: 1440px) {
    .navbox{
        right: 0;
        z-index: 22;
    }
}