$(function(){
jQuery(".picScroll-left").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"left",autoPlay:true});
$('.wel-apic').width(Math.floor($('.wel-about').width() * 0.475))
$('.wel-box-con li:last').css('margin-right','0');
$('.wel-about-box').width($('.wel-about').width() - $('.wel-apic').width())
window.onresize = function(){
$('.wel-about-box').attr("style","");
$('.wel-apic').width(Math.floor($('.wel-about').width() * 0.475))
$('.wel-about-box').width($('.wel-about').width() - $('.wel-apic').width())
}
})
$("#carousel_1").FtCarousel();
$("#carousel_2").FtCarousel({
index: 1,
auto: false
});
$("#carousel_3").FtCarousel({
index: 0,
auto: true,
time: 3000,
indicators: false,
buttons: true
});