@charset 'utf-8';
*{
	margin:0;
	padding:0;
}
body{
	font: 14px "\5FAE\8F6F\96C5\9ED1",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	background: #ffffff;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, table, td, tr, th {
	font-size: 14px;
	font-weight:normal;
}
ol,ul{
	list-style: none;
}
img{
	border:0;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#e92032;
	text-decoration:none;
}
a:active {
	color:#333;
	text-decoration:none;
}
.clear{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right !important;
}
#layout {
	width:100%;
	margin: 0 auto;
}
div.mytop{
        position:fixed;
        top:0; left:50%;margin-left:274px;
    }
/*新底部设置*/
    #newfoot{
        width: 100%;
        height: 80px;
        background: #ec7902;
        position: fixed;
        bottom: 0px;
        left: 0px;
        display: none;
        z-index: 99999;
    }
    .newfoo{
        width: 1200px;
        height: 42px;
        padding-top: 19px;
        margin:0 auto;
    }
    .newfoo ul{
        float: left;
        height: 21px;
        padding-top: 10px;
    }
    .newfoo li{
        float: left;
        height: 21px;
        padding-left: 24px;
    }
	.newfoo li.nf_1 {
		width:85px;
		height:21px;
	}
    .newfoo li.nf_2{
		width:87px;
		height:21px;
        
    }
    .newfoo li.nf_3{
		width:88px;
		height:21px;
    }
    .newfoo li.nf_4{
		width:89px;
		height:21px;
    }
    .newfoo>div{
        width: 470px;
        *width:500px;
        height: 31px;
        line-height:31px;
        float: left;
        margin-left:25px;
        *margin-left: 20px;
        margin-top: 5px;
    }
    .newfoo>div input{
        width: 66px;
        height: 30px;
        border:none;
        text-align: center;
        line-height: 28px;
        color: #fff;
        outline: none;
        background: #fdb141;
    }
    .newfoo>div .nftex{
        width: 150px;
        text-align: left;
        height: 28px;
        text-indent: 5px;
        color: #8b8b8b;
        background: #fff;
        border:1px solid #d5d5d5;
    }
    .newfoo>div span{
        *position: relative;
        *top:-6px;
        font-size: 12px;
        margin-left:30px;
        color: #fff;
    }
    .newfoo>img{
        display: block;
        width: 173px;
        height: 42px;
        float: right;
    }
	
