﻿
        $(function() {  
            
            $("#indexabout img").LoadImage(true,520,100);  //首页公司简介 
            $("#indexcontact img").LoadImage(true,200,184); //首页联系我们 
            
            $("#productshow img").LoadImage(true,600,600);  //产品详细 页面   
            
            $("#newshow img").LoadImage(true,600,600);      //新闻详细 页面
            
            $("#market img").LoadImage(true,550,375);  //market
            
            $("#faq img").LoadImage(true,600,600);  //Faq
            
            $("#contact img").LoadImage(true,514,38);  //联系我们
            
            //$("#about img").LoadImage(true,600,600);  //公司简介页面
            
         
            
            
        });


