@charset "utf-8";
/******@黄勇第******/
/* CSS Document */
/****************************
 * version:1.0
 * By:Vick
 * Date:2013-11-18
 *
 */
/*大体架构
 ----------*/
body,html {
	color: #626262;
	font-family:Microsoft Yahei;
	width: 100%;
	overflow-x:hidden;
	background:#fff;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width:11600px;
}
img {
	border: 0;
	vertical-align: middle;
	width:100%;
}
.hide{
  display:none;
}

a{text-decoration:none; color: #626262;}

/*颜色值
 --------------*/
.orange {
	color: #ffe400;
}
.blue {
	color: #699BCC;
}

/*清除浮动
 --------------*/
.clear {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: 0;
	clear: both;
	line-height: 0;
}
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
/*清楚文字内容
 --------------*/
.txtIndent {
	text-indent: -9999em;
}
input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;

}
textarea {  -webkit-appearance: none;}   
button{ border-radius: 0; } 

/*左浮动和右浮动
 --------------*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.float_r, .float_l {
	_display: inline;
}

/**头部代码**/
.header{max-width:640px; width:100%; height:45px; position:fixed; top:0; left:0; z-index:100; background:#2d74b4; overflow:hidden;}
.header .menu{width:20px; height:14px; position:absolute; top:15px; left:21px; background:url(../images/menu.png) no-repeat;}
.header .menu a{display:block; width:20px; height:14px;}
.header .search{width:20px; height:20px; position:absolute; top:13px; right:21px; background:url(../images/magnifier.png) no-repeat;}
.header .search a{display:block; width:20px; height:20px;}
.header .logo{width:127px; height:45px; margin:0 auto; background:url(../images/logo.png) no-repeat 15px 9px; background-size: 100px;}

/*.nav{width:230px; height:100%; background:#35424d; position:fixed; left:0; top:0;}*/
.logonav{height:120px; line-height:120px; text-align:center; font-size:20px; color:#fff; background:url(../images/logo1.png) no-repeat 59px 14px; background-size:50%;}
.nav li{line-height:39px; border-bottom:1px solid #556471; background:url(../images/icon02.png) no-repeat 160px center;}
.nav li a{display:block; width:120px; height:39px; padding-left:38px;  font-size:14px; color:#fff;}

.layer{width:100%; height:100%; background:url(../images/icon01.png); position:fixed; left:0; top:0; z-index:150; display:none;}





/**底部文件**/
.footer{max-width:640px; width:100%; height:36px; position:fixed; bottom:0; z-index:100;}
.footer ul li{float:left; width:25%; height:31px; text-align:center;}
.footer ul li img{width:30px; height:31px;}



