.contact_title{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact_title h3{
	margin-bottom: 0;
	font-size: 28px;
	color:#333;
}

.contact_title h5{
	margin-top: 0;
	color:#999;
}
.line{
	width:25px;
	height:2px;
	background: #0974EC;
	margin:0 auto;
}

.contact_sub{
	width:600px;
	margin: 0 auto;
	text-align: center;
	color:#666;
}


.floor1{
	/*display: none;*/
	margin-bottom: 40px;
	margin-top: 40px;
}
.floor1_ul{
	display: flex;
	justify-content: space-between;
}
.floor1_ul>li{
	text-align: center;
	width:153px;
}
.floor1_ul>li>div{
	background: #60C702;
	width:98px;
	margin: 0 auto;
	height:98px;
	text-align: center;
	line-height: 98px;
	border-radius: 50%;
}
.floor1_ul>li>p:nth-child(2){
	margin-top:10px;
	margin-bottom: 0;
}
.floor1_ul>li>p:nth-child(3){
	margin-top:5px;
	margin-bottom: 0;
}
.floor1_ul>li:first-child img{
	width:36px;
	height:36px;
}

.floor1_ul>li:nth-child(2) img{
	width:28px;
	height:38px;
}

.floor1_ul>li:nth-child(3) img{
	width:39px;
	height:31px;
}


.floor1_ul>li:nth-child(4) img{
	width:40px;
	height:36px;
}

.floor1_ul>li:nth-child(5) img{
	width:39px;
	height:39px;
}




.leave_word{
	width:100%;
	height:780px;
	background: #F0F0F0;
	position: relative;
}
.leave_word>.container{
	position: absolute;
	left:50%;
	top:70px;
	transform: translateX(-50%);
}

.leave_word_title{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.leave_word_title h3{
	margin-bottom: 0;
	font-size: 28px;
	color:#333;
}

.leave_word_title h5{
	margin-top: 0;
	color:#999;
}
.line{
	width:25px;
	height:2px;
	background: #0974EC;
	margin:0 auto;
}

.contact_sub{
	width:600px;
	margin: 0 auto;
	text-align: center;
	color:#666;
}
.leave_input input{
	width:100%;
	padding:5px 0 5px 10px;
	box-sizing: border-box;
	border:1px solid #D7D7D7;
	color:#666;
	background: #F0F0F0;
}
.leave_input p{
	margin:20px 0;
}
.leave_input p:nth-child(3) input{
	width:320px;
}
#submit{
	background: #0974EC;
	color:#fff;
	border-radius: 5px;
}
.leave_input p:nth-child(3) span{
	display: inline-block;
	width:93px;
	height:32px;
	background: #fff;
    margin-left: 10px;
}
.leave_input p:nth-child(3) span img{
	width:100%;
	height:100%;
}
.leave_input textarea{
	border:1px solid #D7D7D7;
	padding:5px 0 5px 10px;
	box-sizing: border-box;
	width:100%;
	height:190px;
	background: #F0F0F0;
}
.leave_input input[type="submit"]{
	background: #0974EC;
	border-radius: 5px;
    padding: 8px 0 8px 10px;
    color: #fff;
}



.mapContainer{
	width:100%;
	height:600px;
}
.floor1_2{
	display: none;
	text-align: center;
	margin-top:40px;
	margin-bottom: 40px;
}

.floor1_2 p:first-child {
    font-size: 16px;
    color: #333;
    margin: 0 10px;
}
.floor1_2 p:nth-child(2){
	font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-right: 20px;
}
.floor1_2 p:nth-child(3){
    width: 30%;
    margin: 0 auto;
    padding: 8px 30px;
    background: #CC281E;
    border-radius: 5px;
}
.floor1_2 p:nth-child(3) a{
    color: #fff;
	}
@media screen and (min-width:992px ) and (max-width:1200px){
	.mapContainer{
		height:400px;
	}
}
@media screen and (min-width:769px ) and (max-width:991px) {
	.floor1_ul>li>p{
		font-size: 12px;	
	}
	.leave_input p:nth-child(3) input {
	    width: 220px;
	}
	.mapContainer{
		height:350px;
	}
}
@media screen and (max-width:768px ){
	.floor1_2{
		display: block;
	}
	.contact_title{
		display: none;
	}
	.contact_sub{
		display: none;
	}
	.floor1{
		display: none;
	}
	.leave_word_container{
		width:90%;
		margin:0 auto;
	}
	.leave_input p:nth-child(3) input {
	    width: 90px;
	}
	.leave_word>.container{
		top:35px;
	}
	.leave_word{
		height:630px;
	}
	.mapContainer {
	    width: 100%;
	    height: 200px;
	    margin-bottom: 80px;
	}
}
