*{margin:0;padding:0}
body{color:#222;font-family:'微软雅黑';margin:0 auto;background: none;}
img{border:none;vertical-align:middle}
input{border:none;outline: none;}
ul,ol,li{list-style-type:none;margin:0;padding:0}
select,input,img{vertical-align:middle;}
a,a:hover{text-decoration:none;color:#333;}

.telBox{
	width:500px;
    height: 40px;
	margin:0 auto;
	margin-top:10px;
	text-align: center;
	overflow: hidden;
	margin:0;
}
.telBox input[type="tel"]{
	width:320px;
    height:40px;
	float: left;
    background: #ffe8e7;
    border-radius:6px;
    font-size: 14px;
    padding-left: 20px;
    border:none;
    outline: none;
    color:#333;
}
.telBox input[type="submit"]{
    width:100px;
    height:40px;
	float: left;
    color:#fff;
    font-size: 14px;
    text-align: center;
    line-height:35px;
    border:none;
    background: #ed493f;
    border-radius: 6px;
	font-weight: bold;
	margin-left:20px;
}
