*{
	outline: none;
}
.center{
  min-width:1100px;
}
.center h2{
	text-align: center;height: 60px;line-height: 60px;border-bottom: 1px solid #ddd;
}
.fli{
	color:#666;font-size: 16px;margin: 10px auto;width: 1100px;
}
.fli .name{
	font-size: 16px;margin: 10px auto;color:#1FBCB6;
}
.fli img{
	max-width: 100%;
	max-height: 5600px;
}
input,textarea,select{
	border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    max-width: 100%;
    min-width: 100px;
    height: 20px;
    width: 200px;
}
button{
	border: 0;background: #1FBCB6;color:#fff;padding: 8px 15px;cursor: pointer;
}
button:hover{
	background: #1B6D85;
}
textarea{
	min-width: 520px;
	max-height:100px;
	max-width: 100%;
}
select{
	height: 34px;width: 220px;
}
.sdiv{
	margin: 20px auto;
    overflow: hidden;
}
.sdiv .inner{
	float: left;margin-right: 50px;
}
