.int-tel-map {
	
    width: 100%;
    height: 440px;
    margin: 0px auto;
    position: relative;
	background:url(../images/gywmmap.png) no-repeat center;
	margin-top: 30px;
}
.int-tel-map .huiceng{
	width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);transition: all 600ms;
}
.int-tel-map:hover .huiceng{
	opacity: 0;filter: alpha(opacity = 0);
}
.int-tel-map .current{ 
	width:100%; height:100%;   text-align:center; z-index: 2;
}

.int-tel-map .current a{ display:block;padding:0px 0px; text-align:center; font-size:16px; color:#fff; border-radius:5px;width:100%;height:100%;  }
#allmap{ width:100%; position:fixed !important;  left:0px; top:0px;}
.allmap_close{ z-index:-2 !important;   opacity:0; filter:alpha(opacity=0);  transition:1s all; -webkit-transition:1s all; }
.allmap_open{z-index:1000 !important;  opacity:1; filter:alpha(opacity=100); transition:1s all; -webkit-transition:1s all;  }
@media(max-width:1048px){
    .allmap_close{
        display: none !important;
    }
    .allmap_open{
        display: block !important;
    }
}
.allmap_mask{ background:#f4f4f4;  opacity:-7; filter:alpha(opacity=70); width:100%; position:fixed; left:0px; top:0px; height:100%; z-index:-1;}

i.map_close{ position:fixed; width:34px; height:34px; right:40px; top:40px; background:url(../images/x2.gif) no-repeat center #f00;  z-index:1001; display:none; padding:5px; cursor:pointer; transition: all .57s; background-size:100% }
i.map_close:hover{  background-size:80%;  }

@media (max-width: 640px) {
    .int-tel-map {
        margin: 10px auto;
        height: 280px;
    }
}
.footer .copyright {

    background-color: #00508D;

}