var tempstr = '';
tempstr += '
';
tempstr += '	| 公司: | 重庆千络安生物科技有限责任公司 | 
';
tempstr += '	| 联系人: | 漆先生 | 
';
tempstr += '	| 地址: | 重庆市两江新区天宫殿街道 | 
';
tempstr += '	| 邮编: |  | 
';
tempstr += '	| 电话: | 13512366919 | 
';
tempstr += '	| 手机: | 13512366919 | 
';
tempstr += '	| 传真: |  | 
';
tempstr += '	| 微信: |  | 
';
tempstr += '	| Email: | qiqigui@126.com | 
';
tempstr += '	| 网址: |  | 
';
tempstr += '
';
document.getElementById('contact_info').innerHTML = tempstr;