Online message
If you are interested in our products, please leave a message or contact the online customer.
");
//history
$(".ri").hover(function() {
$(this).find(".his").css({
'color': 'white',
'backgroundColor':'#ff8700'
});
$(this).find(".ri-jt").css('background', 'url(/statics/images/history_07.png) no-repeat');
}, function() {
$(this).find(".his").css({
'color': 'black',
'backgroundColor':'white'
});
$(this).find(".ri-jt").css('background', 'url(/statics/images/history_11.png) no-repeat');
});
if(window.innerWidth>1080){
$(".le").hover(function() {
$(this).find(".his").css({
'color': 'white',
'backgroundColor':'#ff8700'
});
$(this).find(".le-jt").css('background', 'url(/statics/images/history_06.png) no-repeat');
}, function() {
$(this).find(".his").css({
'color': 'black',
'backgroundColor':'white'
});
$(this).find(".le-jt").css('background', 'url(/statics/images/history_03_03.png) no-repeat');
});
}else{
$(".ri,.le").hover(function() {
$(this).find(".his").css({
'color': 'white',
'backgroundColor':'#ff8700'
});
$(this).find(".ri-jt,.le-jt").css('background', 'url(/statics/images/history_07.png) no-repeat');
}, function() {
$(this).find(".his").css({
'color': 'black',
'backgroundColor':'white'
});
$(this).find(".ri-jt,.le-jt").css('background', 'url(/statics/images/history_11.png) no-repeat');
});
}