|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
You are here » Home Page
» News
» China’s Growth better then expected
China’s Growth better then expected
2013-01-10
source own
China the world’s second largest economy and the largest trade partner in the Bric group has reported better than expected trade figures for December 2012 adding confidence to market analysis that China’s economy is rebounding.
When compared to December 2011 exports grew by over 14.1 % and imports increased by 6.1% from the same period last year indicating a strong domestic demand.
The increase in exports is practically good news as it shows demand for Chinese made goods overseas. Europe and the US are China’s Biggest Trade Partners with these markets rebounding slightly part of this increase in export demand has come from here but the markets were China is showing the strongest growth in Exports is in its Bric Partners Brazil, Russia, India and South Africa and also in other emerging Asian, African and Latin American countries. China's trade with Russia increased by 11.1%, Brazil 2%, India 5.5% and South Africa 6.2% taking Russia to China trade now to be worth over US$ 88 billion for 2012 and trade with Brazil just under US$86 billion for last year
BricPartner states “that a slowdown in China has been a concern for many China watches but with December figures analysis expect better growth in China for 2013 when compared to 2012 estimated 7.6% GDP growth”.
|
|
|
|