.articel {
    background-color: #e2e2e2;
    width: 100%;
    overflow: hidden;
    padding:0 0 90px;
}
.articel .containe{
    overflow:hidden;
}

.articel .art-rt{
    float: left;
    margin:116px 0 0 16px;
}

.articel .art-rt ul{
    width:920px;
    margin-top: 40px;
    overflow: hidden;
}
.articel .art-rt ul li{
    float: left;
    width:282px;
    height:auto;
    /*overflow: hidden;*/
    margin:0 0 30px 24px;
    position: relative;
    /*background: #fff;*/
}
.articel .art-rt ul li a{
    display: inline-block;
    width:100%;
    height:100%;
    position: relative;
    left: 0;
    top: 0;
}
.articel .art-rt ul li .img1{
    width:100%;
    height:210px;
    transition: all .5s;
}
.articel .art-rt ul li .cpsl {
    width:282px;
    height:210px;
    overflow: hidden;
    display: none;
}
.articel .art-rt ul li .img1:hover{
    transform: scale(1.1);
	transition: all .5s;
}
.articel .art-rt ul li .mask {
    width: 100%;
    height: 100px;
    position: relative;
    /*top: 100%;*/
    /*text-align: center;*/
    /*line-height: 100px;*/
   margin-top: 25px;
}
.articel .art-rt ul li .img2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 282px;
    max-height: 210px;

}
.articel .art-rt .a-jiazai{
    display: block;
    color: #F7B400;
    margin:0 0 0 22px;
    text-align: center;
}
.articel .art-rt .a-jiazai img{
    vertical-align: middle;
    margin:0 10px 0 0;
}
.art-rt .jiaju{
	width: 920px;
	height: 90px;
}
.art-rt .jiaju .jiaju_j{
	width: 920px;
	text-align: center;
	font-size: 26px;
	color: #008bd5;
	line-height: 36px;
}
.art-rt .jiaju .jiaju_t{
	width: 920px;
	height: 46px;
	text-align: center;
}
.art-rt .jiaju .jiaju_t img{
	width: 16px;
	height: 46px;
	text-align: center;
}












