*,
*:after,
*:before {
    box-sizing: border-box;
}
a {
    text-decoration:underline;
    color: inherit;
}
a:hover{
    text-decoration:none;
    color: inherit;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
}

ul,ol{
    list-style: none;
}



.wrapper{
	
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    height: 100%;
    position: relative;
}

.row-block{
    overflow: hidden;
    clear: both;
    position: relative;
}

.title{
    width: 100%;
    height: 58px;
	margin:auto;
	background:#ffffff;
}

.title .logo{
        background: url(../images/logo.png) no-repeat center top;
    width: 158px;
    height: 36px;
    display: block;
    margin-top: 10px;
    float: left;
}

.title .menu{
        float: right;
    margin-top: 20px;
    font-size: 15px;
}

.title .menu span{
    float: left;
}

.title .home{
    background: url(../images/home.png) no-repeat 0 0;
    display: block;
    float: left;
    padding-left: 32px;
    padding-right: 10px;
    height: 24px;
    line-height: 24px;
    color: #b5b5b5;
}

.title .e{
    background: url(../images/e_icon.png) no-repeat 0 0;
    display: block;
    float: left;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    color: #b5b5b5;
}


.footer {
    background: #333333;
    width: 100%;
   
	text-align:left;
}

.footer p{
	 background: #333333;
    color: #ffffff;
    font-size: 12px;
    margin: 0 auto;
    line-height: 25px;
    padding: 30px 30px 30px 30px;
}
.ext a {
    text-decoration: underline;
    color: inherit;
}


