.index6 .all{
    padding-top: 130px;
	background: url(../img/index6-bg.png) no-repeat;
	background-size: cover !important;
}

.index6 .p1{
    text-align: center;
    font-weight: bold;
}

.index6 .p2{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 80px;
}

.index6 .map{
    width: 50%;
	height: 663px;
	background: url(../img/map2.png) no-repeat center center;
	
}

.index6 .contact1{
    height: 663px;
}

@media only screen and (max-width: 991px) {
    .index6 .map{
        width: 100%;
        height: 500px;
        background: url(../img/map-b.png) no-repeat;
        background-size: 100% 100%;
    }

    .index6 .contact1 {
		width: 100%;
		height: auto;
		padding: 65px 70px 75px;
	}
}

@media only screen and (max-width: 820px) {
	.index6 .input {
		width: 100%;
	}

	.index6 .flex {
		display: flex;
		flex-direction: column-reverse;
	}

	.index6 .text3 {
		margin-left: 0;
		padding-top: 10px;
	}

	.index6 .submit {
		margin: 0 auto;
	}

	.index6 .contact1{
		padding: 50px;
	}
	
	.index6 .map{
        height: 400px;
    }
}

@media only screen and (max-width: 600px){
	.index6 .map{
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
	.index6 .p1 {
		font-size: 32px;
	}

	.index6 .p2 {
		font-size: 16px;
		width: 320px;
	}

	.index6 .contact1{
		padding: 40px 30px;
	}

	.index6 .submit {
		width: 130px;
		padding: 10px 0;
	}

	.index6 .map{
        height: 200px;
    }
}