@charset "utf-8";
/* CSS Document */
.map-theme{
    font-size: 64px;
    color: #fff;
    text-align: center;
    padding-top:150px;
    padding-bottom: 12px;
    font-weight: bolder;
}
.map-search{
    width: 650px;
    height: 54px;
    border: #64b0d4 2px solid;
    border-radius: 28px;
    margin: 0 auto; }
.map-search p{
    font-size: 16px;
    color: #fff;
    line-height: 54px;
    margin-left: 30px;
    display: block;
    float: left;
}
.search-botton{
    width: 130px;
    height: 40px;
    background: #64b0d4;
    border-radius: 20px;
    display: block;
    line-height: 40px;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top:5px;
    transition:all 0.1s ease-in-out;
    color: #ffffff;
}
.search-botton:hover{
    margin-right: 8px;
}

.map{
    height: 1000px;
    width: 100%;
    max-width: 100%;
/*     background: #1b2e56; */
    position: relative;
    margin-bottom: 700px;
}
.map-contain{
    width:90%;
    max-width: 1200px;
    background: #FFFFFF;
    margin: 0 auto;
    position: relative;
    top: 60px;
    padding-top: 10px;
	box-shadow: 4px 4px 20px 7px rgba(255,255,255, 0.1);

}
.map-box{
    width: 98%;
    height: 400px;
    background: #1a1a1a;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
}
.map-message{
    width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.map-message h2{
    width: 20%;
    max-width: 150px;
    height: 54px;
    line-height: 54px;
    margin-top: 20px;
    color: #37a6df;
    font-size: 20px;
    font-weight: bolder;
    float: left;
    text-align: left;
    display: block;
    border-bottom: 2px solid #37a6df;
}
.map-message p{
    width: 77%;
    max-width: 580px;
    height: 54px;
    line-height: 60px;
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
    float: right;
    display: block;
    border-bottom: #37a6df 2px solid;
}



@media screen and (max-width: 480px){
    .map{
        margin-top: 40px;
			margin-bottom:auto;
			height:auto;
			padding-bottom:36px;
    }
    .map-theme{
        font-size: 36px;
        padding-top:80px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .map-search{
        width: 90%;
        height: auto;
        border: none;
        border-radius: unset;
        margin: 0 auto;
        text-align: center;

    }
    .map-search p{
        color:#fff;
        line-height: normal;
        margin-left: 0px;
        display: block;
        float: none;
    }
    .search-botton{
        float: none;
        margin-right: 0px;
        margin: 0 auto;
    }
    .search-botton:hover{
        margin-right: 0;
        margin: 0 auto;
    }

    .map-contain{
			width:96%;
        height: auto;
    }
    .map-box{
    }
    .map-message{
        width: 90%;
        margin-top: 20px;
			padding-bottom:30px;
    }
    .map-message h2{
        margin-top: 0px;
        border-bottom: none;
        float: none;
        height: auto;
		font-size:16px;
        line-height: 36px;
    }
    .map-message p{
        width: 100%;
        max-width: 580px;
        height: auto;
        line-height: normal;
        margin-top: 0px;
        font-size: 14px;
        text-align: left;
        float: none;
        display: block;
        border-bottom: #37a6df 2px solid;
        padding-bottom: 8px;
    }
}

















