
	.terminal p {
		width: 60%;
	    line-height: 1.25vw;
	    text-align: center;
	    font-size: 0.75vw;
	    color: #989898;
        margin:2em auto;
	}

	.effects .img {
		background: #fff;
	}

	.tab {
		padding-top: 20px;
	}

	.tab-title {
		top: 0;
		left: 29%;
	}

	.tab-cont__wrap {
		max-width: 1200px;
		width:100%;
		margin: 0 auto;
	}

	.tab-title {
		border-bottom: 0;
	}

	.tab-title .tem {
		font-size: 20px;
	}

	.lf_tx {
		border-left: 0;
	}

	.lf_tx p {
		margin: 0;
	}

	.rg_img {
		width: 50%;
	}

	.rg_img img {
		margin: 60px 0px 0 30px;
	}

	/* 新增样式 */
	.show-box {
		max-width: 1200px;
		width:100%;
	    position: relative;
	    height: 390px;
	    margin: 0 auto;
	    padding: 40px 0px 0 0px;
	    overflow: hidden;
	}

	.show-box .box-title-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.show-box .box-title {
		display: inline-block;
		color: #1d6ab9;
	}

	.show-box .box-title .box-title-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.show-box .box-title .box-title-name {
		font-size: 24px;
		margin-top: 0;
		font-weight: 500;
		white-space: nowrap;
	}

	.show-box .box-title p {
		font-size: 14px;
		margin: 0;
		margin-top: 5px;
		line-height: 1;
	}

	.show-box .box-item {
		display: inline-block;
		width: 600px;
		width: 50%;
		/*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);*/
		overflow: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
	}

	.show-box .left {
		padding-left: 120px;
		float: left;
	}

	.show-box .right {
		padding-right: 120px;
		float: left;
		text-align: left;
	}

	.show-box .box-right-content {
		display: inline-block;
		text-align: left;
		padding-left: 120px;
	}

	.show-box .box-list p {
		line-height: 2.3;
		color: #777d97;
		list-style: none;
		padding: 0;
		margin-top: 20px;
		font-size: 16px;
		text-align: left;
	}
	
	/**/
	.expand .sce {
	    width: 70%;
	    font-weight: normal;
	    font-size: 1vw;
	    text-align: center;
	    padding-top: 10px;
	    padding-bottom: 15px;
	    color: #fff;
	    border-bottom: 2px solid #fff;
	    margin: 0 auto;
	}
	.expand p {
	    width: 84%;
	    color: #fff;
	    margin: 0 auto;
	    margin-top: 30px;
	    text-align: left;
	    font-size: 0.75vw;
	}

	.effects .img .free {
		width: 75%;
	}

	.jjfa_nr {
        width: 407px;
    }

    .af3 .slidebox ul,.af3 .slidebox ul li,.af3 .slidebox ul li img{
        width: 100% !important;
        height: 100% !important;;
    }


    .af3 .slideboxhd {
        position: absolute;
        background: #000;
        text-align: right;
        bottom: 5px;
        right: 10px;
        padding: 4px 8px;
        border-radius: 3px;
    }

    .af3 .slideboxhd > ul {
        width: auto;
        margin: 0;
        font-size: inherit;
    }

    .af3 .slideboxhd > ul > li {
        width: 22px;
        height: 22px;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        background: #000;
        text-align: center;
        line-height: 22px;
        margin: 0 1px;
        cursor: pointer;
        font-weight: normal;
    }

    .af3 .slideboxhd .on {
        background: #fff;
        color: #000;
    }
/************************** bi大屏 **************************/
    /* 轮播图 */
    .fullSlide {
		max-width: 1200px;
		width:100%;
        position: relative;
        height: 420px;
        margin: 0 auto;
    }

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    .fullSlide .bd ul {
        width: 100% !important;
    }

    .fullSlide .bd li {
        width: 100% !important;
        height: 420px;
        overflow: hidden;
        text-align: center;
        background-size: 100% 100%;
    }

    .fullSlide .bd li a {
        display: block;
        height: 600px;
    }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
    }

    .fullSlide .hd ul {
        text-align: center;
    }

    .fullSlide .hd ul li {
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 42px;
        height: 11px;
        margin: 1px 4px;
        overflow: hidden;
        background: rgba(255,255,255,.2);
        filter: alpha(opacity=100);
        opacity: 1;
        line-height: 999px;
    }

    .fullSlide .hd ul .on {
        background: #fff;
    }

    .fullSlide .prev,.fullSlide .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 1%;
        z-index: 1;
        width: 40px;
        height: 60px;
        background: url("/statics/images/bysoft/img_2018/dsj_two/slider-arrow.png") -126px -137px no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none;
    }

    .fullSlide .next {
        left: auto;
        right: 1%;
        background-position: -6px -137px;
    }

    .terminal h2 {
        text-align: center;
        line-height: 35px;
        margin: 0 auto 10px;
        font-size: 26px;
        color: #333;
    }

    .consul {
        width: 192px;
        height: 299px;
        position: fixed;
        bottom: 180px;
        right: 20px;
        background: url("/static/images/bysoft/img_2018/dsj_two/00.png");
        z-index: 999;
    }
    
    .consul a {
        width: 106px;
        height: 32px;
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: 35px;
        left: 49px;
        z-index: 9999;
    }

    /* 新增样式 */
    .show-box {
		max-width: 1200px;
		width:100%;
        position: relative;
        height: 390px;
        margin: 0 auto;
        padding: 40px 0px 0 0px;
        overflow: hidden;
    }

    .show-box .box-title-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .show-box .box-title {
        display: inline-block;
        color: #1d6ab9;
    }

    .show-box .box-title .box-title-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .show-box .box-title .box-title-name {
        font-size: 24px;
        margin-top: 0;
        font-weight: 500;
        white-space: nowrap;
    }

    .show-box .box-title p {
        font-size: 14px;
        margin: 0;
        margin-top: 5px;
        line-height: 1;
    }

    .show-box .box-item {
        display: inline-block;
        width: 600px;
        width: 50%;
        /*-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }

    .show-box .left {
        padding-left: 120px;
        float: left;
    }

    .show-box .right {
        padding-right: 120px;
        float: left;
        text-align: left;
    }

    .show-box .right img {
        max-width: 100%;
    }

    .show-box .box-right-content {
        display: inline-block;
        text-align: left;
        padding-left: 120px;
    }

    .show-box .box-list p {
        line-height: 2.3;
        color: #777d97;
        list-style: none;
        padding: 0;
        margin-top: 20px;
        font-size: 16px;
        text-align: left;
    }

    /* 新增样式 */
    .peTexing li .maxCon {
        max-width: 1200px;
        position: relative;
    }

    .maxCon {
        max-width: 1200px;
        position: relative;
    }

    .abiConA li .tu {
        position: relative;
    }

    .maxCon .tu {
        float: left;
        width: 50.65%;
        box-shadow: 0 1px 20px rgba(194,215,236,.5);
        margin: 16px;
    }

    .maxCon .tu img {
        width: 100%;
        height: auto;
    }

    .fddh {
        width: 347px;
        height: 226px;
        position: absolute;
        left: 183px;
        top: 44px;
    }

    .maxCon .tu .fangda {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
    }

    .maxCon .tu .fangda4 {
        width: 150px;
        height: 150px;
        left: 197px;
        top: 10px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu4.png");
        -webkit-animation: imageAnimation4 4s linear infinite forwards;
        -moz-animation: imageAnimation4 4s linear infinite forwards;
        -o-animation: imageAnimation4 4s linear infinite forwards;
        -ms-animation: imageAnimation4 4s linear infinite forwards;
        animation: imageAnimation4 4s linear infinite forwards;
    }

    .maxCon .tu .fangda3 {
        width: 157px;
        height: 150px;
        left: 144px;
        top: 19px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu3.png");
        -webkit-animation: imageAnimation3 4s linear infinite forwards;
        -moz-animation: imageAnimation3 4s linear infinite forwards;
        -o-animation: imageAnimation3 4s linear infinite forwards;
        -ms-animation: imageAnimation3 4s linear infinite forwards;
        animation: imageAnimation3 4s linear infinite forwards;
    }

    .maxCon .tu .fangda2 {
        width: 165px;
        height: 181px;
        left: 58px;
        top: 32px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu2.png");
        -webkit-animation: imageAnimation2 4s linear infinite forwards;
        -moz-animation: imageAnimation2 4s linear infinite forwards;
        -o-animation: imageAnimation2 4s linear infinite forwards;
        -ms-animation: imageAnimation2 4s linear infinite forwards;
        animation: imageAnimation2 4s linear infinite forwards;
    }

    .maxCon .tu .fangda1 {
        width: 164px;
        height: 181px;
        left: 0;
        top: 55px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu1.png");
        -webkit-animation: imageAnimation1 4s linear infinite forwards;
        -moz-animation: imageAnimation1 4s linear infinite forwards;
        -o-animation: imageAnimation1 4s linear infinite forwards;
        -ms-animation: imageAnimation1 4s linear infinite forwards;
        animation: imageAnimation1 4s linear infinite forwards;
    }

    .maxCon .tu .ren {
        width: 63px;
        height: 119px;
        position: absolute;
        left: 179px;
        top: 196px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4ren.png");
        background-position: center;
        background-repeat: no-repeat;
    }

    .maxCon .wz {
        float: left;
        margin-left: 16px;
        width: 35.065%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .maxCon .wz h6 {
        line-height: 54px;
        color: #343434;
        font-size: 24px;
    }

    .maxCon .wz span {
        display: block;
        width: 60px;
        height: 2px;
        background-color: #586dfc;
        margin: 6px 0 19px;
    }

    .maxCon .wz p {
        line-height: 30px;
        color: #666;
        font-size: 16px;
        letter-spacing: 1px;
    }

    /* 案列展示 */
    #d_tab29 ul,#d_tab29 li {
        margin: 0;
        padding: 0;
        list-style: none
    }

    #d_tab29 img {
        border: 0;
        vertical-align: top
    }

    #d_tab29 {
		max-width: 1200px;
		width:100%;
        position: relative;
        height: 440px;
        text-align: left;
        margin: 0 auto;
    }

    #d_tab29 .d_img {
        position: relative;
        margin: 0 auto;
        width: 100%;
        top: 0%;
    }

    #d_tab29 .d_img li {
        position: absolute;
        display: none;
        z-index: 0
    }

    #d_tab29 .d_img li img {
        width: 100%
    }

    #d_tab29 .d_img li.d_pos1 {
        display: block;
        width: 500px;
        left: 0%;
        top: 60px;
        z-index: 1
    }

    #d_tab29 .d_img li.d_pos2 {
        display: block;
        width: 550px;
        left: 10%;
        top: 40px;
        z-index: 2
    }

    #d_tab29 .d_img li.d_pos3 {
        display: block;
        width: 600px;
        left: 25%;
        top: 20px;
        z-index: 3
    }

    #d_tab29 .d_img li.d_pos4 {
        display: block;
        width: 550px;
        right: 10%;
        top: 40px;
        z-index: 2
    }

    #d_tab29 .d_img li.d_pos5 {
        display: block;
        width: 500px;
        right: 0%;
        top: 60px;
        z-index: 1
    }

    #d_tab29 .d_menu {
        position: absolute;
        bottom: 40px;
        width: 100%;
        text-align: center
    }

    #d_tab29 .d_menu li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        background: url("/static/images/bysoft/img_2018/dsj/btn.png") no-repeat 0 0;
        width: 12px;
        height: 12px;
        cursor: pointer;
        margin-right: 3px
    }

    #d_tab29 .d_menu li.d_select {
        background: url("/static/images/bysoft/img_2018/dsj/btn.png") no-repeat 0 -18px
    }

    #d_tab29 .d_next {
        position: absolute;
        right: 5px;
        top: 17.5%;
        z-index: 10;
        cursor: pointer
    }

    #d_tab29 .d_prev {
        position: absolute;
        left: 5px;
        top: 17.5%;
        z-index: 10;
        cursor: pointer
    }
    /* 广告图 */
    .banner {
        width: 100%;
        height: 400px;
        overflow: hidden;
        margin-top: 180px;
        margin-bottom: 50px;
    }
/************************** bi大屏 **************************/ 




/************************** bi移动 **************************/
    /* bi移动价值 */
    .jz {
        width: 1100px;
        margin: 0 auto;
        padding: 25px 0;
    }

    .jz li {
        width: 25%;
        float: left;
        cursor: pointer;
        webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        list-style: none;
    }

    .jz li:hover {
        margin-top: -10px;
    }

    .jz li:hover .pox i {
        border-bottom: 2px solid rgba(0,18,236,1);
        opacity: 1;
        filter:alpha(opacity=100);
    }

    .jz li:hover .pox p {
        color: #2b2b2b;
    }

    .jz li .pox {
        margin: 25px 20px;
        border: 1px solid #d5dce6;
        border-radius: 4px;
        border-left: 1px solid rgba(236,236,236,0.5);
        border-top: 1px solid rgba(236,236,236,0.5);
        -webkit-box-shadow: 3px 3px 3px rgba(102,102,102,0.45);
        -moz-box-shadow: 3px 3px 3px rgba(102,102,102,0.45);
        -o-box-shadow: 3px 3px 3px rgba(102,102,102,0.45);
        -ms-box-shadow: 3px 3px 3px rgba(102,102,102,0.45);
        box-shadow: 3px 3px 3px rgba(102,102,102,0.45);
    }

    .jz li .pox i {
        width: 60px;
        /* height: 60px; */
        display: block;
        margin: 35px auto 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid rgba(0,18,236,.4);
        opacity: 0.8;
        filter:alpha(opacity=80);
        webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .jz li .pox p {
        width: auto;
        line-height: 30px;
        font-size: 16px;
        color: #adadad;
        text-align: center;
        padding: 0 45px;
        margin-bottom: 55px;
        webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
	.terminal > .stic {
		max-width: 1200px;
		width:100%;
	    height: 220px;
	    margin: 15px auto 0;
	    padding: 20px 0;
	}

	.terminal > .stic > li {
        /*width: 370px;
        height: 180px;*/
        float: left;
        padding: 30px 15px;
    }

    .kid > li .tp_img {
        height: 30px;
        padding: 0 60px; 
    }

    .kid > li .tp_img img {
        height: 28px;
        margin-top: 3px;
        display: block;
        margin: 0 auto;
    }

    .kid > li .tp_img h5{
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    
    .kid > li .ed_ex {
        width: 100%;
    }

    .kid li p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.5vw;
        margin: 0;
        color: #737373;
    }

    .ject {
        width: 100%;
    }

    .conter {
        width: 1240px;
        margin-left: auto;
        margin-right: auto
    }

    .margin-l-30 {
        margin-left: 33px
    }

    .por_cotr {
        width: 100%;
        height: auto;
        float: left;
    }
    
    .por_cotr img {
        display: block;
        margin: 0 auto;
    }

    .section-head h2 {
        width: 340px;
        line-height: 65px;
        margin-bottom: 10px;
        font-size: 28px;
        text-align: center;
        color: #e55720;
        margin: 0 auto;
        box-shadow: 0 6px 20px rgba(252,209,209,.6);
    }

    .section-head h5 {
        font-size: 16px;
        letter-spacing: 1px;
        color: #a0a0a0;
        margin-top: 15px;
    } 

	.stic li {
        width: 33.33%;
        float: left;
    }

    .stic li .p2 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-align: right;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .stic li .p3 {
        width: 290px;
        font-size: 16px;
        color: #464646;
        line-height: 26px;
        text-align: right;
        margin-top: 0;
        margin-bottom: 130px;
        padding-right: 60px;
        float: right;
    }

    .stic li .p4 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .stic li .p5 {
        width: 320px;
	    font-size: 16px;
	    color: #464646;
	    line-height: 26px;
	    text-align: left;
	    margin-top: 0;
	    margin-bottom: 130px;
	    padding-left: 60px;
	    float: left;
	    padding-top: 0;
	    padding-right: 0;
    }

	/* 新增样式 */
    .cppro {
		max-width: 1200px;
		width:100%;
        height: 625px;
        margin: 0 auto;
    }

    .col-md-4 {
        width: 50%;
        float: left;
    }

    .col-md-4 img {
        height: 410px;
    }

    .cpwz2 p {
        background: url("/static/images/bysoft/img_2018/dsj_two/a79.png") 0 5px no-repeat;
        text-align: left;
        padding-left: 30px;
        font-size: 16px;
        line-height: 50px;
        color: #444;
    }

    /* 手机效果展示 */
    .wrap {
        width: 270px;
        height: 567px;
        position: absolute;
        overflow: hidden;
        float: left;
        top: 15px;
        left: 26px;
    }

    .slidebox {
        width: 270px;
        height: 567px;
        position: absolute;
        top: 0;
        left: 0;
       
    }

    .slidebox > li {
        float: left;
        width: 270px;
        height: 567px;
        left: 0;
        top: 0;
    }

    .slidebox > li img {
        width: 270px;
        height: auto;
        display: block;
        margin-top: 0;
    }

    .wrap > .dot {
        position: absolute;
        background: #000;
        text-align: right;
        bottom: 5px;
        right: 10px;
        padding: 4px 8px;
        border-radius: 3px;
    }

    .wrap > .dot > p {
        width: auto;
        margin: 0;
        font-size: inherit;
    }

    .wrap > .dot > p > b {
        width: 22px;
        height: 22px;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        background: #000;
        text-align: center;
        line-height: 22px;
        margin: 0 1px;
        cursor: pointer;
        font-weight: normal;
    }

    .wrap .dot .cur {
        background: #fff;
        color: #000;
    }

    /* 实现 */
    .ft-carousel {
        position: relative;
        width: 70%;
        height: 570px;
        overflow: hidden;
        float: right;
    }

    .ft-carousel .carousel-inner {
        position: absolute;
        left: 0;
        top: 0;
        height: 610px;
    }

    .ft-carousel .carousel-inner .carousel-item {
        float: left;
        height: inherit;
        /*height: 100%;*/
    }

    .ft-carousel .carousel-item img {
        width: 100%;
        display: block;
        margin: 0 0 30px auto;
    }

    .ft-carousel .carousel-indicators {
        position: absolute;
        left: 33%;
        bottom: 50px;
        width: 100%;
        text-align: center;
        font-size: 0;
    }

    .ft-carousel .carousel-indicators span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #d2d2d2;
        margin: 0 4px;
        border-radius: 50%;
        cursor: pointer;
    }

    .ft-carousel .carousel-indicators span.active {
        background-color: #2b8ade;
    }

    .ft-carousel .carousel-btn {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 45px;
        margin-top: -25px;
        cursor: pointer;
    }

    .ft-carousel .carousel-prev-btn {
        left: 0;
        background: url("/static/images/bysoft/img_2018/dsj/prev.png") no-repeat;
    }

    .ft-carousel .carousel-next-btn {
        right: 0;
        background: url("/static/images/bysoft/img_2018/dsj/next.png") no-repeat;
    }
/************************** bi移动 **************************/     



/************************* 数据报表 *************************/ 
	.funcsrow > .col-md-4 {
		width: 33.33333333%;
	}

	.funcsrow img {
		max-width: inherit;
		height: auto;
	} 

	/* 新增样式 */
    .peTexing li .maxCon {
        max-width: 1200px;
        position: relative;
    }

    .peTexing li .wz h6 {
        padding-left: 0;
    }

    .maxCon {
        max-width: 1200px;
        position: relative;
    }

    .abiConA li .tu {
        position: relative;
    }

    .maxCon .tu {
        float: left;
        width: 50.65%;
        box-shadow: 0 1px 20px rgba(194,215,236,.5);
        margin: 16px;
    }

    .maxCon .tu img {
        width: 100%;
        height: auto;
    }

    .fddh {
        width: 347px;
        height: 226px;
        position: absolute;
        left: 183px;
        top: 44px;
    }

    .maxCon .tu .fangda {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
    }

    .maxCon .tu .fangda4 {
        width: 150px;
        height: 150px;
        left: 197px;
        top: 10px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu4.png");
        -webkit-animation: imageAnimation4 4s linear infinite forwards;
        -moz-animation: imageAnimation4 4s linear infinite forwards;
        -o-animation: imageAnimation4 4s linear infinite forwards;
        -ms-animation: imageAnimation4 4s linear infinite forwards;
        animation: imageAnimation4 4s linear infinite forwards;
    }

    .maxCon .tu .fangda3 {
        width: 157px;
        height: 150px;
        left: 144px;
        top: 19px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu3.png");
        -webkit-animation: imageAnimation3 4s linear infinite forwards;
        -moz-animation: imageAnimation3 4s linear infinite forwards;
        -o-animation: imageAnimation3 4s linear infinite forwards;
        -ms-animation: imageAnimation3 4s linear infinite forwards;
        animation: imageAnimation3 4s linear infinite forwards;
    }

    .maxCon .tu .fangda2 {
        width: 165px;
        height: 181px;
        left: 58px;
        top: 32px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu2.png");
        -webkit-animation: imageAnimation2 4s linear infinite forwards;
        -moz-animation: imageAnimation2 4s linear infinite forwards;
        -o-animation: imageAnimation2 4s linear infinite forwards;
        -ms-animation: imageAnimation2 4s linear infinite forwards;
        animation: imageAnimation2 4s linear infinite forwards;
    }

    .maxCon .tu .fangda1 {
        width: 164px;
        height: 181px;
        left: 0;
        top: 55px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4tu1.png");
        -webkit-animation: imageAnimation1 4s linear infinite forwards;
        -moz-animation: imageAnimation1 4s linear infinite forwards;
        -o-animation: imageAnimation1 4s linear infinite forwards;
        -ms-animation: imageAnimation1 4s linear infinite forwards;
        animation: imageAnimation1 4s linear infinite forwards;
    }

    .maxCon .tu .ren {
        width: 63px;
        height: 119px;
        position: absolute;
        left: 190px;
        top: 180px;
        background-image: url("/static/images/bysoft/img_2018/dsj_two/cp4ren.png");
        background-position: center;
        background-repeat: no-repeat;
    }

    .maxCon .wz {
        float: left;
        margin-left: 16px;
        width: 35.065%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .maxCon .wz h6 {
        line-height: 54px;
        color: #343434;
        font-size: 24px;
    }

    .maxCon .wz span {
        display: block;
        width: 60px;
        height: 2px;
        background-color: #586dfc;
        margin: 6px 0 19px;
    }

    .maxCon .wz p {
        line-height: 30px;
        color: #666;
        font-size: 16px;
        letter-spacing: 1px;
    }

    /* 广告 */
    .lunBo .items {
        width: 100%;
        height: 500px;
        position: absolute;
        top: 0;
    } 

    .items .tu {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center;
        background-size: 1920px 640px;
        background-repeat: no-repeat;
    }

    .maxCon .guang {
        float: right;
        padding: 98px 0 0;
        width: 520px;
        height: 498px;
        display: none;
    }

    .maxCon .guang .tupa {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .maxCon .guang .tupa img {
        display: block;
        position: absolute;
        left: -1px;
        top: 1px;
        width: 13px;
        height: 3px;
        animation: light-running 1.5s linear infinite;
        -webkit-animation: light-running 1.5s linear infinite;
    }

    .maxCon .guang .tupa .tupa1 {
        offset-path: path('M422 316 L373 289');
        offset-distance: 0;
    }

    .maxCon .guang .tupa .tupa2 {
        top: 4px;
        offset-path: path('M126 312 L174 287');
        offset-distance: 0;
    }

    .maxCon .guang .tupa .tupa3 {
        offset-path: path('M130 146 L162 163');
        offset-distance: 0;
        top: 8px;
    }

    .maxCon .guang .tupa .tupa4 {
        top: 10px;
        left: 8px;
        offset-path: path('M417 142 L377 165');
        offset-distance: 0;
    }
    /**/
    .sec-tit {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .sec-des {
        margin-bottom: 50px;
        color: #54565a;
        margin-top: -30px;
    }

    .s2p1 {
        width: inherit;
        text-align: left;
        margin-bottom: 25px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        display: inline-block;
    }

    .s2p2 {
        width: auto;
        line-height: 26px;
        text-align: left;
        font-size: 16px;
        margin-bottom: 20px;
    } 