亚洲乱亚洲乱无码少妇无码99p_20款禁用软件app下载网站_婦女網站愛嘿嘿視頻免費觀看_97影院在线午夜_12周岁女裸体自慰免费_性色av一区二区_a人片在线观看苍苍影院_特级淫片日本高清视频_三级成人在线播放_亚洲激情图片网

News Center
新聞中心
Our services, your peace of mind
優(yōu)秀供應(yīng)商
來源:恒達電力 發(fā)布時間:2022-02-25 瀏覽量:3595

微信圖片_20220225110503.jpg

?
地 址:西安市北二環(huán)中段佳家SPORT花園1棟3-302室
電 話:029-86512378
郵 箱:sxhddl@163.com
版權(quán)所有?2016 陜西恒達電力有限公司 All Rights Reserved 陜ICP備18018819號-1 技術(shù)支持:陜西奈特網(wǎng)站建設(shè)
')); $(".fullScreen").html(zpConHtml); $(".wrapTl").each(function(){ var bgStyleCon = $(this).attr('bgStyleCon'); if(bgStyleCon) { if(bgStyleCon.indexOf('#') == 0) { $(this).attr('style','background:'+bgStyleCon); } else { $(this).attr('style','background:url('+bgStyleCon+') repeat center center'); } } }); } }); $(".fullScreen").animate({left: 0},1000,'easeOutExpo',function(){ $(".zpConFullScreen").html($(".fullScreen").html()); $(".fullScreen").hide(); $(".wrapTl").each(function(){ var bgStyleCon = $(this).attr('bgStyleCon'); if(bgStyleCon) { if(bgStyleCon.indexOf('#') == 0) { $(this).attr('style','background:'+bgStyleCon); } else { $(this).attr('style','background:url('+bgStyleCon+') repeat center center'); } } }); $(".zpBtNew").hide(); $("#conHeader .fl a").hover( function () { $(this).children().stop(false,true); $(this).children().fadeIn("normal"); }, function () { $(this).children().stop(false,true); $(this).children().fadeOut("normal"); }); }); } */ $('.conHeaderTop a.zpBtArrL').live('click',function(){ var url = $(this).attr('href'); if(!url) return; if(url=='javascript:void(0);') return; $(this).attr('href','javascript:void(0);'); zpConShow1(url); }); $('.conHeaderTop a.zpBtArrR').live('click',function(){ var url = $(this).attr('href'); if(!url) return; if(url=='javascript:void(0);') return; $(this).attr('href','javascript:void(0);'); zpConShow2(url); }); $('.conHeaderTop a.zpBt1').live('click',function(){ zpConClose(); }); function sendXQ(){ //if($('#sendBtn').attr('class') != 'submitBt') return; $('#sendInfo').html(''); var send = true; var name = $('#contact_name').val(); var tel = $('#contact_tel').val(); var mail = $('#contact_mail').val(); var com = $('#contact_com').val(); var con = $('#contact_con').val(); if(name == '' || name == '填寫姓名') { send = false; $('#contact_name').css("border-color","#fd8200"); } if(tel == '' || tel == '聯(lián)系電話') { send = false; $('#contact_tel').css("border-color","#fd8200"); } if(mail == '' || mail == '電子郵箱') { send = false; $('#contact_mail').css("border-color","#fd8200"); } if(con == '' || con == '填寫詳細需求') { send = false; $('#contact_con').css("border-color","#fd8200"); } if(!send) return; $('#sendBtn').hide(); $('#sendInfo').html('正在發(fā)送, 請稍候...'); //$('#sendBtn').attr('class', 'submitSending'); $.ajax({url: "/TG/ajax/Se"+"ndMa"+"il.php",type: "post",data:{name:name,tel:tel,mail:mail,com:com,con:con}, error:function(){alert("theresan error with AJAX");$('#sendBtn').attr('class', 'submitBt');}, success:function(data){ var result = eval('('+data+')'); if(result.success) { $('#sendInfo').html(''); $('#contact_name').val(''); $('#contact_tel').val(''); $('#contact_mail').val(''); $('#contact_com').val(''); $('#contact_con').val(''); /* $("[title=contactForm]").css("color","#333333"); $("[title=contactForm]").css("border-color","#d9d9d9"); */ $("[title=contactForm]").attr("readOnly",true); $('#sendInfo').html('發(fā)送完成.'); //$('#sendBtn').attr('class', 'submitSendOk'); $('#sendBtn').show(); } else { var errInfo = ""; var info = result.info; for(var x in info) { errInfo += info[x] + '. '; $('#contact_'+x).css("border-color","#fd8200"); } $('#sendInfo').html(errInfo); //$('#sendBtn').attr('class', 'submitBt'); $('#sendBtn').show(); } } }); } //Showtit /* $(".zp_box").hover ( function () { $(this).children().stop(false,true); $(this).children(".pop_tit").slideDown("fast"); }, function () { $(this).children().stop(false,true); $(this).children(".pop_tit").slideUp("fast"); } ) */ $(".zp_box").live('mouseenter',function(){ $(this).children().stop(false,true); $(this).children(".pop_tit").slideDown("fast"); }).live('mouseleave',function(){ $(this).children().stop(false,true); $(this).children(".pop_tit").slideUp("fast"); }); $('.pages a').live('click',function(){ var url = $(this).attr('href'); if(!url) return; if(url=='javascript:void(0);') return; $(this).attr('href','javascript:void(0);'); gotopage(url); }); function gotopage(pageurl){ $("#"+curPortflioi).load(pageurl+"?"+Math.random());//, function(){ $("#"+curPortflioi).animate({height: $("#"+curPortflioi+" .zp_list").height()+$("#"+curPortflioi+" .pages").height()}, 400); } } $("#page21").load("/portfolio/?"+Math.random()); $("#page22").load("/portfolio/app/?"+Math.random()); $("#page23").load("/portfolio/web/?"+Math.random()); $("#page24").load("/portfolio/icon/?"+Math.random()); //$("#page25").load("/portfolio/graphic/?"+Math.random()); var baidumap = new BMap.Map("baidumapBox"); baidumap.enableScrollWheelZoom(true); baidumap.centerAndZoom(new BMap.Point(116.497136,39.979593),17); //初始化時,設(shè)置中心點和地圖縮放級別。 var point = new BMap.Point(116.496900,39.980400); /* var marker = new BMap.Marker(point); // 創(chuàng)建標注 baidumap.addOverlay(marker); // 將標注添加到地圖中 marker.setAnimation(BMAP_ANIMATION_BOUNCE); //跳動的動畫 var label = new BMap.Label("北京市朝陽區(qū)大屯里317號金泉時代C座1119室",{offset:new BMap.Size(-65,22)}); marker.setLabel(label); */ var polyline = new BMap.Polyline([ new BMap.Point(116.497019,39.978152), new BMap.Point(116.496381,39.978553), new BMap.Point(116.49639,39.979835), new BMap.Point(116.496682,39.979849), point ], {strokeColor:"blue", strokeWeight:3, strokeOpacity:0.3}); baidumap.addOverlay(polyline); function ComplexCustomOverlay(point, text, mouseoverText){ this._point = point; this._text = text; this._overText = mouseoverText; } ComplexCustomOverlay.prototype = new BMap.Overlay(); ComplexCustomOverlay.prototype.initialize = function(map){ this._map = map; var div = this._div = document.createElement("div"); div.style.position = "absolute"; div.style.zIndex = BMap.Overlay.getZIndex(this._point.lat); div.style.backgroundColor = "#fd8200"; div.style.border = "0px solid #BC3B3A"; div.style.color = "white"; div.style.height = "18px"; div.style.padding = "2px 11px"; div.style.lineHeight = "18px"; div.style.whiteSpace = "nowrap"; div.style.MozUserSelect = "none"; div.style.fontSize = "12px" var span = this._span = document.createElement("span"); div.appendChild(span); span.appendChild(document.createTextNode(this._text)); var that = this; var arrow = this._arrow = document.createElement("div"); arrow.style.background = "url(/skin/tg2013/images/bdmplabel.png) no-repeat"; arrow.style.position = "absolute"; arrow.style.width = "11px"; arrow.style.height = "10px"; arrow.style.top = "21px"; arrow.style.left = "60px"; arrow.style.overflow = "hidden"; div.appendChild(arrow); div.onmouseover = function(){ this.style.backgroundColor = "#6BADCA"; this.style.borderColor = "#0000ff"; this.getElementsByTagName("span")[0].innerHTML = that._overText; arrow.style.backgroundPosition = "0px -20px"; arrow.style.left = "120px"; div.style.left = (parseInt(div.style.left)-60) + "px"; } div.onmouseout = function(){ this.style.backgroundColor = "#fd8200"; this.style.borderColor = "#BC3B3A"; this.getElementsByTagName("span")[0].innerHTML = that._text; arrow.style.backgroundPosition = "0px 0px"; arrow.style.left = "60px"; div.style.left = (parseInt(div.style.left)+60) + "px"; } baidumap.getPanes().labelPane.appendChild(div); return div; } ComplexCustomOverlay.prototype.draw = function(){ var map = this._map; var pixel = map.pointToOverlayPixel(this._point); this._div.style.left = pixel.x - parseInt(this._arrow.style.left) + "px"; this._div.style.top = pixel.y - 30 + "px"; } var txt = "陜西恒達電力有限公司", mouseoverTxt = "陜西恒達電力有限公司" ; var myCompOverlay = new ComplexCustomOverlay(point, txt, mouseoverTxt); baidumap.addOverlay(myCompOverlay); $(".aboutPicB li").hover ( function () { $(this).children().stop(false,true); $(this).children(".picFc").fadeTo("normal",0.8); }, function () { $(this).children().stop(false,true); $(this).children(".picFc").fadeTo("normal",0); } );