.company{
    margin-top: 100px;
}
.company,img {
    vertical-align: middle
}

.case,.drop-menu a,a {
    text-decoration: none
}

.case-bg .bg-img {
    width: 100%
}

.case-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .5rem 1rem;
    width: 100%;
    color: #fff
}

.case-content .case-name {
    display: inline;
    margin-right: .6rem
}

.case-logo {
    margin-right: .3rem;
    margin-bottom: .8rem;
    width: 1.5rem
}

.case-intro {
    font-size: .5rem;
    line-height: 2
}

.download-icon {
    margin: 1rem 0;
    min-height: .4rem;
    text-align: center
}

.self-download {
    text-align: left;
    font-size: .6rem
}

.case,.company,.drop-menu,.success-cases,.tip {
    text-align: center
}

.android,.ios {
    display: inline-block;
    margin: 0 .5rem;
    width: 4rem;
    border: 1px solid rgba(1,1,1,.4)
}

.android img,.ios img,.nav-menu,.page-box img,.swiper-container {
    width: 100%
}

.page-box {
    padding: 2rem 1.0rem;
}

.swiper-container {
    position: fixed;
    z-index: 0
}

/*联系我们*/
#contact{
    position: fixed;
    right: 0.5rem;
    bottom: 5.5rem;
    z-index: 15;
    width: 1.8rem;
}
#tel{
    position: fixed;
    right: 0.5rem;
    bottom: 7.5rem;
    z-index: 15;
    width: 1.8rem;
}
.bask{
    position: fixed;
    right: 2.7rem;
    bottom: 5.5rem;
    z-index: 1000;
    display: none;
}
.qq-logo{
    position: fixed;
    right: 0.5rem;
    bottom: 3.5rem;
    z-index: 15;
    width: 1.8rem;
    border-radius: 50%;
    overflow: hidden;
}
.qq-logo img{
    width: 100%;
}

.back-top {
    position: fixed;
    right: 0.5rem;
    bottom: 1.5rem;
    z-index: 15;
    width: 1.8rem
}

.dh{
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 0.45rem 0.8rem 0.6rem;
    box-shadow: 0 0 0.08rem 0 rgba(0,0,0,.2);
    transition: width .3s ease-in-out;
}
.dh .hide dl {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    font-size: .5rem;
    margin-top: 0.4rem;
}
.dh .hide dl dt{
    line-height: 1.5;
    letter-spacing: .1em;
}
.dh .hide dl dt a {
    color: #fff;
    font-size: .6rem;
    font-weight: bold;
    text-decoration: none;
}
.bask .dh .hied_con:after,.notice2:after,.notice3:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: #222;
    position: absolute;
    right: -0.2rem;
    top: 45%;
    transform: rotate(45deg);
} 
.bask2{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    text-align: center;
    z-index: 10001;
    /*overflow:hidden;*/
    top: 0;
    left: 0;
    display: none;
}  
.bask-box{
    position: fixed;
    width: 100%;
    height: 0%;
    text-align: center;
    z-index: 10002;
    overflow:hidden;
    top: 45%;
}
.baskBox{
    width: 80%;
    margin: 45% auto 0;
    padding: 2rem 0.6rem 1.4rem;
    background: #fff;
    text-align: center;
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,.2);
}
.baskBox p{
    color: #333;
    line-height: 40px;
    font-size: .5rem;
    text-align: center;
}
.baskBox img{
    width: 60%;
}
.close-btn{
    margin: 10% auto;
    width: 1.5rem;
}

.drop-menu,.nav-menu {
    position: absolute;
    z-index: 10
}

.swiper-slide .slide-img {
    width: 100%;
    vertical-align: middle
}

.slide-img-bg1{
    background-image:url('../img/home_bg.png');
}
.slide-img-bg2{
    background-image:url('../img/home_bg2.png');
}

.slide-img-bg{
    background-size: cover;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
}


.content-box {
    position: absolute
}

.nav-menu {
    top: 0;
    left: 0;
    display: flex;
    height:2.8rem;
    padding:0 .6rem;
    /*padding: .6rem;*/
    justify-content: space-between;
    align-items: center
}

.nav-menu .logo {
    width: 40%
}

.nav-menu .menu-button {
    width: 6%
}

.drop-menu {
    position: fixed;
    z-index: 1000;
    top: 3rem;
    right: 1rem;
    display: none;
    width: 4rem;
    /*height: 4.5rem;*/
    border-radius: 4px;
    background: rgba(0,0,0,.79);
    font-size: .6rem
}

.case,.case .title-div {
    position: relative
}

.drop-menu li {
    display: block;
    width: 100%;
    height: 50%;
    line-height: 52.5px
}

.drop-menu li {
    border-top: 1px solid hsla(0,0%,100%,.54)
}
.drop-menu li:nth-child(1){
    border-top: transparent;
}
.drop-menu a {
    color: #fff;
    font-size: .6rem
}

.icon {
    z-index: 100;
    display: block;
    margin: 65% auto -85px;
    width: 85%
}

.company {
    z-index: 100;
    margin: 25% auto 49%;
    width: 100%;
    color: #fff
}

.company .xian {
    width: 4rem;
    height: 1px;
    background: hsla(0,0%,100%,.36)
}

.company h2 {
    padding: 0 .7rem
}

.company .name {
    display: flex;
    justify-content: center;
    align-items: center
}

.company p {
    font-size: .55rem;
    line-height: 1.8
}

.company .first-p {
    margin-top: .8rem
}

.content {
    z-index: 10000;
    background: #fff
}

.success-cases {

    padding: 8% 5%;
    line-height: 1.7;
}

.success-cases .xian {
    margin: .2rem 0 1.2rem 6.7rem;
    width: 1.4rem;
    height: 5px;
    background: #2775bb
}

.success {
    font-weight: 600;
    font-size: .7rem
}

.success-cases .our {
    font-size: .55rem;
    line-height: 1.7
}

.case {
    display: block;
    color: gray
}

.case1,.close {
    display: none
}

.case .introduce {
    margin-top: 1.3rem;
    width: 100%
}

.case .title {
    margin: .8rem 0 .5rem;
    color: #000
}

.case .button-bar {
    position: absolute;
    top: 16%;
    right: 0;
    z-index: 10;
    width: 2rem
}
.case .button-bar1 {
 position: absolute;
    top: 16%;
    right: 0;
    /*width: 2.5rem;*/
    height:1.0rem;
}
.case .button-bar2 {
 position: absolute;
    top: 16%;
    right: 0;
    /*width: 2.2rem;*/
    height:1rem;
}
.case .button-bar3 {
 position: absolute;
    top: 16%;
    right: 0;
    /*width: 2rem;*/
    height:1.0rem;
}
.case .button-bar4 {
 position: absolute;
    top: 16%;
    right: 0;
    /*width:4rem;*/
    height:1.0rem;
}

.case p {
    font-size: .5rem;
    line-height: 2.2
}

.tip {
    margin-top: .7rem;
    margin-bottom: .9rem;
    padding: .4rem 0;
    width: 100%;
    border: 2px solid #000;
    font-weight: 700
}

.tip img {
    width: .5rem
}

.about {
    position: relative
}

.about-bg {
    width: 100%
}

.over-div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11% 5% 8%;
    color: #fff;
    font-size: .5rem;
    line-height: 2
}

.over-div .title-img {
    width: 7rem
}

.first-our {
    margin: 1.8rem 0 1rem
}

.second-our {
    margin-bottom: 1.0rem
}

.last-p {
    text-align: left
}

@media screen and (max-width:360px) and (min-width:320px) {
    .over-div {
        position: absolute;
        top: 0;
        left: 0;
        padding: 11% 5% 8%;
        color: #fff;
        font-size: .6rem;
        line-height: 1.8
    }

    .over-div .title-img {
        width: 7rem
    }

    .first-our {
        margin: .8rem 0
    }

    .second-our {
        margin-bottom: .8rem
    }

    .last-p {
        text-align: left
    }
}


body,button,canvas,dd,dl,em,form,h1,h2,h3,h4,h5,input,ol,p,select,strong,
td,textarea,th,ul,video {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    vertical-align: top
}

table {
    border-collapse: collapse
}

textarea {
    overflow: auto;
    resize: none
}

.viewport,body {
    overflow-x: hidden
}

img {
    border: 0
}

em {
    font-style: normal
}

a,input {
    border: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

a,img {
    -webkit-touch-callout: none
}

body,html {
    -webkit-user-select: text;
    user-select: text
}

body {
    overflow-y: auto;
    font-size: .7rem;
    font-family: Helvetica Neue,Helvetica,STHeiTi,sans-serif
}

body::-webkit-scrollbar {
    width: 0;
    height: 0
}

.viewport {
    margin: 0 auto;
    max-width: 40pc
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.bg {
    position: relative
}

.footer {
    background-color: #f6f5f5;
    padding: 1.6rem 0 .2rem;
    text-align: center;
    font-size: .6rem;
    line-height: 1.8;
}

.footer-bar {
    background: #f6f5f5;
   padding-bottom: 1.6rem;
    color: gray;
    text-align: center;
   font-size: .5rem
}

.copy_p {
    position: relative;
    line-height: 2;   
}

#weixin {
    width: 4rem;
    font-size: .6rem;
    padding-left: .1rem
}

.copy {
    position: absolute;
    width: 2.5rem;
    right: 3.0rem;
    top:-0.5rem;
}

.notice,.notice1 {
    position: fixed;
    left: 15%;
    padding: 3%;
    font-size: .6rem;
    border-radius: 5px;
    bottom: 20%;
    width: 70%;
    background: rgba(0,0,0,.54);
    color: #fff;
    display: none
}
.notice2{
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 0.45rem 0.8rem 0.6rem;
    box-shadow: 0 0 0.08rem 0 rgba(0,0,0,.2);
    transition: width .3s ease-in-out;
    position: fixed;
    right: 2.75rem;
    bottom: 5.5rem;
    padding: 3%;
    font-size: .6rem;
    display: none
}
.notice3{
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 0.45rem 0.8rem 0.6rem;
    box-shadow: 0 0 0.08rem 0 rgba(0,0,0,.2);
    transition: width .3s ease-in-out;
    position: fixed;
    right: 2.75rem;
    bottom: 3.4rem;
    padding: 3%;
    font-size: .6rem;
    display: none
}
.notice2:after,.notice3:after{
    top: 39%
}

.footer {
    position: relative
}

.company p.first-p {
    padding: 0 10px;
    font-weight: bolder;
}
.infor{
    background-color: #f7f7f7;
    padding: 8% 0%;
}
.infor-h2{
    /*font-size: 0.36rem;*/
    overflow: hidden;
    padding:0 4%;
}
.infor-h2 a{
    float: right;
    font-size: .5rem;
    color: #999999;
    font-size: .6rem;
}
.infor-h2p{
    font-size: 0.68rem;
    padding:0 4%;
}
.infor-ul{
    margin-top: 1rem;
    background:#fff;
    padding:0 4%;
}
.infor-ul li{
    /*margin-top: 1.2rem;*/
    background:#fff;
    padding: 3% 0 8% 0;
}
.infor-box{
    overflow: hidden;
    display: block;
    margin-top: 3%
}
.infor-box img{
    float: left;
    width: 5.5rem;
    height: 4rem;
}
.infor-boxr{
    float: right;
    width: 8.5rem;
}
.infor-boxr h5{
    font-size: .55rem;
    color: #333;
    margin-bottom: 0.1rem;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.infor-boxr p{
    font-size: 0.5rem;
    color: gray;
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.infor-a p{
    float: left;
    width: 60%;
    margin-top: 0.2rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .5rem;
    color: #2775bb;
}
.infor-a span{
    float: right;
    font-size: .5rem;
   /*  margin-top: 0.2rem; */
}
.newNav-menu{
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
}
.y_box{
    min-height: 2rem;
    position: fixed;
    top:2.7rem;
    height: 2.55rem;
    left: 0;
    width: 100%;
    z-index:2;
    margin: 0 auto;
    background-color: #fff;
    overflow-x: scroll;
    
}
.y_box::-webkit-scrollbar{width: 0px !important;height: 0px !important;}
.y_title{
    /* white-space: nowrap;
    overflow: hidden; */
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 27rem;
    border-bottom: 1px solid #e5e5e5;
    
}
.y_title h3{              
    padding:0 .5rem;
    height: 100%;
    line-height: 24px;
    white-space: nowrap;   
    word-wrap:normal;
    font-weight: normal;
    float: left;

}

.y_title span{
    display: inline-block;
    padding: .6rem 0rem;
    font-size: .58rem;
}

/*资讯分类列表页面*/
/*一个页面显示不下 可以左右滑动 的样式开始*/

.swipe {
    padding: 4.8rem 0 0 0;
    min-height: 20rem;
}
.list-div{
    margin: .8rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .8rem;
}

.y_title h3:nth-child(1) span{
    /* border-bottom: 2px solid #65dad0;
    color: #65dad0 */
}
.infor-a{
    font-size: 0.4rem;
    overflow: hidden;
    margin-top: .3rem;
    color: gray
}
.infor-a img{
    width: 0.7rem;
    height: 0.4rem;
    display: inline-block;
    margin-left: .2rem;
    margin-right: .2rem;
    float: right;
}
.infor-a .dianzan{
    float: right;
    color: gray
}


/*详情页面*/
.art_box {
    width: 100%;
    margin: 3.8rem auto 1.8rem;
}
.art_box>.art_box1 {
    width: 94%;
    margin: 0 auto .5rem;
}
.art_box1>.art_title {
    text-align: center;
    color: #222;
    font-size: .8rem;
    font-weight: normal;
}
.art_box1>.attr_cate {
    overflow: hidden;
    /*height: 22px;*/
    font-size: .6rem;
    /*line-height: 22px;*/
    padding: 1rem 0 .5rem;
    border-bottom: 1px solid #eee;
}
.attr_cate>.art_attr {
    float: left;
}
.attr_cate>.art_category {
    float: right;
}
.art_attr{
    overflow: hidden;
}
.art_attr>.art_time {
    margin-right: 6px;
    float: left;
}
.art_content {
    margin: 0.5rem 0;
    color: #666;
}
.art_content>.art_desc {
    padding: .3rem;
    font-size: .6rem;
    background-color: #eee;
    margin-bottom: 1pc;
    line-height: 1.5;
}
.art_content>.art_con {
    line-height: 1.5;
    font-size: .6rem;
    letter-spacing: .1em;
    
}
.art_con img{
    width:100%;
    margin: .3rem 0;
    height:auto;
}
.bottom_label{
    font-size: .6rem;
}
.bottom_label a,.next-previous a{
    color: #000;
}
.next-previous{
    margin-top: .5rem;
}
.next-previous p{
    font-size: .55rem;
    margin-bottom: .1rem;
}
.next-previous span,.bottom_label span{
    margin-right: .3rem;
    color: gray;
}
.art_browse{
    float: left;
    margin-left: .2rem;
}
.art_browse img{
    display: inline-block;
    float: left;
    margin-top: .1rem;
    margin-right: .2rem;
}
.art_category a{
    color: gray
}
.caveat {
    text-align: center;
    padding: .4rem;
    background-color: #eee;
    margin: .8rem 0 1.5rem;
    font-size: .55rem;
    letter-spacing: .1em;
    color: #7d7d7d;
    line-height: 1.5;
}
.caveat a{
    color: #000
}
.pc-icon{
    width:4rem;
    position: fixed;
    left:0;
    bottom:0.9rem;
}
