﻿@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑', Arial, Verdana;
}
html {
	display: inline-block;
	width: 100%;
	color: #333;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	border: 0;
	/* font-size:16px; */
}
strong {
	font-weight: bold;
}
ul, ol, li, dt, dd {
	list-style: none;
}
em, i {
	font-style: normal;
}
.clearfix {
	clear: both;
	zoom:1;
	display:block;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height:0;

}

.inlblo {
	display: inline-block;
	display: inline;
	zoom: 1;
}
.overflow {
	overflow: hidden;
}
.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.mt_20{
	margin-top: 20px;
}
.ov_h{
	overflow: hidden;
}
.mt_30{
	margin-top: 30px;
}
.ml_10{
	margin-left: 10px;
}
.ml_20{
	margin-left: 20px;
}
.ml_30{
	margin-left: 30px;
}
a{
	color: #333;
	
	/* display: inline-block; */
}

/*index*/
.header{
	width: 100%;
	height: 226px;
	background: url(energy_top_bg.png) no-repeat top center;
}
.top{
	width: 1170px;
	margin: auto;
	height: 100%;
}
.time{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.time span{
	font-size: 14px;
	color: #333;
	margin-right: 20px;
}
.energy_logo{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-left: 30px;
	margin-top: 5px;
}
.energy_logo a{
	/* width: 100%;
	height: 100%;
	display: inline-block; */
}
.return{
	width: 200px;
	height: auto;
	margin-top: 50px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 30px;
}
.return em{
	width: 20px;
	height: 16px;
	display: inline-block;
	background: url(return_back.png) no-repeat;
	position: relative;
}
.return span{
	padding-left: 5px;
}
.return a{
	color: #1296db;
}

/*尾部-start*/
.wrapper {
    width: 1174px;
    margin: 10px auto;
}
.footer {
  padding: 15px 0 20px;
  border-top: 5px solid #0e468c;
  background: #fafafa;
}
.foot-pic {
  display: inline-block;
  float: right;
  width: 200px;
}
.foot-pic a {
  display: inline-block;
  float: right;
  margin-left: 20px;
  margin-top: 20px;
}
.foot-txt {
  display: inline-block;
  float: left;
  width: 900px;
}
.foot-txt p,
.foot-txt p span,
.foot-txt p a,
.foot-txt p em {
  font: 14px/24px "微软雅黑";
  color: #666666;
}
.foot-txt p em {
  margin: 0 10px;
}
.foot-txt p span {
  margin-right: 30px;
}
.foot-txt p a:hover {
  color: #f60;
}
.footer-clj a,
.footer-clj span {
  display: inline-block;
  float: left;
  font: bold 16px/36px "微软雅黑";
  color: #333;
}
.footer-clj a:hover {
  color: #fa0e0e;
}
.footer-clj span {
  padding: 0 10px;
}
/*友情链接*/
.links {
  margin-bottom: 20px;
}
.links dl {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 179px;
  height: 30px;
  position: relative;
}
.links dl.mr0 {
  margin-right: 0;
}
.links dt {
  border: 1px solid #cacaca;
  display: inline-block;
  padding: 0 30px 0 20px;
  width: 128px;
  height: 30px;
  overflow: hidden;
  background: #fff url("2017fgwlinks_arrow2.png") no-repeat right top;
  font: 14px/30px "微软雅黑";
  color: #666;
}
.links dt.active {
  background: #fff url("2017fgwlinks_arrow3.png") no-repeat right top;
}
.links dd {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 200px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
  background: #fff;
  width: 178px;
  border: 1px solid #cacaca;
  border-bottom: 1px solid #ddd;
}
.links dd li {
  display: inline-block;
  padding: 0 10px 0 20px;
  width: 148px;
  height: 30px;
  background: #fff;
  font: 14px/30px "微软雅黑";
  color: #666;
  cursor: pointer;
}
.links dd li.cur {
  background: #f5f5f5;
}

.mbx {
  font: 16px/50px "微软雅黑";
  padding-left: 60px;
  color: #666666;
  height: 50px;
  background: #f6f6f6 url("2017fgw-mbx.png") 34px center no-repeat;
}
.mbx a {
  font: 16px/50px "微软雅黑";
  color: #666666;
}
.mbx a:hover {
  color: #fa0e0e;
}