.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .typelist {
	margin-top: -92px;
	position: relative;
	z-index: 10;
}

.banner .typelist ul {
	box-sizing: border-box;
	width: 100%;
	background-color: #0075c2;
	border-top: 4px solid #ffffff;
	background-image: url(../images/contact_typelist_icon.png);
	background-repeat: no-repeat;
	background-position: right 60px center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	padding-top: 28px;
	padding-bottom: 26px;
	padding-left: 30px;
}

.banner .typelist ul li a {
	font-size: 18px;
	color: #71b3df;
	line-height: 34px;
	padding: 0 30px;
	background-image: url(../images/typelist_list_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.banner .typelist ul li:last-child a {
	background-image: none;
}

.banner .typelist ul li.active a {
	color: #FFFFFF;
}

.main {
	background-color: #f6f6f6;
	padding-bottom: 120px;
	padding-top: 120px;
}

.main .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .l {
	width: calc((510 / 1400)*100%);
	box-sizing: border-box;
	padding-left: 60px;
}

.main .l .contacts {
	width: 100%;
	height: 100%;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 240px;
	position: relative;
}

.main .l .contacts .contact_logo {
	width: 240px;
	height: 138px;
	background-color: #ffbf00;
	position: absolute;
	top: 60px;
	left: -60px;
}

.main .l .contacts .contact_logo img {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.main .l .contacts ul li {
	padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.main .l .contacts ul li:last-child {
	border:none;
}

.main .l .contacts ul li h5 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
}

.main .l .contacts ul li p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
}

.main .r {
	width: calc((890 / 1400)*100%);
}

.main #map {
	position: relative;
}

.main #map #map_main {
	height: 565px;
	width: 100%;
}

.main #map .button-group {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.main #map .button-group input {
	height: 28px;
    line-height: 28px;
    background-color: #0D9BF2;
    color: #FFF;
    border: 0;
    outline: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}

@media screen and (max-width: 550px ) {
	
	.banner .typelist {
		display: none;
	}
	
	.main {
		padding-top: 20px;
		padding-bottom: 70px;
	}
	
	.main .container {
		flex-flow: row wrap;
	}
	
	.main .l {
		width: 100%;
		padding-left: 0px;
	}
	
	.main .l .contacts .contact_logo {
		left: 0px;
	}
	
	.main .r {
		width: 100%;
	}
	
	.main #map #map_main {
		height: 365px;
		width: 100%;
	}
	
	
}