header {

    white-space: nowrap;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}
article{
    background-color: #fff;
}
img{
    width: 100%;
}
.logo {
    width: 117px;
    height: 22px;
}
.logo-size-01 {
    font-size:10rem; 
}
.section-index {
    height: 100%;
    /* height: 100vh; */
}
.partner-platform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.billboard {
    background-color: #7c7d6a;
    position: relative;
    /* height: 100%; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.bg-grid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../../img/grid.png);
    transform: translateZ(0);
}
.index-bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .35s;
}
.video-bg {
    transition: .35s;
    min-width: 100%;
    min-height: 100%;
    /* object-fit: cover;
    object-fit:fill; */
    padding-bottom:0;

}
.flexbox .center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.billboard-con {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transform: translateZ(0);
}

/* .billboard-con .inner {
    margin-top: -115px;
} */

/* .cssanimations .billboard.show .man-sloagn,
.cssanimations .billboard.show .sub-title,
.cssanimations .billboard.show .play-video,
.cssanimations .billboard.show .sub-title2 {
    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
}

.cssanimations .billboard .man-sloagn,
.cssanimations .billboard .sub-title,
.cssanimations .billboard .play-video,
.cssanimations .billboard .sub-title2 {
    opacity: 0;
} */

.billboard h1 {
    font-size: 49px;
}
.billboard h2 {
    font-size: 29px;
}


.billboard .sub-slogan {
    margin-top: 24px;
    margin-bottom: 30px;
}
/* .cssanimations .billboard.show .sub-title {
    animation-delay: .25s;
}
.cssanimations .billboard.show .sub-title2 {
    animation-delay: .45s;
} */


/* .cssanimations .billboard.show .sub-title {
    animation-delay: .25s;
}

.cssanimations .billboard.show .man-sloagn,
.cssanimations .billboard.show .sub-title,
.cssanimations .billboard.show .play-video,
.cssanimations .billboard.show .sub-title2 {
    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
}

.cssanimations .billboard .man-sloagn,
.cssanimations .billboard .sub-title,
.cssanimations .billboard .play-video,
.cssanimations .billboard .sub-title2 {
    opacity: 0;
} */

.billboard .sub-title {
    margin-bottom: 14px;
}

.billboard h2 {
    font-size: 17px;
}
/* .cssanimations .billboard.show .sub-title2 {
    animation-delay: .45s;
} */

.mg-t20{
    margin-top: 20px;
}
.mg-b20 {
    margin-bottom: 20px;
}
.pd-0{
    padding: 0；
}
.pd-10 {
    padding: 10px；
}

.yuncazuo-jianjie-box {
    background-image: url(../../img/BG-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
}
.yuncazuo-jianjie-h{
    float: left;
    width: 100%;
    font-size: 49px;
    text-align: center;
    line-height: 49px;
    margin: 60px auto 40px auto;
}
.yuncazuo-jianjie-box>p{
    width: 100%;
    text-align: center;
}
.yuncazuo-jianjie-box>p>span {
    display: block;
    width: 100%;
}
.more-01{
    display: block;
    margin: 10px auto;
    width: 100px;
    color: darkgray;
    text-align: center;
}
.mag-top50{
    margin-top: 100px;
}
.p-1{
    font-size: 18px;
    color: #999;
    text-align: center;
}
.p-1>i {
    margin: 0 15px;
    color: #4B87B5;
    font-size: 26px;
}
.jiameng-box {
    float: left;
    width: 100%;
    height: 310px;
    background-image: url(../../img/jiameng-00.png);
}
.jiameng-box>p{
    color: white;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    margin-top: 50px;
}
.jiameng-btn{
    width: 180px;
    display: block;
    margin: 0 auto;
}

/* 未访问的链接 */
.more-01:link {
    color: #cccccc;
    text-decoration:none;
}

/* 已访问的链接 */
.more-01:visited {
    color: #cccccc;
    text-decoration:none;
}

/* 鼠标移动到链接上 */
.more-01:hover {
    color: #337ab7;
    text-decoration:none;
}

/* 选定的链接 */
.more-01:active {
    color: #337ab7;
    text-decoration:none;
}

.value-prop{
    display: block;
    width: 100%;
    text-align: center;
}
/* 未访问的链接 */
.value-prop:link {
    color: #4B87B5;
    text-decoration: none;
}

/* 已访问的链接 */
.value-prop:visited {
    color: #4B87B5;
    text-decoration: none;
}

/* 鼠标移动到链接上 */
.value-prop:hover {
    color: #337ab7;
    text-decoration: none;
}

/* 选定的链接 */
.value-prop:active {
    color: #337ab7;
    text-decoration: none;
}

.i-span{
    display: block;
    width: 100%;
}
.i-size{
    font-size: 120px;
}
.app-page-img{
    width: 90%;
    margin: 0 auto;
}
.app-page-h3{
    color: #20CDA0;
    border-left: 5px solid #20CDA0;
    text-indent: 0.5em;
    margin: 70px 0 20px 0;
}
.app-page-ul{
    color: #666666;
}

.app-page-ul>li{
    list-style: circle;
    margin-top: 20px;
}
.pad-r{
    padding-right:10px;
}
.pad-l {
    padding-left: 10px;
}
.chanpin {
    float: left;
    border-radius: 5px;
    color: white;
    width: 100%;
    margin-bottom: 15px;
}
.bgc-01 {
    background-color: #333333;
}
.bgc-02 {
    background-color: #262C3A;
}
.bgc-04 {
    background-color: #393040;

}
.bgc-05 {
    background-color: #1F261F;

}
.chanpin>h2{
    width: 100%;
    text-align: center;
}
.chanpin>p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.chanpin-imgBox {
    width: 60%;
    height: 100%;
    margin: 30px auto; 
}
.chanpin-imgBox>img{
    width: 100%;
}

.h1-center{
    width: 100%;
    text-align: center;
    margin: 50px 0 10px 0;
}
.zhihuichengshiBox{
    float: left;
    border-radius: 5px;
    color: white;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.bg-i-01, .bg-i-02 {
    background-image: url(../../img/pic-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-i-02 {
    background-image: url(../../img/pic-02.png);
}
.bg-i-03 {
    background-image: url(../../img/pic-03.png);
}

.zhihuichengshiBox>h2{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.zhihuichengshiBox>p {
    width: 100%;
    text-align: center;
}

/* 未访问的链接 */
.zhihuichengshiBox:link {
    color: #fff;
    text-decoration: none;
}

/* 已访问的链接 */
.zhihuichengshiBox:visited {
    color: #fff;
    text-decoration: none;
}

/* 鼠标移动到链接上 */
.zhihuichengshiBox:hover {
    color: #E9E9E9;
    text-decoration: none;
}

/* 选定的链接 */
.zhihuichengshiBox:active {
    color: #E9E9E9;
    text-decoration: none;
}


.rongyu-h .with-line {
    width: 300px;
    color: #999;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}


.rongyu-h .with-line:before {

    content: "";
    border-top: 1px solid #ededed;
    display: block;
    position: absolute;
    width: 60px;
    top: 10px;
    left: 0
}

.rongyu-h .with-line:after {

    content: "";
    border-top: 1px solid #ededed;
    display: block;
    position: absolute;
    width: 60px;
    top: 10px;
    right: 0;
}
.rongyu-imgbox{
    width: 90%;
    margin: 20px auto 40px auto;
}
.hezuo-imgbox {
    width: 90%;
    height: 10px;
    margin: 20px auto 40px auto;
}
.adress-box {
    background-color: #3B3D48;
    padding:15px 25px;
    color: white;
}
.adress-box>h2 {
    text-align: center;
}
.adress-box>p {
    text-align: center;
}

.AD-hezuo{
    background-color: white;
    width: 97%;
    margin: 15px auto;
}
.AD-hezuo-text-box{
    width: 90%;
    margin: 15px auto;
}
.chanping-rt{
    margin-top: 140px;
}


footer{
    background-color: #3B3D48;
    margin-top: 15px;
    padding: 15px;
    color: white;
}
.footer-h5 {
    margin-bottom: 15px;
    font-weight: 700;
    background-color: violet;
    margin: 0;
}
.footer-p1 {
    margin: 5px 0;
}

.footer-p2 {
    margin: 15px auto 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.jjfa-h{
    text-align: center;

}
.map-a{
    width:90%;
    height:280px;
    border:#ccc solid 1px;
    margin-bottom: 15px;

}



/* 闪开系列-产品页面样式 */

.chanping-banner {
    position: relative;
}

.chanping-banner>h2 {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    top: 75%;
}

.chanping-banner>h3 {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    top: 85%;
}

.chanping-box {
    width: 95%;
    margin: 15px auto 15px auto;
    padding: 15px;
    background-color: #f3f6f8;
}
.chanping-box:hover {
    box-shadow: 5px 5px 15px 3px #cccccc;
    transition: all 0.32s cubic-bezier(0.39, 0.58, 0.57, 1);
    transform: translateZ(0);

}
.desc-title {
    width: 30%;
    vertical-align: top;
    white-space: nowrap;
}
.paras-title2 {
    width: 70%;
    display: inline-block;
}


.chanping-img-box {
    width: 100%;
    height: 350px;
}

.chanping-box>h4 {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.chanping-box>p {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.form-control {
    border-radius: 0;
    border-bottom: 1px solid #cccccc;
    box-shadow: -1px;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}

.form-control-95 {
    width: 95%;
    margin: 30px auto;
}

.form-control-99 {
    width: 99%;
    margin: 0 auto 15px auto;
}

.bottom-right {
    float: right;
    margin: 0 15px 15px 0;
}
/* 商业案例页面样式 */
.anli-banner {
    position: relative;
}

.anli-banner>h2 {
    position: absolute;
    color: #333;
    width: 70%;
    left: 80px;
    top: 40%;
}

.anli-banner>h3 {
    position: absolute;
    color: #333;
    width: 70%;
    left: 80px;
    top: 47%;
}
.anli-box {
    width: 95%;
    margin: 0 auto;
}

.anli-img-box{
    width: 95%;
    padding: 5px;
    border: 1px solid #cccccc;
    margin: 0 auto 15px auto;
}
.anli-img-box>p{
    width: 100%;
    text-align: center;
    line-height: 29px;
    margin: 0;
}

.anli-img{
    width: 100%;
}
/* 关于我们页面样式 */
.aboutus-banner {
    position: relative;
}
.aboutus-pic{
    width: 196px;
    height: 106px;
    position: absolute;
    top: 20%;
    left: 40%;
}
.aboutus-banner>h2 {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    top: 50%;
}
.aboutus-banner>h3 {

    position: absolute;
    color: white;
    width: 70%;
    left: 80px;
    top: 47%;
}
.about-l-box{
    color: tan;
    text-align: right;
    margin-right: 25px;
}
.box-line{
    display: block;
    float: right;
    width: 80%;
    height: 200px;
    border-top: 1px solid tan;
    border-right: 1px solid tan;
}
.about-r-box {
    margin-top: 150px;
    margin-bottom: 20px;
}
.about-r-box>h4 {
    text-align: center;
}
.about-r-img-box{
    width: 30%;
    float: left;
    margin: 0 30px 30px 0;
}
.about-r-box>p{
    text-indent:2em;
}
.map-b {
    width: 90%;
    height: 300px;
    border: #ccc solid 1px;
}
/* 招募政策 */
.agent-banner {
    position: relative;
}


.agent-banner>h2 {

    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    top: 40%;
}
.zmcl{
    width: 85%;
    margin: 15px auto;
}
.zmcl>h3 {
    line-height: 59px;
    border-bottom: 1px solid #ccc;
}
.zmcl>h4 {
    margin-top: 55px;
}
.zmcl>p {
    text-indent: 2em;
}
.zmcl-img-box-01 {
    width: 90%;
    margin: 0 auto;
}
.zmcl-img-box-02 {
    width: 50%;
    margin: 0 auto;
}


/* 选定的链接 */

.maill-a:active {
    color: white;
    text-decoration: none;
}
@media screen and (min-width: 1300px) {
    .billboard h2 {
        font-size: 29px;
    }
    .billboard h1 {
        font-size: 49px;
    }
    .mg-r10 {
        margin-right: 10px;
    }

    .mg-l10 {
        margin-left: 10px;
    }
    .chanping-box>h4 {
        width: 100%;
        padding: 0 15px;
        margin-top: 55px;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .billboard h2 {
        font-size: 19px;
    }
    .billboard h1 {
        font-size: 39px;
    }
    .box-line{
        display: none;
    }
    .about-l-box {
        color: tan;
        text-align: center;
        margin-right: 25px;
    }
    .about-r-box {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .mg-r10 {
        margin-right: 10px;
    }

    .mg-l10 {
        margin-left: 10px;
    }
     .chanping-box>h4 {
         width: 100%;
         padding: 0 15px;
         margin-top: 15px;
         text-align: center;
     }
}

@media screen and (max-width: 480px) {
    .billboard h2 {
        font-size: 12px;
        margin: -5px;
    }
    .billboard h1 {
        font-size: 19px;
    }
    .billboard-con .inner {
        margin-top: 10%;
    }
    .yuncazuo-jianjie-h {
        font-size: 19px;
        line-height: 19px;
        width: 100%;
        padding: 0 15px;
        margin: 20px 0;
    }
    .yuncazuo-jianjie-box>p {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .i-size {
        font-size: 60px;
    }
    .app-page-img {
        width: 100%;
        margin: 0 auto;
    }
.mg-b20 {
    margin-bottom: 0;
}
.mgt-15 {
    margin-top: 15px;
}
.p-1 {
    font-size: 18px;
    color: #999;
    text-align: left;
}
.mag-top50 {
    margin-top: 20px;
}

.app-page-h3 {
    color: #20CDA0;
    text-align: center;
    border-left: 0;
    margin: 0;
    text-indent: 0;
}
.pad-r {
    padding-right: 0;
}
.pad-l {
    padding-left: 0;
}
.zhihuichengshiBox {
    height: 140px;
}
.zhihuichengshiBox>h2 {
    font-size: 24px;
    margin-top: 56px;
}
.AD-hezuo-btn-box>.btn {
    margin-right: 0;
}
.margin-bottom15{
    margin-bottom: 15px;
}
.chanping-rt {
    margin-top: 10px;
}
.jjfa-h{
    font-size: 18px;
}

.footerbox {
    padding: 0 15px;
}
.section-index {
    height: 100%;
    /* height: 100vh; */
    margin-top: 52px;
}
.billboard-con {
    position: absolute;
    width: 90%;
    /* margin: 0 auto; */
    height: 100%;
    left: 18px;
    top: 0;
    z-index: 2;
    transform: translateZ(0);
}
.AD-hezuo-text-box {
    width: 100%;
    margin: 15px auto;
}
.jiameng-box>p {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    margin-top: 50px;
}
.mg-r10 {
    margin-right: 0;
}

.mg-l10 {
    margin-left: 0;
}

/* 闪开系列-产品页面样式 */

.chanping-banner>h2 {
    position: absolute;
    color: white;
    font-size: 20px;
    text-align: center;
    width: 100%;
    top: 30%;
}
.chanping-banner>h3 {
    position: absolute;
    color: white;
    font-size: 18px;
    text-align: center;
    width: 100%;
    top: 50%;
}
.chanping-img-box {
    width: 100%;
    height: 145px;
}
.form-control-99 {
    width: 95%;
    margin: 0 auto 15px auto;
}
.form-control-95 {
    width: 95%;
    margin: 15px auto;
}
/* 解决方案、商业案例样式 */
.anli-banner>h2 {
    position: absolute;
    color: #333;
    width: 88%;
    left: 20px;
    font-size: 23px;
    top: 30%;
}
.anli-banner>h3 {
    position: absolute;
    color: #333;
    width: 80%;
    font-size: 16px;
    left: 20px;
    top: 47%;
}
/* 关于我们 */
.aboutus-banner {
    position: relative;
    top: 52px;
}
.aboutus-banner>h2 {
    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0 15px;
    top: 32%;
}
.aboutus-pic {
    width: 100px;
    /* height: 5px; */
    position: absolute;
    top: 3%;
    left: 36%;
}
.box-line{
    display: none;
}
.about-r-img-box {
    width: 50%;
    float: left;
    margin: 0 30px 30px 0;
}
.about-r-box {
    margin-bottom: 20px;
}
.about-l-box {
    color: tan;
    text-align: left;
    margin-right: 25px;
}
.map-b{
    width:100%;
    height:200px;
    border:#ccc solid 1px;
    margin-bottom: 15px;
}
.mg-t50 {
    margin-top: 50px;
}
.agent-banner{
    position: relative;
    top: 52px;
}
.agent-banner>h2 {

    position: absolute;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 0 15px;
    top: 32%;
}
.zmcl-img-box-01 {
    width: 100%;
    margin: 0 auto;
}

.zmcl-img-box-02 {
    width: 100%;
    margin: 0 auto;
}
.chanping-box>h4 {
    width: 100%;
    padding: 0 15px;
    margin-top: 15px;
    text-align: center;
}
}

