.none{
    display: none;
}
a {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
/****************�ֲ�ͼ*************/
/*.swiper1 {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*}*/
/*.swiper1 .swiper-slide {*/
/*    text-align: center;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.swiper1 .swiper-slide img.bg{*/
/*    width:100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.swiper1 .swiper-slide .swiper-txt {*/
/*    z-index: 1000;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*}*/
/*.swiper1 .swiper-slide .swiper-txt img{*/
/*    width: 100%;*/
/*    !*transition: .5s;*!*/
/*}*/
/*!*.swiper1 .swiper-slide.swiper-slide-active .swiper-txt img{*!*/
/*    !*transform: scale(1.08,1.08);*!*/
/*!*}*!*/
/*.swiper1 .swiper-pagination-bullet {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    display: inline-block;*/
/*    border-radius: 100%;*/
/*    background: rgba(255,255,255,.5);*/
/*    opacity: .5;*/
/*}*/
/*.swiper1 .swiper-pagination-bullet-active {*/
/*    background:rgba(255,255,255,1);*/
/*    width: 20px;*/
/*    opacity: 1;*/
/*    border-radius: 8px;*/
/*}*/
.swiper-container {
    width: 100vw;
}
.swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.swiper-slide .bg1{
    position: relative;
}
.swiper-slide .bg2{
    position: relative;
}
.swiper-slide .bg3{
    position: relative;
}
.swiper-slide .bg4{
    position: relative;
}
.bg1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.bg2 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.bg3 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.bg4 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.bg1 .c1{
    position: absolute;
    top: 30%;
    left: 20%;
    color: black;
    cursor: pointer;
}
.bg2 .c2{
    position: absolute;
    top: 30%;
    left: 20%;
    color: black;
    cursor: pointer;
}
.bg3 .c3{
    position: absolute;
    top: 30%;
    left: 20%;
    color: black;
    cursor: pointer;
}
.bg4 .c4{
    position: absolute;
    top: 30%;
    left: 20%;
    color: black;
    cursor: pointer;
}
.c1 h1{
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
}
.c2 h1{
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
}
.c3 h1{
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
}
.c4 h1{
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 30px;
}
.c1 div{
    font-size: 20px;
    font-weight: 300;
}
.c2 div{
    font-size: 20px;
    font-weight: 300;
}
.c3 div{
    font-size: 20px;
    font-weight: 300;
}
.c4 div{
    font-size: 20px;
    font-weight: 300;
}
.new-item{
    padding-top: 40px;
    width: 100%;
}
.thirdTittle{
    margin: 30px 0;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
}
.platform-contain{
    width: 100%;
    height: 525px;
    background: url(/industry/images/bgimg/bg6.png) 50% no-repeat;
    background-size: cover;
}
.platform-contain-inner{
    display: flex;
    margin: 0 auto;
    width: 1280px;
    height: 100%;
    cursor: pointer;
}
.platform-contain-inner .platform-item img {
    margin-top: 25px;
    margin-bottom: 50px;
    width: 250px;
    height: 157px;
}
.platform-contain-inner .platform-item .c1 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.platform-contain-inner .platform-item .c2 {
    margin-top: 20px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: left;
    line-height: 24px;
}
.platform-contain-inner .platform-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    margin-top: 68px;
    height: 400px;
    background: #fff;
    text-align: center;
    -webkit-transition: all .2s cubic-bezier(.68,-.55,.27,1.55);
    transition: all .2s cubic-bezier(.68,-.55,.27,1.55)
}

.platform-contain-inner .platform-item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 5px 14px 2px rgba(58,125,175,.15);
    box-shadow: 0 5px 14px 2px rgba(58,125,175,.15)
}
.forthTitle{
    margin: 30px 0;
    font-size: 32px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.hezuo_co{
    width: 1280px;
    margin: 0px auto;
    display: flex;
    padding-bottom: 80px;
}
.hezuo-left{
    width: 40%;
    line-height: 28px;
    position: relative;
}
.hezuo_l2{
    display: flex;
    align-items: center;
    position: relative;
    height: 120px;
    z-index: 99;
}
.hezuo-left-top{
    font-size: 20px;
}
.hezuo-left-bottom{
    font-size: 14px;
}
.hezuo-left-bottom:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eaeaeb;
    display: block;
    content: "";
    z-index: -1;
}
.hezuo-right{
    width: 60%;
}
.hezuo-right img{
    width: 100%;
    height: 100%;
}
.hezuo-cover{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,25,66,.7);
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10;
    width: 512px;
    height: 120px;
}

/****************������Ѷ******************/
section{
    padding: 64px 0 0;
}
.titles{
    font-size: 32px;
    text-align: center;
    width: 100%;
    margin: 0 0 40px;
}
.news{
    background: url('/industry/images/bg-j.jpg') no-repeat ;
    background-size: 100% 100%;
    margin: 0 auto;
    cursor: pointer;
    padding-bottom: 20px;
    padding-top: 50px;
    /*padding-bottom: 150px;*/

    /*padding-top: 100px;*/
    overflow: hidden;
}
.news .titles{
    padding-bottom: 50px;
}
.newsDetail{
    overflow: hidden;
}
.newsDetail dl{
    overflow: hidden;
    padding: 0 4%;
    box-sizing: border-box;
}
.newsDetail dl dt{
    text-align: center;
    overflow: hidden;
    margin-bottom: 18px;
    transition: all .6s;
}
.newsDetail dl dt img{
    width: 119px;
    overflow: hidden;
    height: 119px;
    transition: all .8s;
}
.newsDetail dl:hover dt img {
    animation: rotate 1s forwards;
}
@keyframes rotate{
    0%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(360deg);
    }
}
.newsDetail dl dd:nth-child(2){
    font-size: 20px;
    text-align: center;
    line-height: 80px;
}
.newsDetail dl:hover dd:nth-child(2){
    color: #2574e0;
}
@media (max-width: 768px) {
    .titles{
        font-size: 18px;
        margin-top: 0;
    }
    section{
        padding-top: 20px;
    }
}
/************************平台数据**************/
.record{
    margin: 0 auto;
    cursor: pointer;
    padding: 100px 0;
    overflow: hidden;
}
.record .titles{
    margin-bottom: 0;
}
.record .subTitle{
    text-align: center;
    padding: 20px 0 30px;
}
.recordDetail{
    overflow: hidden;
}
.recordDetail dl{
    overflow: hidden;
    padding: 0 4%;
    box-sizing: border-box;
}
.recordDetail dl dd:first-child{
    font-size: 20px;
    text-align: center;
    line-height: 80px;
    color: #2574e0;
}

.recordDetail dl dd:first-child span{
    font-size: 36px;
    background: linear-gradient(to right, #5f9ff7, #2c76e3);
    -webkit-background-clip: text;
    display: inline-block;
    color: transparent;
}
.recordDetail dl dd:last-child{
    text-align: center;
    font-size: 16px;
}
@media (max-width: 768px) {
    .titles{
        font-size: 18px;
        margin-top: 0;
    }
    section{
        padding-top: 20px;
    }
}
/*************���ģ����*****************/
.card-subtitle{
    font-size: 16px;
    color: #999;
    text-align: center;
}
.videoDetail video{
    max-width:1200px;
    width: 90%;
    display: block;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .card-subtitle{
        font-size: 14px;
    }
}

/**************��ҵ��������ƽ̨*********************/
@media (min-width: 1500px){
    .container {
        width: 1370px;
    }
}
.service{
    background: #f7f7f7;
    padding-bottom: 20px;
    padding-top: 20px;
    /*padding-bottom: 150px;*/
    /*padding-top: 100px;*/
    overflow: hidden;
}

.service .titles{
        margin: 0 0 90px 0;
}
.service dl {
    text-align: center;
    cursor: pointer;
}
.service dl dt img{
    width: 180px;
    height: 150px;
    transition: .5s
}
.service dl dd:nth-child(2){
    line-height: 80px;
    font-size: 16px;
}
.service dl dd:last-child{
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 10%;
    color: #666;
    box-sizing: border-box;
}
.service dl:hover dt img {
    transform: scale(.9, .9)
}
.service dl:hover dd:nth-child(2) {
    color: #2172e0
}

/**********���û�����Ϊ���ģ��෽��������̬Ʒ��**********/
.distribute{
    background: #f7f7f7;

}
.distribute .titles{
    padding-top: 36px;
    margin: 0 auto 90px;
}
.distribute .distributeDetail{
    position: relative;
    max-width: 1200px;
    margin: 10px auto;
}

.distribute .distributeDetail img{
    display: block;
    margin: 30px auto;
    width: 100%;
}
.distribute .distributeDetail div{
    height: 10px;
    width: 10px;
    line-height: 10px;
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    background: transparent;
    left: 81.89%;
    top: 22.99%;
    animation-iteration-count: infinite;
    animation: mymove 1.5s cubic-bezier(.165,.84,.44,1);
}

/***************Я�ֹ�Ӯ����ȫ�������鹲��������̬*********/
.operate{
    position: relative;
}
.operate .operateDetail{
    margin:50px auto;
}
.operate .operateDetail dl{
    cursor: pointer;
}
.operate .operateDetail dt{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border-radius: 10px;
    margin-bottom: 20px;

}
.operate .operateDetail dl:hover dt{
    box-shadow: 0 3px 21px rgba(45,108,170,.11);
}
.operate .operateDetail dt img{
    transition: .5s;
}
.operate .operateDetail dl:hover dt img{
    transform: scale(1.08,1.08);
}

.operate .operateDetail dd p{
    line-height: 52px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 18px;
    text-align: center;
}
.operate .operateDetail dd p a{
    color: #000;
    border: 1px solid #eaf1fc;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.operate .operateDetail dl:hover dd p a{
    color: #2172e0;
    border: 1px solid rgba(33,114,224,.4);
}
aside{
    cursor: pointer;
    z-index: 1999;
    position: fixed;
    right: 20px;
    bottom: 56px;
    width: 55px;
    height: 55px;
}
aside img{
    width: 55px;
    height: 55px;
}
@media (max-width: 768px){
    aside{
        display: none;
    }
}


/****************动画*********************/
.map .h1-padding[data-v-006da949]{margin-bottom:48px}.map .main-img[data-v-006da949]{padding:20px 0;width:100%;position:relative}
.map .main-img .point-1[data-v-006da949]{left:81.89%;top: 22.99%;}.map .main-img .point-2[data-v-006da949]{left:18%;top:23%}
.map .main-img .point-3[data-v-006da949]{left:10%;top:21%}.map .main-img .point-4[data-v-006da949]{left:11%;top:36%}
.map .main-img .point-5[data-v-006da949]{left:67%;top:38%}.map .main-img .point-6[data-v-006da949]{left:79%;top:32%}
.map .main-img .point-7[data-v-006da949]{left:94%;top:73%}.map .main-img .point-8[data-v-006da949]{left:53%;top:10%}
.map .main-img .point-9[data-v-006da949]{left:84.5%;top:24%}.map .main-img .point-10[data-v-006da949]{left:80.5%;top:28%}
.map .main-img .point-buling[data-v-006da949]{-webkit-animation:sploosh-data-v-006da949 1.5s cubic-bezier(.165,.84,.44,1);animation:sploosh-data-v-006da949 1.5s cubic-bezier(.165,.84,.44,1);}
.map .main-img .point-buling2[data-v-006da949]{-webkit-animation:sploosh2-data-v-006da949 1.5s cubic-bezier(.165,.84,.44,1);animation:sploosh2-data-v-006da949 1.5s cubic-bezier(.165,.84,.44,1)}
.map .main-img .point-buling3[data-v-006da949]{-webkit-animation:sploosh3-data-v-006da949 1.5s cubic-bezier(.165,.84,.44,1);animation:sploosh3-data-v-006da949 1.5s cubic-bezier(.165,.84,.44,1)}
.map .main-img .point-buling2[data-v-006da949],.map .main-img .point-buling3[data-v-006da949],.map .main-img .point-buling[data-v-006da949]{height:10px;width:10px;line-height:10px;border-radius:100%;position:absolute;z-index:10;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background: rgba(0,153,255,.3);}
@keyframes bgScroll-data-v-006da949{0%{transform:translateY(-300px)}to{transform:translateY(-1241px)}}
.map[data-v-006da949] {
    background-color: #f7f8fa;
    padding:0 0 50px;
}
.map .main-img[data-v-006da949] {
    padding: 20px 0;
    width: 100%;
    position: relative;
}
.main-img .point-buling2[data-v-006da949], .main-img .point-buling3[data-v-006da949], .main-img .point-buling[data-v-006da949] {
    height: 10px;
    width: 10px;
    line-height: 10px;
    border-radius: 100%;
    position: absolute;
    z-index: 10;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*background: rgba(0,153,255,.5);*/
}
@keyframes sploosh-data-v-006da949{
    0% {
        box-shadow: 0 0 0 0 rgba(0,153,255,.2);
        background: rgba(0,153,255,.2);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(255,220,1,0);
        background: rgba(255,220,1,0);
    }
}
@keyframes sploosh2-data-v-006da949{
    0% {
        box-shadow: 0 0 0 0 rgba(0,153,255,.2);
        background: rgba(0,153,255,.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0,153,255,0);
        background: rgba(0,153,255,.3);
    }
}
@keyframes sploosh3-data-v-006da949{
    0% {
        box-shadow: 0 0 0 0 rgba(0,153,255,.2);
        background: rgba(0,153,255,.2);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0,153,255,0);
        background: rgba(0,153,255,.5);
    }
}
body::-webkit-scrollbar {
    display: none; // Safari and Chrome
}
body {
    -ms-overflow-style: none;  // IE 10+
    scrollbar-width: none;  // Firefox
}
.basicData-container{
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    background: linear-gradient(to bottom,#f8f8f8,#f7ffff);
}
.basicData-container .basicData-box{
        width: 15%;
    position: relative;
    line-height: 34px;
    text-align: center;
}
.basicData-container .basicData-box:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: grid;
    height: 60%;
    border-right: 2px solid #cdd0d4;
}

.basicData-box div:nth-child(1){
    font-size: 16px;
}
.basicData-box div:nth-child(2){
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 18px;
}
.basicData-box div:nth-child(2) span{
    font-size: 30px;
    font-weight: bold;
    color: #0c6aff;
    margin-right: 10px;

}
.basicData-box div:nth-child(3){
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    color: white;
    background: linear-gradient(to right,#00c4ff,#057aff);
    text-align: center;
    margin: 0 auto;
}
.basicData-container .analysis{
    width: 20%;
    text-align: center;
}
.analysis div:nth-child(1){
    font-size: 16px;
}
.analysis div:nth-child(2){

    padding-top: 5px;

}
.analysis div:nth-child(2) span{
    font-size: 30px;
    font-weight: bold;
    color: #0c6aff;
    margin-right: 10px;
}
.analysis div:nth-child(3) span{
    font-size: 30px;
    font-weight: bold;
    color: #0c6aff;
    margin-right: 10px;

}
