@font-face
{
    font-family: titleFont;
    src: url("/static/lib/fonts/ruizibigeqingchuntijian2.0.TTF");
}

@font-face
{
    font-family: BNKGOTHL;
    src: url("/static/lib/fonts/BANKGOTHIC LT BT LIGHT.TTF");
}
@font-face
{
    font-family: STXihei;
    src: url("/static/lib/fonts/STXihei.TTF");
}
@font-face
{
    font-family: RuiZiYunXiHeiTi;
    src: url("/static/lib/fonts/RuiZiYunXiHeiTi.TTF");
}
@font-face
{
    font-family: RuiZiRuiXinJiXianHeiJian;
    src: url("/static/lib/fonts/RuiZiRuiXinJiXianHeiJian.TTF");
}
*{
    font-family: siyuanheiti;
    /*font-weight: 600;*/
    /*font-family: '华文细黑';*/
}
.m-b-2{
    margin-bottom: 2rem;
}
/*弹出框*/
.index_win{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0,0,0,0.6);
    display: none;

}
.index_win > .DdownDiv{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}


/*。。。。。。。。。。。。文字动画。。。。。。。。。。。。*/
.Pone_img2#bounceInRight{
    animation: bounceInRight 2s;
}
.PTwo_img1#bounceInLeft{
    animation: bounceInLeft 2s;
}
.PThree_img2#bounceInRight{
    animation: bounceInRight 2s;
}
.PFour_img1#bounceInLeft{
    animation: bounceInLeft 2s;
}
/*。。。。。。。。。。。。。图片动画。。。。。。。。。。。。*/
#picOne{
    transform: scale(1.1);
    transition: all 8s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 8s ease 0s;
}

/*动画*/
/*............................文字从左出现..............................*/
@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    /*75% {
      -webkit-transform: translate3d(10px, 0, 0);
      -ms-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }

    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      -ms-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }*/

    to {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    /*75% {
      -webkit-transform: translate3d(10px, 0, 0);
      -ms-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }

    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      -ms-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }*/

    to {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
/*............................文字从左出现..............................*/
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    /*75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      -ms-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }

    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      -ms-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }*/

    to {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    /*75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      -ms-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }

    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      -ms-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }*/

    to {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*。。。。。。。。。。。。。产品三文字动画。。。。。。。。。。。。。。*/
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
/*。。。。。。。。。。。。。。。。。。。。。。。。产品4文字动画。。。。。。。。。。。。。*/
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }

}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}


.serviceMaskOne,.serviceMask{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.serviceMaskOne{
    background-color: rgba(0,0,0,0.3);
}



.huodong{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.1);
    display: none;
}
.huodong .huodongrukou{
    width: 67rem;
    height: 37rem;
    margin: 0 auto;
    margin-top: 7%;
    position: relative;
    background-size: 100%;
    position: relative;
}
.huodongrukou img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.huodongrukou span{
    display: inline-block;
    width:3rem;
    height: 3rem;
    color: #fff;
    line-height: 2.3rem;
    text-align: center;
    font-size: 2rem;
    position: absolute;
    right: 0;
    cursor: pointer;

}
.huodongrukou a{
    display: block;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
}
.huodongrukou .countdown{
    width: 10rem;
    margin-right: 4rem;
    font-size: 1rem;
}

#huodongA{
    position: fixed;
    display: none;
    z-index: 10000;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#huodongA img{
    width: 100%;
}
#daojishi{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    line-height: 10px;
}
#daojishi i{
    font-style: normal;
}
.closeBtn{
    display: inline-block;
    padding: 10px;
    font-size: 30px;
    margin: 0 0px 0 30px;
    cursor: pointer;
}
.huodongLink{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
}
.huodongTime {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 255px;
    left: 285px;
}








article {
    font-size: 2em;
    font-family: futura, sans-serif;
    overflow: hidden;
    background-color:rgba(0, 0, 0, 0.75)
}
@media (max-width: 460px) {
    article {
        font-size: 1.5em;
    }
}
section {
    position: relative;
    color: #ffffff;
}

pre {
    font-size: .75em;
    padding: 20px;
}
.box {
    position: relative;
    width: 50%;
    height: 15rem;
    margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
}
.box:nth-child(2) { background: #f8c82d; }
.box:nth-child(3) { background: #0aba58; }
a {
    color: inherit;
}

.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.delighter.splash {
    transition: all 2s ease-out;
}
.delighter.splash.ended {
    /*background: #fff;*/
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }

.delighter pre {
    display: block; transition: all 2s ease-out; opacity: 0;
    padding: 20px 0;
    width: 1px; overflow: hidden;
}
.delighter.started pre {
    max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }


/*.header{
    !*padding: 0 50px 0 120px;*!
    width:100%;
    height: 100px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
}*/
.img_box{
    margin-top: 3.5rem;
}
.img_box>img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.wrap_3 .chart{
    width: 100%;
    height: 25rem;
    background-image: url(../images/audit/tu-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: relative;
}
.wrap_3 .chart .c{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 0.7rem;
    font-size: 0.7rem;
    text-align: center;
}
.logo_box{
    float: left;
    line-height: 120px;
}
.nav{
    float: right;
}
.nav_l{
    float: left;
}
.nav_r{
    float: right;
    margin-left: 50px;
}
.nav a{
    /*color: #ffffff;*/
    /*padding: 0 30px;*/
    /*font-size: 20px;*/
    /*text-decoration: none;*/
}
.font-bnkgothl{
    letter-spacing: 5px;
    /*font-family: BNKGOTHL;*/
    font-family: RalewayThin;
    font-weight: 600;
}
article>.wrap_1{
    background-image: url(../images/audit/dm-bg-2-min.png);
    /* background-size: auto 100%;
     */
    background-size: cover;
    overflow: hidden;
    z-index: 5;
    position: relative;
    background-position: center;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.82);
    position: absolute;
    top: 0;
    left: 0;
}
.wrap_1{
    padding: 0;
    min-height: 100vh;
    height: 100vh;
}
.wrap_1 .container{
    line-height: 1.8rem;
    width: 90%;
    max-width: 51rem;
    text-align: center;
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    margin: auto;
}
.wrap_1_bg{
    width: 100%;
    /*height: 100%;*/
}
.wrap_1 .content{
    margin-top: -28%;
    height: 100%;
}
.wrap_1 .container .content h1{
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 100;
    margin-top: 8rem;
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #a9288d; */
}
.wrap_1 .container .content p{
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
.wrap_1 .container .content .en{
    letter-spacing: 5px;
    font-family: RalewayThin;
    font-weight: 600;
}
.wrap_1 .container .content a{
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.5rem;
    border: 0;
    border-radius: 1.25rem;
    background-color: #a9288d;
    text-align: center;
    line-height: 2.5rem;
    box-shadow: 0 0 0 0 rgba(169, 40, 141, 0.4);
}
.more_btn:hover,.wrap_1 .container .content a:hover{
    transition: all 0.2s;
    box-shadow: 0 0 20px 1px rgb(169, 40, 141);
    background: #ffffff;
    color: #a9288d;
}
.erweima_box{
    display: inline-block;
    position: relative;
}
.erweima_box>img{
    width: 24px;
}
.erweima_content{
    display: none;
    position: absolute;
}
.erweima_content>img{
    width: 144px;
}
.erweima_content>p{
    font-size: 16px!important;
    margin: 0!important;
}

.erweima_box:hover .erweima_content{
    display: block;
}

a,a:visited{
    color: #ffffff;
}
.bg{
    /*width: 100%;*/
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.title {
    font-size: 2.1rem;
    color: #ffffff;
    text-align: center;
    font-weight: 100;
    margin-bottom: 4rem;
}
.title>span{
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 100;
}
.icon-num{
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ffffff;
    border-radius: 50%;
    line-height: 46px;
    box-sizing: border-box;
    background: linear-gradient(76deg, #2a2d6e, #802ba8);
}

.text-content{
    color: #ffffff;
    font-size: 1rem;
    margin: 1rem 0;
}
.font-18{
    font-size: 0.9rem;
}
.font-md{
    font-size: 0.7rem;
}
.font-lg{
    font-size: 1rem!important;
}
.pt1rem{
    padding-top: 1rem;
}
.m0{
    margin: 0!important;
}
.container-c{
    max-width: 1040px;
    margin: auto;
    width:80%;
}
.wrap_2{
    color: #fff;
    background: -webkit-linear-gradient(left,rgba(162, 34, 232, 0.3), rgba(7, 133, 250, .3)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,rgba(162, 34, 232, 0.3), rgba(7, 133, 250, .3)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(162, 34, 232, 0.3), rgba(7, 133, 250, .3)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,rgba(162, 34, 232, 0.3), rgba(7, 133, 250, .3)); /* 标准的语法 */
    overflow: hidden;
    line-height: 1.8rem;
}
.wrap_2> .container-c{
    padding: 5rem 0;
    position: relative;
    z-index: 3;
}
.wrap_2 .bg_mv{
    position: absolute;
    top: 0;
    width: 100%;
}
.wrap_2:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(0, 14, 26, 0.8),rgba(25, 13, 49, 0.8)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,rgba(0, 14, 26, 0.8),rgba(25, 13, 49, 0.8)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(0, 14, 26, 0.8),rgba(25, 13, 49, 0.8)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,rgba(0, 14, 26, 0.8), rgba(25, 13, 49, 0.8)); /* 标准的语法 */
    top: 0;
    z-index: 2;
    position: absolute;
}
.wrap_2> .container-c .title {
}
.wrap_3{
    position: relative;
    z-index: 2;

}
.wrap_3 .container-c{
    padding: 5rem 0;
}
.wrap_4{
    color: #ffffff;
    min-height: auto;
    background: rgba(135, 51, 235, 0.44);
    line-height: 1.8rem;
}
.wrap_4 .container-c .title{
    margin-top: 0;
}
.wrap_4 .container-c{
    padding: 12rem 0;
}
.wrap_4 .triangle-top {
    position: absolute;
    top: -150px;
}

.wrap_4 .btn-advisory{
    margin: 2rem auto 0;
}

.right_text h2{
    margin-bottom: 0;
}
.right_text p{
    margin: 0.5rem 0;
}

.explore_btn{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.9rem;
    background-color: #a9288d;
    text-align: center;
    line-height:2.9rem;
}




.more_btn{
    display: block;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.5rem;
    border: 0;
    border-radius: 1.25rem;
    background-color: #a9288d;
    text-align: center;
    line-height: 2.5rem;
    color: #ffffff;
}


.computer_img_2{
    display: none;
}

.wrap_13{
    display: none;
}
.bg_img_2{
    display: none;
}
.service-btn{
    display: none;
}



.wave-it{
    cursor: pointer;
    position: absolute;
    float: right;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
}
.wave-it>span{
    display: block;
    width: 200px;
    font-size: 13px;
    position: absolute;
    top: -19px;
    left: -89px;
    text-align: center;
}
.wave-it::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 0 2px 1px rgba(255,255,255,.5);
    margin-right: 50px;
    transform: scale(.8);
}
.wave-it::after{
    animation: wave 2s infinite cubic-bezier(.65, .815, .735, .395);
    animation-delay: 1s
}
.wave-it::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 0 2px 1px rgba(255,255,255,.5);
    margin-right: 50px;
    /*box-shadow: 0 0 10px 3px #e31ab3;*/
    transform: scale(.8);
}
.wave-it::before{
    animation: wave 2s infinite cubic-bezier(.65, .815, .735, .395);
}
.wave-it> div{
    content: '';
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}
@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}

@media (max-width:741px) {
    .erweima_box{
        display: none;
    }
    .index_header .header_logo a{
        width: 100px;
    }
    #header {
        height: 64px!important;
    }
    #header.has-advertising{
        height: 128px!important;
    }
    .wrap_1_bg {
        width: auto;
        height: 100%;
        margin-left: -140%;
    }
    .wrap_1 .container{
        max-width: none;
    }
    .wrap_1 .container .content h1 {
        display: inline-block;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #a9288d;
    }
    .wrap_1 .container .content p {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 20px;
    }
    .wrap_1 .container .content .font-lg{
        font-size: 14px!important;
    }

    .wrap_1 .container .content a{
        margin: 0 auto;
        display: block;
        text-decoration: none;
        font-size: 22px;
        width: 200px;
        height: 50px;
        border: 0;
        border-radius: 30px;
        background-color: #a9288d;
        text-align: center;
        line-height: 50px;
        box-shadow: 0 0 0 0 rgba(169, 40, 141, 0.4);
    }
    .wrap_1 .content {
        /*margin-top: -60%;*/
        margin-top: -170px;
        width: 100%;
        height: 100%;
    }
    .next-screen{
        display: block;
        -webkit-animation-name: moveDown;
        animation-name: moveDown;
        -webkit-animation-duration: 3.2s;
        animation-duration: 3.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

    @-webkit-keyframes moveDown {
        15% {
            opacity: 1;
            transform: translateY(0px);
        }
        20% {
            opacity: 1;
            transform: translateY(0px);
        }
        70% {
            opacity: 1;
            transform: translateY(0px);
        }
        100% {
            opacity: 0;
            transform: translateY(25px);
        }
        0% {
            opacity: 0;
            transform: translateY(0px);
        }
        10% {
            opacity: 0.1;
            transform: translateY(0px);
        }
    }

    @keyframes moveDown {
        15% {
            opacity: 1;
            transform: translateY(0px);
        }
        20% {
            opacity: 1;
            transform: translateY(0px);
        }
        70% {
            opacity: 1;
            transform: translateY(0px);
        }
        100% {
            opacity: 0;
            transform: translateY(25px);
        }
        0% {
            opacity: 0;
            transform: translateY(0px);
        }
        10% {
            opacity: 0.1;
            transform: translateY(0px);
        }
    }

    .wrap_2{
        padding: 40px 0;
    }
    .wrap_2> .container-c {
        padding: 10px 0;
    }
    .wrap_3{
        padding: 40px 0;
    }
    .wrap_3>.container-c{
    }
    .wrap_3 .chart {
        width: 300px;
        height: 300px;
        background-image: url(../images/attack/tu-min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        position: relative;
    }
    .wave-it{
        width: 12px;
        height: 12px;
    }
    .wave-it> div {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
    }
    .wrap_3 .chart .c {
        height: 14px;
        font-size:14px
    }
    .wrap_3 .container-c {
        padding: 10px 0;
    }
    .wrap_4{
        padding: 30px 0;
    }
    .wrap_4 .container-c {
        padding: 20px 0;
    }
    .wrap_4>.container-c{
    }
    .wrap_4>.container-c>.img_box{
        margin-bottom: 60px;
    }


    .bg_img{
        display: none;
    }
    .bg_img_2{
        display: block;
        width: 100%;
        position: absolute;
        top: -0%;
        left: 0;
    }
    .computer_img_2{
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .computer_img{
        display: none
    }


    .text-content {
        color: #ffffff;
        font-size: 12px;
        margin: 20px 0 0;
        line-height: 20px;
    }
    .title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .title .font-lg{
        font-size: 12px!important;
    }
    .service-btn{
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        background-image: url("../images/service.png");
        background-size: 100% 100%;
        z-index: 999;
    }
    .service-btn p{
        display: none;
    }
    .bg_mv{
        display: none;
    }
    .time-line{
        display: none;
    }
    .time-ctl{
        display: none!important;
    }
    .erweima_content{
        display: none;
        position: absolute;
        left: -60px;
        z-index: 999;
    }


    .more_btn {
        display: block;
        text-decoration: none;
        font-size: 20px;
        width: 200px;
        height: 50px;
        border: 0;
        border-radius: 25px;
        background-color: #a9288d;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
    }
    .wrap_4 .btn-advisory {
        margin: 40px auto 0;
    }
}


.footer_table{
    margin-top: 1.8rem;
    text-align: left;
    width: 115%;
    line-height: 2rem;
    table-layout: fixed;
    margin-right: 15%;
}
.footer_table thead tr th{
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
}
.footer_table tbody tr td{
    font-size: 0.7rem;
    color: #ffffff;
}
.footer_icon{
    display: inline-block;
    margin-bottom: -8px;
    width: 1.2rem;
    height: 1.2rem;
    font-style: normal;
    background-size: 100% auto!important;
}

.footer_table tbody tr td .footer_icon{
    margin-right: 5px;
}
.footer_icon_phone{
    background: url("../images/footer3.png") left center no-repeat;
}
.footer_icon_service{
    background: url("../images/footer4.png") left center no-repeat;
}
.footer_icon_mail{
    background: url("../images/footer2.png") left center no-repeat;
}
.footer_icon_question{
    background: url("../images/footer5.png") left center no-repeat;
}
.footer_icon_url{
    background: url("../images/footer1.png") left center no-repeat;
}
.footer_icon_qq{
    background: url("../images/qq.png") left center no-repeat;
}

.br_btn{
    border-radius: 50px;
    border:1px solid #ffffff;
    text-decoration: none;
    padding: 8px 25px;
    /*position: absolute;*/
    /*top: 18px;*/
    line-height: 1rem;
    margin-left: 5px;
}
.footer_table tbody tr td a{
    text-decoration: none;
}
@media (min-width:741px){
    .service-btn{
        position: fixed;
        right: 50px;
        bottom: 20px;
        display: block;
        text-decoration: none;
        font-size: 12px;
        width: 124px;
        height: 34px;
        border: 0;
        border-radius: 18px;
        background-color: #a9288d;
        text-align: center;
        line-height: 6px;
        padding-top: 5px;
        color: #ffffff;
        z-index: 999;
    }
    .service-btn .e{
        font-size: 10px;
        transform: scale(.7);
        letter-spacing: normal;
    }

}

a:hover, a:focus {
    color: #ffffff;
}

/*////////////////////////////////////////////////////////////////////////////////////*/

@-webkit-keyframes bubble-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    50% {
        -webkit-transform: translate3d(-1px, 5px, 0);
        transform: translate3d(-1px, 5px, 0); }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

@keyframes bubble-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    50% {
        -webkit-transform: translate3d(-1px, 5px, 0);
        transform: translate3d(-1px, 5px, 0); }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

#scatter-chart{
    position: relative;
}

#scatter-chart .bubble-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #8733eb;
    background: -moz-linear-gradient(left, #241348 0%, #391a54 100%);
    background: -webkit-gradient(linear,top left, bottom left, color-stop(0%,#241348), color-stop(100%,#391a54));
    background: -webkit-linear-gradient(left, #241348 0%,#391a54 100%);
    background: -o-linear-gradient(left, #241348 0%,#391a54 100%);
    background: -ms-linear-gradient(left, #241348 0%,#391a54 100%);
    background: linear-gradient(to right, #241348 0%,#391a54 100%);
    border-radius: 50%;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
#scatter-chart .bubble-item {
    -webkit-animation: bubble-1 3s ease-in-out 0.8s infinite;
    animation: bubble-1 3s ease-in-out 0.8s infinite;
}

.bubble-item-xs{
    width: 2.25rem;
    height: 2.25rem;
    font-size: .6rem;
}
.bubble-item-s{
    width: 2.5rem;
    height: 2.5rem;
    font-size: .65rem;
}
.bubble-item-sm{
    width: 5rem;
    height: 5rem;
    font-size: .8rem;
}
.bubble-item-md{
    width: 7.5rem;
    height: 7.5rem;
    font-size: .9rem;
}
.bubble-item-lg{
    width: 8.5rem;
    height: 8.5rem;
    font-size: 1rem;
}
#line-chart{
    position: relative;
}
#line-chart .line{
    width: 90%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    right: 0;
    font-size: 0.7rem;
}
.line-1{
    bottom: 80%;
}
.line-2{
    bottom: 40%;
}
.line-3{
    bottom: 20%;
}
.line-4{
    bottom: 10%;
}
#line-chart .line span{
    position: absolute;
    left: -1.5rem;
    top: -0.35rem;
}
#line-chart .line em{
    width: 33.33%;
    margin-top: 1rem;
    display: block;
    float: left;
    text-align: center;
}
