.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e7be3c3:#001D41;--e-global-color-ebd0b24:#1579FF;--e-global-color-599246a:#F4F5F9;--e-global-color-cbb57f8:#F4F5F9;--e-global-color-74f1b99:#001D41;--e-global-color-ac13e85:#709FD1;--e-global-color-6eefb24:#F4FAFF;--e-global-color-e7d2f30:#222637;--e-global-color-3f37024:#2C7EEA;--e-global-color-6095925:#3EBCF8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:200;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<script src="https://webapi.amap.com/maps?v=2.0&key=YOUR_AMAP_KEY"></script>
<script>
    jQuery( document ).ready( function() {
        jQuery( '.elementor-widget-map iframe' ).each( function() {
            var $this = jQuery( this );
            var src = $this.attr( 'src' );
            if ( src ) {
                var mapContainer = document.createElement( 'div' );
                mapContainer.style.width = '100%';
                mapContainer.style.height = $this.height() + 'px';
                $this.replaceWith( mapContainer );
                var map = new AMap.Map( mapContainer, {
                    zoom: 13,
                    center: [116.397428, 39.90923] 
                });
            }
        });
    });
</script>/* End custom CSS */