/*新闻资讯页面*/
.mar_T52 {
    margin-top: 52px;
}

.mar_T90 {
    margin-top: 90px;
}

.mar_B25 {
    margin-bottom: 25px;
}

.new_list {
    width: 1248px;
}

.new_list li {
    width: 368px;
    float: left;
    margin-right: 48px;
    border-bottom: 2px solid #f2f2f2;
    padding: 20px 0;
    position: relative;
}

.new_list1 {
    font-size: 22px;
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_list1 b {
    color: #0093dd;
    margin-right: 10px;
    font-weight: normal;
}

.new_list2 {
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    overflow: hidden;
    margin: 30px 0 15px;
}

.new_list3 {
    display: block;
    line-height: 24px;
    color: #c6c6c6;
}

.new_list3 img {
    vertical-align: middle;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.new_list4 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 368px;
    height: 180px;
    display: block;
    transition: all 1s ease 0s;
    overflow: hidden;
    opacity: 0;
}

.new_list4 img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease 0s;
}

.new_list5 {
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    background: #0093dd;
    transition: all 2s ease 0s;
}

.new_list li:hover .new_list4 {
    opacity: 1;
}

.new_list li:hover .new_list4 img {
    transform: scale(1.05);
}



.new_list li:hover .new_list5 {
    width: 100%;
}



/*案例列表*/
.case_list {
    width: 1230px;
}

.case_list li {
    float: left;
    margin-right: 30px;
    width: 380px;
    margin-top: 30px;
}

.case_listA {
    width: 380px;
    height: 251px;
    overflow: hidden;
    position: relative;
}

.case_listA_img1 {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease 0s;
}

.case_listA_text {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: all .2s ease 0s;
    opacity: 0;
}

.case_listA_text {
    color: #FFFFFF;
    text-align: center;
    display: block;
    transition: all .4s ease 0s;
}

.case_listA_text span {
    display: block;
    width: 0px;
    height: 1px;
    background: #FFFFFF;
    margin: 0 auto;
    transition: all .4s ease 0s;
}

.case_listA_text b {
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    transition: all .4s ease 0s;
    opacity: 0;
}

.case_listA_text1 {
    margin-top: 106.5px;
}

.case_listB {
    padding: 0 15px;
    border: 1px solid #ebebeb;
    border-top: none;
}

.case_listB1 {
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.case_listB2 {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-left: -3px;
}

.case_listB2 span {
    margin: 0 3px;
}

.case_listB3 {
    display: block;
    height: 30px;
    line-height: 30px;
    background: url("../images/case_listC.png") 90% center no-repeat;
    background-size: 24px 8px;
    padding: 15px 0;
    color: #666666;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


.case_list li:hover .case_listA_text span {
    width: 15px;
}

.case_list li:hover .case_listA_img1 {
    transform: scale(1.05);
}

.case_list li:hover .case_listA_text b {
    opacity: 1;
}

.case_list li:hover .case_listA_text {
    opacity: 1;
}

.case_list li:hover {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.case_list li:hover .case_listB3 {
    background: url("../images/case_listC.png") 100% center no-repeat;
    background-size: 24px 8px;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);

    filter: #0093dd;
}



/*案例详情的样式*/
.anli_box {
    position: relative;
    height: 718px;
}

.anli_pc {
    width: 900px;
    height: 718px;
    width: 829px;
    height: 465px;
    background: url("../images/anli_pc.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 38px 35px 215px 36px;
}

.anli_pc img {
    display: block;
    width: 100%;
}

.show_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}






/*首页的样式*/
/*这是大banner图的轮播样式*/
.banner_box {
    height: 100vh;
    width: 100%;
}
.banner2-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.fullSlide {
    width: 100%;
    position: relative;
    height: 100%;
}

.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: 100%;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    position: relative
}


.fullSlide .bd li {
    display: block;
    height: 100vh;
}

.fullSlide .hd {
    width: 200px;
    height: 100%;
    margin: 0 auto;
    line-height: 60px;  
}

.index_slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 600px;
    height: 120px;
    padding: 30px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
}
.index_slider:hover{
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
}
/*.fullSlide .hd ul{text-align:center;}*/
.fullSlide .hd ul li {
    float: left;
    padding: 0 10px;
    cursor: pointer;
}

.fullSlide .hd ul .on {
    color: #fe0000;
}

.index_slider_btn{
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: -ms-calc(100% - 260px);
    width: -o-calc(100% - 260px);
    width: calc(100% - 260px);
    height: 100%;
    text-align: center;
}
.fullSlide .prev {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 100%;
    background: url(../images/icon-prev.png) left no-repeat;
    margin-right: 30px;
    cursor: pointer;
}

.fullSlide .prev::after{
    position: absolute;
    top: 0;
    right: -34px;
    content: '';
    width: 2px;
    height: 52px;
    background: rgba(255, 255, 255, 0.3);
}
.fullSlide .prev:hover{
    background: url(../images/icon-prev1.png) left no-repeat;
}

.fullSlide .next {
    display: inline-block;
    width: 62px;
    height: 100%;
    background:url(../images/icon-next.png) right no-repeat;
    margin-left: 30px;
    cursor: pointer;
}

.fullSlide .next:hover{
    background: url(../images/icon-next1.png) left no-repeat;
}

.img-years{
    position: relative;
    top: 30%;
    margin-left: 200px;
    display: block;
    text-align: left;
    z-index: 999;
}
.banner_text1 {
    position: relative;
    color: #ffffff;
    font-size: 54px;
    display: block;
    top: 35%;
    /* width: 80%;
    margin: 0 auto; */
    margin-left: 200px;
    letter-spacing: 6px;
    font-weight: bold;
    font-family: 'microsoft yahei', arial;
    text-align: left;
    z-index: 999;
}

.banner_line {
    display: block;
    margin-left: 200px;
    position: relative;
    width: 500px;
    height: 2px;
    top: 39%;
    background: #FFFFFF;
    z-index: 999;
}

.banner_text2 {
    position: relative;
    text-align: left;
    color: #ffffff;
    font-size: 26px;
    display: block;
    /* width: 80%;
    margin: 0 auto; */
    top: 43%;
    margin-left: 200px;
    letter-spacing: 6px;
    z-index: 999;
}
.banner-main{
    position: absolute;
    right: 0;
    top: 18%;
}
.banner3-main{
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner_href {
    height: 40px !important;
    width: 200px;
    line-height: 40px;
    border-radius: 5px;
    background: #0093dd;
    color: #ffffff;
    margin: 0 auto;
    top: 54%;
    clear: both;
    font-size: 20px;
    position: relative;
    display: block;
    visibility: hidden;

    display: none;

}

.toL {
    -webkit-animation: toL 1s ease-in both;
}

@-webkit-keyframes toL {
    0% {
        opacity: 0.4;
        -webkit-transform: translate(300px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
    }
}

.toR {
    -webkit-animation: toR .8s ease-in both;
}

@-webkit-keyframes toR {
    0% {
        opacity: 0.4;
        -webkit-transform: translate(-300px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
    }
}

/* 从左往右显示 */
.toT1 {
    -webkit-animation: toT 1.2s ease-in both;
}

.toT2 {
    -webkit-animation: toT 1.6s ease-in both;
}
/* 从右往左显示 */
.toT3 {
    -webkit-animation: toT1 3s ease-in both;
}

@-webkit-keyframes toT {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 200px)
    }

    70% {
        opacity: 0.4;
        -webkit-transform: translate(0, -6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
    }
}
@-webkit-keyframes toT1 {
    0% {
        opacity: 1;
        -webkit-transform: translate(200px, 0px)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(-6px, 0px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
    }
}
@keyframes toT1 {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 200px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0px)
    }
    80% {
        opacity: 1;
        -webkit-transform: translate(0, 6px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

.lr {
    -webkit-animation: lr 1.1s ease-in both;
}

@-webkit-keyframes lr {
    0% {
        opacity: 0.4;
        -webkit-transform: translate(200px, 200px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0);
    }
}

.suofang {
    -webkit-animation: suofang 1.5s 1.8s ease-in infinite;
}

@-webkit-keyframes suofang {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(1);
        visibility: visible
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(0.9);
    }

    100% {
        opacity: 0.8;
        -webkit-transform: scale(1);
    }
}

.banner_line {
    -webkit-animation: banner_line 3s ease-in both;
}

@-webkit-keyframes banner_line {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 500px;
        opacity: 0.8
    }
}



.welcome {
    position: absolute;
    width: 230px;
    height: 64px;
    line-height: 64px;
    background: #eb2401;
    text-align: center;
    font-size: 24px;
    color: #f4f5f9;
    bottom: 0;
    left: 0;
    z-index: 6;
    letter-spacing: 2px;
}


.w-320 {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    margin: 0 auto;
    min-width: 1200px;
}


@media screen and (max-width: 750px) {
    body {
        font-size: 12px;
    }

    .w-320 {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto;
        min-width: auto;
    }

    .index-E .w-320 {
        width: 100%;
    }
}



.index-A {
    display: inline-block;
    width: 960px;
    margin-top: 40px;
    min-height: 252px;
    overflow: hidden;
}

.index-A1 {
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    margin: 20px auto;
}

.index-A2 {
    font-size: 36px;
    color: #6a6d73;
    line-height: 46px;
}

.color_000 {
    color: #000;
}

.color_0093dd {
    color: #0093dd;
}

.color_db2001 {
    color: #fe0000;
}

.index-A3 {
    font-size: 20px;
    color: #6a6d73;
    margin-top: 30px;
    line-height: 30px;
}
.index-A4 {
    font-size: 16px;
    color: #666;
    margin-top: 28px;
    line-height: 30px;
}

@media screen and (max-width: 750px) {

    .index-A {
        overflow: hidden;
        margin-top: 15px;
        padding-right: 90px;
        min-height: auto;
        background: url("../images/index-A.png") no-repeat right top;
        background-size: 80px auto;
    }

    .index-A1 {
        font-size: 20px;
        color: #999999;
        line-height: 20px;
        font-weight: bold;
        margin: 0px auto 15px auto;
    }

    .index-A2 {
        font-size: 16px;
        color: #6a6d73;
        line-height: 22px;
    }

    .index-A3 {
        font-size: 12px;
        color: #333;
        margin-top: 20px;
        line-height: 20px;
        width: -webkit-calc(100% + 90px);
        width: -moz-calc(100% + 90px);
        width: calc(100% + 90px);
        text-align: justify;
    }

    .index-A3 span {
        font-weight: bold;
    }
}

.index-B {
    display: inline-block;
    width: 1040px;
    margin-top: 54px;
}

.index-B li {
    width: -webkit-calc(25% - 25px);
    width: -moz-calc(25% - 25px);
    width: calc(25% - 25px);
    float: left;
    margin-right: 25px;
    /* height: 375px; */
    position: relative;
    cursor: pointer;
}

.index-B1 {
    height: 72px;
    line-height: 72px;
    overflow: hidden;
}

.index-B1 .index-B1L {
    width: 98px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.index-B1 .index-B1L img {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 6px;
    transition: all 1.2s ease 0s;
}
.index-B1 .index-B2L img {
    margin-top: 6px;
    transition: all .6s ease 0s;
}

@media screen and (max-width: 750px) {
    .index-B {
        width: 100%;
        margin-top: 15px;
    }

    .index-B li {
        width: 20%;
        float: left;
        margin-right: 0px;
        height: auto;
        border-bottom: 1px solid #dfdfdf;
        position: relative;
        cursor: pointer;
    }

    .index-B1 {
        line-height: normal;
        width: 100%;
        height: auto;
    }

    .index-B1 .index-B1L {
        width: 100%;
        height: 100%;
        float: none;
        margin: 0 auto;
        position: relative;
    }

    .index-B1 .index-B1L img {
        /* width: 32px;
        height: 32px; */
        margin-top: 0px;
        transition: all .6s ease 0s;
    }
}

.index-B1 .index-B1L .index-B1L-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.index-B1 .index-B1R {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    float: right;
    text-align: right;
    font-size: 80px;
    color: #e0e0e0;
    font-weight: bold;
    font-family: Arial, Helvetica;
    transition: all .6s ease 0s;

}

@media screen and (max-width: 1800px) {
    .index-B1 .index-B1R {
        font-size: 70px;
    }
}

@media screen and (max-width: 1600px) {
    .index-B1 .index-B1R {
        font-size: 60px;
    }
}

.index-B2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 auto 20px auto;
    transition: all .6s ease 0s;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;

}

@media screen and (max-width: 750px) {
    .index-B2 {
        font-size: 12px;
        font-weight: bold;
        line-height: 32px;
        text-align: center;
        margin: 0px auto 0px auto;
        transition: all .6s ease 0s;

    }
}

.index-B3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #d9d9d9;
    margin-bottom: 3px;
    transition: all .6s ease 0s;

}

@media screen and (max-width: 1800px) {

    .index-B3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1600px) {

    .index-B3 {
        font-size: 16px;
    }
}

.index-B4 {
    display: block;
    line-height: 34px;
    font-size: 14px;
}

.index-B4:hover {
    color: #00a6ec;
}

.index-B5 {
    width: 0%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 122px;
    left: 0;
    transition: all 1s ease 0s;
}

.index-B li:hover .index-B2 {
    color: #00a6ec;
}

.index-B li:hover .index-B3 {
    color: #adadad;
}

.index-B li:hover .index-B5 {
    width: 100%;
}

.index-B li:hover .index-B1R {
    color: #b2b2b2;
}

.index-B li:hover .index-B1 .index-B1L img {
    left: -98px;
    overflow: initial;
}

/*解决方案*/
.index-C {
    margin-top: 100px;
    /* min-width: 1360px; */
    background: url(../images/index-C-bg.png) top center no-repeat;
    background-size: cover;
}

.index-CL {
    width: 50%;
    min-width: 600px;
    float: left;
    padding: 94px 0 100px 0;
    height: 416px;
}


.index-CL1 {
    font-size: 36px;
    color: #ffffff;
    height: 48px;
    line-height: 48px;
}

.index-CL2 {
    width: 80%;
    color: #FFFFFF;
    text-align: justify;
    line-height: 24px;
    margin-top: 8px;
}

.index-CL-list {
    /* width: 648px; */
    margin-left: -45px;
}

.index-CL-list li {
    width: 25%;
    height: 92px;
    float: left;
    /* margin-left: 12px; */
    margin-top: 55px;
    padding: 15px 0;
}
/* .index-CL-list li.on{
    background: rgba(0, 187, 246, 0.5);
} */
.index-CL-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-CL-list li a img {
    height: 57px;
    width: 57px;
    display: block;
    margin: 0 auto;
}

.index-CL-list li a:hover {
    -webkit-animation: updown .4s ease-in both;
    /* color: #00a6ec !important; */
}


@media screen and (max-width: 750px) {
    .index-C {
        min-width: auto;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 15px auto 0;
    }

    .index-CL {
        min-width: 10px;
        float: left;
        padding: 15px;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        background: url("../images/index-CL.jpg") right top;
        background-size: 960px 610px;
        height: auto;
    }

    .index-CL1 {
        font-size: 18px;
        color: #ffffff;
        height: 30px;
        line-height: 30px;
    }

    .index-CL2 {
        width: 100%;
        color: #FFFFFF;
        text-align: justify;
        line-height: 20px;
        margin-top: 5px;
        font-size: 12px;
    }

    .index-CL-list {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .index-CL-list li {
        width: 25%;
        height: auto;
        float: left;
        margin-left: 0;
        margin-top: 20px;
    }

    .index-CL-list li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .index-CL-list li a img {
        height: 32px;
        width: 32px;
        display: block;
        margin: 0 auto;
    }

    .index-CL-list li a:hover {
        -webkit-animation: updown .4s ease-in both;
        color: #00a6ec !important;
    }

    
}


.index-CL-list li a p {
    width: 96%;
    text-align: center;
    line-height: 21px;
    margin-top: 14px;
    color: #FFFFFF;
}
.index-CL-list li p.on {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(1, 135, 204, 1);
}
@media screen and (max-width: 750px) {
    .index-CL-list li a p {
        text-align: center;
        line-height: 21px;
        margin-top: 5px;
        color: #FFFFFF;
        font-size: 12px;
    }
}


.index-CR {
    width: 50%;
    min-width: 600px;
    float: right;
    padding: 94px 0 100px 0;
    height: 416px;
}

.index-CR-list {
    width: 100%;
    display: none;
}
.index-CR-list.active{
    display: block;
}
.index-CR-list li {
    width: 50%;
    height: 170px;
    float: left;
    padding-left: 90px;
    margin-bottom: 85px;
    box-sizing: border-box;
}
@media screen and (max-width: 1700px) {
    .index-CR-list li {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1366px) {
    .index-CR-list li {
        padding-left: 35px;
    }
}

.index-CR-list li .index-CR-list1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

}

.index-CR-list li .index-CR-list2 {
    width: 60px;
    height: 2px;
    background: #00bbf6;
    margin-top: 24px;
    margin-bottom: 22px;
}

.index-CR-list li .index-CR-list3 {
    line-height: 30px;
    width: 270px;
}


@media screen and (max-width: 750px) {


    .index-CR {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        min-width: 10px;
        float: right;
        padding: 15px;
        background: url("../images/index-CR.jpg") right bottom;
        background-size: auto 100%;
        height: auto;
        margin-top: 15px;
    }

    .index-CR-list {
        width: 100%;
    }

    .index-CR-list li {
        width: 100%;
        float: left;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .index-CR-list li .index-CR-list1 {
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;

    }

    .index-CR-list li .index-CR-list2 {
        width: 60px;
        height: 2px;
        background: #00bbf6;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .index-CR-list li .index-CR-list3 {
        line-height: 22px;
        width: 100%;
        font-size: 12px;
    }

}


/*案例展示*/
.index-D {
    margin-top: 80px;
    overflow: hidden;

}

.index-D-type {
    overflow: hidden;
    background: url("../images/index-D-line.png") left center no-repeat;
    background-size: 1px 16px;
    min-width: 600px;
    margin: 32px auto 0 auto;
}

.index-D-type a {
    display: block;
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-left: -1px;
    border: 2px solid #e8eaeb;
    border-radius: 6px;
    margin-right: 40px;
    cursor: pointer;
}
.index-D-type a:last-child{
    margin-right: 0;
}

.index-D-type .index-D-typeSelect {
    background: #0093dd !important;
    color: #FFFFFF !important;
    border-color: rgba(1, 135, 204, 0.3);
}

.index-D-type a:hover {
    color: #FFFFFF;
    background: #0093dd;
    border-color: #0093dd;
}

.index-D-list {
    width: 100%;
    margin-top: 3px;
    overflow: hidden;
    display: none;
}
.index-D-list.active{
    display: block;
}

.index-D-list li {
    width: calc(25% - 23px);
    float: left;
    margin-right: 30px;
    margin-top: 35px;
    margin-bottom: 20px;
    transition: all .5s ease 0s;
}
.index-D-list li:nth-child(4n){
    margin-right: 0;
    float: right;
}
.index-D-list li:hover {
    /* transform: scale(1.1); */
    -webkit-animation: caseAnimate 0.8s linear forwards;
    animation: caseAnimate 0.8s linear forwards;
}

.index-case-list{
    transition: a11 1s linear;
}
.index-D-list li:hover .index-case-list{
    display: block;
}

/* .index-D-list li:hover .index-D-list2 {
    color: #0093dd;
} */

.index-D-list li .index-D-list1 {
    position: relative;
    width: 100%;
    height: 237px;
    overflow: hidden;
    transition: all .5s ease 0s;
}

.index-case-img {
    display: block;
    width: 100%;
}

.index-D-list2 {
    display: block;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-text{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding-top: 20px;
}
.case-text-title{
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-text-span{
    font-size: 14px;
}
.case-text-span>img{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.index-case-list{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 135, 204, 0.9);
    padding: 20px 30px;
    box-sizing: border-box;
    display: none;
}
.index-case-title{
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: normal;
}
.index-case-list a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-case-profile{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    padding-bottom: 20px;
    opacity: 0.7;
}
.index-case-desc{
    margin-bottom: 20px;
    color: #fff;
    min-height: 62px;
    height: 46%;
    line-height: 2;
    overflow: hidden;
}
.case-text-span1{
    opacity: 0.7;
    color: #fff;
}
.case-text-span1 img{
    margin-right: 10px;
}
/* 案例悬停动画 */
@-webkit-keyframes caseAnimate{
    0%{
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%{
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    100%{
        -webkit-transform: translate(0, -20px);
        -moz-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        -o-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
}
@keyframes caseAnimate{
    0%{
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50%{
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    100%{
        -webkit-transform: translate(0, -20px);
        -moz-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
        -o-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }
}


/* @media screen and (max-width: 1890px) {
    .index-D-list li {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1860px) {
    .index-D-list li {
        margin-right: 35px;
    }
}

@media screen and (max-width: 1820px) {
    .index-D-list li {
        margin-right: 25px;
    }
} */

@media screen and (max-width: 1800px) {
    .index-D-list {
        /* width: 1365px; */
        margin: 0 auto;
    }

    /* .index-D-list li {
        width: 370px;
        float: left;
        margin-right: 45px;
        margin-top: 37px;
        transition: all .5s ease 0s;
    } */

    /* .index-D-list li:hover .index-D-list2 {
        color: #0093dd;
    } */

    .index-D-list li .index-D-list1 {
        width: 100%;
        height: 237px;
        overflow: hidden;
    }
    .index-B{
        width: 70%;
    }

}


@media screen and (max-width: 750px) {
    .index-D {
        margin-top: 15px;

    }

    .index-D-type {
        overflow: hidden;
        background: url("../images/index-D-line.png") left center no-repeat;
        background-size: 1px 16px;
        width: 100%;
        margin: 10px auto 0 auto;
    }

    .index-D-type a {
        display: block;
        float: left;
        width: 20%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: url("../images/index-D-line.png") right center no-repeat;
        background-size: 1px 16px;
        color: #666666;
        font-size: 12px;
        margin-left: -1px;
        cursor: pointer;
    }

    .index-D-typeSelect {
        background: #333333 !important;
        color: #FFFFFF !important;
    }

    .index-D-type a:hover {
        color: #FFFFFF !important;
        background: url("../images/index-D-line333.png") right center no-repeat #333333 !important;
    }


    .index-D-list {
        width: -webkit-calc(100% + 15px);
        width: -moz-calc(100% + 15px);
        width: calc(100% + 15px);
        margin-top: 3px;
    }

    .index-D-list li {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
        float: left;
        margin-right: 15px;
        margin-top: 10px;
        transition: all .5s ease 0s;
        overflow: hidden;
    }

    /*.index-D-list li:hover*/
    /*{*/
    /*transform: scale(1.1);*/
    /*}*/
    .index-D-list li:hover .index-D-list2 {
        color: #0093dd;
    }


    .index-D-list li .index-D-list1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
        background: none;
        background-size: 100% 100%;
    }

    .index-D-list li .index-D-list1>img {
        display: block;
        width: 100%;
    }

    .index-D-list2 {
        display: block;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px dotted #cacaca;
    }
}

/*首页新闻资讯*/
.index-E {
    padding: 80px 0 90px 0;
    background: #fff no-repeat top left;
    background-size: 1920px 729px;
    clear: both;
}

.index-E-list {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-top: 33px;
    overflow: hidden;
}

.index-E-list li {
    width: -webkit-calc(50% - 120px);
    width: -moz-calc(50% - 120px);
    width: calc(50% - 120px);
    float: left;
    margin-right: 40px;
    padding: 0 40px;
    background: #f7f7f7;
    position: relative;
}

.index-E-listL {
    width: 112px;
    float: left;
    margin-top: 30px;
    transition: all 5s ease 0s;
}

.index-E-listL .index-E-listL1 {
    font-size: 50px;
    color: #999999;
    line-height: 50px;
    font-size: 50px;
}

.index-E-listL .index-E-listL2 {
    color: #999999;
    line-height: 24px;
}

.index-E-img {
    width: 0px;
    height: 140px;
    overflow: hidden;
    float: left;
    transition: all 1s ease 0s;
    position: absolute;
    top: 0;
    left: 0px;
}

.index-E-list li:hover .index-E-listL {
    opacity: 0;
}

.index-E-list li:hover .index-E-img {
    width: 286px;
}

.index-E-img img {
    display: block;
    width: 286px;
    height: 140px;
}

.index-E-list li:hover {
    background: #0093dd;
}

.index-E-list li:hover .index-E-listR {
    width: -webkit-calc(100% - 285px);
    width: -moz-calc(100% - 285);
    width: calc(100% - 285px);
}

.index-E-listR {
    width: -webkit-calc(100% - 112px);
    width: -moz-calc(100% - 112px);
    width: calc(100% - 112px);
    float: right;
    transition: all 1s ease 0s;
}

.index-E-listR a {
    display: block;
    padding-right: 25px;
    height: 140px;
    line-height: 140px;
    font-size: 18px;
    background: url("../images/index-E-jiantou0.png") right center no-repeat;
    background-size: 22px 18px;
    overflow: hidden;
    /*超出的部分隐藏起来。*/
    white-space: nowrap;
    /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis;
    /* 支持 IE */
}

.index-E-list li:hover .index-E-listR a {
    color: #FFFFFF !important;
    background: url("../images/index-E-jiantou1.png") right center no-repeat !important;
    background-size: 22px 18px !important;
}


.index-E-border {
    border-top: 1px solid #e6e6e6;
}

.index-E-borderN {
    border-top: none;
}

@media screen and (max-width: 750px) {
    .index-E {
        margin-top: 15px;
        padding: 15px 15px 25px 15px;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        background: url("../images/index-E.jpg") no-repeat top left;
        background-size: auto 100%;
        clear: both;
    }

    .index-E-list {
        width: 100%;
        margin-top: 15px;
    }

    .index-E-list li {
        float: left;
        margin-right: 0px;
        padding: 10px 15px;
        margin-bottom: 1px;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        background: #FFFFFF;
        position: relative;
    }

    .index-E-listL {
        width: 50px;
        float: left;
        margin-top: 0px;
        transition: all 5s ease 0s;
    }

    .index-E-listL .index-E-listL1 {
        color: #999999;
        line-height: 30px;
        font-size: 22px;
        display: block;
        text-align: center;
    }

    .index-E-listL .index-E-listL2 {
        color: #999999;
        line-height: 20px;
        text-align: center;
    }

    .index-E-img {
        width: 0px;
        height: 140px;
        overflow: hidden;
        float: left;
        transition: all 1s ease 0s;
        position: absolute;
        top: 0;
        left: 0px;
    }

    .index-E-list li:hover .index-E-listL {
        opacity: 1;
    }

    .index-E-list li:hover .index-E-listL * {
        color: #FFFFFF !important;
    }

    .index-E-list li:hover .index-E-img {
        width: 286px;
    }

    .index-E-img img {
        display: none;
        width: 286px;
        height: 140px;
    }

    .index-E-list li:hover {
        background: #0093dd;
    }

    .index-E-list li:hover .index-E-listR {
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
    }

    .index-E-listR {
        width: -webkit-calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: calc(100% - 65px);
        float: right;
        transition: all 1s ease 0s;
    }

    .index-E-listR a {
        display: block;
        padding-right: 25px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        background: url("../images/index-E-jiantou0.png") right center no-repeat;
        background-size: 11px 9px;
        overflow: hidden;
        /*超出的部分隐藏起来。*/
        white-space: nowrap;
        /*不显示的地方用省略号...代替*/
        text-overflow: ellipsis;
        /* 支持 IE */
    }

    .index-E-list li:hover .index-E-listR a {
        color: #FFFFFF !important;
        background: url("../images/index-E-jiantou1.png") right center no-repeat !important;
        background-size: 11px 9px !important;
    }


    .index-E-border {
        border-top: none;
    }

    .index-E-borderN {
        border-top: none;
    }
}






/*合作*/
.index-F {
    clear: both;
    width: 100%;
    background: url("../images/index_customer_bg.png") bottom no-repeat;
    background-size: 1920px 350px;
    padding-top: 50px;
    overflow: hidden;
}

.index-Flist {
    position: relative;
    width: 1000px;
    min-height: 620px;
}

.index_customer{
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(7, 0, 2, 0.1);
    text-align: center;
}
.index_customer img{
    vertical-align: middle;
}
.index_customer1{
    left: 240px;
    width: 84px;
    height: 84px;
}
.index_customer2{
    left: 440px;
    top: 50px;
    width: 106px;
    height: 106px;
}
.index_customer3{
    left: 620px;
    top: 0px;
    width: 86px;
    height: 86px;
}
.index_customer4{
    left: 810px;
    top: 30px;
    width: 70px;
    height: 70px;
}
.index_customer5{
    left: 125px;
    top: 95px;
    width: 80px;
    height: 80px;
}
.index_customer6{
    left: 275px;
    top: 120px;
    width: 100px;
    height: 100px;
}
.index_customer7{
    left: 425px;
    top: 185px;
    width: 134px;
    height: 134px;
}
.index_customer8{
    left: 618px;
    top: 180px;
    width: 100px;
    height: 100px;
}
.index_customer9{
    left: 765px;
    top: 145px;
    width: 84px;
    height: 84px;
}
.index_customer10{
    left: 80px;
    top: 240px;
    width: 72px;
    height: 72px;
}
.index_customer11{
    left: 210px;
    top: 265px;
    width: 94px;
    height: 94px;
}
.index_customer12{
    left: 356px;
    top: 342px;
    width: 100px;
    height: 100px;
}
.index_customer13{
    left: 560px;
    top: 330px;
    width: 100px;
    height: 100px;
}
.index_customer14{
    left: 745px;
    top: 300px;
    width: 80px;
    height: 80px;
}
.index_customer15{
    left: 900px;
    top: 260px;
    width: 68px;
    height: 68px;
}
.index_customer16{
    left: 50px;
    top: 408px;
    width: 60px;
    height: 60px;
}
.index_customer17{
    left: 200px;
    top: 405px;
    width: 84px;
    height: 84px;
}
.index_customer18{
    left: 720px;
    top: 440px;
    width: 66px;
    height: 66px;
}
.index_customer19{
    left: 858px;
    top: 418px;
    width: 66px;
    height: 66px;
}

.index-Flist li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.index-Flist li:hover {
    transition: 1s ease;
    transform: scale(1.4);
}
.title-middle{
    padding-top: 160px;
    padding-right: 100px;
}
@media screen and (max-width: 1600px) {
    .title-middle{
        padding-right: 0;
    }
}
@media screen and (max-width: 750px) {
    .index-F {
        clear: both;
        margin-left: 0;
        background: url("../images/index_logobj.jpg") bottom no-repeat;
        background-size: 100% auto;
        padding-top: 15px;
        overflow: hidden;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 15px;
    }

    .index-Flist {
        border-top: 1px dashed #e6e6e6;
        border-left: 1px dashed #e6e6e6;
        margin: 15px auto 15px auto;
        width: 100%;
        box-sizing: border-box;
    }

    .index-Flist li {
        height: auto;
        width: 50%;
        float: left;
        box-sizing: border-box;
        border-right: 1px dashed #e6e6e6;
        border-bottom: 1px dashed #e6e6e6;
        transition: all .5s ease 0s;
    }

    .index-Flist li a {
        display: block;
        width: 100%;
        height: 100%;
    }


    .index-Flist li:hover {
        background: #f5f5f5;

    }
}



@-webkit-keyframes back-y-spin {
    0% {
        -webkit-transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(90deg);
    }

    51% {
        -webkit-transform: rotateY(180deg);
    }

    51% {
        -webkit-transform: rotateY(270deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}



/*留言*/
.index-G {
    width: 1920px;
    height: 480px;
    padding: 100px 0;
    background: url("../images/index-G.jpg") no-repeat;
    background-size: 100% 100%;
    margin-left: -360px;
}

.index-GL {
    width: 260px;
    height: 420px;
    padding: 60px 40px 0 40px;
    background: url("../images/index-GL.png") no-repeat;
    background-size: 100% 100%;
    float: left;
}


.index-G-title1 {
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    text-transform: uppercase
}

.index-G-title2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.index-GL-input {
    margin-top: 29px;
    position: relative;
}

.index-GL-input .index-GL-input1 {
    height: 26px;
    line-height: 26px;
    display: block;
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    color: #FFFFFF;
}

.index-GL-input1::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #FFFFFF;
}

.index-GL-submit {
    display: block;
    width: 128px;
    height: 36px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    outline: none;
    font-size: 16px;
    margin: 30px auto 0;
    margin: 30px auto 0;
    transition: all .5s ease 0s;
    cursor: pointer;
}

.index-GL-submit:hover {
    background: #FFFFFF;
    color: #db2001;
}

.index-GL-yz {
    width: 110px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000000;
    overflow: hidden;
}

.yz_img {
    width: 80px;
    height: 30px;
    overflow: hidden;
    float: left;
}

.yz_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.yz_btn {
    border: none;
    outline: none;
    height: 30px;
    width: 30px;
    float: right;
    background: url("../images/index-Gqh.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 1s ease 0s;


}

.qiehuan {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}


@media screen and (max-width: 750px) {
    .index-G {
        width: 100%;
        height: auto;
        padding: 15px;
        background: url("../images/index-G.jpg") no-repeat top right;
        background-size: auto 500px;
        margin-left: 0px;
        /*overflow: hidden;*/
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        position: relative;
    }

    .index-GL {
        height: auto;
        width: 100px;
        padding: 15px 15px 25px 15px;
        background: url("../images/index-GL.png") no-repeat;
        background-size: 100% 100%;
        float: left;
        position: absolute;
        top: 350px;
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
    }


    .index-G-title1 {
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
        text-transform: uppercase
    }

    .index-G-title2 {
        margin-top: 0px;
        font-size: 12px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .index-GL-input {
        margin-top: 15px;
        position: relative;
    }

    .index-GL-input .index-GL-input1 {
        height: 26px;
        line-height: 26px;
        display: block;
        width: 100%;
        border: none;
        outline: none;
        font-size: 14px;
        border-bottom: 1px solid #ffffff;
        color: #FFFFFF;
    }

    .index-GL-input1::-webkit-input-placeholder {
        /* placeholder颜色  */
        color: #FFFFFF;
    }

    .index-GL-submit {
        display: block;
        width: 128px;
        height: 36px;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
        outline: none;
        font-size: 16px;
        margin: 30px auto 0;
        margin: 30px auto 0;
        transition: all .5s ease 0s;
        cursor: pointer;
    }

    .index-GL-submit:hover {
        background: #FFFFFF;
        color: #db2001;
    }

    .index-GL-yz {
        width: 110px;
        height: 30px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #000000;
        overflow: hidden;
    }

    .yz_img {
        width: 80px;
        height: 30px;
        overflow: hidden;
        float: left;
    }

    .yz_img img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .yz_btn {
        border: none;
        outline: none;
        height: 30px;
        width: 30px;
        float: right;
        background: url("../images/index-Gqh.png") no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
        transition: all 1s ease 0s;


    }

    .qiehuan {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    }
}



.index-GR {
    width: 600px;
    height: 420px;
    padding: 60px 80px 0 80px;
    background: #FFFFFF;
    float: left;
}

.index-GR .index-G-title1 {
    text-align: center;
    color: #0093dd;
}

.index-GR .index-G-title2 {
    text-align: center;
    color: #333333;
}

.index-GR .index-G-title3 {
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 24px;
    margin-top: 30px;
}


.index-GR-ul {
    width: 704px;
    margin-left: -52px;
}

.index-GR-ul li {
    width: 176px;
    float: left;
}

.index-GR-ul li:hover {
    -webkit-animation: updown .3s ease-in both;
}

.index-GR-ul li img {
    width: 32px;
    height: 32px;
    margin: 55px auto 13px;
    display: block;
}

.index-GR-ul li p {
    line-height: 28px;
    text-align: center;
}

.index-GR-bottom {
    width: 86px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 0 15px;
    position: relative;
}

.index-GR-bottom .index-GR-bottom1 {
    width: 43px;
    float: left;
    position: relative;
    cursor: pointer;

}

.index-GR-bottom .index-GR-bottom1:hover {
    -webkit-animation: updown .3s ease-in both;
}

.index-GR-bottom .index-GR-bottom1 img {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
}

.xianA {
    margin-top: 55px;
    width: 100%;
    height: 11px;
    border-bottom: 1px solid #b3b3b3;
}

.weixin {
    width: 150px;
    height: 150px;
    padding: 3px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #eaeaea;
    position: absolute;
    bottom: -160px;
    left: 0;
    opacity: 0;
    transition: all .4s ease 0s;
}

.weixin img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.index-GR-bottom1:hover .weixin {
    opacity: 1;
}

@media screen and (max-width: 750px) {

    .index-GR {
        width: 100%;
        height: auto;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 15px;
        background: rgba(255, 255, 255, 0.9);
        float: left;
    }

    .index-GR .index-G-title1 {
        text-align: center;
        color: #0093dd;
    }

    .index-GR .index-G-title2 {
        text-align: center;
        color: #333333;
    }

    .index-GR .index-G-title3 {
        font-size: 12px;
        color: #666666;
        text-align: center;
        line-height: 22px;
        margin-top: 5px;
    }


    .index-GR-ul {
        width: 100%;
        margin-left: -0px;
    }

    .index-GR-ul li {
        width: 50%;
        float: left;
    }

    .index-GR-ul li img {
        width: 28px;
        height: 28px;
        margin: 25px auto 8px;
        display: block;
    }

    .index-GR-ul li p {
        line-height: normal;
        text-align: center;
    }

    .index-GR-bottom {
        width: 86px;
        margin: 0 auto;
        background: transparent;
        padding: 0 15px;
        position: relative;
    }

    .index-GR-bottom .index-GR-bottom1 {
        width: 43px;
        float: left;
    }

    .index-GR-bottom .index-GR-bottom1 img {
        display: block;
        width: 22px;
        height: 22px;
        margin: 0 auto;
    }

    .xianA {
        padding-top: 10px;
        margin-top: 15px;
        width: 100%;
        height: 22px;
        border-top: 1px solid #b3b3b3;
        border-bottom: none;
    }
}




/*手机端的banner*/
.index_banner {
    width: 100%;
    position: relative;
    z-index: 0;
}

.flexslider {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 66;
}

.slides {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slides li {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: 100% 100%
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%
}

.slides li a img {
    display: block;
    width: 100%;
    height: 100%
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 2px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 100%;
    height: 100%;
    margin-right: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    line-height: 999px;
}

/*background:url(../images/dot.png) right 0 no-repeat;*/
.flex-control-nav .flex-active {
    background: #f74a5f
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 167px;
}

.flex-direction-nav li a {
    display: block;
    width: 74px;
    height: 116px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}








.updown {
    -webkit-animation: updown 1s ease-in both;
}

@-webkit-keyframes updown {
    0% {
        top: 0;
        position: relative
    }

    100% {
        top: -5px;
        position: relative
    }
}


/*内页的banner*/
.Nbanner {
    position: relative;
    height: 400px;
}

.Nbanner_img {
    width: 1920px;
    height: 400px;
    margin-left: -360px;
    position: absolute;
    top: 0;
}

.Nbanner_text1 {
    position: relative;
    font-size: 34px;
    font-family: STHeiti;
    text-align: center;
    color: #FFFFFF;
    line-height: 52px;
    padding-top: 180px;
}

.Nbanner_text2 {
    position: relative;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 36px;
}


/*案例的列表*/
.anli_type {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.anli_type a {
    display: block;
    width: 250px;
    height: 82px;
    text-align: center;
    line-height: 82px;
    font-size: 24px;
    float: left;
}

.anli_type a:hover {
    background: url("../images/anli_type.png") no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}

.anli_typeSelect {
    background: url("../images/anli_type.png") no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
}

.anli_lei {
    width: 1115px;
    margin: 32px 0 42px 85px;
}

.anli_lei a {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    display: inline-block;
    padding: 0 13px;
    position: relative;
}

.anli_lei a span {
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0093dd;
    transition: all .5s ease 0s;
}

.anli_lei a:hover {
    color: #0093dd !important;
}

.anli_lei a:hover span {
    width: 100%;
}

.anli_leiSelect {
    color: #0093dd !important;
}

.anli_leiSelect span {
    width: 100% !important;
}



/*分页*/
.mar_T75 {
    margin-top: 75px;
}

.mar_B105 {
    margin-bottom: 105px;
}

.fenye {
    text-align: center;
    padding: 6px 0;
    clear: both;
}

.fenye a {
    padding: 6px 15px;
    border: 1px solid #ccc;
    font-size: 12px;
    border-radius: 3px;
    margin: 0 3px;
}

.fenye a:hover,
.fenye a.fenye_over {
    background: #0092db;
    border: 1px solid #0092db;
    color: #fff;
}



/*解决方案*/
.fangan_A {
    margin: 5px auto 115px auto;
}

.fangan_A li {
    width: 240px;
    float: left;
    padding: 0 30px;
    height: 216px;
    margin-top: 55px;
}

.fangan_A1 {
    width: 174px;
    height: 120px;
    margin: 0 auto;
}

.fangan_A1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.fangan_A2 {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin: 20px auto 10px auto;
}

.fangan_A3 {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #999999;
    height: 36px;
    overflow: hidden;
    transition: all .1s ease 0s;
}

.fangan_A4 {
    display: block;
    height: 0px;
    width: 120px;
    line-height: 30px;
    font-size: 14px;
    background: #0093dd;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    transition: all .5s ease 0s;
}

.fangan_A li:hover .fangan_A3 {
    height: 0;
    opacity: 0;
}

.fangan_A li:hover .fangan_A4 {
    height: 30px;
}

.fangan_A li:hover .fangan_A1 {
    -webkit-animation: updown .5s ease-in both;
}

.fangan_B {
    width: 1920px;
    height: 399px;
    padding: 93px 0 88px 0;
    background: url("../images/fangan_B.jpg") no-repeat;
    background-size: 100% 100%;
    margin-left: -360px;
}

.fangan_BR {
    width: 399px;
    height: 399px;
    float: right;
    position: relative;
    background: url("../images/fangan_BR4.png") center no-repeat;
    background-size: 364px 364px;
}

.fangan_BR .fangan_BR1 {
    position: absolute;
    width: 399px;
    height: 399px;
    top: 0;
    left: 0;
    animation: fangan_BR1 20s infinite linear;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;

}

.fangan_BR .fangan_BR2 {
    position: absolute;
    width: 365px;
    height: 365px;
    top: 17px;
    left: 17px;
    animation: fangan_BR2 2s infinite linear;
    animation-direction: alternate;

}

.fangan_BR .fangan_BR3 {
    position: absolute;
    width: 281px;
    height: 281px;
    top: 55px;
    left: 60px;
    animation: fangan_BR1 10s infinite linear;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
}

@keyframes fangan_BR1 {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fangan_BR2 {
    from {
        opacity: 0.2
    }

    to {
        opacity: 1
    }
}



.fangan_BL {
    color: #FFFFFF;
    width: 750px;
    float: left;
}

.fangan_BL .fangan_BL1 {
    font-size: 36px;
    height: 48px;
    line-height: 48px;
    margin: 25px auto 13px auto;
}

.fangan_BL .fangan_BL2 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}

.fangan_BL3 {
    margin-top: 40px;
}

.fangan_BL3 li {
    width: 250px;
    line-height: 24px;
    float: left;
    margin-top: 32px;
}

.fangan_BL3 li span {
    margin-right: 7px;
}



.fangan_C {
    margin: 85px auto 100px auto;
}

.fangan_C .fangan_CL {
    width: 500px;
    float: left;
}

.fangan_CL .fangan_CL1 {
    width: 600px;
    font-size: 36px;
    line-height: 54px;
}

.fangan_CL .fangan_CL2 {
    color: #999999;
    line-height: 28px;
}

.fangan_CL3 {
    width: 520px;
    margin-top: 24px;
}

.fangan_CL3 li {
    width: 260px;
    float: left;
    margin-top: 44px;
}

.fangan_CL3 li span {
    display: block;
    height: 40px;
    width: 36px;
    line-height: 36px;
    float: left;
    border-bottom: 2px solid #e74848;
    color: #0093dd;
    font-size: 18px;
}

.fangan_CL3 li b {
    display: block;
    float: right;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
}

.fangan_CR {
    margin-top: 12px;
    width: 687px;
    height: 402px;
    float: right;
}

.fangan_CR img {
    display: block;
    width: 100%;
    height: 100%;
}

.mar_T0 {
    margin-top: 0 !important;
}


/*海创*/
.Nindex-A {
    margin-top: 80px;
    margin-bottom: 90px;
    min-height: 320px;
    background: url("../images/Nindex-A.png") bottom right no-repeat;
    background-size: 265px 320px;
}



.haichuangA {
    width: 1920px;
    height: 378px;
    padding: 84px 0 108px 0;
    background: url("../images/haichuangA.jpg") no-repeat;
    background-size: 100% 100%;
    margin-left: -360px;
    margin-bottom: 80px;
}

.haichuangA .index_title .index_title1 {
    color: #FFFFFF;
}

.haichuangA .index_title .index_title2 {
    color: #FFFFFF;
    margin-top: 11px;
}


.haichuangA1 {
    width: 860px;
    margin-left: 206px;
    margin-top: 65px;
    margin-bottom: 78px;
}

.haichuangA1 li {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 72px;
    position: relative;
}

.haichuangA1 li .haichuangA1_1 {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #FFFFFF;
    width: 98px;
    height: 98px;
    border-radius: 50px;
    animation: xuanzhuan 10s infinite linear;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
}

.haichuangA1 li .haichuangA1_2 {
    position: absolute;
    top: 3px;
    left: -3px;
    border: 1px solid #FFFFFF;
    width: 99px;
    height: 99px;
    border-radius: 50px;
    animation: xuanzhuan 15s infinite linear;
    -moz-transform-origin: 53px 53px;
    -webkit-transform-origin: 53px 53px;
    -o-transform-origin: 53px 53px;
}

.haichuangA1 li .haichuangA1_3 {
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}


.haichuangA2 {
    font-size: 36px;
    line-height: 48px;
    color: #0093dd;
    text-align: center;
}





@keyframes xuanzhuan {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}



.haichuangB {
    width: 1116px;
    margin: 50px auto 80px auto;
}

.haichuangB li {
    margin-bottom: 1px;
}



.haichuangBL {
    width: 180px;
    float: left;
    height: 110px;
    background: #cccccc;
    position: relative;
    transition: all .5s ease 0s;
}

.haichuangBL img {
    width: 54px;
    height: 54px;
    margin: 28px auto;
    display: block;
}

.haichuangBL .haichuangBL1 {}

.haichuangBL .haichuangBL2 {
    display: none;
}

.haichuangBL3 {
    position: absolute;
    width: 0px;
    background: #0093dd;
    top: 32px;
    right: -38px;
    height: 1px;
    overflow: hidden;
    transition: all .5s ease 0s;
}

.haichuangBR {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    float: right;
    transition: all .5s ease 0s;
}

.haichuangBR .haichuangBR1 {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 34px;
    margin-top: 16px;
}

.haichuangBR .haichuangBR2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}




.haichuangB li:hover .haichuangBL {
    background: #0093dd;
    padding-right: 28px;
}

.haichuangB li:hover .haichuangBL1 {
    display: none;
}

.haichuangB li:hover .haichuangBL2 {
    display: block;
}

.haichuangB li:hover .haichuangBL3 {
    width: 38px;
}


.haichuangB li:hover .haichuangBR {
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
}



.haichuangC {
    width: 1920px;
    height: 636px;
    padding-top: 92px;
    background: url("../images/haichuangC.jpg") no-repeat;
    background-size: 100% 100%;
    margin-left: -360px;
    margin-bottom: 80px;
}

.haichuangC .index_title * {
    color: #FFFFFF;
}

.haichuangC .index-Flist {
    margin: 55px auto 0 auto;
}

.haichuangC .index-Flist li {
    background: rgba(182, 182, 182, 0.6);
}

.haichuangC .index-Flist li:hover {
    background: #FFFFFF;
}


.haichuangD {
    width: 1215px;
    margin-top: 27px;
    margin-bottom: 80px;
}

.haichuangD li {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.07);
    width: 390px;
    height: 220px;
    padding: 30px 13px 27px 13px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.haichuangD1 {
    width: 100%;
    height: 38px;
}

.haichuangD1 img {
    height: 38px;
}

.haichuangD2 {
    font-size: 26px;
    line-height: 56px;
    margin-top: 11px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

.haichuangD3 {
    line-height: 22px;
    color: #999999;
}



.haichuangE {
    width: 1220px;
    margin: 32px auto 45px auto;
}

.haichuangE li {
    border: 1px solid #dadada;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    margin-right: 20px;
    width: 285px;
    height: 170px;
}

.haichuangE_box {
    width: 100%;
    height: 100%;
    background: #cccccc;
    overflow: hidden;
    transition: all .5s ease 0s;
}

.haichuangE_box img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 27px auto 20px;
}

.haichuangE_box .haichuangE2 {
    display: none;
}


.haichuangE3 {
    line-height: 22px;
    text-align: center;
}


.haichuangE li:hover .haichuangE_box {
    background: #0093dd;
    color: #FFFFFF;
}

.haichuangE li:hover .haichuangE_box .haichuangE1 {
    display: none;
}

.haichuangE li:hover .haichuangE_box .haichuangE2 {
    display: block;
}


.haichuangF {
    width: 1920px;
    height: 303px;
    padding: 88px 0 70px 0;
    background: url("../images/haichuangF.jpg") no-repeat;
    background-size: 100% 100%;
    margin-left: -360px;
}

.haichuangF_box {
    padding: 25px 20px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.haichuangF_box * {
    width: 100%;
}


/*系统开发的样式*/
.xitongA {
    margin: 70px auto 40px auto;
}

.xitongAL {
    width: 603px;
    height: 434px;
    float: left;
}

.xitongAL img {
    display: block;
    width: 100%;
    height: 100%;
}

.xitongAR {
    width: 570px;
    float: right;
}

.xitongAR1 {
    font-size: 36px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
}

.xitongAR1 img {
    height: 36px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


.xitongAR2 {
    margin-top: 4px;
}

.xitongAR2 li {
    margin-right: 24px;
    width: 261px;
    float: left;
    text-align: center;
}

.xitongAR2 li .xitongAR21 {
    display: block;
    margin: 52px auto 17px auto;
    width: 64px;
    height: 64px;
}

.xitongAR2 li .xitongAR22 {
    line-height: 24px;
    font-size: 20px;
}


.xitongB {
    width: 1920px;
    background: #f8f8f8;
    margin-left: -360px;
    padding: 60px 0 80px 0;
}


.xitongC {
    width: 1920px;
    height: 600px;
    padding-top: 80px;
    background: url("../images/xitongC.jpg") bottom left repeat-y fixed;
    background-size: 100% auto;
    margin-left: -360px;
}

.xitongC .index_title * {
    color: #FFFFFF;
}

.xitongC-box {}

.xitongC-box li {
    width: 176px;
    background: url("../images/xitongC-box1.png") left 10px no-repeat;
    background-size: 100% auto;
    min-height: 255px;
    margin-left: 20px;
    float: left;
}

.xitongC-box2 {
    background: url("../images/xitongC-box2.png") left 10px no-repeat !important;
    background-size: 100% auto;
}

.xitongC-box li .xitongC1 {
    font-size: 30px;
    font-weight: bold;
    color: #0093dd;
    text-align: center;
    line-height: 42px;
}

.xitongC-box li .xitongC2 {
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 24px;
    line-height: 24px;
    margin: 32px auto 16px auto;
}

.xitongC-box li .xitongC3 {
    color: #FFFFFF;
    padding-left: 24px;
    line-height: 24px;
}


.xitongC-T1 {
    margin-top: 172px;
}

.xitongC-T2 {
    margin-top: 139px;
}

.xitongC-T3 {
    margin-top: 106px;
}

.xitongC-T4 {
    margin-top: 72px;
}

.xitongC-T5 {
    margin-top: 40px;
}

.xitongC-T6 {
    margin-top: 0px;
}



.xitongD {
    width: 1920px;
    height: 622px;
    background: url("../images/xitongD.jpg") no-repeat;
    background-size: 100% 100%;
    margin-left: -360px;
    margin-bottom: 88px;
}

.xitongDR {
    width: 633px;
    height: 291px;
    margin-top: 180px;
    float: right;
}

.xitongDR img {
    display: block;
    width: 100%;
    height: 100%;
}

.xitongDL {
    width: 500px;
    float: left;
    margin-left: 40px;
}

.xitongDL1 {
    font-size: 36px;
    color: #282828;
    line-height: 54px;
    margin-top: 120px;
}

.xitongDL2 {
    color: #999999;
    line-height: 30px;
    margin-bottom: 50px;
}

.xitongDL3 {
    font-size: 16px;
    line-height: 40px;
}

.xxA {
    width: 1856px;
    margin-top: 47px;
}

.xxA li {
    width: 272px;
    float: left;
    background: #eaeaea;
    height: 106px;
    margin-bottom: 10px;
    margin-right: 656px;
    cursor: pointer;
    transition: all .5s ease 0s;
}


.xxAL {
    width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px);
    float: left;
    margin-left: 25px;
}

.xxAL p {
    margin-top: 33px;
    line-height: 24px;
    font-size: 16px;
}

.xxAR {
    width: 106px;
    float: right;
}

.xxAR img {
    display: block;
    width: 56px;
    height: 56px;
    margin: 25px auto;
}

.xxAR .xxAR2 {
    display: none;
}

.xitongB_show {
    position: absolute;
    width: 336px;
    height: 84px;
    padding: 127px 150px 128px 154px;
    background: url("../images/xitongB_show.jpg") no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 280px;
    color: #feffff;
    font-size: 16px;
    line-height: 28px;
    overflow-y: auto;
    text-align: justify;
}



.xxASelect {
    background: #0c80d3 !important;
    color: #FFFFFF;
}

.xxASelect .xxAR .xxAR2 {
    display: block;
}

.xxASelect .xxAR .xxAR1 {
    display: none;
}

.xxA li:hover {
    background: #0c80d3 !important;
    color: #FFFFFF;
}

.xxA li:hover .xxAR .xxAR2 {
    display: block;
}

.xxA li:hover .xxAR .xxAR1 {
    display: none;
}

@media (min-width:1470px) and (max-width:1680px) {
    .banner-main{
        width: 700px;
    }
    .banner3-main{
        width: 900px;
    }
    .img-years{
        margin-left: 150px;
    }
    .banner_text1{
        margin-left: 150px;
        font-size: 32px;
    }
    .banner_line{
        margin-left: 150px;
    }
    .banner_text2{
        margin-left: 150px;
        font-size: 20px;
    }
}
@media screen and (max-width:1470px) {
    .banner-main{
        width: 700px;
    }
    .banner3-main{
        width: 900px;
    }
    .img-years{
        margin-left: 50px;
    }
    .banner_text1{
        margin-left: 50px;
        font-size: 30px;
    }
    .banner_line{
        margin-left: 50px;
    }
    .banner_text2{
        margin-left: 50px;
        font-size: 17px;
    }
}


.triangleBox-container{
    float: right;
    width: 400px;
    margin-top: -80px;
}
.new_index_triangleBox {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.new_index_triangleBox::after {
    position: absolute;
    background: url(../images/new_about05.png);
    background-size: cover;
    content: '';
    -webkit-transition: all 1s .5s ease;
    -o-transition: all 1s .5s ease;
    transition: all 1s .5s ease;
    display: block;
    width: 130%;
    height: 130%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

/* .new_index_triangleBox::before {
    position: absolute;
    background: url(../images/new_about04.png);
    background-size: cover;
    content: '';
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    width: 130%;
    height: 130%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
} */

.new_index_triangleImg {
    position: relative;
    z-index: 99;
}

/* .new_index_triangleBox {
    max-width: 340px;
    position: relative;
    margin: 150px auto 0px;
}

.new_index_triangleBox::after {
    width: 150%;
    height: 150%;
}

.new_index_triangleBox::before {
    width: 150%;
    height: 150%;
} */

.new_index_triangleImg {
    position: relative;
    z-index: 99;
}

.new_index_triangleImg img {
    width: 100%;
    display: block;
}

.new_index_trianglebg1 {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: url(../images/new_about01.png);
    background-size: cover;
    -webkit-animation: triSpin 80s infinite;
    -o-animation: triSpin 80s infinite;
    animation: triSpin 80s infinite;
}

.new_index_trianglebg2 {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: url(../images/new_about02.png);
    background-size: cover;
    -webkit-animation: triSpin2 90s infinite;
    -o-animation: triSpin2 90s infinite;
    animation: triSpin2 90s infinite;
}

.new_index_triangleText {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.new_index_triangleText span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
 /*   font-weight: 700;*/
    font-size: 22px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #e24d4d;
    text-transform: uppercase;
}

.new_index_scaleTriangle:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.new_index_scaleTriangle:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.new_index_scaleTriangle div.new_index_triangleText span:nth-child(1) {
    left: -17%;
    top: 30%;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-animation: balloon1 10s ease-in-out infinite;
    -o-animation: balloon1 10s ease-in-out infinite;
    animation: balloon1 10s ease-in-out infinite;
    opacity: 1;
}

.new_index_scaleTriangle div.new_index_triangleText span:nth-child(2) {
    left: 80%;
    top: 5%;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-animation: balloon2 10s ease-in-out infinite;
    -o-animation: balloon2 10s ease-in-out infinite;
    animation: balloon2 10s ease-in-out infinite;
    opacity: 1;
    min-width: 100px;
}

.new_index_scaleTriangle div.new_index_triangleText span:nth-child(3) {
    left: 95%;
    top: 45%;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-animation: balloon3 10s ease-in-out infinite;
    -o-animation: balloon3 10s ease-in-out infinite;
    animation: balloon3 10s ease-in-out infinite;
    opacity: 1;
    min-width: 100px;
}
@media screen and (max-width: 1800px) {
    .triangleBox-container{
        width: 26%!important;
        padding-top: 100px;
    }
    .new_index_triangleText span{
        font-size: 18px;
    }
}

@-webkit-keyframes triSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes triSpin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes triSpin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes triSpin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-o-keyframes triSpin2 {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes triSpin2 {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes balloon1 {

    0%,
    100% {
        -webkit-transform: translateY(0) rotate(-4deg);
        transform: translateY(0) rotate(-4deg) scale(1);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(6deg);
        transform: translateY(-10px) rotate(6deg) scale(1.1);
    }
}

@-o-keyframes balloon1 {

    0%,
    100% {
        -webkit-transform: translateY(0) rotate(-4deg);
        -o-transform: translateY(0) rotate(-4deg) scale(1);
        transform: translateY(0) rotate(-4deg) scale(1);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(6deg);
        -o-transform: translateY(-10px) rotate(6deg) scale(1.1);
        transform: translateY(-10px) rotate(6deg) scale(1.1);
    }
}

@keyframes balloon1 {

    0%,
    100% {
        -webkit-transform: translateY(0) rotate(-4deg);
        -o-transform: translateY(0) rotate(-4deg) scale(1);
        transform: translateY(0) rotate(-4deg) scale(1);
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(6deg);
        -o-transform: translateY(-10px) rotate(6deg) scale(1.1);
        transform: translateY(-10px) rotate(6deg) scale(1.1);
    }
}

@-webkit-keyframes balloon2 {

    0%,
    100% {
        -webkit-transform: translateY(0) rotate(4deg);
        transform: translateY(0) rotate(4deg) scale(1);
    }

    50% {
        -webkit-transform: translateY(-15px) rotate(-6deg);
        transform: translateY(-15px) rotate(-6deg) scale(1.1);
    }
}

@-o-keyframes balloon2 {

    0%,
    100% {
        -webkit-transform: translateY(0) rotate(4deg);
        -o-transform: translateY(0) rotate(4deg) scale(1);
        transform: translateY(0) rotate(4deg) scale(1);
    }

    50% {
        -webkit-transform: translateY(-15px) rotate(-6deg);
        -o-transform: translateY(-15px) rotate(-6deg) scale(1.1);
        transform: translateY(-15px) rotate(-6deg) scale(1.1);
    }
}

@keyframes balloon2 {

    0%,
    100% {
        -webkit-transform: translateY(0) rotate(4deg);
        -o-transform: translateY(0) rotate(4deg) scale(1);
        transform: translateY(0) rotate(4deg) scale(1);
    }

    50% {
        -webkit-transform: translateY(-15px) rotate(-6deg);
        -o-transform: translateY(-15px) rotate(-6deg) scale(1.1);
        transform: translateY(-15px) rotate(-6deg) scale(1.1);
    }
}

@-webkit-keyframes balloon3 {

    0%,
    100% {
        -webkit-transform: translate(0, -5px) rotate(4eg);
        transform: translate(0, -5px) rotate(4eg) scale(1);
    }

    50% {
        -webkit-transform: translate(-10px, 15px) rotate(-6deg);
        transform: translate(-10px, 15px) rotate(-6deg) scale(1.1);
    }
}

@-o-keyframes balloon3 {

    0%,
    100% {
        -webkit-transform: translate(0, -5px) rotate(4eg);
        -o-transform: translate(0, -5px) rotate(4eg) scale(1);
        transform: translate(0, -5px) rotate(4eg) scale(1);
    }

    50% {
        -webkit-transform: translate(-10px, 15px) rotate(-6deg);
        -o-transform: translate(-10px, 15px) rotate(-6deg) scale(1.1);
        transform: translate(-10px, 15px) rotate(-6deg) scale(1.1);
    }
}

@keyframes balloon3 {

    0%,
    100% {
        -webkit-transform: translate(0, -5px) rotate(4eg);
        -o-transform: translate(0, -5px) rotate(4eg) scale(1);
        transform: translate(0, -5px) rotate(4eg) scale(1);
    }

    50% {
        -webkit-transform: translate(-10px, 15px) rotate(-6deg);
        -o-transform: translate(-10px, 15px) rotate(-6deg) scale(1.1);
        transform: translate(-10px, 15px) rotate(-6deg) scale(1.1);
    }
}


.banner-ball1{
    position: absolute;
    bottom: 30px;
    left: 50px;
    animation: showball1 2s linear 1s both, ball1 6s linear 1s infinite;
    opacity: 0;
}
.banner-ball2{
    position: absolute;
    left: 30%;
    bottom: 15%;
    animation: showball1 2s linear 1s both, ball2 8s linear 1s infinite;
}
.banner-ball3{
    position: absolute;
    right: 50px;
    top: 30%;
    animation: ball1 6s linear 1s infinite;
}
/* banner上小球 */
@keyframes showball1{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes ball1{
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes ball1{
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ball1{
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ball2{
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        transform: rotate(120deg);
    }
    75% {
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
        transform: rotate(240deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes ball2{
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        transform: rotate(120deg);
    }
    75% {
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
        transform: rotate(240deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ball2{
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        transform: rotate(120deg);
    }
    75% {
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
        transform: rotate(240deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.banner-ball21{
    position: absolute;
    bottom: 0;
    left: 50px;
    animation: showball1 2s linear 1s both, showball21 6s linear 1s infinite;
    opacity: 0;
}
.banner-ball22{
    position: absolute;
    top: 20px;
    left: 530px;
    animation: showball1 2s linear both, showball22 3s linear 1s infinite;
    opacity: 0;
}
@keyframes showball21{
    0%, 100% {
        transform: translate(0, 0);
    }
    40%{
        transform: translate(20px, 0);
    }
    75%{
        transform: translate(-6px, 0);
    }
}
@keyframes showball22{
    0% {
        opacity: 1;
    }
    50%{
        opacity: 0.6;
    }
    100%{
        opacity: 0.8;
    }
}
.index_video{
    position: relative;
    width: 100%;
    max-height: 528px;
    overflow: hidden;
    margin-top: 80px;
}
.index_video_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(8, 19, 95, 0.6);
}
.index_vedio_list{
    width: 1210px;
    margin: 44px auto;
    overflow: hidden;
}
.index_video_item{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    float: left;
    width: 400px;
    height: 220px;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.index_video_item:nth-child(3n){
    border-right: 0;
}
.index_video_item:nth-child(4n), .index_video_item:nth-child(5n), .index_video_item:nth-child(6n){
    border-bottom: 0;
}
.index_video_title{
    font-size: 48px;
    padding-bottom: 20px;
}
.index_video_title span{
    font-size: 60px;
}
.video_title_precent{
    font-size: 40px!important;
}
.video_title_year{
    font-size: 26px!important;
    padding-left: 3px;
}
/* video不显示播放控件 */
video::-webkit-media-controls {  /*不显示时间条*/
    object-fit:fill;  /*设置预览图铺满*/
    display:none !important;
}
@media (min-width:1366px) and (max-width:1500px) {
    .index_vedio_list{
        margin: 1% auto;
    }
    .index_video_item{
        height: 185px;
    }
}
@media (min-width:1500px) and (max-width:1700px) {
    .index_vedio_list{
        margin: 2% auto;
    }
    .index_video_item{
        height: 185px;
    }
}
@media screen and (max-width:1366px) {
    .index_vedio_list{
        margin: 0 auto;
    }
    .index_video_item{
        height: 185px;
    }
}


.float-left{
    float: left;
}
.float-right{
    float: right;
}
/*首页的区块的标题*/
.index_title_wrap{
    overflow: hidden;
}
.index_title {
    text-align: left;
}

.index_title1>span{
    display: inline-block;
    width: 60px;
    height: 9px;
    background: #0093dd;
    margin-left: 20px;
}
.index_title .index_title1 {
    font-size: 36px;
    line-height: 50px;
}

.index_title .index_title2 {
    color: #999999;
    margin-top: 5px;
    line-height: 28px;
}

.index_title .index_title2 span {
    margin: 0 4px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.see-more-wrap{
    padding: 30px;
    text-align: center;
}
.see-more{
    float: right;
    border: 2px solid #e8eaeb;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
}
.see-more1{
    display: inline-block;
    width: 240px;
    border: 1px solid #eeeeee;
    background: url("../images/new_Case10.png") 200px center no-repeat;
    background-size: 16px 8px;
    padding: 18px 25px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    transition: all 0.6s ease;
}
.see-more:hover{
    border-color: #0093dd;
    color: #0093dd;
}
.see-more1:hover{
    border-color: #0093dd;
    color: #0093dd;
    background: url("../images/new_Case010.png") 180px center no-repeat;
}





/* 手机端 */
.app-C, .app-D, .app-E, .app-F,.app-G{
    display: none;
}
@media screen and (max-width: 750px) {
    .app_none{
        display: none;
    }
    .index-BB, .index-C, .index-D, .index_video video, .index-E, .index-F{
        display: none;
    }
    .index_video video{
        opacity: 0;
        height: 0;
    }
    .app-C{
        display: block;
        padding: 20px 0 30px 0;
    }
    .app-title{
        position: relative;
        width: 140px;
        font-size: 18px;
        text-align: center;
        border-bottom: 1px solid #0093dd;
        margin: 0 auto 20px auto;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .app-title::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        width: 6px;
        height: 6px;
        background: #0093dd;
        transform: rotate(45deg);
        margin: 0 auto;
        animation: titleScale 3s linear infinite;
    }
    .app-title1{
        color: #fff;
    }
    .app-C-item{
        width: 100%;
        height: 60px;
        background: #f1f8f9;
        margin-top: 10px;
    }
    .app-C-item a{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        width: 100%;
        height: inherit;
        padding: 20px 15px;
        box-sizing: border-box;
    }
    .app-C-item img:first-child{
        width: 26px;
        height: 26px;
    }
    .app-C-text{
        flex: 1;
        color: #999;
        font-size: 11px;
    }
    .app-C-text p{
        padding-left: 10px;
    }
    .app-C-text p:first-child{
        color: #333;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .app-C-content{
        padding: 0 20px;
        background: #f1f8f9;
        display: none;
    }
    .app-C-content p{
        padding: 15px 0;
        margin-left: 30px;
        border-bottom: 1px solid #eee;
    }
    .app-C-content p:first-child{
        padding-top: 0;
    }
    .app-C-content p:last-child{
        border-bottom: 0;
    }
    .app-C-item1, .app-C-content1{
        background: #f9f9f1;
    }
    .app-C-item2, .app-C-content2{
        background: #f9f2f1;
    }
    .app-C-item3, app-C-content3{
        background: #f1f9f6;
    }

    .app-D{
        width: 100%;
        height: 522px;
        background: url(../images/app-product-bg.png) top center no-repeat;
        background-size: cover;
        /* padding: 20px 0; */
        box-sizing: border-box;
        display: block;
    }
    .app-D-item{
        display: inline-block;
        max-width: 48%;
        width: 165px;
        background: #fff;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .app-D-item:nth-child(2n){
        float: right;
    }
    
    .app-D-item a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .app-D-product{
        position: relative;
        height: 125px;
    }
    .app-D-item img{
        width: 100%;
        height: 100%;
    }
    .app-D-text{
        padding: 8px 10px;
    
    }
    .app-D-info{
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    .app-D-info .app-product-label{
        padding-left: 10px;
        padding-right: 0;
        width: 45%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 0;
    }
    .app-D-info span{
        display: inline-block;
        margin-left: auto;
        padding-right: 10px;
    }
    .app-D-info span img{
        width: 10px;
        height: 9px;
        margin-right: 5px;
    }
    .app-D-desc{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
        line-height: 1.8;
    }
    .app-D-desc button{
        float: right;
        color: #fff;
        background: #0093dd;
        padding: 5px 10px;
        border: 0;
        outline: none;
        font-size: 12px;
    }
    .see-more-wrap{
        padding: 15px;
        clear: both;
    }
    .see-more-app{
        display: inline-block;
        width: 100px;
        padding: 8px 25px;
        border: 1px solid #fff;
        color: #fff;
        text-align: left;
        background: url(../images/app-see-more.png) 110px no-repeat;
    }
    .see-more-app1{
        display: inline-block;
        width: 100px;
        padding: 8px 25px;
        border: 1px solid #dbd9d9;
        color: #333;
        text-align: left;
        background: url(../images/app-see-more1.png) 110px no-repeat;
    }

    .index_video{
        height: 220px;
        margin-top: 0;
    }
    .index_video_mask{
        position: static;
        width: 100%;
        height: inherit;
        background: url(../images/app-video-bg.png) top center no-repeat;
        background-size: 100%;
        padding: 30px 15px;
        box-sizing: border-box;
    }
    .index_vedio_list{
        width: 100%;
        min-height: 155px;
        background: #fff;
        margin: 0 auto;
        padding: 5px;
        box-sizing: border-box;
    }
    .index_video_item{
        float: left;
        width: 33.3%;
        height: auto;
        color: #1c2d5e;
        border-color: #ddd;
        padding: 8px 5px;
        box-sizing: border-box;
    }
    .index_video_title{
        font-size: 22px;
        padding-bottom: 2px;
    }
    .index_video_title span{
        font-size: 26px;
    }
    .video_title_precent{
        font-size: 18px!important;
    }
    .video_title_year{
        font-size: 15px!important;
    }
    .index_video_item p{
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .app-E{
        display: block;
        padding: 20px 0 30px 0;
    }
    .app-E-tabs{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        width: 100%;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .app-E-tabs a{
        display: inline-block;
        padding: 6px 8px;
        border: 1px solid #e8eaeb;
        border-radius: 3px;
        margin-right: 8px;
    }
    .app-E-tabs a.active{
        background: #0093dd;
        color: #fff;
    }
    .app-E-tabs a:last-child{
        margin-right: 0;
    }
    .app-E-lister{
        overflow: hidden;
        display: none;
    }
    .app-E-lister.active{
        display: block;
    }
    .app-E-list{
        max-width: 165px;
        width: 48%;
        float: left;
        margin-bottom: 10px;
    }
    .app-E-list a{
        display: inline-block;
        width: 100%!important;
        height: 100%;
    }

    .app-E-list:nth-child(2n){
        float: right;
    }

    .app-E-item{
        position: relative;
        height: 125px;
    }
    .app-E-label{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        padding: 10px 10px;
        color: #fff;
        text-align: right;
        font-size: 12px;
    }
    .app-E-text{
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .app-E-label img{
        width: 12px;
    }

    .app-F{
        width: 100%;
        background: #f7f7f7;
        padding: 20px  0 30px 0;
        display: block;
    }
    .app-F-item{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        padding: 10px;
        background: #fff;
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
    }
    .app-F-time{
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }
    .app-F-time p{
        font-size: 10px;
        padding-top: 5px;
        font-weight: normal;
    }
    .app-F-news{
       width: -webkit-calc(100% - 70px);width: -moz-calc(100% - 70px);width: calc(100% - 70px);
        padding-left: 15px;
        color: #333;
    }
    .app-F-news p{
        width: 100%;
        display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .app-F-news img{
        width: 16px;
        margin-top: 10px;
    }

    .app-G{
        width: 100%;
        height: 286px;
        background: url(../images/app-customer-bg.png) top center no-repeat;
        background-size: cover;
        display: block;
        /* padding: 20px 0;  */
        box-sizing: border-box;
    }
    .app-G-item{
        display: inline-block;
        width: calc(33.3%  - 6px);
        height: 35px;
        margin-right: 5px;
        margin-bottom: 10px;
        background: #fff;
        text-align: center;
        line-height: 35px;
        box-sizing: border-box;
    }
    .app-G-item:nth-child(3n){
        margin-right: 0;
    }
    .app-G-item img{
        width: 100%;
        vertical-align: middle;
    }
    .icon-app-arrow{
        width: 15px;
        height: 9px;
    }
    .app-case-img{
        width: 100%;
        height: 100%;
    }
}

@-webkit-keyframes titleScale{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(90deg);
    }
    100%{
        transform: rotate(180deg);
    }
}

@keyframes titleScale{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(90deg);
    }
    100%{
        transform: rotate(180deg);
    }
}




/*左侧的悬*/
.xuanfuL
{
    position: fixed;
    top: 50%;
    left: 10px;
    margin-top: -82px;
    z-index: 80;
}
.xuanfuL .xuanfuLA
{
    /*margin-bottom: 20px;*/
}
.xuanfuLA_line
{
    height: 20px;
    width: 10px;
    /*border-left: 1px solid rgba(217,217,217,0.5);*/
    margin: -2px 0 -2px 0;
    background: url("../images/xuanfuLA_line.png") no-repeat center;
    background-size:  1px 100%;
    opacity: 0.6;
}
.xuanfuL .xuanfuLA a
{
    display: block;
    vertical-align: middle;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    color: #d9d9d9;
    background: url("../images/xfL2.png") no-repeat center left;
    background-size: 11px 11px;
    transition: all  .5s ease 0s;
    overflow: hidden;
    width: 32px;
}
.xuanfuL .xuanfuLA a span
{
    display: none;
    margin-left: 15px;
}
.xuanfuLA.active>a{
    background: url("../images/xfL1.png") no-repeat center left!important;
    background-size: 11px 11px!important;
    color: #0093dd!important;
    width: 100px;
}
.active a span
{
    display: block!important;
}

.xx_ts
{
    width: 100%;
    margin: 100px auto;
}
.xx_ts img
{
    display: block;
    margin: 0 auto;
}
.xx_ts p
{
    text-align: center;
    color: #666666;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
@media screen and (max-width: 750px){
    .xx_ts
    {
        width: 100%;
        margin: 135px auto;
    }
    .xx_ts img
    {
        display: block;
        margin: 0 auto;
        width: 40%;
    }
    .xx_ts p
    {
        text-align: center;
        color: #666666;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
}

.BMapLabel
{
    border:none!important;
}

.minH500
{
    min-height: 400px;
    margin-top: 50px;
}