header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	height: auto;
}
.fl {
	float: left;
}
.pc-box{width: 1040px;height: 120px;background: url("/activePage/assets/img/head.png")no-repeat;margin: 0 auto;background-size: 100% 110px;}
.clearfix {
	clear: both;
	zoom: 1;
}
.container {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.container::before{
	display: table;
	content: "";
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
/*×ó²àlogo*/
.header .left{
	width: 17%;
	text-align: center;
}
.header .left a img{
	height: 41px;
	margin-top: 35px;
}
.header .left .img2{
	display: none;
}
/*ÓÒ²à*/
.header .right{width: 55%;margin-left: 1%;}
.header .nav{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
	height: 90px;
	line-height: 90px;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	padding-top: 12px;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 3px;
    background: #3f86e1;
    position: absolute;
    bottom: 7px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li.new-li:after {
	width: 100%;
	border: 1px solid #3f86e1;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 30px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.header .navbar_nav li:hover a{
	color: #3f86e1;
}
.header .navbar_nav li.new-li a{
	color: #3f86e1;
}
.energy{width: 16%;float: left;height: 120px;text-align: center;padding-top: 26px;color: #fff;}
.energy div:first-child{font-size: 18px;}
.energy div:last-child{font-size: 24px;font-weight: bold;}
