/* 清除间距 */
a, b, body, dd, del, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, input {
    margin: 0;
    padding: 0;
}
/* 清除列表样式 */
li {
    list-style: none;
}
/* 清除默认边框 */
img,button,input {
    border: 0;
}
/* 去掉表单元素的蓝色框 */
input,textarea,button{
	outline:none;
}
/* 去掉文本域的拉伸 */
textarea{
	resize:none;
}
/* 保证所有文字是正常的 */
em, i, u {
    font-style: normal;
}
/* 左浮动 */
.fl {
    float: left;
}
/* 右浮动 */
.fr {
    float: right;
}
/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* 设置正文的字体和大小 */
body {
    font: 12px/1.5 'microsoft yahei',Arial, Verdana, "\5b8b\4f53";
    color: #666;
	background-color: #EDEDED;
}
/* 清除a标签默认样式 */
a {
    color: #666;
    text-decoration: none;
    font-family: 'microsoft yahei';
}
/* 版心 */
.content{
	width:998px;
	margin:0 auto;
}
/* 容器 */
.wrap{
	width:100%;	
}


/* 顶部 */
.top{	
    background: #2783e0;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}
.top .content{
	height: 50px;
	position: relative;
    zoom: 1;
}

.top .content .logo{
	float: left;
    font: normal 25px/50px "microsoft yahei","\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
}
.top .content a {
    color: #fff;
    text-decoration: none;
}
.top .content .webcontent{
	float: left;
    line-height: 40px;
    margin-left: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.top .content .topright{
	float: right;
    line-height: 30px;
    margin-right: 10px;
    overflow: hidden;	
}
.search{
	height: 39px;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.search .search-form{
    margin-left: 188px;
}
.search .search-input{
	display: inline;
    float: left;
    margin-left: 8px;
    position: relative;
    width: 504px;
    height: 39px;
    border-width: 1px;
    border-style: solid;
    border-color: #09C;
	box-shadow: inset 1px 1px 1px #dedede;
}
.search .search-input input {
    width: 488px;
    margin-top: 9px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    border: 0;
    background: none;
    outline: 0;
    /* -webkit-appearance: none; */
}
.search .search-btn {
    overflow: hidden;
    float: left;
    width: 100px;
    height: 41px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    background-color: #09C;
    color: #FFF;
    background-image: url(/static/home/img/so.png);
    background-repeat: no-repeat;
    text-indent: 20px;
    font-weight: bold;
}


.footer{
	height: 90px;
	text-align: center;
    line-height: 90px;
}