/*css reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff;  font-size:14px; font-family:  "microsoft yahei", sans-serif, arial; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
html,body{height: 100%;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

*{box-sizing: border-box;}
/*--------------------------------*/
html,body {
    font: 12px/1.5 "microsoft yahei","黑体",tahoma, Srial, helvetica, sans-serif; height:100%;
}
a{text-decoration: none;}
ul,li{list-style-type: none;}


@-ms-viewport {
    width: device-width;
}
html {
    height: 100%;
    font-family:"PingFang SC", "microsoft yahei" ,"黑体";
}

body {
    height: 100%;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    /*background-color: #000000;*/
}
button {
    border: none;
    background: none;
}
.text-over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.manu-ls-top img,
.pc-top-pd,
.ph-top-pd{
    display: none;
}








/*animation*/

.manu-left-hide-animation {
    /*-webkit-animation:manu-left-hide 1s ease 1 alternate forwards;
    animation:manu-left-hide 1s ease 1 alternate forwards;*/
    display: none;
}
.manu-left-show-animation {
    /*-webkit-animation:manu-left-show 1.2s ease  forwards;
    animation:manu-left-show 1.2s ease  forwards;*/
    display: block;
}
.manu-left-hide-first {
    /*-webkit-animation:manu-left-hide-first 0 linear forwards;
        animation:manu-left-hide-first 0 linear forwards;*/
    display: none;
}
@keyframes manu-left-hide-first{
    0% {
        opacity: 0;
        -webkit-transform: scale(0.01) translate3d(-1000px, 4000px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(0.01) translate3d(-1600px, 4000px, 0px);
        transform-origin: left top 0;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.01) translate3d(-1000px, 4000px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(0.01) translate3d(-1000px, 4000px, 0px);
        transform-origin: left top 0;
    }
}
@keyframes manu-left-hide{
    40% {
        opacity: 0.4;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 100px, 0px);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 300px, 0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.01) translate3d(-600px, 4000px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(0.01) translate3d(-600px,4000px, 0px);
        transform-origin: left top 0;
    }
}
@keyframes manu-left-show{
    from {
        opacity: 0;
        -webkit-transform: scale(0.01) translate3d(-1000px, 6000px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(0.01) translate3d(-1000px, 6000px, 0px);
        transform-origin: left top 0;
    }
    60% {
        opacity: .2;
        -webkit-transform: scale3d(0.375, 0.375, 0.375) translate3d(50px, 600px, 0px);
        transform: scale3d(0.375, 0.375, 0.375) translate3d(50px, 600px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
        -webkit-transform-origin: left top 0;
        transform: scale(1) translate3d(0px, 0px, 0px);
        transform-origin: left top 0;
    }
}



/*media*/

/*@media screen and (device-width: 320px) {*/
/*	.pano-box >div{*/
/*		width: 21.7rem;*/
/*		height: 21.7rem;*/
/*		margin: 0 auto;*/
/*		background: rgba(255,255,255,.5);*/
/*		background-clip: content-box;*/
/*		border-radius: 50%;*/
/*		border: 1.126rem solid rgba(255,255,255,.22);*/
/*	*/
/*	}*/
/*	.pano-ls {*/
/*		padding: 10.8rem 0.5rem 0;*/
/*	}*/
/*	.pano-ls>li{*/
/*		!*width: 12.35rem;*!*/
/*		width: 100%;*/
/*		width: 20.7rem;*/
/*		position: absolute;*/
/*	}*/
/*	.manu-page-list {*/
/*		width: 25.5rem;*/
/*	}*/
/*	.img-radius-box {*/
/*		width: 4.5rem;*/
/*		height: 4.5rem;*/
/*	}*/
/*	.manu-page-list .active .manu-name {*/
/*		font-size: 0.75rem;*/
/*	}*/
/*	.manu-name {*/
/*		margin-top: 0.5rem;*/
/*	}*/
/*	.manu-page-list>li {*/
/*		margin-bottom: 1rem;*/
/*	}*/
/*	.modal-down-content{*/
/*		margin-top: 5rem;*/
/*	}*/
/*	.menu-link {*/
/*		top: 38rem;*/
/*	}*/
/*}*/
/*@media screen and (device-width: 320px) and (device-height: 480px) {*/
/*	.modal-b-content {*/
/*		margin-top: 6rem;*/
/*	}*/
/*	.manu-page-list-box {*/
/*		height: 58.4%;*/
/*	}*/
/*	.modal-down-content {*/
/*		margin-top: 4rem;*/
/*	}*/
/*	.menu-link {*/
/*		top: 33rem;*/
/*	}*/
/*}*/
@media (max-width: 768px) {
    .menu-link {
        top: 45rem;
    }

    /*index*/
    .index-title,
    .index-bottom {
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    /*.index-bottom a:nth-child(1) p{

                width: 250px;
                display: inline-block;border: 1px solid #fff;
                padding: 10px 4px;
                border-radius: 24px;
                font-size: 15px;
            }*/
    .index-title {
        top: 18.3%;
    }
    .index-title img,
    .index-bottom img{
        display: block;
        width: 58.8%;
        margin: 0 auto;
    }
    .index-bottom {
        bottom: 3%;
    }
    .index-bottom img {
        width: 59.27%;
    }

    /*index end*/
    .manu-box-r {
        display: block;
        width: 0.8rem;
        position: absolute;
        right: 0.21rem;
        top: 0.3rem;
        z-index: 10000;
    }
    .collapse{
        display : block;
        transition: all 0.4s ease;
        overflow: hidden;
        /*height: 22.28rem;*/
    }
    .collapse-hide{
        /*height: 0;*/
    }
    #yuanpan-btn {

    }
    .manu-box-r >img,
    .manu-box-r >div>img,
    .manu-box-r >div>a,
    .manu-box-r >div>a img{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0.24rem;
        /*margin-bottom: 0.4rem;*/
    }
    .manu-box-r >div>a img {
        margin-bottom: 0;
    }
    .manu-box-r >img:first-child {
        width: 1.78rem;
        margin: 0 auto 1.3rem;
    }
    .manu-left {
        display: block;
        /*width: 3.556rem;
        height:3.556rem;*/
        width: 35px;
        height:35px;
        position: absolute;
        left: 15px;
        bottom: 17px;
        z-index: 10000;
    }
    .pano-box{
        position: absolute;
        width: 79.86%;
        top:34.81%;
        left: 6.48%;
        z-index:99;
        /*transform: scale(0.01) translate3d(-50px, -350px, 0px);*/
        /*transform: translate3d(-700px,0,0);*/
    }
    .pano-box >div{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        border-radius: 3.6rem;
        /*width: 24.7rem;*/
        /*height: 24.7rem;*/
        /*margin: 0 auto;*/
        /*background: rgba(255,255,255,.5);*/
        /*background-clip: content-box;*/
        /*border-radius: 50%;*/
        border: 0.02rem solid rgba(255,255,255,.8);
        padding-top: 0.74rem;
        padding-bottom: .55rem;
        box-sizing: border-box;

    }


    .pano-ls .tips{
        text-align: center;
        font-size: 1.5rem;
        color: #444a59;
        line-height: 0.7rem;
    }

    .manu-ls-box {
        /*position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
        z-index: 99999;
    }
    .manu-ls-top {
        position: absolute;
        width: 100%;
        height: 10.4%;
        top: 17.9%;
        box-sizing: border-box;
    }
    .manu-ls-top img{
        display: block;
        width: auto;
        max-width: 58.2%;
        height: 64%;
        overflow: auto;
        margin: 0 auto 0;
    }
    .manu-page-list-box {
        position: absolute;
        width: 100%;
        top: 20.7%;
        height: 54.4%;
        /*overflow: auto;*/
    }
    .manu-page-list {
        /*width: 27.378rem;*/
        padding: 0 0.6rem;
        /*flex-wrap:wrap-reverse*/
    }
    .manu-page-list>li{
        margin-right:0.55rem;
        width: 1.4rem;
        float: left;
    }
    .manu-page-list>li:nth-child(4n) {
        margin-right: 0;
    }
    .img-radius-box {
        border-radius: 50%;
        border: 0.04rem solid #e5ebf6;
        overflow: hidden;
        width: 100%;
        height: auto;
        background-clip: content-box;
        margin-bottom: 0.1rem;
    }
    .img-radius-box> img{
        display: block;
        width: 100%;
        height: auto;
        background-clip: content-box;
    }
    .manu-name {
        text-align: center;
        font-size: 0.3rem;
        color: #fff;
        line-height: .43rem;
    }
    .manu-page-list .active .manu-name {
        color: #5293fa;
    }
    .manu-page-list .active .img-radius-box{
        border: 0.08rem solid #5293fa;
    }

    .manu-ls-bottom {
        position: absolute;
        width: 100%;
        bottom: 3.4%;
    }
    .manu-ls-bottom img{
        display: block;
        width: 59.3%;
        height: auto;
        margin: 0 auto;
    }

    /*modal*/
    .modal-box ,
    .modal-jishu-box{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.75);
        z-index: 10000;
        display: none;
        /*transform: translateX(600px);
        transition: all ease-in 0.6s;*/
    }
    .modal-show {
        transform: translateX(0);
    }
    .modal-b-content {
        /*width: 90%;*/
        width: 80%;
        /*background: #fff;*/
        /*border-radius: 0.65rem;*/
        margin: 0 auto;
        /*padding: 20px;*/
        position: relative;
        height: 100%;
    }
    .jianjie-box {
        position: absolute;
        background: #ffffff;
        border-radius: 8px;
        left: 0;
        right: 0;
        top: 8.8%;
        bottom: 17%;
        padding: 0.28rem  0.2rem 0.4rem 0.2rem;

    }
    .jj-modal-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0.8rem;
        height: 17%;
        margin-left: -0.4rem;
    }
    .modal-head {
        position: relative;
        height: 0.8rem;
        text-align: center;
        color: #333333;
        font-size: 0.3rem;
        font-weight: bold;
        line-height: 0.8rem;
        /* background: linear-gradient(to bottom,#c8cbd0,#cfd0d2); */
        /*background: rgba(255,255,255,0.72);*/
        /*border-top-right-radius: 0.65rem;*/
        /*border-top-left-radius: 0.65rem;*/
    }

    .close-jishu-modal{
        width: 0.4rem;
        height: 0.4rem;
        display: block;
        /*margin: 0.5rem auto 0;*/
        position: absolute;
        top: 0.2rem;
        right: 0.1rem;
    }
    .close-modal {
        width: 0.7rem;
        height: 0.7rem;
        display: block;
        margin: 0.5rem auto 0;
    }
    .jishu-box {
        position: absolute;
        background: #ffffff;
        border-radius: 8px;
        left: 0;
        right: 0;
        top: 20%;
        /*bottom: 17%;*/
        padding: 0.28rem 0.2rem 0.4rem 0.2rem;
    }
    .logo-box {
        position: absolute;
        left: 0.4rem;
        top: 0.3rem;
        z-index: 999;
        width: 2.4rem;
    }
    .logo-box>a,
    .logo-box img{
        display: block;
        width: 100%;
    }
    .modal-inf-box {
        padding: 3.11rem 2.04rem 3.55rem;
        height: 20.74rem;
        box-sizing: border-box;
        background: #fff;
        border-bottom-right-radius: 0.65rem; border-bottom-left-radius: 0.65rem;
    }
    .modal-inf-box p{
        color: #333;
        font-size: 1.18rem;
        line-height: 1.77rem;
        height: 100%;
        overflow: auto;
    }
    .modal-section-box {
        background: #fff;
        padding: 0.8rem;
        /*padding:2rem 1.77rem 1.125rem 1.77rem ;*/
    }
    .modal-section-box>img{
        display: block;
        width: 100%;
        height: auto;
        /*margin-bottom: 1.185rem;*/
    }
    .modal-section-box>a{
        display: block;
        width: 37%;
        height: 2.9rem;
        margin: 0 auto;
        background: url(../a-css/call-btn-y.png) no-repeat center/100% auto;
    }

    a.back {
        background: url(../a-img/back-btn.png) no-repeat center center/0.8rem auto;
        /*margin-left: 1.333rem;*/
        width: 0.8rem;
        height: 0.8rem;
        display: block;
        z-index: 9;
        position: absolute;
        left: 0.8rem;
        top: 0.8rem;
    }
    .zhengce-infor {
        font-size: 1rem;
        color: #333333;
        margin-bottom: 1.09rem;
    }
    .zhengce-infor img{
        display: inline-block;
        width: 1.06rem;
        height: 1.06rem;
        margin-right: 0.89rem;

    }
    .section-list .modal-section-box>a {
        background: url(../images/download-btn.png) no-repeat center/100% auto;;
    }
    .section-list .modal-section-box {
        padding-bottom: 0.6rem;
    }
    .section-list {
        /*height: 26.4rem;*/
        /*overflow: auto;*/
        /*border-bottom-right-radius: 0.65rem;*/
        /*border-bottom-left-radius: 0.65rem;*/

        overflow: auto;
        height: 100%;
        /*margin-right: 10px;*/
        border-radius: 0;
    }
    .section-list img{
        display: block;
        width: 100%;
    }
    .menu-link {
        position: absolute;width:100%;top: 50rem;display: block;
    }
    .menu-link img{
        display: block;width: 55.5%;margin: 0 auto;
    }


    /*modal-card*/
    .modal-card{
        position: absolute;
        left: 0.3rem;
        top: 0.3rem;
        width: 9rem;
        background: #fff;
        border-radius: 0.12rem;
        padding: 0.38rem 0.62rem 0.66rem 0.66rem;
        z-index: 999;
        display: none;
    }
    .card-r{
        width: 1.2rem;
        position:absolute;
        right: 0.62rem;
        top: 1.66rem;
    }
    .close-btn{
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 0.12rem;
        overflow: hidden;
        cursor:pointer;
    }
    .com-logo {
        margin-bottom: 0.6rem;
    }
    .com-logo >div {
        float: left;
    }
    .com-logo >div:first-child{
        height: 0.73rem;
        width: 1.52rem;
    }
    .com-logo >div:first-child img{
        display: block;
        height: 0.53rem;
        width: auto;
        margin-top: 0.1rem;
    }
    .com-name{
        width: 6.2rem;
    }
    .com-name p{
        max-width: 400px;
    }
    .com-name p:first-child {
        color: #2677b0;
        font-size: 0.36rem;
        line-height: 0.36rem;
        margin-bottom: 0.18rem;
    }
    .com-name p:last-child {
        color: #333333;
        line-height:0.3rem;
        font-size: 0.28rem;
    }
    .name-box {
        margin-bottom: 0.54rem;
    }
    .userName{
        color: #333333;
        font-size: 0.38rem;
        line-height: 0.4rem;
        padding-right: 0.2rem;
    }

    .zhiwu {
        color: #1fb1a1;
        font-size: 0.26rem;
        padding-top: 0.1rem;
        line-height: 0.28rem;
    }
    .inf-line {
        margin-bottom: 0.18rem;
    }
    .inf-line p{
        min-height: 0.3rem;
        background-size:0.3rem 0.3rem;
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 0.43rem;
        color: #919191;
        font-size: 0.3rem;

    }
    .tel {
        background: url("../images/card-tel.png");
        line-height: 0.32rem;
    }
    .inf-line .web {
        line-height: 0.2rem;
    }
    .web{
        background: url("../images/card-email.png");
    }
    .add {
        background: url("../images/card-add.png");
        line-height: 0.4rem;
    }
    .img-box {
        width: 1.2rem;
        height: 1.2rem;
        border: 1px solid #25b3a3;
        border-radius: 50%;
        overflow: hidden;
    }
    .img-box img{
        display: block;
        width: 100%;
        height: 100%;
    }

}
@media (min-width:769px) {
    /*index*/
    .index-title,
    .index-bottom {
        position: absolute;
        width: 100%;
        z-index: 9;
    }

    .index-title {
        top: 18.3%;
    }
    .index-title img,
    .index-bottom img{
        display: block;
        width: 58.8%;
        margin: 0 auto;
    }
    .index-bottom {
        bottom: 3%;
    }
    .index-bottom img {
        width: 59.27%;
    }


    /*index end*/
    .manu-box-r {
        display: block;
        width: 48px;
        position: absolute;
        right: 18px;
        bottom: 10px;
        top: 33px;
        z-index: 10000;
        overflow: auto;
        /*height: 500px;*/
        /*overflow: hidden;*/
    }
    .collapse{
        display: block;
        transition: all 0.4s ease;
        overflow: hidden;
        height: auto;

    }
    .collapse-hide{
        /*height: 0;*/
    }
    #yuanpan-btn {
        display: block;
        width: 100%;
        height: auto;
    }
    .manu-box-r >img,
    .manu-box-r >div>img,
    .manu-box-r >div>a,
    .manu-box-r >div>a img{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        /*margin-bottom: 0.4rem;*/
    }
    .manu-box-r >div>a img {
        margin-bottom: 0;
    }
    .manu-box-r >img:first-child {
        width: 1.78rem;
        margin: 0 auto 1.3rem;
    }
    .manu-box-r >div .tuoluo {
        display: none;}
    .manu-left {
        display: block;
        /*width: 3.556rem;
        height:3.556rem;*/
        width: 45px;
        height:45px;
        position: absolute;
        left: 23px;
        bottom: 10px;
        z-index: 10000;
    }
    .pano-box{
        position: absolute;
        width: 100%;
        top:37.89%;
        left: 0;
        z-index: 99;
        /*transform: scale(0.01) translate3d(-50px, -350px, 0px);*/
        /*transform: translate3d(-700px,0,0);*/
    }
    .pano-box >div{
        background: none;
        border-radius: 0;

        border:none;
        padding-top: 0;
        padding-bottom: 0;
        box-sizing: border-box;

    }
    .pano-ls{
        position: relative;
        height: 100%;
        padding: 0.5rem;
        padding-top: 12.3rem;
        box-sizing: border-box;
    }
    .pano-ls>li{
        /*width: 12.35rem;*/
        /*width: 100%;*/
        width: 23.7rem;
        height: 1px;
        position: absolute;
    }
    .pano-ls>li a{
        position: relative;
        display: block;
        width: 3.7rem;
        height: 3.7rem;
        z-index: 9;
        margin-top: -1.85rem;
    }
    .pano-ls>li img{
        /*color: #fff;*/
        /*font-size: 0.5rem;*/
        width: 3.7rem;
        height: 3.7rem;
        /*background: #41c1fc;*/
        /*border-radius: 50%;*/
    }
    .pano-ls>li:nth-child(2){
        transform: rotate(30deg);
    }
    .pano-ls>li:nth-child(2) img{
        transform: rotate(-30deg);
    }
    .pano-ls>li:nth-child(3){
        transform: rotate(60deg);
    }
    .pano-ls>li:nth-child(3) img{
        transform: rotate(-60deg);
    }
    .pano-ls>li:nth-child(4){
        transform: rotate(90deg);
    }
    .pano-ls>li:nth-child(4) img{
        transform: rotate(-90deg);
    }
    .pano-ls>li:nth-child(5){
        transform: rotate(120deg);
    }
    .pano-ls>li:nth-child(5) img{
        transform: rotate(-120deg);
    }
    .pano-ls>li:nth-child(6){
        transform: rotate(150deg);
    }
    .pano-ls>li:nth-child(6) img{
        transform: rotate(-150deg);
    }
    .pano-ls>li:nth-child(7){
        transform: rotate(180deg);
    }
    .pano-ls>li:nth-child(7) img{
        transform: rotate(-180deg);
    }
    .pano-ls>li:nth-child(8){
        transform: rotate(210deg);
    }
    .pano-ls>li:nth-child(8) img{
        transform: rotate(-210deg);
    }
    .pano-ls>li:nth-child(9){
        transform: rotate(240deg);
    }
    .pano-ls>li:nth-child(9) img{
        transform: rotate(-240deg);
    }
    .pano-ls>li:nth-child(10){
        transform: rotate(270deg);
    }
    .pano-ls>li:nth-child(10) img{
        transform: rotate(-270deg);
    }
    .pano-ls>li:nth-child(11){
        transform: rotate(300deg);
    }
    .pano-ls>li:nth-child(11) img{
        transform: rotate(-300deg);
    }
    .pano-ls>li:nth-child(12){
        transform: rotate(330deg);
    }
    .pano-ls>li:nth-child(12) img{
        transform: rotate(-330deg);
    }
    .pano-ls .tips{
        text-align: center;
        font-size: 1.5rem;
        color: #444a59;
        line-height: 0.7rem;
    }

    .manu-ls-box {
        /*position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
        z-index: 99999;
    }
    .manu-ls-top {
        position: absolute;
        width: 100%;
        height: 10.4%;
        top: 17.9%;
        box-sizing: border-box;
    }
    .manu-ls-top img{
        display: block;
        width: auto;
        max-width: 58.2%;
        height: 64%;
        overflow: auto;
        margin: 0 auto 0;
    }
    .manu-page-list-box {
        position: absolute;
        width: 100%;
        top: 20.7%;
        height: 54.4%;
        /*overflow: auto;*/
    }
    .manu-page-list {
        /*width: 27.378rem;*/
        width: 84%;
        margin: 0 auto;
        /*flex-wrap:wrap-reverse*/
    }
    .manu-page-list>li{
        margin-bottom: 2.6rem;
        width: 25%;
        float: left;
    }
    .manu-page-list>li:nth-child(4n) {
        margin-right: 0;
    }
    .img-radius-box {
        border-radius: 50%;
        border: 0.08rem solid #e5ebf6;
        overflow: hidden;
        width: 80%;
        height: auto;
        margin: 0 auto;
        background-clip: content-box;
    }
    .img-radius-box> img{
        display: block;
        width: 100%;
        height: auto;
        background-clip: content-box;
    }
    .manu-name {
        text-align: center;
        font-size: 0.75rem;
        color: #fff;
        margin-top: 1.3rem;
    }
    .manu-page-list .active .manu-name {
        color: #5293fa;
    }
    .manu-page-list .active .img-radius-box{
        border: 0.08rem solid #5293fa;
    }

    .manu-ls-bottom {
        position: absolute;
        width: 100%;
        bottom: 3.4%;
    }
    .manu-ls-bottom img{
        display: block;
        width: 59.3%;
        height: auto;
        margin: 0 auto;
    }
    /*modal*/
    .modal-box ,
    .modal-jishu-box{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.75);
        z-index: 10000;
        display: none;
        /*transform: translateX(600px);
        transition: all ease-in 0.6s;*/
    }
    .modal-show {
        transform: translateX(0);
    }
    .jj-modal-box {
        background: rgba(0,0,0,0.75);
    }
    .jianjie-box {
        position: absolute;

        background: #ffffff;
        border-radius: 8px;
        left: 0;
        right: 0;
        top: 10%;
        bottom: 10%;
        padding: 20px;

    }
    .modal-b-content {

        width: 700px;

        margin: 0 auto;
        /*padding: 20px;*/
        position: relative;
        height: 100%;

    }
    .qc-code-content {
        width: 500px;
    }
   div.section-list {
        overflow: auto;
        height: 100%;
        /*margin-right: 10px;*/
       border-radius: 0;
    }

    .section-list img{
        display: block;
        width: 100%;
        height: auto;
    }
    .jj-modal-head {
        position: absolute;
        margin-top: 20px;
    }
    .modal-head {
        position: relative;
        height: 60px;
        text-align: center;
        color: #333333;
        font-size: 28px;
        /*font-weight: bold;*/
        line-height: 60px;
    }

    .close-jishu-modal{
        width: 30px;
        height:30px;
        display: block;
        /*margin: 0.5rem auto 0;*/
        position: absolute;
        top: 16px;
        right: 20px;
    }
    .close-modal{
        width: 30px;
        height: 30px;
        display: block;
        margin: 10% auto 0;
    }
    .jishu-box {
        position: absolute;
        background: #ffffff;
        border-radius: 8px;
        left: 0;
        right: 0;
        top: 20%;
        bottom: 17%;
        /*padding: 0.28rem 0.2rem 0.4rem 0.2rem;*/
        max-height: 500px;
    }
    .logo-box {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 999;
        width: 150px;
    }
    .logo-box>a,
    .logo-box img{
        display: block;
        width: 100%;
    }
    .modal-inf-box {
        padding: 3.11rem 2.04rem 3.55rem;
        height: 20.74rem;
        box-sizing: border-box;
        background: #fff;
        border-bottom-right-radius: 0.65rem; border-bottom-left-radius: 0.65rem;
    }
    .modal-inf-box p{
        color: #333;
        font-size: 1.18rem;
        line-height: 1.77rem;
        height: 100%;
        overflow: auto;
    }
    .modal-section-box {
        width: 200px;
        height: 200px;
        margin: 40px auto 0;
    }
    .modal-section-box>img{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 1.185rem;
    }
    .modal-section-box>a{
        display: block;
        width: 37%;
        height: 2.9rem;
        margin: 0 auto;
        background: url(../images/call-btn-y.png) no-repeat center/100% auto;
    }

    a.back {
        background: url(../images/back-btn.png) no-repeat center center/30px auto;
        /*margin-left: 1.333rem;*/
        width: 30px;
        height: 30px;
        display: block;
        z-index: 999999;
        position: absolute;
        left: 30px;
        top: 35px;
    }
    .zhengce-infor {
        font-size: 1rem;
        color: #333333;
        margin-bottom: 1.09rem;
    }
    .zhengce-infor img{
        display: inline-block;
        width: 1.06rem;
        height: 1.06rem;
        margin-right: 0.89rem;

    }
    .section-list .modal-section-box>a {
        background: url(../images/download-btn.png) no-repeat center/100% auto;;
    }
    .section-list .modal-section-box {
        padding-bottom: 0.6rem;
    }
    .section-list {
        height: 26.4rem;
        overflow: auto;
        border-bottom-right-radius: 0.65rem;
        border-bottom-left-radius: 0.65rem;
    }
    .menu-link {
        position: absolute;width:100%;top: 50rem;display: block;
    }
    .menu-link img{
        display: block;width: 55.5%;margin: 0 auto;
    }


    /*modal-card*/
    .modal-card{
        position: absolute;
        left: 23px;
        top: 33px;
        width: 688px;
        background: #fff;
        border-radius: 12px;
        padding: 20px 50px 18px 47px;
        z-index: 999;
        display: none;
    }
    .card-l,
    .card-r {
        float: left;
    }
    .card-l{
        width: 505px;
    }
    .card-r{
        width: 86px;
    }
    .close-btn{
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 12px;
        overflow: hidden;
        cursor:pointer;
    }
    .com-logo {
        margin-bottom: 24px;
    }
    .com-logo >div {
        float: left;
    }
    .com-logo >div:first-child{
        height: 50px;
        width: 95px;
    }
    .com-logo >div:first-child img{
        display: block;
        height: 45px;
        margin-top: 0;
        /*width: 90px;*/
    }
    .com-name p{
        max-width: 400px;
    }
    .com-name p:first-child {
        color: #2677b0;
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 9px;
    }
    .com-name p:last-child {
        color: #333333;
        font-size: 17px;
    }
    .name-box {
        margin-bottom: 20px;
    }
    .userName{
        color: #333333;
        font-size: 24px;
        line-height: 24px;
        padding-right: 12px;
    }

    .zhiwu {
        color: #1fb1a1;
        font-size: 16px;
        padding-top: 6px;
        line-height: 18px;
    }
    .inf-line p{
        min-height: 22px;
        background-size:20px 20px ;
        background-position: left 1px;
        background-repeat: no-repeat;
        padding-left: 26px;
        color: #919191;
        font-size: 18px;
        line-height: 22px;
    }
    .inf-line .web {
        line-height: 22px;
    }
    .tel {
        background: url("../images/card-tel.png");
    }
    .web {
        background: url("../images/card-email.png");
    }
    .add {
        background: url("../images/card-add.png");
    }
    .img-box {
        margin-top: 12px;
        width: 85px;
        height: 85px;
        border: 1px solid #25b3a3;
        border-radius: 50%;
        overflow: hidden;
    }
    .img-box img{
        display: block;
        width: 100%;
        height: 100%;
    }
    /*menu*/
    .manu-page-list {
        width: 624px;
        margin: 0 auto;
        padding: 0;
    }
    .manu-page-list li{
        float: left;
        width: 120px;
        margin-right: 40px;
    }
    .manu-page-list li:last-child{
        margin-right: 0;
    }
    li a,
    li a:hover{
        display: block;
        text-decoration: none;
    }
    .img-radius-box{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 3px solid #fff;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 18px;
    }
    .img-radius-box img{
        display: block;
        width: 100%;
        height: 100%;
    }
    .manu-name{
        color: #fff;
        font-size: 24px;
        text-align: center;
        line-height: 30px;
        margin-top: 0;
    }
    .manu-page-list li:hover .manu-name{
        color: #3b89ff;
    }
    .manu-page-list li:hover .img-radius-box{
        border-color: #3b89ff;
    }
    .manu-ls-bottom{
        position: absolute;
        width: 100%;
        bottom: 6.3%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 32px;
    }
    /*----------------------*/
    .jj-modal-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100px;
        height: 10%;
        margin-left: -50px;
    }
}