.contact .title {
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #010101;
}

.contact_main {
	margin-top: 0.5rem;
}


/* 上面三块 */
.contact_info {
	height: 2.47rem;
	align-content: center;
}

.contact_info.flex_box .flex_box1,
.contact_info.flex_box .flex_box2,
.contact_info.flex_box .flex_box3 {
	text-align: center;
	height: 2.47rem;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	border: 0.01rem solid #EDEFF2;
	justify-content: center;
	flex: 0 0 25%;
	transition: var(--transition);
}

.contact_info.flex_box .flex_box1:hover,
.contact_info.flex_box .flex_box2:hover,
.contact_info.flex_box .flex_box3:hover {
	border: 0.01rem solid var(--main_color);
}

.contact_info .title {
	font-size: 0.2rem;
	color: var(--main_color);
	font-weight: normal;
}

.contact_info .img {
	margin: 0 auto;
}

.flex_box1 .img {
	width: 0.32rem;
	height: 0.4rem;
	margin-bottom: 0.13rem;
}

.flex_box2 .img {
	width: 0.4rem;
	height: 0.41rem;
	margin-bottom: 0.12rem;
}

.flex_box3 .img {
	width: 0.41rem;
	height: 0.31rem;
	margin-bottom: 0.17rem;
}

.contact_info .information {
	font-size: 0.16rem;
	color: #333333;
	margin-top: 0.32rem;
	line-height: 0.28rem;
	min-height: 0.49rem;
	justify-content: center;
	align-items: center;
}

/* 下半部分 */
.map.flex_box {
	margin-top: 0.58rem;
}

.map.flex_box .flex_box1 {
	flex: 0 0 6.5rem;
}

.map.flex_box .flex_box2 {
	flex: 0 0 0.42rem;
}

.message .item {
	line-height: 1;
}

.message .input {
	border: 0.01rem solid #EDEFF2;
	height: 0.43rem;
	background: #F9F9F9;
	padding: 0.1rem;
	width: 100%;
	margin-bottom: 0.2rem;
}

.message .textarea {
	height: 1.31rem;
	border: 0.01rem solid #EDEFF2;
	background: #F9F9F9;
	padding: 0.1rem;
	resize: none;
	width: 100%;
}

.message .textarea:focus {
	outline: none;
}

.message .input::-webkit-input-placeholder,
.message .textarea::-webkit-input-placeholder {
	font-size: 0.16rem;
	color: #A8A8A8;
}

.message .input::-moz-placeholder,
.message .textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 0.16rem;
	color: #A8A8A8;
}

.message .input:-moz-placeholder,
.message .textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 0.16rem;
	color: #A8A8A8;
}

.message .input:-ms-input-placeholder,
.message .textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 0.16rem;
	color: #A8A8A8;
}

.message .submit {
	background-color: var(--main_color);
	color: #fff;
	display: block;
	width: 100%;
	line-height: 0.41rem;
	text-align: center;
	border: 0.01rem solid var(--main_color);
	transition: var(--transition);
	margin-top: 0.1rem;
}

.message .submit:hover {
	background-color: #fff;
	color: var(--main_color);
	display: block;
	width: 100%;
	line-height: 0.41rem;
	text-align: center;
	border: 0.01rem solid var(--main_color);
}
.contact .common_center {
	padding-bottom: 1.4rem;
}


/* map */
.amap-layers {
	border: 1px solid #dadada;
}

#mapCotainer {
	width: 100%;
	height: 4.37rem;
}

#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}

div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}

div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 30px;
	text-align: left;
}

div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}

div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}

div.info-middle {
	font-size: 12px;
	padding: 10px;
	line-height: 21px;
	text-align: left
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
}

.amap-container img {
	width: auto;
	height: auto;
	display: inline-block;
}

@media only screen and (max-width: 768px) {
	#mapCotainer {
		height: 3rem;
	}
	.contact_info{
	    height: auto;
    flex-wrap: wrap;
    
	}
	.contact_info.flex_box .flex_box1, .contact_info.flex_box .flex_box2, .contact_info.flex_box .flex_box3{
	    
	    height: auto;
	    padding: 10px 5px;
	    flex: 0 0 50%;
	    margin-top: 0;
	}
	.contact_info .title{
	    font-size: 14px;
	}
	.contact_info .information p{
	    font-size: 12px;
	        max-height: 60px;
    overflow: auto;
	}
	.map.flex_box{
	        flex-direction: column;
	}
	.map.flex_box .flex_box1{
	    flex: 0 0 auto;
	}
	.map .flex_box3{
	    margin-top: 0;
	}
		.map .flex_box3 body{
		    margin: 0;
		}
		.contact .common_center{
		    padding-bottom: 15px;
		}
		.message .submit, 
		.message .input{
		    font-size: 12px;
		}
		.map.flex_box{
		    margin-top: 15px;
		}
		.message .textarea{
		    font-size: 12px;
		}
		
		




}
