@charset "utf-8";
/* CSS Document 2017-11-10 zhs*/

*{ 
	margin:0; 
	padding:0; 
}
body{
	margin:auto; 
	padding:0; 
	font-size:14px; 
	font-family:  "微软雅黑", "华文细黑", "黑体" ;
	background-color:#F1F2F6;
	color:#666;
}

/*头部开始*/
#header {
	width:100%;
	height:96px;
	background:#FFF;
	min-width:100%;
	min-height:100%;
}

.headerbox {
	width:1200px;
	height:96px;
	margin:auto;
	background:#FFF;
}
.headerbox_1 {
	margin-left:10px;
	float:left;	
	background:#FFF;
}
.headerbox_2 {
	float:right;
	background:#FFF;
}

.headerbox_2 p {
	display: inline-block;
	height: 96px;
	line-height: 96px;
	color: #00AADD;
	font-size: 22px;
	font-weight: 700;
	padding-right: 15px;
	background: url(http://ecfoimg.ecfo.net.cn/img/index_Tel.png) no-repeat left center;
}
.headerbox_2 p span {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	padding-left: 46px;
}

/*头部结束*/


.bannershensuo{
	width: 1200px;
    height: 300px;
    margin: auto;
    clear: both;
    margin-top: 5px;
}
.bannerright_2 img{
	margin-top: 5px;
}


img {
	border:0;
	vertical-align: top;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1; /*IE/7/6*/
}

#nav {
	width: 100%;
	height: 38px;
	position:absolute;
	z-index:1;
	left:0px;
	top:0px;
	background:#0ad;
	margin-top:96px;
	background-color: #00AADD;
	box-shadow: 3px 0px 2px #ccc;
	-webkit-box-shadow: 3px 0px 2px #ccc;
}

.navbox {
	width: 1200px;
	height: 38px;
	margin: 0 auto;
}

.navbox ul li {
	background: url(../img2/ecfonav_hover.jpg) right no-repeat;
}

.navbox a {
	display: inline-block;
	width: 133px;
	/*padding: 0 32px;*/
	height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.navbox a:hover {
	/*color: #FF6666;*/
	text-decoration: underline;
	background: rgba(0,0,0,0.1);
}

.navbox ul li {
	list-style: none;
	width: 133px;
	height: 38px;
	line-height: 38px;
	background-color: #00AADD;
	float: left;
	text-align: center;
	font-size:15px;
	font-weight: bold;
	
}
.box-m-top {
	margin-top: 5px;
}
.navbox ul li ul li {
	background: rgba(0, 170, 221, 0.7);
}
.navbox ul li ul {
	display: none;
}
.navbox ul li ul li {
	border-bottom: 1px dotted #CCCCCC;
}

.banner-btn a {
	text-decoration: none;
}