/*头部开始*/
*{ margin: 0; padding: 0;}
li { list-style: none; }
.homeHeader { height: 1.07rem; background-color: #fff; }
.mui-bar .mui-icon { padding-top: 0; line-height: 1.07rem; color: #7a7a7a; }
.logo { position: absolute; left: .7rem; top: 0; bottom: 0; margin: auto; width: 3.74rem; z-index: 22; }
.wkdao-navs { position: absolute; top: 0; right: 0; width: 100%; }
.wkdao_navTop { position: absolute; right: 0.5rem; top: 0; width: 1.55rem; height: 1.07rem; display: flex; align-items: center; justify-content: center; }
.wkdao_navTop .navbtn { position: absolute; right: 0px; display: block; top: .32rem; }
.wkdao_navTop .navbtn li { width: .5rem; height: 2px; margin-bottom: .15rem; background-color: #7a7a7a; }
.closebtn { position: absolute; right: 0; top: .25rem; width: .55rem; height: .55rem; display: none; z-index: 999; }
.wkdao_navBottom { position: absolute; top: 1.07rem; width: 100%; height: 1000px; background-color: rgba(0, 0, 0, .3); display: none; margin-top: -0.05rem; }
.wkdao_navBottomList { float: right; background-color: #fff; margin: 0; margin-right: .3rem; padding: .3rem; }
.wkdao_navBottomList li { font-size: .26rem; line-height: .7rem; }
.wkdao_navBottomList li a { color: #656565; }
.wkdao_navBottomList li img { float: left; margin-top: .2rem; margin-right: .1rem; width: .48rem; }


/*头部结束*/

/*底部开始*/
.footer { background-color: #333333; padding-bottom: 1.2rem; }
.footer-links { margin: 0; padding: .4rem 0; text-align: center; }
.footer-links li { display: inline-block; }
.footer-links li a { font-size: .22rem; padding-left: .18rem; padding-right: .18rem; color: #dddddd; border-right: 1px solid #7d8a98; }
.footer-links li:nth-last-child(1) a { border-right: 0; }
.contactUs .telephone { height: .66rem; display: flex; justify-content: center; }
.contactUs .telephone a { float: left; font-size: .38rem; margin-top: .14rem; color: #f06816; }
.contactUs .telephone .telephoneImage { float: left; width: .48rem; height: .48rem; margin-top: .09rem; margin-right: .24rem; }
.docs-footer-text { text-align: center; line-height: .5rem; font-size: .2rem; color: #d0d0d0; }
.docs-footer-text a{color: #d0d0d0; }
/*底部结束*/
/*导航开始*/

.wkd-popcover{
    position: fixed;
    width:100%;
    height:100%;
    background: #333;
    opacity: 0.7;
    z-index: 999;
    display: none;

}
.wkd-right-menu{
    position: fixed;
    z-index:1000;
    top: 0;
    right: 0;
    /*visibility: hidden;*/
    /*box-sizing: content-box;*/
    width:4rem;
    height:10.87rem;
    background:rgba(255,255,255,1);
    -webkit-overflow-scrolling: touch;
    display: none;
    transition:.5s;
  padding-bottom: .24rem;
}
.wkd-right-menu .top-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:.8rem;
    border-bottom:.01rem solid rgba(242,242,242,1);
}
.wkd-right-menu .top-wrap .logowrap{
    width:2.05rem;
    display: flex;
    justify-content: left;
    align-items: center;
}
.wkd-right-menu .top-wrap .logowrap span{
    font-size:.26rem;
    font-weight:400;
    color:rgba(0,0,0,1);
}
.wkd-right-menu .top-wrap .logowrap  .logo-m{
    /*width:1.6rem*/
    width:.4rem;
    height:.35rem;
    margin-left:.2rem;
    margin-right:.1rem
}
.wkd-right-menu .top-wrap .close-btn{
    cursor:pointer;
    width:.25rem;
    height:.25rem;
    margin-right:.2rem
}
.wkd-right-menu .index-btn{
    font-size:.24rem;
    font-weight:400;
    color:rgba(0,0,0,1);
    margin-top:.24rem;
    margin-left:.24rem;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.wkd-right-menu .index-btn a{
    color: #333;}

.wkd-right-menu .index-btn img{
    width:.16rem;
    height:.12rem;
    margin-left:.1rem
}
.wkd-right-menu .item-list{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: left;*/
}
.wkd-right-menu .item-item{
    margin-top:.19rem;
    margin-left:.2rem;
    width:1.72rem;
    height:.52rem;
    background:rgba(255,255,255,1);
    border:.01rem solid rgba(197,197,197,1);
    border-radius:.26rem;
    font-size:.22rem;
    text-align: center;
    line-height:.48rem;
    cousor:pointer;
    color:#666666;
}
.wkd-right-menu .item-item:hover{
 background: -webkit-linear-gradient(left, #fe6d66, #ff4e71);
 color:#fff;
 }
.wkd-right-menu .item-item a{
display: block;
  color: #333;
}
.wkd-right-menu .item-item:hover a{
 color:#fff;
}
/*导航结束*/