.banner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner #map {
	display: block;
	width: 100%;
	height: 595px;
}

.banner .layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	background-color: rgba(0,0,0,.6);
}

.banner ul.typelist {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: calc(100% - 220px);
	padding: 25px 0px;
	background-color: rgba(255,255,255,.4);
}

.banner ul.typelist li a {
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	width: 370px;
	height: 50px;
	background-color: #FFFFFF;
	margin: 0 10px;
}

.banner ul.typelist li.active a {
	color: #FFFFFF;
	background-color: #138e4d;
}

.main {
	background-color: #f4f4f4;
	padding-bottom: 110px;
}

.main .clear {
	height: 1px;
	background-color: transparent;
}

.main .container {
	width: calc(100% - 220px);
	background-color: #FFFFFF;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 80px; 
	margin-top: -65px;
	position: relative;
	z-index: 2;
}

.main .main_top {
	border-bottom: 1px dashed #dcdcdc;
}

.main .main_top h2.typename {
	font-size: 28px;
	color: #333333;
	line-height: 128px;
}

.main .item1 {
	box-sizing: border-box;
	padding-top: 75px;
	padding-bottom: 105px;
}

.main .item1 .contacts {
	box-sizing: border-box;
	padding: 0 50px;
}

.main .item1 .contacts h4.title {
	font-size: 34px;
	color: #333333;
	line-height: 94px;
	background-image: url(../images/title_bg4.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
}

.main .item1 .contacts ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 90px;
}

.main .item1 .contacts ul li {
	width: calc(100% / 3);
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-position: right top 80px;
}

.main .item1 .contacts ul li i {
	display: block;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

.main .item1 .contacts ul li:nth-of-type(3) {
	background-image: none;
}

.main .item1 .contacts ul li:nth-of-type(1) i {
	background-image: url(../images/contact_i1.png);
}

.main .item1 .contacts ul li:nth-of-type(2) i {
	background-image: url(../images/contact_i2.png);
}

.main .item1 .contacts ul li:nth-of-type(3) i {
	background-image: url(../images/contact_i3.png);
}

.main .item1 .contacts ul li h5 {
	font-size: 38px;
	color: #333333;
	line-height: 84px;
	text-align: center;
}

.main .item1 .contacts ul li .content p {
	font-size: 24px;
	color: #666666;
	line-height: 42px;
	text-align: center;
}

.main .item2 {
	padding-bottom: 75px;
}

.main .item2 .message h4.title {
	font-size: 34px;
	color: #333333;
	line-height: 94px;
	background-image: url(../images/title_bg4.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	margin-bottom: 65px;
}




@media screen and (max-width: 1600px) {
	.main .item1 .contacts {
		padding: 0px;
	}	
}

@media screen and (max-width: 1500px) {
	.main .item1 .contacts ul li h5 {
		font-size: 28px;
	}
	
	.main .item1 .contacts ul li .content p {
		font-size: 16px;
	}
}



@media screen and (max-width: 550px) {
	
	.banner #map {
		height: 250px;
	}
	
	.banner .layer {
		display: none;
	}
	
	.banner ul.typelist {
		display: none;
	}
	
	.main {
		padding-bottom: 0px;
	}
	
	.main .main_top h2.typename {
		display: none;
	}
	
	.main .main_top .path {
		float: none;
	}
	
	.main .item1 {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	.main .container {
		width: 100%;
		margin-top: 0px;
		padding: 0 10px;
	}
	
	.main .item1 .contacts h4.title {
		font-size: 32px;
		line-height: 64px;
		margin-bottom: 20px;
	}
	
	.main .item1 .contacts ul {
		margin-top: 40px;		
		flex-flow: row wrap;
	}
	
	.main .item1 .contacts ul li {
		width: 100%;
		background-image: none;
		margin-bottom: 20px;
	}
	
	.main .item1 .contacts ul li h5 {
		font-size: 18px;
		line-height: 34px;
	}
	
	.main .item1 .contacts ul li .content p {
		font-size: 14px;
		line-height: 32px;
	}
	
	.main .item2 {
		padding-bottom: 20px;
	}
	
	.main .item2 .message h4.title {
		font-size: 32px;
		line-height: 64px;
		margin-bottom: 20px;
	}
	
	.mess_info ul li {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	
	.mess_info ul li input {
		height: 50px !important;
		line-height: 50px !important;
		font-size: 16px !important;
	}
	
	.mess_info ul li textarea {
		height: 130px !important;
	}
	
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder { 
	/* WebKit browsers */
		font-size: 16px !important; 
	} 
	input:-moz-placeholder,
	textarea:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
		font-size: 16px !important; 
	} 
	input::-moz-placeholder,
	textarea::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
		font-size: 16px !important; 
	} 
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
		font-size: 16px !important; 
	}
	
}