@charset "utf-8";

body,div,menu,ol,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,p,form,header,nav,article,section,aside,footer,video,audio,figure,textarea {
    padding: 0;
    margin: 0;
}
input,select,textarea,img,area {
    outline: none;
    border: none;
}
input,select,textarea {
    background: #FFF;
}
mark {
    background: none;
}
img {
    vertical-align: middle;
    width: 100%;
}
textarea {
    resize: none;
}
li {
    list-style-type: none;
}
body {
    font-size: 16px;
    line-height: 1em;
}
em,i,strong,b,small,h1,h2,h3,h4,h5,h6,address {
    font-style: normal;
}

.fl-c:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fl-c {
    *zoom: 1;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.no-bt {
    border-top: none !important;
}
.no-br {
    border-right: none !important;
}
.no-bb {
    border-bottom: none !important;
}
.no-bl {
    border-left: none !important;
}
.no-mb{
    margin-bottom: 0!important;
}
.no-mr{
    margin-right: 0!important;
}

.wrap {
    width: 6.4rem;
    margin: 0 auto;
    overflow: hidden;
   
}

#top{

    width: 6.4rem;

    background: #fff;


}

.topfixed{

    position: fixed;

    top:0;

    z-index: 20

}
header{
    position: relative;
    padding-right:.28rem;
    height: 1.12rem;
    background-color: #fff;
    box-sizing:border-box;
    border-bottom:1px solid #ddd;

}

header>div{

    height: 100%;

}

header .t-logo{

    float: left;

    width: 2.45rem;

}

header .t-logo img{

    width: 2.45rem;

    display: inline-block;

    vertical-align: middle;

}

header .top-tel{

    float: left;

}

header .top-tel img{

    width: 3.1rem;

}

header .top-r{

    position: absolute;

    right: .1rem;

    width: 12%;

    

}

header .top-r>span{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images1/top-icon.png) .3rem .4rem no-repeat;
    background-size: .45rem;

}
header .top-r>span.on{
    background: url(../images1/top-icon.png) .3rem -.47rem no-repeat;
    background-size: .45rem;

}




/*导航*/

.nav-img img{
    width: 6.4rem;

}
#nav-height {
    height: 100%;
    background: #fff;
}
.nav-bar{
    position: fixed;
    padding-bottom: .2rem;
    background: #f6f6f6;
    left: -100%;

    width: 6.4rem;

    height: 100%;

    overflow: hidden;

    z-index: 99999999999999;

    -webkit-overflow-scrolling: touch;

}

.nav-bar .dot{

    width: 50%;

    height: 100%;

    float: right;

    background:#4f81bd;

    padding-top: 1rem;

    box-sizing:border-box;

}

.nav-bar .dot .dot-item{

    margin:0 auto;

    position: relative;

    width: 2.1rem;

    height: 2.1rem;

    border-radius: .06rem;

    background: #025ca4;

    color: #fff;

    font-size: .3rem;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -moz-align-items: center;

    -webkit-align-items: center;

    align-items: center;

    -webkit-box-pack: center;

    -moz-justify-content: center;

    -webkit-justify-content: center;

    justify-content: center;

}

.nav-bar .dot .dot-item:before{

    display: none;

    content: "";

    position: absolute;

    left: -.55rem;

    border-left: .2rem solid #f6f6f6;

    border-top:.2rem solid transparent;

    border-bottom:.2rem solid transparent;

}

.nav-bar .dot .dot-item.active{

    background: #5ebbe5;

}

.nav-bar .dot .dot-item.active:before{

    display: block;

}

.nav-bar .dot .dot-item i{

    display: inline-block;

    width: 1.37rem;

    height: 1rem;

    background: url(../images1/nav-img0.png) no-repeat;

    background-size: 1.37rem;

}

.nav-bar .dot .dot-item span{

    display: block;

}

.nav-bar .dot .dot-item:nth-of-type(1){

    margin-bottom: .6rem;

}

.nav-bar .dot .dot-item:nth-of-type(1) i{

    background-position: 0 0;

}

.nav-bar .dot .dot-item:nth-of-type(2) i{

    background-position: 0px -1.42rem;

}

.nav-bar .nav-left{

    float: left;

    width: 50%;

    height: 100%;

    background: #f6f6f6;

}

.nav-bar .nav-left  ul{

    padding:.4rem .16rem 0 .16rem;

    font-size: 0;

}

.nav-bar .nav-left .left-item{

    display: none;

}

.nav-bar .nav-left .left-item.on{

    display: block;

}

.nav-bar .nav-left .left-item li{

    padding-top: .11rem;
    padding-bottom: .1rem;

    margin-right: .08rem;

    margin-bottom: .2rem;

    display: inline-block;

    width: 1.35rem;

    border-radius: .06rem;

    border:1px solid #dddddd;

    box-sizing:border-box;

    text-align: center;

    background: #fff;

    

}

.nav-bar .nav-left .left-item li:nth-of-type(2n){

    margin-right: 0;

}

.nav-bar .nav-left .left-item li img{

    display: inline-block;

    width: 1.2rem;

}

.nav-bar .nav-left .left-item li span{

    padding-top: .1rem;

    display: block;

    font-size: .22rem;

    color: #333333;

}


nav{
    display: flex;
    justify-content:space-between;
    flex-wrap:no-wrap;
    padding:0 .2rem;
    font-size: 0;
}
nav a{
    display: inline-block;
    padding:0 .05rem;
    line-height: .5rem;
    font-size: .23rem;
    color: #666666;
}
nav a.on{
    color: #e3480e;
    border-bottom:1px solid #e3480e;
}
.block{
    height: .2rem;
    background: #f5f5f5;
}
.cont{
    width: 5.8rem;
    margin:0 auto;
}
.p6-line{
    width: 6.4rem;
    height: .2rem;
    background-color: #f5f5f5;
}
#banner{
    position: relative;
    width: 6.4rem;
    height: 3.2rem;
}
#banner .owl-pagination{
    position: absolute;
    bottom: .1rem;
    width: 100%;
    text-align: center;
}
#banner .owl-page{
    display: inline-block;
    padding: 0 .05rem;
}
#banner .owl-page span{
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    display: inline-block;
    background: #999999;
}
#banner .owl-page.active span{
    background: #0076ff;
}
.m1{
    width: 5.84rem;
    margin: .3rem auto .15rem;
}
.m1 .m1-l{
    width: 1.68rem;
    height: 1.68rem;
}
.m1 .m1-l img{
    display: block;
    width: 1.68rem;
}
.m1 .m1-r{
    width: 4.01rem;
}
.m1 .m1-r .m1-nav{
    width: 4.01rem;
}
.m1 .m1-r .m1-nav li{
    width: 1.25rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .05rem;
    border:1px solid #0076ff;
    text-align: center;
    float: left;
    margin-right: .13rem;
    margin-bottom: .12rem;
    box-sizing:border-box;
}
.m1 .m1-r .m1-nav li a{
    display: block;
    font-size: .26rem;
    color: #333;
}
.li-nr{
    margin-right: 0!important;
}
.m1 .m1-r .m1-btn{
    width: 4.01rem;
}
.m1 .m1-r .m1-btn a{
    display: block;
    width: 1.9rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .26rem;
    color: #fff;
    border-radius: .06rem;
    text-align: center;
}
.m1 .m1-r .m1-btn a.a{
    background-color: #fe8f01
}
.m1 .m1-r .m1-btn a.b{
    background-color: #0076ff
}
.tit {
    margin: 0 .3rem;
    padding: .25rem 0 .2rem .43rem;
    border-bottom: 1px solid #ececec;
    font-size: .28rem;
    color: #333333;
    background: url(../images1/icon.png) no-repeat;
    background-size: .55rem;
}
.m2{
    margin-bottom: .3rem;
}
.m2 .tit{
    background-position: 0 .13rem;
}
.p2-list li{
    padding:.2rem 0;
    overflow: hidden;
    border-bottom:1px dashed #ececec;
}
.p2-list{
    width: 5.8rem;
    margin: 0 auto;
}
.p2-list .num{
    float: left;
    line-height: .6rem;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #ff6913;
    background-size: .6rem;
    font-size: .38rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
}
.p2-list .text{
    float: right;
    width: 5rem;
    display: table;
}
.p2-list .text>div h2{
    display: table-cell;
    vertical-align: middle;
    font-size: .28rem;
    color: #0076ff;
    line-height: .4rem;
    font-weight: normal;
}
.p2-list .text>div p{
    font-size: .22rem;
    line-height: .4rem;
    color: #666;
}
.btn-wrap{
    width: 5.8rem;
    margin: 0 auto;
}
.btn-wrap h2 a{
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: .24rem;
    color: #e70012;
    margin-bottom: .2rem;
    margin-top: .25rem;
}
.btn-wrap .btn{
    overflow: hidden;
    margin-top: .1rem;
}
.btn-wrap .btn a{
    display: block;
    width: 2.8rem;
    height: .7rem;
    border-radius: .06rem;
    text-align: center;
}
.btn-wrap .btn a.fl{
    background: #fe8f01;
}
.btn-wrap .btn a.fr{
    background: #0076ff;
}
.btn-wrap .btn a span{
    padding-left: .67rem;
    display: inline-block;
    line-height: .7rem;
    font-size: .34rem;
    color: #fff;
    background: url(../images1/icon.png) no-repeat;
    background-size: .6rem;
}
.btn-wrap .btn a.fl span{
    background-position: 0 -3.18rem;
}
.btn-wrap .btn a.fr span{
    background-position: 0 -4.22rem;
}
.m2-nav{
    width: 6rem;
    margin: .24rem auto .2rem;
}
.m2-nav li{
    width: 20%;
    float: left;
    margin-bottom: .15rem;
}
.m2-nav li a{
    display: block;
}
.m2-nav li a img{
    display: block;
    width: 1rem;
    margin: 0 auto .05rem;
}
.m2-nav li a i{
    display: block;
    font-size: .22rem;
    color: #333;
    line-height: .32rem;
    color: #333;
    text-align: center;
}
.m2-btn{
    width: 5.45rem;
    margin: 0 auto .4rem;
}
.m2-btn a{
    display: block;
    width: 2.56rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: .06rem;
    font-size: .2rem;
    color: #fff;
    padding-left: .8rem;
    position: relative;
    box-sizing:border-box;
}
.m2-btn a i{
    display: block;
    width: .8rem;
    height: .66rem;
    position: absolute;
    top:-.12rem;
    left: 0;
}
.m2-btn a.a{
    background-color: #0076ff
}
.m2-btn a.b{
    background-color: #fe8f01
}
.m2-btn a.a i{
    background: url(../images1/cq_people1.jpg) no-repeat;
    background-size: 100%;
}
.m2-btn a.b i{
    background: url(../images1/cq_people2.jpg) no-repeat;
    background-size: 100%;
}
.m4 {
    margin-top: .1rem;
    margin-bottom: .3rem;
}
.m4 .tit{
    background-position: 0 -1.17rem;
}
.m4 .cont{
    width: 5.8rem;
    margin:0 auto;
}
.m4 .doc-item {
    padding: .2rem 0;
    overflow: hidden;
    border-bottom: 1px dashed #0076ff;
}
.m4 .doc-img {
    float: left;
    width: .98rem;
}
.m4 .doc-img img {
    width: .98rem;
}
.m4 .text {
    margin-left: .2rem;
    float: left;
    width: 3.5rem;
}
.m4 .text h2 {
    margin-bottom: .4em;
    line-height: 1em;
    font-size: .26rem;
    color: #0076ff;
}
.m4 .text p {
    font-size: .22rem;
    line-height: .26rem;
    color: #333333;
}
.m4 .doc-fr {
    margin-top: .05rem;
    padding: .13rem 0;
    float: right;
    width: .76rem;
    height: .76rem;
    background: #e70012;
    border-radius: .06rem;
    text-align: center;
    font-size: .22rem;
    line-height: .26rem;
    color: #fff;
    box-sizing: border-box;
}
.m4 .btn-wrap .btn a.fr span {
    background-position: 0 -4.22rem;
}
.yyhj{
    margin-top: .1rem;
}
.yyhj .tit{
    background-position: 0 -.48rem;
}
.yyhj-nav{
    width: 5.84rem;
    margin: .2rem auto 0;
}
.yyhj-nav li{
    width: 2.82rem;
    margin-bottom: .2rem
}
.yyhj-nav li a,.yyhj-nav li a img{
    display: block;
    width: 2.82rem;
}
.p6 .tit {
    margin-bottom: .15rem;
    background-position: 0 -2rem;
    margin-top: .2rem;
}
.p6 .cont{
    padding-bottom: .1rem;
}
.p6 .cont a{
    font-size: .24rem;
    line-height: 1em;
    color: #333333;
}



.f-nav{
    padding:.2rem .32rem 0 .32rem;
    overflow: hidden;
}
.f-nav a{
    display: inline-block;
    margin-right: .19rem;
    float: left;
    width: 1.27rem;
    height: .82rem;
    border-radius: .06rem;
    line-height: .82rem;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    background: #65acfc;
}
.f-nav a:last-child{
    margin-right: 0;
}
.f-nav a.on{
    background: #0076ff;
}
footer{
    padding: .3rem .3rem 0 .3rem;
    margin-bottom: 1.3rem;
    overflow: hidden;
    text-align: center;
}
footer .f-text p{

    font-size: .24rem;

    line-height: .42rem;

    color: #333333;

}

footer .f-text p span{

    display: inline-block;

}

footer .f-text p span:before{

    content: '';

    display: inline-block;

    float: left;

    width: .4rem;

    height: .42rem;

    background: url(../images1/icon.png) no-repeat;

    background-size: .6rem;

}
footer .f-text p:nth-of-type(1) span:before{

    background-position: 0 -9.48rem;

}
footer .f-text p:nth-of-type(2) span:before{

    background-position: 0 -5.47rem;

}

footer .f-text p:nth-of-type(3) span:before{

    background-position: 0 -6.25rem;

}
.bottom-fixed{
    padding:.23rem .3rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.2rem;
    width: 6.4rem;
    height: 1rem;
    background: #fff;
    box-shadow: .08rem 0 .15rem rgba(0,0,0,.1);
    box-sizing:border-box;
    z-index: 10;
}
.bottom-fixed>div{
    display: inline-block;
    font-size: .24rem;
    line-height: .56rem;
    color: #e70012;
}
.bottom-fixed .fc{
    float: left;
    margin:0 .15rem;
    width: 2.6rem;
    height: .56rem;
    border-radius: .28rem;
    background: #f4f4f4;
    text-align: center;
    line-height: .56rem;
    color: #666666;
}
.bottom-fixed .fl{
    padding-left: .47rem;
    background: url(../images/icon.png) 0 -6.1rem no-repeat;
    background-size: .55rem;
}
.bottom-fixed .fl a{
    position: relative;
}
.bottom-fixed .fl a span{
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    position: absolute;
    top: -.11rem;
    left: -.16rem;
    background: #2079cb;
    z-index: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    border: 1px solid #fff;
    letter-spacing: -1px;
}
.bottom-fixed .fr{
    padding-left: .47rem;
    background: url(../images/icon.png) 0 -7.1rem no-repeat;
    background-size: .55rem;
}