/*重置样式*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft Yahei";
    vertical-align: baseline;
    box-sizing: border-box;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    /*vertical-align: middle;*/
    outline: none;
    border: 0;
}

ul,li {
    list-style: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #fff;
}

/*重置结束*/

/*大容器*/
.wrapper{
    max-width: 640px;
    margin: 0 auto;
}

.wrapper a{
    display: block;
    width: 100%;
    height: 100%;
}

/*header*/
header{
    width: 100%;
    height: .68rem;
}

header .logo{
    width: 3.06rem;
    height: .36rem;
    margin: .35rem 0 0 .21rem;
}

header .logo div{
    float: left;
}

header .logo-left{
    width: 1.3rem;
    height: 100%;
    padding-right: .1rem;
    border-right: 1px solid #000;
}
header .logo-right{
    width: 1.61rem;
    height: 100%;
    margin-left: .1rem;
}

.head{
    background: url("../img/head.png") no-repeat;
    background-size: 2.98rem .36rem;
}
.head-left{
    background-position: 0 0;
}
.head-right{
    background-position: -1.37rem 0;
}

header:after{
    display: block;
    content: '';
    clear: both;
}

/*loading图片*/
.banner,.banner1{
    background: url("../img/loading.gif") no-repeat center center;
}

/*banner*/
.banner{
    width: 100%;
    height: 6.24rem;
    /*margin-bottom: .34rem;*/
}
.banner img{
    width: 100%;
    height: 100%;
}

/*btns*/
.btns{
    background: url("../img/btns.png") no-repeat;
    background-size: 5.4rem 4.61rem;
}

.btns.one{
    background-position: -.1rem -3.42rem;
}
.btns.two{
    background-position: -.1rem -.1rem;
}
.btns.three{
    background-position: -.1rem -1.22rem;
}
.btns.fourAsk{
    background-position: -.1rem -4.06rem;
}
.btns.four{
    background-position: -2.8rem -.1rem;
}
.btns.five{
    background-position: -2.8rem -1.22rem;
}
.btns.sixM{
    background-position: -.1rem -2.34rem;
}
.btns.sixF{
    background-position: -2.55rem -2.34rem;
}

/*p1*/
.p1{
    width: 100%;
    height: 4.78rem;
    background: url("../img/p1-form.png");
    background-size: 100% 100%;
    position: relative;
}

.p1 input{
    width: 2.37rem;
    height:.38rem;
    border-radius: 5px;
    padding: 0 5px;
    outline: none;
    position: absolute;
    font-size: 12px;
}

.p1 .name{
    top: 2.2rem;
    right: 1.29rem;
}
.p1 .phone{
    top: 2.75rem;
    right: 1.29rem;
}

.p1-btn{
    width: 1.99rem;
    height: .44rem;
    /*background: url("../img/p1-btn.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    position: absolute;
    right: 2.19rem;
    bottom: 1.06rem;
}

/*p2*/
.p2{
    width: 100%;
    /*height: 5.64rem;*/
    margin-top: .28rem;
    position: relative;
}

.p2 img{
    width: 100%;
}

.p2-btn{
    width: 2.5rem;
    height: .92rem;
    /*background: url("../img/p2-btn.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    position: absolute;
    right: .2rem;
    top: 5.13rem;
}

/*p3*/
.p3{
    width: 100%;
    height: 9.5rem;
    position: relative;
}

.p3 img{
    width: 100%;
    height: 100%;
}

.p3-btn{
    width: 2.5rem;
    height: .92rem;
    /*background: url("../img/p3-btn.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    position: absolute;
    top: 8.28rem;
    left: 1.95rem;
}

/*p4*/
.p4{
    width: 100%;
    margin-top: .3rem;
    padding: 0 .2rem;
    position: relative;
}

.p4 img{
    width: 100%;
}

.p4-btn-ask{
    width: 1.6rem;
    height: .45rem;
    /*background: url("../img/p4-btn-ask.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    position: absolute;
}
.p4-btn-ask.ask1{
    top: 4.23rem;
    left: .34rem;
}
.p4-btn-ask.ask2{
    top: 4.23rem;
    left: 2.41rem;
}
.p4-btn-ask.ask3{
    top: 4.23rem;
    right: .33rem;
}

.p4-ask-bottom:after{
    display: block;
    content: '';
    clear: both;
}
.p4-btn-ask.ask4{
    position: static;
    float: left;
    margin: .26rem 1.62rem .3rem .79rem;
}
.p4-btn-ask.ask5{
    position: static;
    float: left;
    margin-top: .24rem;
}

.p4-btn{
    width: 2.5rem;
    height: .92rem;
    /*background: url("../img/p4-btn.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    margin: 0 1.95rem;
}

/*banner1*/
.banner1{
    width: 100%;
    height: 1.44rem;
    margin: .4rem 0 .59rem;
}
.banner1 img{
    width: 100%;
}

/*p5*/
.p5{
    width: 100%;
    padding: 0 .2rem;
}
.p5 img{
    width: 100%;
}

.p5-btn{
    width: 2.5rem;
    height: .92rem;
    /*background: url("../img/p5-btn.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    margin: .3rem 1.95rem .45rem 1.94rem;
}

/*p6*/
.p6{
    width: 100%;
    height: 6.26rem;
    position: relative;
}
.p6 img{
    width: 100%;
    height: 100%;
}

.p6-content{
    width: 2.32rem;
    height: 3.25rem;
    background: url("../img/p6-content.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: .95rem;
    left: .66rem;
}

.p6-content-btn{
    width: 1.2rem;
    height: 3.11rem;
    background: url("../img/p6-content-btn.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1rem;
    right: .78rem;
}

.p6-btn{
    width: 2.25rem;
    height: .88rem;
    position: absolute;
    top: 4.66rem;
}
.p6-btn.m{
    /*background: url("../img/p6-btn-m.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    left: .76rem;
}
.p6-btn.f{
    /*background: url("../img/p6-btn-f.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    right: .59rem;
}