*{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
html{
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}

::-webkit-scrollbar{
    display:none;
}
body{
	min-width: 910px;
	 overflow-y:no;
}
.banner{
	background: #fe4801;
	height: 70px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.logo{
	margin: 20px 40px 20px 40px;
}
.logo-img{
	height: 30px;
}
.ac-bg-001{
	background-color: #fe4801;
}
.ac-nav{
	margin: 15px 40px 15px 40px;
}
.ac-bg-001>li{
	font-size: 13pt;
	font-family: "微软雅黑";
	position: relative;
    display: block;
    margin:  8px 15px 15px 0px ;
	font-weight: 800;
}
.ac-font-color-white >li a{
	font-family: "微软雅黑";
	color: #FFFFFF;
}
.search{
	border-radius: 6px;
	background-color: #FCF8E3;
	border: 0px;
	height: 30px;
}
input::-webkit-input-placeholder{
	color: #fe4801;
	font-size: 12px;
	padding-left: 10px;
}
.dl>li{
	font-size: 10pt;
}
.zc{
	padding-left: 40px ;
	position: relative;
    display: block;
    margin:  8px 15px 15px 0px ;
}
.dl>li{
	margin:  0px 15px 0px 0px ;
	font-size: 11pt;
}
 /*中间的过度的横线*/
.link-top {
    height: 1px;
    border-top: solid #F9F2F4 1px;
}
.content{
	background: #fe4801;
	position: absolute;
	height:89%;
	width:100%;
	text-align:center;
}
.tishi{
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -200px;
	width:400px;
	height:300px;
	font-size: 20pt;
}
