@charset "utf-8";
/* 
	@名   称: common.css
	@功   能: 公共样式布局
	@创建日期：2015-06-08
	@作   者： 叶晨
	@Q   Q： 330510046
*/
/* 容器 */
.ielpm-content {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 200;
	padding: 0 0 50px 0;
}
/* head */
.ielpm-head {
	width: 100%;
	height: 90px;
	background: #eaeaea;
}
.ielpm-head .ielpm-head-bd {
	position: relative;
	height: 90px;
	width: 1170px;
	margin: 0 auto;
}
.ielpm-head .ielpm-head-bd .logo {
	display: block;
	position: absolute;
	width: 250;
	height: 85;
	background: url(../images/LOGO1.png) no-repeat 0 0;
	top: 0px;
	left: 0;
	text-indent: -9999em;
}
/* nav */
.ielpm-nav {
	float: right;
	height: 90px;
	overflow: hidden
}
.ielpm-nav ul li {
	float: left;
	height: 90px;
}
.ielpm-nav ul li a {
	display: inline-block;
	float: left;
	padding: 0 20px;
	color: #999;
	font-size: 14px;
	line-height: 120px;
	background: url(../images/navbg.jpg) no-repeat center right;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	-ms-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
}
.ielpm-nav ul li a.bgnone {
	background-image: none
}
.ielpm-nav ul li a:hover {
	/*background: #595a6a;*/
	/*background: #7d7e93;*/
	color: #23253a;
	text-decoration:underline
}
.ielpm-nav ul li a.curren {
	background: #595a6a;
	color: #fff
}
/* 栏目标题 */
.ielpm-ct {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	padding: 60px 0 0 0;
	text-align: center
}
.ielpm-ct h2 {
	position: absolute;
	width: 200px;
	height: 28px;
	top: 43px;
	left: 50%;
	margin: 0 0 0 -100px;
	font: normal 20px "微软雅黑";
	color: #000;
	background: #fff;
}
/* 页脚 */
.ielpm-footer {
	width: 100%;
	height: 75px;
	background: #2b2d41;
	z-index:99;
}
.ielpm-footer .ielpm-footer-bd {
	width: 1170px;
	height: 75px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	line-height: 75px;
}
.ielpm-footer .ielpm-footer-bd .corporate-name {
	float: left;
}
.ielpm-footer .ielpm-footer-bd .web-nav {
	float: right
}
.ielpm-footer .ielpm-footer-bd .web-nav a {
	float: left;
	color: #fff;
	padding: 0 10px;
}
.ielpm-footer .ielpm-footer-bd .web-nav span {
	float: left;
	color: #7d7e93;
}
.ielpm-footer .ielpm-link {
	float: right;
	position: relative;
	width: 87px;
	height: 17px;
	background: url(../images/footer-ico.png) no-repeat;
	margin: 29px 0 0 10px;
	z-index:500;
}
.ielpm-footer .ielpm-link .link {
	display: block;
	position: absolute;
	width: 20px;
	height: 16px;
	top: 0;
	cursor:pointer;
}
.ielpm-footer .ielpm-link .link-sina {
	left: 0;
}
.ielpm-footer .ielpm-link .link-weixi {
	left: 35px;
}
.ielpm-footer .ielpm-link .link-erweima {
	left: 67px;
	z-index:500;
}
.link-erweima-img {
  display: none;
  width: 275px;
  height: 308px;
  background:url(../images/erweima.png) no-repeat;
  position: absolute;
  z-index: 9999;
  top: -340px;
  left: -250px;
}
.link-weixi-img {
  display: none;
  width: 275px;
  height: 308px;
  background:url(../images/weixi.png) no-repeat;
  position: absolute;
  z-index: 9999;
  top: -340px;
  left: -250px;
}
/* 二级页容器 */
.ielpmpage-con {
	padding: 67px 0 0 0
}
/* 二级页标题 */
.ielpmpage-hd {
	border-bottom: 2px solid #313131;
	padding: 0 0 20px 0
}
.ielpmpage-hd a {
	height: 31px;
	font: normal 30px/30px "微软雅黑";
	color: #333333;
	display: inline-block;
	border-left: 3px solid #0da2cd;
	padding: 0 0 0 10px;
}
/* 二级页侧边栏导航 */
.ielpm-sidenav {
	float: left;
	width: 230px;
	overflow: hidden
}
.ielpm-sidenav ol li {
	float: left;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}
.ielpm-sidenav ol li a {
	float: left;
	display: block;
	height: 40px;
	font: normal 16px/40px "微软雅黑";
	color: #333;
	padding: 0 10px 0 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ielpm-sidenav ol li a:hover {
	background: #595a6a;
	color: #fff;
	padding: 0 30px 0 30px;
	-webkit-box-shadow: 0 0 5px rgba(102, 102, 102, .8);
	-moz-box-shadow: 0 0 5px rgba(102, 102, 102, .8);
	box-shadow: 0 0 5px rgba(102, 102, 102, .8);
}
.ielpm-sidenav ol li a.curren {
	background: #595a6a;
	color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(102, 102, 102, .8);
	-moz-box-shadow: 0 0 5px rgba(102, 102, 102, .8);
	box-shadow: 0 0 5px rgba(102, 102, 102, .8);
}
/* 二级页面包屑 */
.crumbs {
	font: normal 14px "微软雅黑";
	color: #999
}
.crumbs a {
	color: #999
}
.crumbs a:hover {
	text-decoration: underline
}
/*  二级页悬浮导航 */
#nav {
	position: fixed;
	left: 20px;
	top: 200px;
	list-style-type: none;
	font: 14px Tahoma, Helvetica, Arial, "宋体";
	z-index: 300;
}
#nav li {
	margin-bottom: 10px;
	width:44px;
	height:44px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	overflow:hidden;
	background-color: #e7e7e7;
}
#nav a {
	float:left;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #666;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#nav span{ display:inline-block; font:normal 14px/44px "微软雅黑"; color:#fff; text-align:center;}
#nav li:hover {
	width: 140px;
	background: #595a6a;
	
}
#nav li:hover a{color:#fff;}
#nav .current a {
	color: #ededed;
	background: #595a6a;
}
#ulnav1, #ulnav2, #ulnav3, #ulnav4, #ulnav5, #ulnav6{}

#ulnav1{ background:url(../images/ulnav1.png) no-repeat}
#nav li:hover #ulnav1{ background:url(../images/ulnav1-w.png) no-repeat}
#nav .current #ulnav1{ background:#595a6a url(../images/ulnav1-w.png) no-repeat;}

#ulnav2{ background:url(../images/ulnav3.png) no-repeat}
#nav li:hover #ulnav2{ background:url(../images/ulnav3-w.png) no-repeat}
#nav .current #ulnav2{ background:#595a6a url(../images/ulnav3-w.png) no-repeat;}

#ulnav3{ background:url(../images/ulnav2.png) no-repeat}
#nav li:hover #ulnav3{ background:url(../images/ulnav2-w.png) no-repeat}
#nav .current #ulnav3{ background:#595a6a url(../images/ulnav2-w.png) no-repeat;}

#ulnav4{ background:url(../images/ulnav6.png) no-repeat}
#nav li:hover #ulnav4{ background:url(../images/ulnav6-w.png) no-repeat}
#nav .current #ulnav4{ background:#595a6a url(../images/ulnav6-w.png) no-repeat;}

#ulnav5{ background:url(../images/ulnav5.png) no-repeat}
#nav li:hover #ulnav5{ background:url(../images/ulnav5-w.png) no-repeat}
#nav .current #ulnav5{ background:#595a6a url(../images/ulnav5-w.png) no-repeat;}

#ulnav6{ background:url(../images/ulnav6.png) no-repeat}
#nav li:hover #ulnav6{ background:url(../images/ulnav6-w.png) no-repeat}
#nav .current #ulnav6{ background:#595a6a url(../images/ulnav6-w.png) no-repeat;}
