html{font-size: 14px;}
@media only screen and (min-width:769px){.smallscreen{display:none !important}}
@media only screen and (min-width:320px) and (max-width: 768px){.bigscreen{display: none !important;}}
body,div,section,article,header,nav,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,img,form,fieldset,legend,input,button,textarea,blockquote,th,td,menu,figure,dir,sup{
    margin: 0;
    padding: 0;
    border: 0;
    outline:0;
}
body{
    font-family:"微软雅黑","Helvetica Neue",'Tohoma';
    font-size: 100%;
    color:#333;
}
a{
    text-decoration: none;
    color:#666;
}
button,a,input{
    outline: none !important; 
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;/*兼容IE6*/
}
ul,li{
    list-style-type: none;
}
.hide{
    display: none !important;
}
.show{
    display: block !important;
}
.FL-L{
    float:left;
}
.FL-R{
    float:right;
}
.PS-R{
    position:relative;
}
.VIS-H{
    visibility: hidden;
}
.white-color{
    color: #fff !important;
}



/*PC*******************************/
.agency{
    box-sizing: border-box;
}
.agency *{
    box-sizing: border-box;
}
.pc-banner{
    width: 100%;
    height: 496px;
    background: url(../images/pc-banner.jpg) no-repeat top center;
}

.agency-box{
    padding: 60px 0;
}
.agency-div{
    width: 1200px;
    margin:0 auto;
}
.agency-title{
    width: 1200px;
    overflow: hidden;
    text-align: center;
    color: #666;
    font-size: 30px;
    margin:0 auto 70px auto;
    line-height: 1;
}
.agency-title span{
    position: relative;
}
.agency-title span:before{
    position: absolute;
    content: "";
    top: 50%;
    width: 600px;
    height: 1px;
    background-color: #ccc;     /*颜色任意调*/
    right: 100%;
    margin-right: 45px;
}
.agency-title span:after{
    position: absolute;
    content: "";
    top: 50%;
    width: 600px;
    height: 1px;
    background-color: #ccc;      /*颜色任意调*/
    left: 100%;
    margin-left: 45px;
}

.agency-why-bg{
    background: url(../images/agency-why-bg.png) no-repeat center top;
}
.agency-why{
    position: relative;
}
.agency-why-text{
    width: 240px;
    color: #fff;
    text-align: right;
}
.about-us-text-title{
    font-size: 18px;
    margin-bottom: 8px;
}

.agency-why-text_1{
    position: absolute;
    left:145px;
    top:40px;
}
.agency-why-text_2{
    position: absolute;
    left:-15px;
    top:198px;
    padding-left: 30px;
}
.agency-why-text_3{
    position: absolute;
    left:200px;
    top:335px;
}
.agency-why-text_4{
    position: absolute;
    right:80px;
    top:52px;
    text-align: left;
}
.agency-why-text_5{
    position: absolute;
    right:-12px;
    top:267px;
    text-align: left;
}

.agency-about-us{
    background: url(../images/about-us.jpg) no-repeat top center;
    height: 480px;
}
.agency-about-us-item{
    width: 150px;
    color: #666;
    line-height: 1.6;
    float: left;
    margin-right: 112px;
    text-align: center;
}
.agency-about-us-item:last-child{
    margin-right: 0;
}
.agency-about-us-img{
    height: 140px;
    line-height: 120px;
    text-align: center;
}
.agency-about-us-img img{
    vertical-align: middle;
    display: inline-block;
}
.agency-about-us-title{
    margin:5px 0 10px 0;
    display: inline-block;
}
.agency-about-us-info{
    padding-left: 5px;
    text-align: left;
}
.agency-step-title{
    font-size: 24px;
    color: #666;
    text-align: center;
    margin:50px 0 45px 0;
}
.agency-step-title span{
    position: relative;
}
.agency-step-title span:before{
    position: absolute;
    content: "";
    top: 50%;
    margin-top:-11px;
    width: 26px;
    height: 22px;
    background: url(../images/step-title-left.png) no-repeat center;
    right: 100%;
    margin-right: 20px;
}
.agency-step-title span:after{
    position: absolute;
    content: "";
    top: 50%;
    margin-top:-11px;
    width: 26px;
    height: 22px;
    background: url(../images/step-title-right.png) no-repeat center;
    left: 100%;
    margin-left: 20px;
}
.agency-step-a{
    width: 100%;
    height: 520px;
    background: url(../images/step-bg-a.png) no-repeat center;
    position: relative;
}
#step-a-1{
    left: 56px;
}
#step-a-2{
    left: 189px;
}
#step-a-3{
    left: 320px;
}
#step-a-4{
    left: 455px;
}
#step-a-5{
    left: 583px;
}
#step-a-6{
    left: 717px;
}
#step-a-7{
    left: 848px;
}
#step-a-8{
    left: 982px;
}
.agency-step-b{
    width: 100%;
    height: 370px;
    background: url(../images/step-bg-b.png) no-repeat center;
    position: relative;
}
.pink-bg{
    background: #fef4ee;
}
.white-bg{
    background: #fff;
}
.PDB0{
    padding-bottom: 0 !important;
}
.PDT0{
    padding-top: 0 !important;
}
.pink-bg .agency-step-box{
    padding:5px 0 60px 0;
}
.agency-step-box.pink-bg{
    padding:1px 0 60px 0;
}
#step-b-1{
    left: 65px;
}
#step-b-2{
    left: 272px;
}
#step-b-3{
    left: 485px;
}
#step-b-4{
    left: 695px;
}
#step-b-5{
    left: 905px;
}
.agency-step-c{
    width: 100%;
    height: 370px;
    background: url(../images/step-bg-c.png) no-repeat center;
    position: relative;
}
#step-c-1{
    left: 64px;
}
#step-c-2{
    left: 360px;
}
#step-c-3{
    left: 655px;
}
#step-c-4{
    left: 927px;
}


/*圆形进度条start*****/
.processingbar {
    text-align: center;
    position: absolute;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    color: #fb8172;
    font-size: 18px;
    top:50%;
    margin-top:-16px;
    border-radius: 50%;
}
.processingbar svg{
    position: absolute;
    left: -2px;
    top:-2px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);		/* IE 9 */
    -webkit-transform: rotate(-90deg);	/* Safari and Chrome */
    -o-transform: rotate(-90deg);		/* Opera */
    -moz-transform: rotate(-90deg);
}
.processingbar font {
    color: #0088cc;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight:bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0px 0 0 0px;
    display: none;
}
/*圆形进度条over*****/



.agency-contact-us{
    background: url(../images/contact-us.jpg) no-repeat top center;
    height: 743px;
}
.agency-form{
    width: 830px;
    margin:0 auto;
}
.agency-input{
    height: 60px;
    line-height: 60px;
    color: #666;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    padding:0 15px;
    position: relative;
    margin-bottom: 25px;
}
.agency-input-title{
    position: absolute;
    left: 15px;
    top:0;
}
.agency-input input{
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 90px;
    font-size: 14px;
    color: #666;
}
.agency-textarea{
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 170px;
    padding:15px;
    font-size: 14px;
    color: #666;
}
.agency-submit{
    display: block;
    width: 260px;
    height: 60px;
    background: url(../images/agency-submit.png) no-repeat center;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    margin:35px auto;
    cursor: pointer;
}

.contact-ways{
    width: 830px;
    margin:0 auto;
    color: #fff;
    font-size: 20px;
}
.contact-way{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    margin:0 10px;
}
.contact-way img{
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.contact-way img.wxewm{
    margin-right:0;
    width: 94px;
    padding:3px;
    background: #fff;
    border-radius: 4px;
}




.wave{cursor: pointer; width:130px;height:130px;overflow:hidden;border-radius:50%;background:#fff url(../images/wave-kf.png) no-repeat center;background-size:cover;margin:100px auto;position:relative;text-align:center;display:table-cell;vertical-align:middle;position: fixed;right:0;bottom:20%;z-index: 999;}
.wave span{display:inline-block;color:#fff;font-size:20px;position:relative;z-index:2;}
.wave canvas{position:absolute;left:0;top:0;z-index:1;}




/*小屏样式*****************************/
@media only screen and (min-width:320px) and (max-width:768px){
    .return-index{
        width: 30px;
        display: block;
        margin-bottom:-10%;
        margin-left: 1%;
        position: relative;
        z-index: 10;
    }
    .m-agency>img{
        display: block;
        width: 100%;
    }
    .m-step{
        position: relative;
        text-align: center;
    }
    .m-step img,.m-step a{
        display: block;
        width: 100%;
    }
    .m-step-a-link{
        position: absolute;
        bottom:4%;
    }
    .m-step-b-link{
        position: absolute;
        bottom:6%;
    }
    .m-step-c-link{
        position: absolute;
        bottom:20.5%;
    }
    .agency-contact-us{
        background: url(../images/m-contact-us.jpg) no-repeat center;
        background-size: 100% 100%;
        height: auto;
        padding:30px;
    }
    .agency-div{
        width: 100%;
    }
    .contact-ways{
        width: 170px;
    }
    .contact-way{
        display: block;
        margin:10px 0;
    }
    .ewm-div{
        height: auto;
    }
    .ewm-div img{
        vertical-align: top;
    }
    .agency-bottom{
        background: #fff;
        color: #666;
        text-align: center;
        font-size: 12px;
        padding:20px 0;
    }
    .btns-group{
        margin-top:-25%;
        text-align: center;
    }
    .yellowbg-btn{
        display: inline-block;
        position: relative;
        width: 43%;
    }
    .agency-btn-bg{
        width: 100%;
    }
    .agency-btn-text{
        position: absolute;
        top:0;
        left: 0;
        top:50%;
        margin-top:-12px;
        width: 100%;
        color: #fff;
    }
    .MGR10{
        margin-right: 10px;
    }
    .wave{
        width: 80px;
        height: 80px;
    }
}