/* 2022-7-20 */
button{ outline:none}
/*这是大banner图的轮播样式*/
.banner_box {
    width: 100%;
    height: 100vh;
    position: relative;
}


.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{
    display: block;
    margin: 0 auto;
}
.banner_text1 {
    /* position: relative; */
    color: #ffffff;
    font-size: 160px;
    font-weight: bold;
    font-family: 'microsoft yahei', arial;
    text-align: center;
    line-height: 1.2;
}

.banner_line {
    display: block;
    width: 780px;
    height: 3px;
    background: #FFFFFF;
    margin: 0 auto 30px auto;
    -webkit-animation: banner_line 2s ease-in both;
}

.banner_text2 {
    /* position: relative; */
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 6px;
    font-weight: normal;
}
.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;

}


.banner-text{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 9;
}
.banner-text1{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 9;
}
.banner_text3{
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
}
.banner_text11 {
    color: #ffffff;
    font-size: 57px;
    display: block;
    letter-spacing: 6px;
    font-weight: bold;
    font-family: 'microsoft yahei', arial;
    text-align: center;
    padding: 40px 0 35px 0;
}

.banner_line1 {
    display: block;
    width: 500px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto 30px auto;
    text-align: center;
    -webkit-animation: banner_line1 2s ease-in both;
}

.banner_text22 {
    /* position: relative; */
    color: #ffffff;
    font-size: 22px;
    display: block;
    letter-spacing: 4px;
}


.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 1s 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);
    }
}



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

    100% {
        width: 780px;
        opacity: 1
    }
}
@-webkit-keyframes banner_line1 {
    0% {
        width: 0;
        opacity: 0
    }

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


.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;
}
.banner-ball3{
    position: absolute;
    right: 50px;
    top: 30%;
    animation: ball1 6s linear 1s infinite;
}

@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 showball1{
    0%{
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        opacity: 1;
    }
}
@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;
    }
}

.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;
}


/* 中间部分 */
.index-container{
    
}
.index-w1300{
    width: 1300px;
    margin: 0 auto;
}
.index-content1{
    padding: 70px 0;
}
.index-content1-title{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.img-hicua-wrap{
    width: 344px;
    height: 210px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}
.img-hicua{
    width: 100%;
    height: 100%;
}

.ligths{
    cursor:pointer;
    position: absolute;
    left: -180px;
    top: 0;
    width: 300px;
    height: 210px;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    transform: skewx(-30deg);
    -o-transform: skewx(-30deg);
    -moz-transform: skewx(-30deg);
    -webkit-transform: skewx(-30deg);
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
    animation: lightsChange 1.6s 1s infinite;
}
@keyframes lightsChange{
    0%{
        left: -180px;
    }
    100%{
        left:180px;
    }
}
.index-content1-msg{

}
.index-content1-msg h2{
    font-size: 44px;
    color: #1a1305;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.index-content1-msg h2 span{
    width: 60px;
    height: 2px;
    background: #1a1305;
    margin: 0 30px;
}
.index-content1-msg h2 .img-dec{
    width: 62px;
    height: 63px;
    animation: rotateImg 4s linear infinite;
}
@keyframes rotateImg{
    0%{
        transform: rotateZ(0);
    }
    180%{
        transform: rotateZ(180deg);
    }
    100%{
        transform: rotateZ(360deg);
    }
}
.index-content1-msg h3{
    font-size: 34px;
    color: #1a1305;
    /* font-weight: normal; */
}
.img-about{
    /* width: 587px;
    height: 43px; */
    position: relative;
    left: -115px;
    padding-bottom: 25px;
}

.index-content1-about{
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 25px 0;
    line-height: 1.8;
}
.color-red{
    font-size: 18px;
    color: #f43232;
}

.index-contet1-ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-contet1-ul li{
    /* width: 25%; */
    padding: 0 75px;
    text-align: center;
    position: relative;
}
.index-contet1-ul li::after{
    content: '';
    width: 2px;
    height: 44px;
    background: #d6d6d6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-22px);
}
.index-contet1-ul li:last-child::after{
    content: '';
    width: 2px;
    height: 44px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-22px);
}
.content1-li-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content1-li-header b{
    font-size: 70px;
    color: #414141;
    margin-right: 10px;
}
.content1-li-right{
    font-size: 28px;
    color: #808080;
}
.content1-li-right p{
    font-size: 28px;
    color: #414141;
}


/* 服务范围 */
.index-content2{
    width: 100%;
    height: 610px;
    background-image: -moz-linear-gradient( 0deg, rgb(0,222,255) 0%, rgb(144,46,254) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,222,255) 0%, rgb(144,46,254) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,222,255) 0%, rgb(144,46,254) 100%);
    background-image: linear-gradient( 90deg, rgb(0,222,255) 0%, rgb(144,46,254) 100%);
}

.index-content22{
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: absolute;
    left: 0;
    right: 0;
}
.index-w1600{
    width: 1590px;
    margin: 0 auto;
}

.index-content2-ul{
    width: 28%;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.index-content2-ul li{
    display: inline-block;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    border: 3px solid #fff;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-right: 60px;
    margin-bottom: 60px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.index-content2-ul li:nth-child(2n){
    margin-right: 0;
}
.index-content2-ul li:nth-child(3), .index-content2-ul li:nth-child(4){
    margin-bottom: 0;
}
.icon-dev{
    width: 70px;
    height: 70px;
    display: block;
    margin: 30px auto 10px auto;
}
.index-content2-ul li.active, .index-content2-ul li:hover{
    border: 0;
    border-radius: 20px;
    background: url(../images/img-icon-bg.png) no-repeat center center;
    background-size: cover;
}

.index-content2-msg{
    width: 583px;
    height: 456px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 30px;
    box-sizing: border-box;
    display: none;
}
.index-content2-msg.active{
    display: block;
}

.content2-msg-left{
    width: 44%;
    float: left;
    padding-left: 15px;
}
.content2-msg-left h3{
    font-size: 30px;
    color: #111;
    padding-bottom: 15px;
    font-weight: normal;
}

.content2-msg-line{
    width: 152px;
    height: 3px;
    background: #ff5959;
    margin-bottom: 20px;
}
.index-content2-msg.active .content2-msg-line{
    animation: lineChange 1s;
}
@keyframes lineChange{
    0%{
        width: 0;
    }
    100%{
        width: 152px;
    }
}
.content2-msg-left ul li{
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.index-content2-msg.active .content2-msg-left ul{
    animation: DescTrans 1s ease-in;
}

@keyframes DescTrans{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(14px);
    }
    100%{
        transform: translateX(0);
    }
}
.img-list-dec{
    margin-right: 8px;
    padding-top: 20px;
}

.index-content2-title{
    margin-left: auto;
}
.index-content2-title h2{
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
.index-content2-title p{
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
}

.see-more{
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #535353;
    border: 1px solid #eee;
    margin-top: 45px;
    padding: 16px 20px;
    background: url(../images/new_Case10.png) 160px center no-repeat;
    background-size: 16px 8px;
    transition: all 0.6s ease;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
}
.see-more a{
    color: #535353;
    font-size: 16px;
}
.see-more:hover{
    background: url(../images/new_Case010.png) 140px center no-repeat;
    background-size: 16px 8px; 
    border-color: #0093dd;
}
.see-more:hover a{
    color: #0093dd;
}

.img-service-case{
    float: right;
    margin-top: 55px;
}
.index-content2-msg.active .img-service-case{
    animation: imgTrans 1s ease-in;
}

@keyframes imgTrans{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-14px);
    }
    100%{
        transform: translateX(0);
    }
}


/* 案例展示 */
.index-content3{
    padding: 90px 0;
    overflow: hidden;
}
.index-content3-title{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.content3-title-left{
    float: left;
}

.content3-title-left h2{
    font-size: 36px;
    color: #333;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.content3-title-left h2 span{
    display: inline-block;
    width: 60px;
    height: 9px;
    background: #2aabff;
    margin-left: 20px;
}
.content3-title-left p{
    font-size: 18px;
    color: #999;
}

.content2-title-right{
    float: right;
}
.content2-title-right li{
    display: inline-block;
    width: 136px;
    height: 54px;
    font-size: 16px;
    color: #4c4f55;
    border-radius: 6px;
    border: 2px solid #e8eaeb;
    margin-left: 20px;
    line-height: 54px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.content2-title-right li.active{
    background: #ff5959;
    color: #fff;
    border-color: #ff5959;
}

.index-content3-ul{
    overflow: hidden;
    display: none;
}
.index-content3-ul.active{
    display: block;
}
.index-content3-ul li{
    width: calc(25% - 20px);
    margin-right: 26px;
    margin-bottom: 26px;
    float: left;
    cursor: pointer; 
}
.index-content3-ul li:nth-child(4n){
    margin-right: 0;
}

.content3-ul-img{
    position: relative;
    height: 228px;
    overflow: hidden;
}
.img-case{
    width: 100%;
    height: 100%;
    /* animation: slideInLeft 2500ms 100ms; */
    transition: all 1s ease;
}
.img-case-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.img-case-mask a{
    width: 110px;
    height: 36px;
    background: #fff;
    border-radius: 24px;
    line-height: 36px;
    font-size: 16px;
    color: #999;
    box-sizing: border-box;
    color: #ff5959;
    border: 0;
    cursor: pointer;
    text-align: center;
}
.index-content3-ul li:hover .img-case-mask{
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-content3-ul li:hover .img-case{
    transform: scale(1.05);
}
.content3-ul-msg{
    padding: 15px 20px;
    border: 1px solid #e6e6e6;
    border-top-color: transparent;
}

.content3-ul-msg a.pc_none{
    width: 110px;
    height: 36px;
    border: 1px solid #dadada;
    border-radius: 24px;
    line-height: 36px;
    font-size: 16px;
    color: #999;
    box-sizing: border-box;
    margin: 5px 0 5px auto;
    text-align: center;
}
.content3-ul-msg h4{
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content3-ul-msg p{
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}
.content3-industry{
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content3-industry span{
    display: inline-block;
    font-size: 14px;
    color: #ff5959;
    margin-right: 10px;
    border-radius: 3px;
    background: #ffeeee;
    padding: 3px 8px;
}
.content3-industry span:nth-child(2n){
    font-size: 14px;
    color: #3d94ff;
    background: #ebf4ff;
}
.see-more1{
    width: 240px;
    margin: 20px auto 0 auto;
    background: url(../images/new_Case10.png) 200px center no-repeat;
    background-size: 16px 8px;
    cursor: pointer;
}
.see-more1:hover{
    background: url(../images/new_Case010.png) 180px center no-repeat;
    background-size: 16px 8px;
}



/* 小程序开发库 */
.index-content4{
    width: 100%;
    height: 760px;
    background: url(../images/img-content4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.index-content4-title{
    text-align: center;
    padding-top: 90px;
    color: #fff;
}
.index-content4-title h2{
    font-size: 36px;
    padding-bottom: 10px;
}
.index-content4-title p{
    font-size: 18px;
    padding-bottom: 20px;
}
.index-content4-title span{
    display: inline-block;
    width: 60px;
    height: 9px;
    background: #0093dd;
}


.m-list10 {
    width: calc(100% - 158px);
    height: 460px;
    position: relative;
    margin: 80px auto 0 auto;
    box-sizing: border-box;
}
.m-list10 li {
    width: 170px;
    position: absolute;
    cursor: pointer;
    margin: 0 5px;
}

.m-list10 li:nth-child(2n) {
    bottom: 120px;
}
.m-list10 .con {
    padding: 35px 12px;
    text-align: center;
    color: #fff;
    /* background-color: rgba(0,153,68,0); */
    border-radius: 170px;
    position: relative;
    z-index: 2;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list10 .con:hover{
    padding-bottom: 60px;
    background-color: #ff5959;
}
.m-list10 li.active .con{
    background-color: #ff5959;
}
.m-list10 li.active .desc{
    display: block;
}

.m-list10 li::before,.m-list10 li::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 90px;
}
.m-list10 li:nth-child(2n)::before,.m-list10 li:nth-child(2n)::after{
    z-index: -2;
    display: none;
}
.m-list10 li::before {
    right: -50px;
    background: url(../images/i-bor4.png) no-repeat center right;
}

.m-list10 li::after {
    right: -220px;
    background: url(../images/i-bor5.png) no-repeat center right;
}

.m-list10 .icon {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    margin: 0 auto 25px;
    background-color: rgba(255,255,255,.1);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list10 .con:hover .icon{
    background-color: transparent;
}
.m-list10 .con:hover .icon::after{
    webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.m-list10 .con:hover .desc{
    display: block;
}
.m-list10 .icon:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 120px;
    height: 120px;
    background: url(../images/i-bor3.png) no-repeat center center;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.m-list10 h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: normal;
    /* padding: 0 35px; */
}
.m-list10 .desc {
    font-size: 14px;
    line-height: 24px;
    display: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.desc span{
    display: block;
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 0 auto 10px auto;
}
.desc-item{
    min-height: 60px;
    text-align: left;
}
.desc-btn{
    display: block;
    width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    text-align: center;
    color: #ff5959;
    line-height: 36px;
    background: #fff;
    margin: 25px auto 10px auto; position:relative; overflow:hidden;
}

.desc-btn font{ display:block; width:100%; height:36px;   font-size: 16px;
    text-align: center;
    color: #ff5959;
    line-height: 36px; overflow:hidden; position:absolute; top:0; left:0; z-index:999;}
		
.desc-btn span{ display:block; width:4px; height:4px; overflow:hidden; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; margin:18px auto 0; background:rgba(0,0,0,0.15);  -webkit-animation:fxtop2 1.1s 0.5s linear infinite;}

  @-webkit-keyframes fxtop2 
    {  
        0%{  
       
            transform: scale(1); -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; opacity: 1;
				
        }  

/*        50%{  

           transform: scale(1.2);
				
        } */
				80%{  

            transform: scale(65); -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;  opacity: 0;
					
        } 
				
				100%{  

            transform: scale(65); -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;  opacity: 0;
					
        }  
    }  

.i1 .icon{
    background-image: url(../images/img-content4-icon1.png);
}
.m-list10 .i2 {
    left: 12.5%;
}
.m-list10 .i2 .icon{
    background-image: url(../images/img-content4-icon2.png);
}
.m-list10 .i3 {
    left: 25%;
}
.m-list10 .i3 .icon{
    background-image: url(../images/img-content4-icon3.png);
}
.m-list10 .i4 {
    left: 37.5%;
}
.m-list10 .i4 .icon{
    background-image: url(../images/img-content4-icon4.png);
}
.m-list10 .i5 {
    left: 50%;
}
.m-list10 .i5 .icon{
    background-image: url(../images/img-content4-icon5.png);
}
.m-list10 .i6 {
    left: 62.5%;
}
.m-list10 .i6 .icon{
    background-image: url(../images/img-content4-icon6.png);
}
.m-list10 .i7 {
    left: 75%;
}
.m-list10 .i7 .icon{
    background-image: url(../images/img-content4-icon7.png);
}
.m-list10 li.i7::after {
    z-index: -2;
    display: none;
} 

.m-list10 .i8 {
    left: 87.5%;
}
.m-list10 .i8 .icon{
    background-image: url(../images/img-content4-icon2.png);
}


/* 新闻资讯 */
.index-content5{
    padding: 80px 0;
}
.index-content5-title{
    text-align: center;
    color: #333;
    padding-bottom: 30px;
}
.index-content5-title h2{
    font-size: 36px;
    padding-bottom: 10px;
}
.index-content5-title p{
    font-size: 18px;
    padding-bottom: 20px;
}
.index-content5-title span{
    display: inline-block;
    width: 60px;
    height: 9px;
    background: #0093dd;
}

.index-content5-msg{
    overflow: hidden;
}
.content5-news{
    width: calc(33.3% - 30px);
    /* width: 502px; */
    float: left;
    margin-right: 40px;
}
.content5-news:nth-child(3){
    margin-right: 0;
    float: right;
}
.content5-news-header{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.img-news-wrap{
    width: 100%;
    max-height: 250px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.img-news-wrap a{
    display: block;
}
.img-news{
    width: 100%;
    height: 250px;
    transition: all 1s ease;
}
.img-news:hover{
    transform: scale(1.05);
}
.img-news-wrap span{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ff5959;
    padding: 5px 18px;
    text-align: center;
}
.img-news-wrap span{
    font-size: 14px;
    color: #fff;
}
.img-news-wrap span strong{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
}
.content-news-desc{

}
.content-news-desc h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-news-desc h3 a{
    font-size: 18px;
    color: #333;
}
.content-news-desc h3 a:hover{
    color: #ff5959;
}
.content-news-desc p{
    font-size: 14px;
    color: #999;
    padding-bottom: 20px;
}
.content-news-desc p a{
    font-size: 14px;
    color: #999;
}
.content-news-desc p a:hover{
    color: #ff5959;
}

.news-msg{
    clear: both;
}
.news-msg h4{
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 12px;
    padding-bottom: 10px;
}
.news-msg h4::before{
    content: '';
    width: 6px;
    height: 16px;
    border-radius: 3px;
    background: #2aabff;
    position: absolute;
    left: 0;
    top: 4px;
}
.news-msg p{
    padding-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-msg>a{
    font-size: 14px;
    color: #666;
    background: url(../images/img-arrow-right.png) center left 60px no-repeat;
    background-size: 16px 16px;
}
.news-msg>a:hover{
    color: #ff5959;
    background: url(../images/img-arrow-right1.png) center left 60px no-repeat;
    background-size: 16px 16px;
}
.news-msg a{
    display: flex;
    align-items: center;
    color: #333;
}
.news-msg a:hover{
    color: #ff5959;
}
.news-msg a img{
    margin-left: 4px;
}



.content5-news-title{
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 12px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.content5-news-title::before{
    content: '';
    width: 6px;
    height: 16px;
    border-radius: 3px;
    background: #2aabff;
    position: absolute;
    left: 0;
    top: 4px;
}
.content5-news-title span{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.content5-news-title span a{
    font-size: 15px;
    color: #333;
    background: url(../images/img-arrow-right.png) center right no-repeat;
    background-size: 16px 16px;
    padding-right: 20px;
}
.content5-news-title span a:hover{
    color: #ff5959;
    background: url(../images/img-arrow-right1.png) center right no-repeat;
    background-size: 16px 16px;
}

.news-list{
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-list h4{
    padding-bottom: 10px;
    font-weight: normal;
}
.news-list h4 a{
    font-size: 15px;
    color: #333;
}
.news-list h4 a:hover{
    color: #ff5959;
}
.news-list p{
    font-size: 12px;
    color: #999;
}
.news-list p span{
    padding-right: 20px;
}
.news-list p span em{
    padding-right: 10px;
    font-style: normal;
}

/* 合作伙伴 */
.index-content6{
    width: 100%;
    height: 700px;
    background: url(../images/img-content5-bg.jpg) no-repeat center top;
    background-size: cover;
}

.index-content6-msg{
    padding: 40px 20px 0 20px;
    display: flex;
    align-items: center;
}
.index-content6-left{
    width: 70%;
    display: inline-block;
}

.index-content6-left li{
    float: left;
    width: 240px;
    height: 78px;
    border: 1px solid #fff;
    position: relative;
    margin-right: 38px;
    margin-bottom: 19px;
    margin-top: 19px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.index-content6-left li:nth-child(4n){
    margin-right: 0;
}
.index-content6-left li::before{
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: -4px;
    left: -4px;
    transition: all 0.3s ease;
}
.index-content6-left li::after{
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    right: -4px;
    transition: all 0.3s ease;
}
.index-content6-left li img{
    width: calc(100% - 14px);
    max-height: 66px;
    display: block;
    margin: 6px auto;
    background: #fff;
}
.index-content6-left li.active,.index-content6-left li:hover{
    border-color: #ff5959;
}
.index-content6-left li.active::before, .index-content6-left li:hover::before{
    background: #ff5959;
}
.index-content6-left li.active::after, .index-content6-left li:hover::after{
    background: #ff5959;
}

.index-content6-right{
    margin-left: auto;
    width: 25%;
    height: 380px;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    display: none;
}
.index-content6-right.active{
    display: block;
}
.content6-right-header{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2aabff;
    padding-bottom: 10px;
}
.content6-right-header a{
    margin-left: auto;
    background: #2aabff;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    padding: 10px 18px;
}
.content6-right-desc{
    height: 65%;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    padding: 30px 0 0 0;
    line-height: 2;
}


.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
.popup-container{
    width: 500px;
    height: 380px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-190px);
}

.popup-close1{
    text-align: right;
    padding-bottom: 15px;
}
.img-close{
    cursor: pointer;
}
.popup-header{
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 0 30px 20px 30px;
}
.popup-header-left{
    display: inline-block;
}
.popup-header-left p{
    font-size: 16px;
    color: #333;
    padding-bottom: 6px;
}
.popup-header-left h3{
    font-size: 26px;
    color: #333;
    font-weight: normal;
    padding-top: 5px;
}
.popup-header-right{
    float: right;
    width: 124px;
    height: 124px;
    background: url(../images/img-ewm-bg.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-header-right img{
    width: 120px;
    height: 120px;
    background: #e2e2e2;
}

.popup-footer{
    text-align: center;
    clear: both;
}
.popup-footer p{
    font-size: 16px;
    color: #666;
    padding-bottom: 25px;
}
.popup-footer a{
    display: inline-block;
    width: 136px;
    height: 45px;
    border-radius: 23px;
    text-align: center;
    font-size: 16px;
    margin: 0 10px;
    line-height: 45px;
}
.popup-footer a:first-child{
    color: #ff5959;
    border: 1px solid #ff5959;
}
.popup-footer a:nth-child(2){
    background: #ff5959;
    color: #fff;
}


@media (min-width:1500px) and (max-width:1600px){
    .index-w1600{
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
    }
    .index-content22{
        padding: 80px 30px;
    }
    .index-content2-ul{
        padding: 0 20px 0 0;
    }
    .index-content2-ul li{
        width: 150px;
        height: 150px;
        margin-right: 40px;
        font-size: 16px;
    }
    .index-content2-title h2{
        font-size: 42px;
    }
    .index-content2-title p{
        font-size: 17px;
    }
    .index-content2-ul li{
        width: 150px;
        height: 150px;
        margin-right: 40px;
        font-size: 16px;
    }
    .icon-dev{
        margin-bottom: 5px;
    }

    .index-content6-left li{
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .index-content6-left li:nth-child(4n){
        margin-right: 20px;
    }
    .index-content6-left li:nth-child(3n){
        margin-right: 0;
    }
    .content3-ul-img{
        height: auto;
    }
    .content3-ul-msg{
        padding: 10px;
    }
    .content3-ul-msg h4{
        font-size: 17px;
        padding-bottom: 5px;
    }
    .content3-ul-msg p{
        padding-bottom: 6px;
    }
    .index-content6-left{
        width: 67%;
    }

    .index-content6-right{
        width: 32%;
        padding: 20px 25px;
    }
    .content6-right-header a{
        font-size: 15px;
        padding: 8px 12px;
    }
    .img-news{
        height: 230px;
    }

    .m-list10{
        width: calc(100% - 100px);
    }
    .m-list10 li::before, .m-list10 li::after {
        width: 70px;
        height: 70px;
    }
    .m-list10 li::before {
        right: -42px;
    }
    .m-list10 li::after{
        right: -190px;
    }

}

@media (min-width:1400px) and (max-width:1500px){
    .index-w1600{
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
    }
    .index-content22{
        padding: 80px 30px;
    }
    .index-content2-ul{
        padding: 0 20px 0 0;
    }
    .index-content2-ul li{
        width: 150px;
        height: 150px;
        margin-right: 40px;
        font-size: 16px;
    }
    .index-content2-title h2{
        font-size: 42px;
    }
    .index-content2-title p{
        font-size: 17px;
    }
    .index-content2-ul li{
        width: 150px;
        height: 150px;
        margin-right: 30px;
        font-size: 16px;
    }
    .icon-dev{
        margin-bottom: 5px;
    }

    .index-content6-left li{
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .index-content6-left li:nth-child(4n){
        margin-right: 20px;
    }
    .index-content6-left li:nth-child(3n){
        margin-right: 0;
    }
    .content3-ul-img{
        height: auto;
    }
    .content3-ul-msg{
        padding: 10px;
    }
    .content3-ul-msg h4{
        font-size: 17px;
        padding-bottom: 5px;
    }
    .content3-ul-msg p{
        padding-bottom: 6px;
    }
    .index-content6-left{
        width: 67%;
    }

    .index-content6-right{
        width: 32%;
        padding: 20px 25px;
    }
    .content6-right-header a{
        font-size: 15px;
        padding: 8px 12px;
    }
    .img-news{
        height: 210px;
    }

    .m-list10{
        width: calc(100% - 100px);
    }
    .m-list10 li::before, .m-list10 li::after {
        width: 70px;
        height: 70px;
    }
    .m-list10 li::before {
        right: -42px;
    }
    .m-list10 li::after{
        right: -170px;
    }

}
@media (min-width: 1366px) and (max-width:1400px){
    .index-w1600{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .index-content22{
        padding: 80px 30px;
    }
    .index-content2-ul{
        padding: 0 20px 0 0;
    }
    .index-content2-ul li{
        width: 150px;
        height: 150px;
        margin-right: 30px;
        font-size: 16px;
    }
    .icon-dev{
        margin-bottom: 5px;
    }
    .index-content2-msg{
        width: 550px;
        padding: 20px;
    }
    .content2-msg-left{
        width: 42%;
    }
    .index-content2-title h2{
        font-size: 40px;
    }
    .index-content2-title p{
        font-size: 17px;
    }
    .content2-msg-left h3{
        font-size: 28px;
    }

    .index-content6-left li{
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .index-content6-left li:nth-child(4n){
        margin-right: 20px;
    }
    .index-content6-left li:nth-child(3n){
        margin-right: 0;
    }
    .content3-ul-img{
        height: auto;
    }
    .content3-ul-msg{
        padding: 10px;
    }
    .content3-ul-msg h4{
        font-size: 17px;
        padding-bottom: 5px;
    }
    .content3-ul-msg p{
        padding-bottom: 6px;
    }
    .index-content6-left{
        width: 67%;
    }

    .index-content6-right{
        width: 32%;
        padding: 20px 25px;
    }
    .content6-right-header a{
        font-size: 15px;
        padding: 8px 12px;
    }


}

@media (min-width:1200px) and (max-width: 1366px){
    .index-w1300{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .index-w1600{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .index-content2{
        position: relative;
        height: 610px; overflow:hidden;
        padding-bottom: 50px;
    }
    .index-content2-title{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding-top: 35px;
    }
    .index-content2-title h2{
        font-size: 42px;
        padding-bottom: 5px;
    }
    .index-content2-title p{
        font-size: 18px;
    }
    .index-content2-ul{
        width: 35%;
    }
    .index-content22{
        padding: 150px 0 0 0;
    }

    .content3-ul-img{
        height: auto;
        /* height: 180px; */
    }
    .content3-ul-msg{
        padding: 10px;
    }
    .content3-ul-msg h4{
        font-size: 17px;
        padding-bottom: 5px;
    }
    .content3-ul-msg p{
        padding-bottom: 5px;
    }
    .content3-ul-msg a{
        height: 32px;
        font-size: 15px;
        line-height: 32px;
    }
    .img-news{
        height: 200px;
    }

    .m-list10 li{
        width: 150px;
    }
    .m-list10 h3{
        font-size: 17px;
    }

    .m-list10 li::before, .m-list10 li::after{
        width: 68px;
        height: 68px;
        top: 110px;
    }
    .m-list10 li::after{
        right: -190px;
    }
    .m-list10 li::before{
        right: -40px;
    }
    .content5-news{
        width: calc(33.3% - 20px);
        margin-right: 25px;
    }
    .news-list{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .index-content6-msg{
        padding: 30px 0;
    }
    .index-content6-left li{
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .index-content6-left li:nth-child(4n){
        margin-right: 20px;
    }
    .index-content6-left li:nth-child(3n){
        margin-right: 0;
    }

    .index-content6-left{
        width: 67%;
    }
    .index-content6-right{
        width: 32%;
        padding: 20px 25px;
    }
    .content6-right-header a{
        font-size: 15px;
        padding: 6px 12px;
    }

    .m-list10{
        width: calc(100% - 20px);
    }
    .m-list10 li::before, .m-list10 li::after {
        width: 66px;
        height: 66px;
    }
    .m-list10 li::before {
        right: -38px;
    }
    .m-list10 li::after{
        right: -200px;
    }

    

}


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

    /*手机端的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;
}

    .mask{
        display: none;
    }
    .banner_box {
        width: 100%;
        height: 300px;
    }
    .slides li{
        width: 100%;
        height: 300px;
  /*      background: url(../images/app-banner1.jpg) no-repeat center top;
        background-size: cover;*/
    }
     .slides img{
        width: 100%;
        height: 100%;
    } 
    .app-banner-msg{
        text-align: center;
        color: #fff;
/*        padding-top: 5%;*/
position: absolute;
left: 0;
right: 0;
top:0;
    }
    .slides li p{
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.8;
    }
    .slides li h2{
        font-size: 58px;
        padding-bottom: 5px;
    }
    .slides li h1{
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 1px;
    }
    .banner_line2{
        width: 270px;
        height: 1px;
        margin: 0 auto 10px auto;
        background: #fff;
        padding-bottom: 0!important;
    }
    .img-years{
        width: 150px;
    }
    .banner_text11{
        font-size: 20px;
        padding: 15px;
        letter-spacing: 3px; margin-top:70px;
    }
    .banner_text22{
        font-size: 14px;
        margin: 10px 15px 0 15px;
    }
    .banner_line1{
        width: 320px;
        height: 1px;
        margin: 0 auto;
        -webkit-animation: banner_line1 1s ease-in both;
        animation: banner_line1 1s ease-in both;
    }
    @-webkit-keyframes banner_line1 {
        0% {
            width: 0;
            opacity: 0
        }
    
        100% {
            width: 320px;
            opacity: 0.8
        }
    }

    .index-content1{
        padding: 20px 0;
    }
    .index-w1300{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .img-hicua{
        width: 84px;
        height: 51px;
        margin-right: 15px;
    }
    .img-about{
        width: 320px;
        position: static;
        display: block;
        margin: 0 auto; 
        padding-bottom: 12px;
    }
    .index-content1-msg h2{
        font-size: 21px;
        padding-bottom: 6px;
    }
    .index-content1-msg h2 span{
        display: none;
    }  
    .index-content1-msg h2 .img-dec{
        width: 18px;
        height: 18px;
        margin-left: 20px;
    }
    .index-content1-msg h3{
        font-size: 13px;
        color: #666;
        font-weight: normal;
    }
    .index-content1-msg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-content1-about{
        font-size: 13px;
        padding: 10px 0;
        line-height: 1.5;
        text-align: left;
    }
    .content1-li-header{
        padding-bottom: 5px;
    }
    .content1-li-header b{
        font-size: 25px;
        color: #414141;
        margin-right: 4px;
    }
    .index-contet1-ul li{
        width: 25%;
        padding: 0;
        font-size: 12px;
        color: #666;
    }
    .index-contet1-ul li::after{
        display: none;
    }
    .content1-li-right{
        font-size: 14px;
    }
    .content1-li-right p{
        font-size: 12px;
    }


    .index-content2{
        height: auto;
        padding-bottom: 15px;
    }
    .content2-app-title{
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 20px 15px;
    }
    .content2-app-title h2{
        font-size: 21px;
        color: #fff;
        text-align: center;
        padding-bottom: 8px;
        font-weight: normal;
    }
    .content2-app-ul{
        padding: 0 15px;
    }
    .content2-app-ul li{
        display: inline-block;
        width: calc(50% - 5px);
        margin-bottom: 10px;
        background: rgba(255,255,255,.3);
        border-radius: 10px;
        border: 1px solid #d5e0fb;
        padding: 30px 8px 10px 8px;
        box-sizing: border-box;
    }
    .content2-app-ul li:nth-child(2n){
        float: right;
    }
    .content2-app-msg{
        width: 100%;
        height: 210px;
        background: #fff;
        border-radius: 6px;
        padding: 10px 8px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
    }
    .content2-app-msg img{
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0;
        right: 0;
        top: -24px;
        margin: 0 auto; 
        display: block;
    }
    .content2-app-msg h3{
        padding-top: 18px;
        padding-bottom: 8px;
    }
    .content2-app-list{
        height: 61%;
    }
    .content2-app-list p{
        padding-bottom: 5px;
        color: #666;
        text-align: left;
    }
    .content2-app-msg a{
        display: block;
        width: 79px;
        height: 22px;
        font-size: 12px;
        color: #999;
        margin: 0 auto;
        border: 1px solid #c1c1c1;
        text-align: center;
        line-height: 22px;
        border-radius: 11px;
    }


    .index-w1600{
        width: 100%;
    }
    .index-content3{
        padding: 25px 0;
    }
    .content3-title-left{
        text-align: center;
        width: 100%;
    }
    .content3-title-left h2{
        font-size: 21px;
        color: #333;
        display: block;
        padding-bottom: 7px;
    }
    .content3-title-left h2 span{
        display: none;
    }
    .content3-title-left p{
        font-size: 12px;
        color: #999;
    }

    .content2-title-right{
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
		



    .content2-title-right li{
        width: auto;
        height: 27px;
        padding: 0 10px;
        border-radius: 3px;
        border: 1px solid #e8eaeb;
        font-size: 12px;
        color: #4c4f55;
        line-height: 27px;
        margin: 0 2px;
    }
		
		
.case-lb li{
    display: inline-block;
    width: 136px;
    height: 54px;
    font-size: 16px;
    color: #4c4f55;
    border-radius: 6px;
    border: 1px solid #e8eaeb;
    margin-left: 20px;
    line-height: 54px;
    text-align: center;
    box-sizing: border-box;

}
.case-lb li.active{
    background: #ff5959;
    color: #fff;
    border-color: #ff5959;
}
		
		.case-lb{
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        text-align: center; overflow:hidden;
    }
    .case-lb li{
        width: auto;
        height: 27px;
        padding: 0 10px;
        border-radius: 3px;
        border: 1px solid #e8eaeb;
        font-size: 12px;
        color: #4c4f55;
        line-height: 27px;
        margin: 0 2px;
    }
		.case-lb li a{ display:block; width:100%; height:27px; line-height:27px; color:#333;}
		.case-lb li.active a{  color:#fff;}
		
    .index-content3-title{
        padding-bottom: 0;
    }
    
    .content3-ul-img{
        height: auto;
    }


    .index-content3-ul{
        height: 282px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
      
    }
    .index-content3-ul li{
        width: 249px;
        height: 100%;
        display: inline-block;
        float: none;
        margin: 0 0 15px 15px;
        overflow: initial;
    }
		.index-content3-ul li:nth-child(4n){ margin-right:15px;}
		.index-content3-ul li:last-child{ margin-right:0 15px 15px 15px}
    .index-content3-ul li:hover .img-case-mask{
        display: none;
    }
    .index-content3-ul li img{
        width: 100%;
        height: 150px;
    }
    .content3-ul-msg{
        border-color: transparent;
        /* box-shadow: 0px 3px 10px 0px rgba(28, 23, 31, 0.2); */
        padding: 10px;
        box-shadow: 0px 5px 20px 0px rgba(28, 23, 31, 0.2);
    }
    .content3-ul-msg h4{
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .content3-ul-msg>p{
        display: none;
    }
    p.content3-industry{
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .content3-industry span{
        font-size: 11px;
    }
    .content3-ul-msg a.pc_none{
        display:inline-block; width:110px;
        height: 23px;
        margin: 0 auto;
        line-height: 23px;
        font-size: 12px;
    }
		.content3-ul-msg a.pc_none:last-child{ float:right; color:#ff5959; border:1px solid #ff5959}
    .see-more1{
        display: none;
    }


    .index-content4{
        height: 724px;
        background: url(../images/img-content4-bg1.jpg) no-repeat center top;
        background-size: cover;
    }

    .index-content3-pagation{
        text-align: center;
    }
    .index-content3-pagation span{
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #dadada;
        margin: 0 3px;
    }

    .content4-app-ul{
        padding: 0 15px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        margin-top: -35px;
    }

    .content4-app-ul li{
        width: calc(50% - 7px);
        height: 94px;
        border: 1px solid #fff;
        background: rgba(255,255,255,.3);
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin-top: 50px;
    }
    .content4-app-ul li:nth-child(2n){
        float: right;
    }
    .content4-app-list{
        width: 145px;
        height: 135px;
        background: #fff;
        border-radius: 5px;
        padding: 12px 10px;
        box-sizing: border-box;
    }
    .content4-app-list img{
        width: 34px;
        height: 34px;
        display: block;
        margin: 0 auto 5px auto; 
    }
    .content4-app-list h4{
        font-size: 15px;
        color: #333;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
    }
    .content4-app-list h4::after{
        content: '';
        width: 65px;
        height: 2.5px;
        background: #dbdbdb;
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .content4-app-list p{
        font-size: 12px;
        color: #666;
        line-height: 1.5;
    }
    .content4-app-btn{
        width: 150px;
        height: 31px;
        font-size: 12px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        line-height: 29px;
        margin: 35px auto 0 auto;
        border-radius: 15px;
        box-sizing: border-box;
    }
    .content4-app-btn a{
        color: #fff;
    }


    .index-content5{
        padding: 30px 0;
    }
    .index-content5-title{
        padding-bottom: 0;
    }
    .index-content5-title h2{
        font-size: 21px;
        font-weight: normal;
    }
    .index-content5-title p{
        font-size: 12px;
        color: #999;
    }
    .index-content5-title span{
        display: none;
    }
    .index-content5-msg{
        padding: 0 15px;
    }
    .content5-news{
        width: 100%;
    }

    .img-news-wrap{
        width: 100%;
        height: 172px;
        margin-bottom: 0;
    }
    .content5-news-header{
        border: 0;
        margin-bottom: 10px;
    }
    .content-news-desc{
        background: #f8f8f8;
        border: 1px solid #dadada;
        border-top-color: transparent;
        padding: 10px;
    }
    .content-news-desc h3{
        font-size: 16px;
        padding-bottom: 6px;
    }
    .content-news-desc p{
        font-size: 13px;
        padding-bottom: 0;
        line-height: 1.5;
    }
    .img-news{
        height: 172px;
    }
    .img-news-wrap span{
        font-size: 12px;
        padding: 3px 8px;
    }
    .img-news-wrap span strong{
        font-size: 15px;
    }
    .news-msg{
        display: none;
    }
    .content5-news{
        float: none!important;
    }
    .content5-news-title{
        display: none;
    }
    .news-list{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .content5-app-btn{
        width: 150px;
        height: 31px;
        font-size: 12px;
        color: #333;
        border: 1px solid #dbd9d9;
        text-align: center;
        line-height: 29px;
        margin: 15px auto 0 auto;
        border-radius: 15px;
        box-sizing: border-box;
        clear: both;
    }
    .content5-app-btn a{
        color: #333;
    }


    .index-content6{
        min-height: 456px; height:auto; overflow:hidden;
        background: url(../images/img-content6-bg1.jpg) no-repeat center top;
        background-size: cover;
    }
    .index-content4-title{
        padding-top: 25px;
    }
    .index-content4-title h2{
        font-size: 21px;
        color: #fff;
        font-weight: normal;
    }
    .index-content4-title p{
        font-size: 12px;
        color: #fff;
        padding-bottom: 15px;
    }
    .index-content4-title span{
        display: none;
    }
    .index-content6-msg{
        padding: 0px 15px 0 15px;
    }

    .index-content6-msg{
        display: block;
    }
    .index-content6-left{
        width: 100%;
    }
    .index-content6-left li{
        width: calc(33.3% - 5px);
        height: 35px;
        margin-right: 6px;
        margin-bottom: 6px;
        margin-top: 0;
        border-width: 2px;
        box-sizing: border-box;
    }
    .index-content6-left li:nth-child(4n){
        margin-right: 6px;
    }
    .index-content6-left li:nth-child(3n){
        margin-right: 0;
    }
    
    .index-content6-left li::before, .index-content6-left li::after{
        display: none;
    }
    .index-content6-left li img{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .index-content6-right{
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin: 10px auto 20px;
        padding: 15px 18px;
        box-sizing: border-box;
    }
    .content6-right-header{
        border-bottom-width: 1px;
    }
    .content6-right-header img{
        height: 25px;
    }
    .content6-right-header a{
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 3px;
    }
    .content6-right-desc{
        font-size: 12px;
        padding-top: 8px; height:auto; min-height:100px;
        line-height: 1.8;
    }
		
		.index-content3-ul::-webkit-scrollbar { display:none;}


}

@media screen and (max-width: 750px){
			
		.index-bottom-footeraa{ padding-left:15px !important; padding-right:15px !important; width:-moz-calc(100% - 30px) !important;}
}