这个网站是河北省环境能源交易所的排污权交易平台首页。它使用了以下CSS样式:

/* 顶部 */
.header .header-top{
background:url('../image/hebeeex/top.png') no-repeat center;
background-size: 100% 100%;
height: 170px;
font-size: 14px;
line-height: 35px;
}

/* Logo */
.header .logo{
text-align: center;
padding-top: 40px;
}

/* 导航栏 */
.nav{
width: 100%;
height: 62px;
background: #21BE66;
line-height: 60px;
border-bottom: 1px solid #FFFFFF;
}

.nav-list{
justify-content: space-between;
}

.nav-list >li{
flex: 1;
text-align: center;
position: relative;
}

.nav-list >li::before{
content: '';
}

该网站的页面布局包括顶部、导航栏和导航栏内容,主要功能是展示河北省环境能源交易所排污权交易平台的信息。