@charset "utf-8";

/*框架*/

#header,#nav,#foot_box,#footer{

    /*width:320px;*/

	width:100%;

    margin:0px auto;

}

/***********************头部内容***********************/

#header{

    padding:10px 0px 12px 2px;
    position:relative;
}
#header>h1{
    position:absolute;
    left:45px;
    top:16px;
    font-size:14px;
    font-weight: bold;
}
#header>p{
    position:absolute;
    left:45px;
    top:32px;
    font-size:8px !important;
}
#header img{
    width: 35px;
}
#header>.qq{
    position:absolute;
    right: 22px;
    top:14px;
    padding-left: 16px;
    background:url("../img/qq.png") no-repeat left center;
    background-size:10px 15px ;
    margin-right: 5px;
}

#header>.tel{
    position:absolute;
    right: 0;
    top:30px;
    padding-left: 16px;
    background:url("../img/tel.png") no-repeat left center;
    background-size:15px 18px ;
    margin-right: 5px;
}

#header div{

    font-size: 6px;

}

#header span{

    color:#6ac836;

    font-size: 14px;

}

/*!*************************导航***************************!*/
.nav{
    width: 100%;
    height: 2rem;
    background-color: #fafafa;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 2px;
}
.nav>li{
    float: left;
    width: 25%;
}
.nav>li>a{
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.6rem;
}

/*主体*/

section{

    /*width:320px;*/

	width:100%;

    margin: 0 auto;

}

section img{

    width: 100%;

}

.wk{

    width: 100%;

    margin: 0 auto;

}

.wk img{

    width: 100%;

}

/**/

.askonline {
    width:100%;
    height: 38px;
    position: fixed;
    bottom: 0;
    background: #dc0707 url(../img/phone1.png) no-repeat 16px 4px;
}

.askonline a {
    float: left;
    width: 144px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size:18px;
    padding-left: 15px;
    text-align: center;
    color: #fff;
}

.askonline a:last-child{

    background: #dc0707 url(../img/zixun1.png) no-repeat 16px 2px;

    border-left: 1px solid #d6cfd3;

}

