.innerbanner{
	height:373px;
	width:100%;
	background-size:100% auto;
	background:center;
}



@media screen and (max-width:650px ) {

.innerbanner{
	height:180px;
}

}




.backcolor{
	background: #f2f2f2;
}
.contentts{
	max-width: 1200px;
	margin: 0 auto;
	padding: 2% 0 3%;
}

.contsmenu{
	width: 100%;
	display: block;
	text-align: center;
    border-bottom: 1px solid #f0f2f5;
    background: #fff;
}
.contsun{
	max-width: 1200px;
	margin: 0 auto;
}
.contsun li{
	width: 15%;
	display: block;
	float: left;
	text-align: center;
}
.contsun li a{
	padding: 17px;
    display: block;
    font-size: 16px;
    color: #90939b;
}
.contsun li.on a,.contsun li:hover a{
	color: #444;
}
.contsenl{
    width: 70%;
	background: #fff;
	padding: 1% 3% 3%; 
}
.contsenr{
	width: 16%;
	background: #fff;
	padding: 1% 2%; 
}
.recommends{
	width: 96%;
	margin: 0 auto;
}
.recom{
	font-size: 18px;
    font-weight: 300;
    margin: 0px;
}
.recomul li{
	width: 100%;
	border-bottom:1px dashed #696969 ;
	padding: 9% 0;
	text-align: center;
}
.recomul li a{
	color: #90939b;
	line-height: 30px;
    width:100%;
    overflow:hidden;
}
    .recomul li a img{
        width:100%;
    }


.recomul li:nth-last-child(1){
	border:none
}







/*       -----------       product        ---------------         */
.product{
	width: 100%;
	overflow: hidden;
}
.product li{
    width: 23%;
    display: block;
    float: left;
    background: #fff;
    box-shadow: 0 1px 1px #eee;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
}
.product figure{
	margin: 0 ;
}
.prokimg{
	width: 100%;
	display: block;
	overflow: hidden;
}
.prokimg img{
	width: 100%;
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.profig:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.profig{
	width: 100%;
}
.prots h4 a{
    color: #464646;
}
.prots h4 {
    margin: 0;
    font-size: 16px;
    text-align: left;
    line-height: 52px;
    padding-left: 5%;
    border-top:1px solid #eee;
}
.profig:hover .mask {
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.mask {
    position: absolute;
    width: 100%;
    height: 81%;
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    z-index: 2;
}
.profig:hover .mask img{
	display: inline-block;
}
.mask img{
	width: 17%;
    position: absolute;
    left: 37%;
    top: 40%;
    display: none;
}



/*       -----------       cooperts        ---------------         */
.cooperts{
	width: 100%;
}
.cooperts li{
	width:31%;
	display: block;
	float: left;
	margin-right: 2.2%;
	overflow: hidden;
	position: relative;
	margin-bottom: 2%;
}
.cooperdiv{
	width: 90%;
	margin: 0 auto;
}
.coopimgs img{
	width: 100%;
}
.cooperts li p{
	color: #848484;
    font-size: 13px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.cooperh4 {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #595959;
    transition: all ease-out 0.2s;
    border-bottom: 1px solid #E1E1E1;
    text-align: left;
    width: 100%;
    position: relative;
}
.coopi{
	position: absolute;
    width: 10px;
    height: 1px;
    background-color: #3C3C3C;
    margin-top: -1px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cooperts li:hover .coopi {
    width: 100%;
}




/*              -----------        news        ----------                 */
.newsnrs{
	padding-bottom: 3%;
}
.newsdivs{
	padding: 2% 0;
	overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.newschak{
	color: #666;
	line-height: 40px;
	font-size: 14px;
	float: right;
    margin-right: 8%;
}
.newsdivs .newsfa1 p{
	line-height: 46px;
}
.newsdivs .newsfar .newsfrp{
	font-size: 16px;
	line-height: 40px;
}
























