$(function(){
$('#header').after("
")
$('.home_content .home_aboutus h3').before("about us
");
$('.home_content .home_productlist h3').before("hot products
");
$('.home_content .home_newscenter h3').before("news infornation
");
$('.home_content .home_album h3').before("photo album
")
$('.home_content .home_contactway h3').before("contact us
")
$('.home_content .home_honour h3').before("honour certificate
")
$('.home_content .home_category h3').before("product classify
")
$('.tps_about_us').append("about us
")
$('.pagein_content .home_productlist h3').after('');
$('.pagein_content .mode_con_title a').html('更多+');
$('.home_content .tps_news_center').find('ul').before('')
$('.home_content .tps_contact_way').addclass('clr');
/*$('.home_content .tps_contact_way li').eq(2).remove();*/
var iconul = $('.home_content .tps_contact_way');
iconul.find(".icon-name").append("");
iconul.find(".icon-tel,.icon-phone").append("");
iconul.find(".icon-email").append("");
iconul.find(".icon-area").append("");
iconul.find(".icon-fix").append("");
$('.home_contactway .tps_contact_way').append("")
$('.pagein_content .w26 .tps_bestproduct ul li .price em').html("面议");
//判断所在页面,执行地图方法
var judgeplace = function(){
var index = $('#navmenu').find('li.activity').index(),
len = $('#navmenu').find('li').length;
if(index == 0 || index == len-1){
baidumap.initmap();
}
if(index != 0){
$('body').css('background','#f4f4f4');
}
}
judgeplace();
var winwidth = ($(document).width()-1200)/2;
$('.tps_logo').animate({'left':winwidth},300);
$('.tps_nav').animate({'right':winwidth,'opacity':'1',},300);
})