﻿.l-wrap {width:100%}
.map-box{display:flex;flex-wrap:wrap;justify-content: space-between;}
.map-box .map{width:48%;margin:30px 0 0;display: flex;flex-direction: column}
.map-box .map iframe{width:100%;height:400px;}
.map-box .map .info{flex:1;background: var(--color);text-align: center;color: #fff;padding: 10px;}
@media (max-width:1280px){.map-box .map{width:100%}
.map-box .map iframe{height:300px;}}
@media screen and (max-width: 768px){.l-wrap {width:auto}}

.contact .contact-item .con{width: 100%;}
.list-paddingleft-2.pro-ulli1 li:last-child .contact-item{flex-wrap:wrap;justify-content:flex-end}
.list-paddingleft-2.pro-ulli1 li:last-child .contact-item .con{flex:unset;width:calc(100% - 50px)}
.map-box{display:flex;flex-wrap:wrap;justify-content: space-between;}
.map-box .map{width:48%;margin:30px 0 0;display: flex;flex-direction: column}
.map-box .map iframe{width:100%;height:400px;}
.map-box .map .info{flex:1;background: var(--color);text-align: center;color: #fff;padding: 10px;}
@media (max-width:1280px){.map-box .map{width:100%}
.map-box .map iframe{height:300px;}}