/*首页*/

.section{
	position: relative;
	margin:0px auto;
	background-color:#01C345;
	width: 100%;
	height:auto;
	box-sizing: border-box;
	z-index: 101;
	max-width: 720px;
}
.section img{
	width: 100%;
	height:auto;
	display: block;
}
.section .info{
	position:absolute;
	top:25%;
	left:5%;
	width: 90%;
}
.section .info .text input{
	border:1px solid #BFBFBF;
	margin-top: 4%;
	margin-left: 3%;
	border-radius:5px;
	font-size: 18px;
	line-height: 30px;
	width: 94%;
	height: 60px;
	background:transparent;
	text-indent: 5px;
	color: #000;
}

.section .info .button{
	margin-top: 4%;
	margin-left: 3%;
	width: 94%;
}

.section .info .button input{
	width: 100%;
	height: 70px;
	border: 0px;
	background: url('../images/btn.png') no-repeat;
	background-size:100%;
}

.section .info .tip{
	margin-top: 2%;
	margin-left: 19%;
	width: 60%;
	background-color: #EEEEEE;
	border-radius:5px;
	line-height: 40px;
	background-image: url('../images/hot.jpg');
	background-repeat:no-repeat;
	background-position: left 10px center;
}

.section .info .tip .word{
	margin-left: 40px;
	font-size: 20px;
}

.section .info .tip span{
	background-color: #0177FE;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	border-radius:3px;
	font-size: 20px;
	color: #ffffff;
}


.section .contract{
	position:absolute;
	top:10%;
	left:8%;
	width: 90%;
}

.section .contract .people{
	width: 100%;
	height: 60px;
}

.section .contract .people .phone{
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	
}

.section .contract .people .phone img{
	width: 30px;
	height: 30px;
}

.section .contract .people .name{
	float: left;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	padding-left: 10px;
	color: #000000;
	font-weight:bold;
}

.section .contract .tel1{
	width: 100%;
	height: 60px;
}

.section .contract .tel1 .number{
	float: left;
	width: 70%;
	font-size: 28px;
	color: #000000;
}

.section .contract .tel1 .call{
	float: left;
	width: 30%;
}
.section .contract .tel1 .call img{
	width: 80%;
	height:auto;
}

@media screen and (max-width: 600px){
	/*首页*/
	.section .info .text input{
		height: 40px;
	}

	.section .info .button input{
		height: 50px;
	}

	.section .contract .people{
		height: 50px;
	}

	.section .contract .tel1{
		height: 50px;
	}

	.section .contract .tel1 .number{
		font-size: 22px;
	}

	.section .info .tip{
		line-height: 35px;
	}

	.section .info .tip .word{
		font-size: 16px;
	}
	
	.section .info .tip span{
		font-size: 16px;
	}

	.section .contract .people .name{
		font-size: 20px;
	}
}

@media screen and (max-width: 450px){
	/*首页*/
	.section .info .text input{
		height: 35px;
	}

	.section .info .button input{
		height: 40px;
	}

	.section .contract .people{
		height: 40px;
	}

	.section .contract .tel1{
		height: 40px;
	}

	.section .contract .tel1 .number{
		font-size: 22px;
	}

	
	.section .info .tip{
		line-height: 30px;
	}

	.section .info .tip .word{
		font-size: 12px;
	}
	
	.section .info .tip span{
		font-size: 12px;
	}

	.section .contract .people .name{
		font-size: 20px;
	}

	
}
























