@charset "UTF-8";

.BMapLabel{
	font-size: 14px !important;
	font-weight: bold !important;
	left: 24px !important;
    top: -10px !important;
}
.map_top{
	position: relative;
}
.map_cont{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 554px;
	background: rgba(0,0,0,0.7);
	z-index: 99;
}
.map_cont ul{
	width: 300px;
	margin: 214px auto 0;
	text-align: center;
	color: #fff;
}
.map_ti{
	font-size: 24px;
	color:#fff;
}
.map_ti span{
	display: block;
	font-size: 12px;
	margin-top: 6px;
	color:#fff;
}
.map_dw{
	margin-top: 28px;
}
.map_dw a{
	display: inline-block;
	color: #fff;
	height:34px;
	padding-left: 34px;
	background: url(../images/mdw67.png) no-repeat left top;
	cursor: pointer;
}
.contact_info{
	margin: 60px auto;
}
.cont_ti{
	color: #000;
	font-size: 24px;
	text-align: center;
	margin-bottom: 22px;
}
.cont_ti span{
	display: block;
	color: #999;
}
.info_box{
	max-width:1200px;
	color: #666;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
}
.info_box li{
	margin-bottom: 16px;
}
.info_box .li_1{
	color: #666;
	font-size: 14px;
	margin-bottom: 6px;
}
.info_box .li_2 img{
	margin-right: 8px;
}
.zhix{
	width: 52px;
	height: 52px;
	border-radius:30px;
	border: 3px solid #797d94;
	margin: 20px auto 0;
	position: relative;
}
.zx_top{
	position: absolute;
	left: 18px;
	bottom: 26px;
	width: 10px;
	height: 15px;
	background: url(../images/mdw68.png) no-repeat;
	animation: move 1s infinite;
}
.zx_bot{
	position: absolute;
	left: 18px;
	top: 24px;
	width: 10px;
	height: 15px;
	background: url(../images/mdw70.png) no-repeat;
	animation: move 1s infinite;
}
@keyframes move{
	from{
		height: 0;
	}
	to{
		height: 14px;
	}
}
@-webkit-keyframes move{
	from{
		height: 0;
	}
	to{
		height: 14px;
	}
}
@-moz-keyframes move{
	from{
		height: 0;
	}
	to{
		height: 14px;
	}
}

.fc{
	width: 100%;
	height: 453px;
	background: url(../images/thumb11.jpg) no-repeat center 0;
	background-attachment: fixed;
	background-size: auto 100%;
}


.leave_word{
	max-width: 1200px;
	margin: 50px auto;
}
.lw_info li{
	width: 100%;
}
.lw_info .item1 input{
	background:#f8f8f8 url(../images/mdw71.png) no-repeat 94% center;
}
.lw_info .item2 input{
	background:#f8f8f8 url(../images/mdw72.png) no-repeat 94% center;
}
.lw_info .item3 input{
	background:#f8f8f8 url(../images/mdw73.png) no-repeat 94% center;
}
.lw_info .item4 textarea{
	background:#f8f8f8 url(../images/mdw74.png) no-repeat 99% 10px;
}
.lw_info .li_1{
	float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.lw_info li:nth-child(3){
	margin-right: 0;
}
.lw_info li input{
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    text-indent: 20px;
}
.lw_info li textarea{
	width: 1200px;
	height: 194px;
	background: #f8f8f8;
	border: none;
	padding: 10px;
}



.leave_word {
	text-align: center;
}
.leave_word button{
	width: 200px;
    height: 46px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    background: #e60012;
    border: none;
    outline: none;
    margin-top: 35px;
    border-radius: 3px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transform: all .3s;
}
.m_map_top{
	display: none;
}
/*适配到ipad*/
@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.info_box{
		padding: 0 20px;
	}
	.leave_word{
		margin: 15px 20px;
	}
	.lw_info li textarea{
		width: 100%;
	}
}

/*适配到手机*/
@media only screen and (min-width: 320px) and (max-width: 640px) {
	
	.w94{
		width: 94vw;
	}
	.map_top{
		display: none;
	}
	.m_map_top{
		display: block;
	}
	.map_zw{
		display: none;
	}
	.info_box{
		font-size: 15px;
	}
	.cont_ti{
		font-size: 16px;
	}
	.info_box .li_1{
		font-size: 12px;
	}
	.fc{
		height: 186px;
	}
	.lw_info .li_1{
		width: 100%;
		margin-bottom: 14px;
	}
	.lw_info li input{
		width: 100%;
	}
	.lw_info li textarea{
		width: 100%;
		height: 98px
	}
	.leave_word button{
		margin-left: 0;
	}
	.leave_word{
		text-align: center;
	} 
	.join_pull button, .leave_word button{
		    background: #e60012;
	}
}