/* header */

.section {
    overflow: hidden;
    position: relative!important;
}

.header {
    height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    /* background: rgba(4, 188, 240,1); */
    background:rgba(0,0,0,0.1);
    box-shadow: -1px 0px 3px #888888;
}

.header h1 {
    width: 508px;
}

.logo {
   
}

.header .logo_text {
    width: 163px;
    margin-top: 24px;
    padding-left: 5px;
}

.top {
    text-align: right;
    color: #888888;
    
    *position: relative;
    *z-index: 2;
    float:right;
}

.top a {
    color: #fff!important;
    margin-left: 8px;
}

.top .call {
    background: url("../images/sprite.png") no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: bottom;
    margin-right: 4px;
}

.top .call_tel {
    color: #017cba;
}
.wrap {
    border: 0;
    padding: 0;
    width: 1200px;
    margin: 0 auto;
}.fl {
    float: left;
}.fr {
    float: right;
}
.top .email {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url("../images/sprite.png") no-repeat -20px 0;
    vertical-align: bottom;
    margin-right: 4px;
}

.top .weixin {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url("../images/sprite.png") no-repeat -60px 0;
    vertical-align: bottom;
    margin-right: 4px;
}

.top .ewm {
    position: relative;
    z-index: 10000;
}

.top .ewm img {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 999;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    display: none;
    z-index: 10000;
}

.nav {
    margin-top: 28px;
    position: relative;
}

.nav li {
    float: left;
    padding-left: 13px;
}

.nav li a {
    font-size: 15px;
    color: rgb(252, 252, 252);
    line-height: 24px;
    display: inline-block;
}.nav li a:hover{
    color: #f0f0f0;
}

.nav .nav_icon {
    background: #eee;
    height: 1px;
    line-height: 1px;
    display: inline-block;
    position: absolute;
    top: 26px;
    *top: 0px;
}
.blogroll {
    line-height: 28px;
    color: #333;
    text-align: center;
    padding: 30px 0;
}

.blogroll a {
    color: #999;
    display: inline-block;
}

.blogroll a:hover {
    color: #333;
}

.blogroll .copyright {
}
.footer{
	background: #fff!important
}