/*首页*/
.Container-wrapper {
    width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;

}
.swiper-slide { 
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.indban {
    width: 100%;
    position: relative;
}

.indban-img {
    width: 100%;
    position: relative;
}

.indban-img img {
    width: 100%;
    /*min-height: 540px;
    /*object-fit: cover;*/
}

.indban .swiper-pagination {
    bottom: 70px;
    z-index: 2;
}

.indban .swiper-pagination-bullet {
    border-radius: 8px;
    background: #2386ee;
    opacity: .3;
    transition: all .4s ease;
}

.indban .swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    background: #2386ee;
}

.indban-wd {
    position: absolute;
    z-index: 2;
    top: 35%;
    left: 5%;
    /*transform: translate(-50%,-50%);margin-left: -360px;*/
    width: auto;
}

.indban-wd .contain {
    width: auto;
}

.indban-wd-font {
    /*width: 600px;*/
    color: #fff;
}

.indban-wd-link {
    width: 100%;
    font-size: 0;
    margin-top: 36px;
    user-select: none;
}

.indban-wd h2 {
    font-family: 'NotoSansHans', Arial, sans-serif, "Microsoft YaHei";
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 16px;
}

.indban-wd .indban-text {
    font-size: 48px;
    line-height: 48px;
    font-family: 'NotoSansHans', Arial, sans-serif, "Microsoft YaHei";
    font-weight: 400;
    letter-spacing: 3px;
}

.indban-wd-link a {
    font-family: 'NotoSansHans', Arial, sans-serif, "Microsoft YaHei";
    font-weight: normal;
    display: inline-block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #ffffff;
    color: #fff;
    letter-spacing: 3px;
}

.indban-wd-link a:last-child {
    margin-right: 0;
}

.indban-wd-link a span {
    position: relative;
    z-index: 2;
}

.indban-wd-link a span:after {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 17px;
    background: url(../image/r_btn_2.png) no-repeat;
    background-size: 90%;
    transition: all .4s ease;
    display: inline-block;
    transform: translateY(2px);
    margin-left: 8px;
}

.indban-wd-link a:hover span:after {
    margin-left: 15px;
}

.indban-wd h2,
.indban-wd .indban-text,
.indban-wd-link {
    opacity: 0;
}

.swiper-slide-active .indban-wd h2 {
    animation: indbanLeft 1s ease both .4s;
}

.swiper-slide-active .indban-wd .indban-text {
    animation: indbanLeft 1s ease both .6s;
}

.swiper-slide-active .indban-wd-link {
    animation: indbanOpacity 1s ease both .9s;
}

.cnen{
    font-size: 16px!important;
    color: #727272!important;
}

@keyframes indbanLeft {
    0% {
        opacity: 0;
        transform: translateX(140px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes indbanOpacity {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.info-items{
    margin: 6rem 0;
    text-align: center;
}

.info-title h3{
    font-size: 36px;
    color: #272727; 
    margin: 0;
    padding: 0; 
}
.info-title span{
    display: block;
    overflow: hidden;
    background-color: #ff5e00;
    width: 56px;
    height: 4px;
    margin: 25px auto; 
}
.info-desc{ 
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #575757;
    margin:0 auto; 
    margin-top: 5rem;
}

.info-desc p{ 
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #575757;
    margin:0 auto; 
} 

.iot-items {
    display: block;
    overflow: hidden;
}

.iot-items ul li {
    width: 22%;
    margin: 0 1.5%;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}

.iot-items ul li img {
    width: 100%;
    height: 100%;
    display: block;
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.iot-items ul li:hover img {
    webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.iot-items ul li p {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.index-neibanner h2 {
    font-size: 30px!important;
    color: #525253!important;
    font-weight: 300!important;
    margin:0.5rem 0!important;
}

.index-neibanner .neibanner-text,
.index-btmbanner .neibanner-text {
    font-size: 48px;
    line-height: 60px;
    font-family: 'NotoSansHans', Arial, sans-serif, "Microsoft YaHei";
    font-weight: 400;
    color: #3f3f3f;
}

.index-neibanner .ban-more {
    margin-top: 4rem;
}

.index-btmbanner h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin: 0.5rem 0;
}

.index-btmbanner .ban-more {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 7rem;
}

.index-btmbanner .ban-more .r_btn:before {
    background: url(../image/r_btn_2.png) no-repeat;
}
.banner-items {
    right: 1.5%;
    top: 0;
    height: 100%;
    width: 65%;
    /* padding-top: 80px; */
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center; 

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: start;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: start;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: start;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: start;
    box-align: center;

    position: absolute;
}

.banner-items ul {
    width: 100%;
}

.banner-items ul li {
    display: inline-block;
    overflow: hidden;
    width: 260px;
    height: 260px;
    background-color: #ff5e00;
    border-radius: 50%;
    margin-right: 12%;
    margin-bottom: 2%;
}

.banner-items ul li:last-child {
    margin-right: 0;
}

.iban-box {
    display: block;
    overflow: hidden;
    margin: 5rem auto;
    text-align: center;
    padding: 0 10px;
}

.iban-box h3 {
    font-size: 30px;
    color: #fff;
    margin: 0.5rem 0;
}

.iban-box p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.banner-items ul li:hover {
    box-shadow: 0 0 15px rgb(235 90 45 / 90%);
}
.wechat-list{
    display: block;
    overflow: hidden;
    text-align: right;
}
.wechat-list li{
    display: inline-block;
    text-align: center;
    color: #848484;
    padding: 0 10px;
    vertical-align: top;
}
.footer-contact{
    font-size: 18px;
    color: #e3e3e3;
    text-align: left;
}
.footer-contact h2{
    font-size: 36px;
    color: #ff5e00;
}
.adds-info{
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
}
.footer-copyright {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}
.footer-copyright p{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    padding-right: 15px;
}
.links a{
     color: #848484;
}
.footer2 {
    border-top: 1px solid #434343;
}


/*关于我们*/
.about_con {
    padding-top: 70px;
}
.about-title,.pro-big-title,.saas-title {
    text-align: center;
    display: block;
    overflow: hidden;
}
.about-title h2,.saas-title h2{
    font-size: 36px;
    color: #FF5E00;
    line-height: 53px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 0.01rem;
}
.about-title h3{
    font-size: 20px;
    color: #575757; 
    margin: 0;
    padding: 0; 
    font-weight: 400;
    letter-spacing: 3.5px;
}
.about-title span,.icon-span{
    display: block;
    overflow: hidden;
    background-color: #ff5e00;
    width: 56px;
    height: 4px;
    margin: 25px auto; 
}
.about-info,.saas-desc{ 
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    color: #6d6d6d;
    margin:0 auto;
    margin-top: 52px;
}
.about-info p,.saas-desc p{ 
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #6d6d6d;
    margin:0 auto;
    margin-top: 45px;
    font-weight: 400;
}
.about-info {
    max-width: 897px;
    text-align: left;
}

.about-info p {  
    text-align: left; 
}

.advantage-main{

}
.h1-title{
    font-size: 36px;
    color: #272727;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding:0 0 25px 0;
}

.van-bg{
    background-image: url(../image/about_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    margin-top: 160px;
    min-height: 607px;
}
.van-items{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.van-box{
    background-color: #ff5e00;
    display: inline-block;
    vertical-align: top;
    width: 237px;
    margin-right: 73px;
    min-height: 476px;
    margin-top: -80px;
    transition: all 0.4s ease-out; 
}
.van-box:hover{
    opacity: 1;
    margin-top: -90px; 
    box-shadow: 0 4px 20px 0 rgb(32 43 63 / 60%);
}
.van-items .van-box:last-child{
    margin-right: 0;
}
.van-box img{
    margin:0px auto;
    margin-top: 38px;
}
.van-box h3{
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding:35px 0 20px 0;
}
.van-box p{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    padding: 0 35px;
    text-align: left;
}
.about-honor{
    display: block;
    overflow: hidden;
}

.about-honor img{
    width: 100%;
}
.honor-list{
    max-width: 900px;
    display: block;
    overflow: hidden;
    margin: 108px auto;
    padding: 0 15px;
}
.honor-list ul li{
    width: 100%;
    float: left;
    padding:0 0%;
    line-height: 34px;
    margin: 0 auto;
}
/*.honor-list ul li{
    width: 40%;
    float: left;
    padding:0 1%;
    line-height: 34px;
    margin: 0 auto;
}
.honor-list ul li:nth-child(2n){
    width: 55%;
    float: left;
    padding:0 1%;
    line-height: 34px;
    margin: 0 auto;
}*/
.honor-list ul li a{
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 300;
    cursor: default;
}
.honor-list ul li a b{
    /*font-weight: 400;*/
    font-weight: 600;
    color: #ff5e00;
     float: left;
     width: 65px;
}
.honor-list ul li a:hover{ 
    /*color: #e8572a;*/
    cursor: default;
}

.honor-list ul li a p {
    float: left;
    padding-left: 10px;
   width: calc((100% - 75px))
}

.jobs-content,.join-main{ 
    max-width: 1440px;
    margin:80px auto;
}

.join-main .info2{
    font-size: 16px;
    color: #444;
    line-height: 32px;
}

.join-main .td1, .join-main .td2, .join-main .td3, .join-main .td4 {
    font-size: 16px;
    color: #666;
    text-align: center;
}
.join-main .td4 {
    /*padding-right: 40px;*/
    text-align: right!important;
} 
.join-main .td4 .show_more,.join-main .td4 .show_more:hover{
  background: #ff5e00; color: #fff; border-color: #ff5e00;   
}
.join-main .td4 .show_more:hover, .join-main .list-box li.on .show_more {
    background: #ff5e00; color: #fff; border-color: #ff5e00; 
}

.join-main .list-box li .bot .info2 {
    line-height: 36px;
    max-width: 840px;
}

/*产品*/ 
.pro-big-title{
    margin-top: 4rem;
}
.pro-big-title h2 {
    font-size: 36px;
    color: #FF5E00;
    margin-bottom: 1.5rem;
}
.pro-big-title h2 em{
    font-size: 243px;
    color: #FF5E00; 
    font-weight: 400;
    margin: 0;
    padding: 0;
        display: inline-block;
    vertical-align: middle;
}

.pro-big-title h2 font {
    font-size: 48px;
    color: #FF5E00;
    display: inline-block;
    vertical-align: middle;
    margin-top: 70px;
}


.pro-big-title span{
    display: block;
    overflow: hidden;
    background-color: #ff5e00;
    width: 56px;
    height: 4px;
    margin: 25px auto; 
}
.pro-desc{ 
    /*max-width: 690px;*/
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #6d6d6d;
    margin:0 auto; 
} 
.pro-desc p{ 
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #6d6d6d;
    margin:0 auto;
    margin-top: 0;
}
.pro-desc-img{
    text-align: center;
    padding-top: 13.125rem;
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.xilie-box {
    width: 40%; 
    margin: 0 2.5%;
    display: inline-block;
    overflow: hidden;
}
.pro-desc-img img{
    display: inline-block;
    vertical-align: top;
    /*width: 47%;*/
    /*padding-right:5%;*/
    width: auto;
    padding-right:3rem;
}
.pro-desc-img img:last-child{
    padding-right:0%;
}

.provan-main{
    background-image: url(../image/pro_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    /*margin-top: -11.3rem;*/
    min-height: 607px;
}
.provan-items{
    display: block;
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 13rem;
}
.provan-items ul{
    font-size: 0;
}
.provan-items ul li{
    width: 20%;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}
.provan-box {
    padding: 0 2.7rem;
}
.provan-box h3{
    font-size: 24px;
    line-height: 2rem;
    font-weight: 400;
    padding-bottom: 1rem;
}
.provan-box p{
    font-size: 16px;
    line-height: 36px; 
}
.provan-title{
    padding: 0;
}
.provan-title h3{
    font-size: 36px;

}
.rem5{
    margin: 5rem 0;
}
.pro-list{
    display: block;
    overflow: hidden;
}
.pro-list .h1-title {
    margin: 11rem 0 6rem 0;
}

.pro-nth1 .h1-title {
    margin-top: 2.5rem;
}

.pro-items{
    padding: 15px;
}
.pro-box{
    width: calc((100% - 20px)/2); 
    margin-bottom: 15px;
    margin-right: 10px;
    /*background-color: #e8e9ee;*/
    background-color: #eeeff3;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative; 
    overflow: hidden;
}
.pro-items .pro-box:nth-child(2n){
     margin-right: 0px;
}
.pro-title{
    margin: 3rem 0;
    text-align: center;
   /* position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
}
.pro-title p{
    font-size: 24px;
    color: #7c7c7c;
    margin-bottom: 15px;
}
.pro-title h2{
    font-size: 32px;
    color: #272727;
    margin-bottom: 15px;
    padding: 0 15px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.pro-img{
    margin-bottom: 1.5rem;
}
.pro-img img{
    margin: 0 auto;
    max-width: 100%;
    /*width: 100%;*/
}
.pro-text {  
    position: absolute;
    left: 0; 
    /*bottom: -150%;*/
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: #efeff1;
    opacity: 0; 
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;  
    
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}


.pro-buy {
    display: block;
    margin: 0 auto;
    width: 120px;
    border: 1px solid #FF5E00;
    padding: 15px 40px;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #FF5E00;
    /*box-shadow: 0 0 14px rgb(0 0 0 / 30%);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pro-buy:hover{ 
    padding:15px 50px;
    /*box-shadow: 0 0 15px rgb(235 90 45 / 90%);*/
}

.pro-box:hover .pro-text{
    
    bottom: 0;
    opacity: 0.9; 
}


/*Saas 平台*/
.saas-title {
    font-size: 48px; 
    margin-top: 9rem;
}
.saas-title h2{
    font-size: 48px;  
}
.saas-desc {
    font-size: 18px; 
    margin-top: 0rem;
}
.saas-desc p{
    margin-top: 28px;
}
.saas-serve{
    text-align: center;
}
.saas-serve h3{
    font-size: 28px;
    color: #575757;
    text-align: center;
    margin-top: 108px;
}
.saas-serve ul {
    display: block;
    overflow: hidden;
    margin: 40px auto;
    margin-bottom: 136px;
}
.saas-serve ul li{
    width: 130px;
    height: 130px;
    background-color: #ff5e00;
    border-radius: 50%;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    line-height: 130px;
    margin:0 1rem;
}
.baseWidth img{
    max-width: 100%;
}
.nei-banner {
    position: relative;
    /*padding-top: 80px;*/
    margin-top: 80px;
} 
.nei-banner img {
    width: 100%;
}
.nei-banner .banner-title {
    left: 3.8%;
    top: 0;
    height: 100%;
    /*padding-top: 80px;*/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center; 

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: start;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: start;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: start;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: start;
    box-align: center;

    position: absolute;
    
}
.ban-box span{
    display: block;
    width: 78px;
    height: 9px;
    background-color: #ff5e00;
}
.ban-box h2{
    font-size: 36px;
    color: #3f3f3f;
    line-height: 42px;
    font-weight: normal;
    margin: 2rem 0;
}
.ban-box p{
    font-size: 48px;
    color: #ff5e00;
    line-height: 42px;
}
.ban-more{
    display: block;
    width: 110px;
    font-size: 20px;
    color: #525253;
    border: 1px solid #525253;
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 2rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ban-more:hover{ 
    border: 1px solid #ff5e00; 
    background-color: #ff5e00;
    color: #fff;
    width: 120px;
}
.r_btn:before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 19px;
    background: url(../image/r_btn_1.png) no-repeat;
    background-size: 100%;
}
.ban-more:hover .r_btn:before { 
    background: url(../image/r_btn_2.png) no-repeat; 
}
.ban-more i { 
    display: inline-block;
    height: 19px;
    float: right; 
    margin: 0;
    padding: 0;
    font-size: 23px;
}

.downapp img {
    width: 100%;
}

/*服务支持*/

.support-title {
    margin-top: 5rem;
}

.support-title span {
    display: block;
    overflow: hidden;
    background-color: #ff5e00;
    width: 56px;
    height: 4px;
    margin: 25px auto;
}

.support-title h3 {
    font-size: 36px;
    color: #272727;
    line-height: 60px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}

.partner-items {
    max-width: 1200px;
    margin: 3rem auto; 
}

.partner-items ul {
    font-size: 0;
    display: block;
    overflow: hidden;
    text-align: left;
}

.partner-items ul li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    width: 17.6%;
    margin: 1% 1%;
}

.partner-items ul li img {
    max-width: 100%;
    text-align: center;
}

.partner-tips{
    font-size: 16px;
    color: #585858;
    text-align: right;
    margin-top: 1rem;
}

.jiameng {
    background-color: #f8f8f8;
    padding: 5rem 0;
}

.jiameng-title {
    padding-bottom: 15px;
}

.jiameng-title h2 {
    font-size: 36px;
    color: #ff5e00;
}

.jiameng-title p {
    font-size: 24px;
    color: #272727;
    font-family: "Microsoft YaHei";
    font-weight: 300;
    margin-top: 15px
}

.jiameng-msg {
    margin: 2rem 2rem;
    display: block;
    overflow: hidden;
}

.form-group {
    width: 50%;
    float: left;
    padding: 15px 0;
}

.control-label {
    float: left;
    /*font-size: 24px;*/
    font-size: 18px;
    color: #272727;
    font-family: "Microsoft YaHei";
    /*font-weight: 300;*/
    height: 52px;
    line-height: 50px;
    width: 25%;
}
.jiameng-msg .form-group:nth-child(2n) {
    /*text-align: right;*/
}

.jiameng-msg .form-group:nth-child(2n) .control-label {
    /*text-align: left;*/
}

.control-input {
    float: left;
    width: 68%;
}

.control-input input:focus {
    outline: 0;
    border: 1px solid #c0e4f5;
    box-shadow: 0px 0px 10px 0px #e2f3fb;
}

.form-control {
    height: 48px;
    border: 1px solid #ccc;
    padding-left: 10px;
    width: 100%; 
    -webkit-appearance:none;
    outline: none;
    border-radius: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
}
.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.submit-btn {
    width: 160px;
    height: 50px;
    background-color: #ff5e00;
    font-size: 20px;
    text-align: center;
    float: right;
    border-radius: 25px;
    border: 0px;
    cursor: pointer;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    margin-right: 2.5%;
}

.submit-btn:hover {
    /*transform: scale(1.1); */
    box-shadow: 0 2px 10px rgb(234 85 4 / 80%);
}

.address {
    margin: 5rem 0;
}

.address-title {
    padding-bottom: 15px;
}

.address-title h2 {
    font-size: 36px;
    color: #ff5e00;
}
#allmap img{ 
    max-width: inherit;
}
.van-img{
    display: block;
    overflow: hidden;
}
.mvan-title{
    display: none;
}


/*右侧*/
.kefu {
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 35%;
  /*width: 50px;*/
  /*height: 240px;*/
}
.kefu-box{
  position: relative;
  margin-bottom: 10px;
}
.kefu-info{
  position: absolute;
  right: 50px;
  top: -25px;
  display: none;
  width: 108px;
  background: #fff;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgb(161 163 175 / 10%);
}
.kefu-info img{
  width: 100%;
}
.kicon{
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  line-height: 40px;
  border-radius: 25px; 
  background-color: rgb(199 199 199 / 30%);
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.kefu-box:hover .kicon{ 
  background-color: #ff9a7a;
}

.kefu-box:hover .kefu-info{
  display: block;
}
.kicon img{
  width: 20px;
  margin: 0 auto;
}


/*details*/
.details-banner{
    position: relative;
}
.details-banner img{
    /*width: 100%; */
}

.info1-box{
    position: absolute;
    z-index: 1001;
    width: 38%;
    height: 100%;
    right: 4.5%;
    /*top: 0;  */
    bottom: -8%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: start;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: start;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: start;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: start;
    box-align: center;
}

.details-info1_{
    position: absolute;
    z-index: 1001;
    width: 38%;
    height: 100%;
    right: 4.5%;
    /*top: 0;  */
    bottom: -8%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: start;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: start;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: start;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: start;
    box-align: center;
}

.info1-box .pro-title{
    text-align: left;
    margin-bottom: 13%;
}

.info1-box .pro-title h2 { 
    padding-left:0; 
}

.d-van{
    display: block;
    overflow: hidden;
}
.d-van ul{
    font-size: 0;
}
.d-van ul li{
    display: inline-block;
    width: 35%; 
    margin-right: 15%;
    font-size: 14px;
    color: #272727;
    margin-bottom:5%;
    vertical-align: top;
    line-height: 24px;
}

.d-van ul li h3{
    font-size: 18px;
    color: #FF5E00;
    margin-bottom: 3%;
}
.details-main{
    /*max-width: 1200px;*/
    display: block;
    overflow: hidden;
    margin: 10.8% auto;
}
.d-mian-left,.d-mian-right{
    width: 50%;
    display: block;
    overflow: hidden;
    float: left;
}
.d-left-info {
    padding-left: 50%;
}
.js-title{
    width: 108px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    /*font-weight: 600;*/
    /* font-weight: bold; */
    color: #FF5E00;
    background-color: #e1e1e1;
    border-radius: 67px;
    /*padding: 5px 15px;*/
    margin: 0;
}
.js-info{
    font-size: 16px;
    line-height: 25px;
    color: #474747;
    padding: 10.5% 0;
}

.details-canshu {
    margin-top: 13%;
}
.cs-info{
    font-size: 16px;
    line-height: 25px;
    color: #474747;
    padding: 10.5% 0;
    padding-top: 12%;
}
.cs-info table {
    width: 100%;
}
.cs-info table tr{
    display: flex;
    overflow: hidden;
    /*margin-bottom: 36px;*/
    margin-bottom: 6%;
    letter-spacing: 0.051rem;
}

.cs-info table tr td:first-child{
    width: 35%;
}
.cs-info table tr td:last-child{
    width: 65%;
}

.cs-info table tr td{
    vertical-align: top;
}

.d-mian-right .d-right-img{
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    padding-top: 19%;
}

.d-right-img img {
    max-width: 100%;
}


.details-use-left{
    width: 73%;
    float: left;
}
.details-use-right{
    width: 27%;
    float: left; 
    position: absolute;
    z-index: 1001; 
    height: 100%;
    right: 0;
    top: 0; 
    background: #ff5e00;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

.details-btmban{
    display: block;
    overflow: hidden;
    position: relative;
}  

.buy-btn {
    text-align: left;
    float: left;
    padding-top:15%;
}

.use-box{
    padding: 0 10%;
}

.details-use-left img{
    width: 100%;
}
.use-title{
    font-size: 24px;
    padding-bottom: 5%;
    color: #fff;
}
.use-info{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.details-banner{ 
    background: -moz-linear-gradient(right, #c9cdd0 0%, #e0e4e8 100%);
    background: -webkit-gradient(linear, left right, left left, color-stop(0%,#c9cdd0), color-stop(100%,#e0e4e8));
    background: -webkit-linear-gradient(right, #c9cdd0 0%,#e0e4e8 100%);
    background: -o-linear-gradient(right, #c9cdd0 0%,#e0e4e8 100%);
    background: -ms-linear-gradient(right, #c9cdd0 0%,#e0e4e8 100%);
    background: linear-gradient(to left, #c9cdd0 0%,#e0e4e8 100%);
    display: block;
    overflow: hidden;
}
.details-banner img {
    max-width: 100%;
    float: left;
}
.d-ban-left{
    width: 60%;
    float: left;
}
.d-ban-right{
    width: 40%;
    float: left;
}



.iban_m{
    display: none;
}


/*.d-m-img{
    display: none;
}
*/


.mnav li.on i, .mnav li.on_before i {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    padding-right: 8px; 
    height: 8px;
    background-position: right center;
    background-repeat: no-repeat;
}

.header {
    max-width: 1400px;
    margin: 0 auto
}
.top-nav {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.path-nav {
    top: 79px; 
    z-index: 999;
    position: sticky;
    background: #fff;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center;
}

.path:after { 
    background: none;
}

.manbanner {
    margin-top: 80px;
}


.join-main .list-top .td {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.info-pc{

}

.info-m{
    display: none;
}


.adds-info-m{

}

.c1_p2_list li { 
    width: 23.5%;
    margin-right: 1.5%; 
}

.c1_p2_list li h2 {
    font-size: 20px;
    line-height: 32px;
}

.m_main.news_dmain,.m_main.news_main{
    display: block;
    overflow: hidden;
    margin-top: 80px;
}

.header .head_right {
    height: 100%;
    float: right;
    padding-right: 10px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header .lan {
  width: auto;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 1.8vw;
}
.header .lan:hover .lan_a {
  color: #ff5e00;
}
.header .lan:hover .lan_box {
  display: block;
}
.header .lan .lan_a {
  width: 100%;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .header .lan .lan_a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .header .lan .lan_a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .header .lan .lan_a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .header .lan .lan_a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .header .lan .lan_a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .header .lan .lan_a {
    font-size: 14px;
  }
}
.header .lan .lan_a span {
  margin: 0 5px;
  font-family: "gr_l";
}
.header .lan .lan_a i {
  font-family: "gr_l";
}
.header .lan .lan_a i:first-child {
  font-size: 18px;
}
@media (max-width: 1680px) {
  .header .lan .lan_a i:first-child {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  .header .lan .lan_a i:first-child {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  .header .lan .lan_a i:first-child {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .header .lan .lan_a i:first-child {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  .header .lan .lan_a i:first-child {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .header .lan .lan_a i:first-child {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .header .lan .lan_a i:first-child {
    font-size: 14px;
  }
}
.header .lan .lan_a i:last-child {
  font-size: 14px;
}
.header .lan .lan_box {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  animation: show 0.5s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .lan .lan_box a {
  line-height: 40px;
  text-transform: capitalize;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1680px) {
  .header .lan .lan_box a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .header .lan .lan_box a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  .header .lan .lan_box a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  .header .lan .lan_box a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  .header .lan .lan_box a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .header .lan .lan_box a {
    font-size: 14px;
  }
}
.header .lan .lan_box a:hover {
  color: #ff5e00;
}

@media screen and (max-width: 1610px) {
    .banner-items ul li { 
        width: 220px;
        height: 220px; 
        margin-right: 12%;
        margin-bottom: 2%;
    }
    .iban-box { 
        margin: 4rem auto; 
    }
    .iban-box h3 {
        font-size: 28px;
        color: #fff;
        margin: 0.5rem 0;
    }

    .iban-box p {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
    }


}

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

    .banner-items ul li {
        width: 200px;
        height: 200px;
        margin-right: 10%;
        margin-bottom: 2%;
    }

    .index-btmbanner h2 {
        font-size: 28px; 
    }

    .index-neibanner .neibanner-text, .index-btmbanner .neibanner-text {
        font-size: 42px;
        line-height: 52px; 
    }

    .index-btmbanner .ban-more {
        color: #fff;
        border: 1px solid #fff;
        margin-top: 5rem;
    }
    
    


}

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

    .indban-wd .indban-text ,.index-neibanner .neibanner-text, .index-btmbanner .neibanner-text {
        font-size: 42px;
        line-height: 52px; 
    } 
    

    .iot-items ul li p { 
        font-size: 20px; 
    }

    .info-title h3 {
        font-size: 34px; 
    }

    .h1-title {
        font-size: 34px;
    }
    
    .index-btmbanner h2 {
        font-size: 26px; 
    }

    .ban-box h2 {
        font-size: 30px!important; 
    }
    
    .iban-box h3 {
        font-size: 26px; 
    }
    
    .iban-box p {
        font-size: 15px; 
    }

    .van-box p {
        font-size: 15px; 
        line-height: 32px; 
        padding: 0 26px;
    }

    /*cp*/
    /*.provan-title h3 {
        font-size: 34px;
    }
    
    .provan-box h3 {
        font-size: 22px; 
    }

    .provan-box p {
        font-size: 16px;
        line-height: 34px;
    }

    .pro-title h2 {
        font-size: 30px;
    }

    .pro-title p {
        font-size: 22px; 
    }*/

    /*saas*/
    .saas-title h2 {
        font-size: 44px;
    }

    .saas-serve h3 {
        font-size: 26px; 
    }

    .saas-serve ul li { 
        font-size: 24px; 
    }

    .ban-box p {
        font-size: 42px;
        color: #ff5e00;
        line-height: 52px;
    }

    /*support*/
    
    .support-title h3 {
        font-size: 34px; 
        line-height: 60px; 
    }

    .jiameng-title h2 {
        font-size: 34px;
        color: #ff5e00;
    }

    .jiameng-title p {
        font-size: 22px; 
    }

    .control-label { 
        font-size: 18px; 
    }

    .submit-btn {
        width: 180px;
        height: 50px; 
        font-size: 22px; 
    }

    .c1_p2_list li h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .pro-buy { 
        width: 110px; 
        padding: 10px 30px; 
        font-size: 16px; 
    }


    .d-left-info {
        padding-left: 40%;
    }



}


@media screen and (max-width: 1450px) { 
    
     /*index*/

    .indban-wd .indban-text ,.index-neibanner .neibanner-text, .index-btmbanner .neibanner-text {
        font-size: 38px;
        line-height: 52px; 
    }  
     
    .indban-wd h2 { 
        font-size: 22px; 
    }

    .indban-wd-link { 
        margin-top: 30px; 
    } 

    .iot-items ul li p { 
        font-size: 20px; 
    }

    .info-title h3 {
        font-size: 32px; 
    }

    .h1-title {
        font-size: 32px;
    } 

    .ban-box h2 {
        font-size: 26px!important; 
        margin: 1.3rem 0;
    }

    .index-neibanner .ban-more {
        margin-top: 2rem;
    }

    .info-desc { 
        margin-top: 3.5rem;
    }

    .index-btmbanner h2 {
        font-size: 22px;
    }

    .index-btmbanner .ban-more { 
        margin-top: 3rem;
    }
    
    .ban-more { 
        width: 90px;
        font-size: 14px; 
        padding: 10px 25px; 
    }

    .ban-more i { 
        font-size: 18px;
    }

    .ban-more:hover{  
        width: 100px;
    }

    
    .banner-items ul li {
        width: 200px;
        height: 200px;
        margin-right: 12%;
        margin-bottom: 2%;
    } 
    
    .iban-box h3 {
        font-size: 22px; 
    }
    
    .iban-box p {
        font-size: 15px; 
    }

    .van-box p {
        font-size: 15px; 
        line-height: 32px; 
        padding: 0 26px;
    }

    /*about*/ 
    .mnav li a {
        font-size: 16px; 
    }
    .about-title h2, .saas-title h2 {
        font-size: 32px; 
    }

    .join-main .list-top .td {
        font-size: 16px; 
    }
    
    .join-main .list-box li .bot .info3 .apply {
        width: 160px; 
        font-size: 16px; 
    }


    /*cp*/
    
    .provan-box h3 {
        font-size: 20px; 
    }

    .provan-box p {
        font-size: 15px;
        line-height: 30px;
    }

    .pro-title h2 {
        font-size: 28px;
    }

    .pro-title p {
        font-size: 20px; 
    }
    
    .provan-title h3 {
        font-size: 34px;
    }
    

    /*saas*/
    .saas-title h2 {
        font-size: 42px;
    }

    .saas-serve h3 {
        font-size: 26px; 
    }

    .saas-serve ul li { 
        font-size: 24px; 
    }

    .ban-box p {
        font-size: 36px;
        color: #ff5e00;
        line-height: 42px;
    }

    /*support*/
    
    .support-title h3 {
        font-size: 32px; 
        line-height: 40px; 
    }

    .jiameng-title h2 {
        font-size: 30px;
        color: #ff5e00;
    }

    .jiameng-title p {
        font-size: 20px; 
    }

    .control-label { 
        font-size: 18px; 
    }

    .submit-btn {
        width: 180px;
        height: 50px; 
        font-size: 18px; 
    }

    .c1_p2_list li h2 {
        font-size: 16px;
        line-height: 24px;
    }  

    .pro-buy { 
        width: 110px; 
        padding: 10px 30px; 
        font-size: 16px; 
    }

    .d-van ul li { 
        width: 40%;
        margin-right: 10%;
    }

    .info1-box .pro-title {
        margin:0;
        margin-bottom: 9%;
    }

    .d-left-info {
            padding-left: 35%;
    }
    
     .use-info {
        font-size: 16px;
        line-height: 34px;
        color: #fff;
    }

 


}

/*end 1450*/

@media screen and (max-width: 1280px) {
    .banner-items ul li {
        width: 190px;
        height: 190px;
        margin-right: 10%;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 1200px) {
    
    .m_main.news_dmain,.m_main.news_main{
        display: block;
        overflow: hidden;
        margin-top: 0;
    }

    .c1_p2_list li {
        padding: 20px 0 20px 50px;
        width: 31.5%;
    }

    .path-nav {
        top: 59px; 
    }

    .manbanner {
        margin-top: 0px;
    }

    .banner-items ul li {
        width: 180px;
        height: 180px;
        margin-right: 8%;
        margin-bottom: 2%;
    }

    .iban-box { 
        margin: 3rem auto; 
    }

    .iban-box h3 {
        font-size: 26px;
        color: #fff;
        margin: 0.5rem 0;
    }

    .iban-box p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }


    .index-btmbanner h2 {
        font-size: 26px; 
    }

    .index-neibanner .neibanner-text, .index-btmbanner .neibanner-text {
        font-size: 38px;
        line-height: 52px; 
    }

    .index-btmbanner .ban-more {
        color: #fff;
        border: 1px solid #fff;
        margin-top: 4rem;
    }
    
    .van-box{
        width: 20%;
        margin-right: 4%;
    }
    .van-box img {
        margin: 0px auto;
        margin-top: 40px;
        width: 50%;
    }

    .van-box h3 {
        font-size: 20px; 
    }

    .van-box p {
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        padding: 0 20px;
    }

    .provan-items ul li:first-child{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .provan-items ul li {
        width: 25%;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
    }

    .pro-title h2 {
        font-size: 28px; 
    }


    .d-van ul li h3 {
        font-size: 16px; 
    }

    .d-van ul li { 
        font-size: 13px; 
        line-height: 22px;
    }


    .d-left-info {
            padding-left: 30%;
    }

    .use-title {
        font-size: 24px;
        padding-bottom: 5%;
        color: #fff;
    } 

    .use-info {
        font-size: 15px;
        line-height: 30px;
        color: #fff;
    } 

}

/*end 1200 */


@media screen and (max-width: 1080px) {
    .details-info1 .pro-title p {
        font-size: 18px;
    }
    
    .details-info1 .pro-title h2 {
        font-size: 26px;
    }

    .d-van ul li {
        font-size: 13px;
        line-height: 20px;
    }

    .info1-box .pro-title {
        margin: 0;
        margin-bottom: 7%;
    }

    .pro-title p {
        font-size: 24px;
        color: #7c7c7c;
        margin-bottom: 0px;
    }


    .js-info {
        font-size: 14px;
        line-height: 25px; 
    }

    .cs-info {
        font-size: 14px;
    }


}

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

    .banner-items ul li {
        width: 180px;
        height: 180px;
        margin-right:5%;
        margin-bottom: 2%;
    }

    .pro-title h2 {
        font-size: 28px;
    }

    .details-info1 .pro-title h2 {
        font-size: 24px;
    }



}

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

    .banner-items ul li {
        width: 165px;
        height: 165px;
        margin-right:5%;
        margin-bottom: 2%;
    }

    .banner-items {
        top: inherit;
        right: 0;
        bottom:8.5%;
        height: auto;
        text-align: center;
        width: 100%;
    }

    .nei-banner .banner-title {
        width: 100%;
        height: auto;
        left: 0;
    } 

.index-btmbanner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4rem;
}
 .index-btmbanner .ban-more {
        margin: 2rem auto;
    }



    .index-neibanner .neibanner-text, .index-btmbanner .neibanner-text {
        font-size: 32px;
        line-height: 52px;
    }


    /*.banner-items ul li:first-child{
        margin-right: 0;
        display: block;
        margin: 0 auto;
    }
*/
    .iban-box { 
        margin: 3rem auto; 
    }

    .iban-box h3 {
        font-size: 22px;
        color: #fff;
        margin: 0.5rem 0;
    }

    .iban-box p {
        font-size: 12px;
        color: #fff;
        font-weight: 300;
    }

     .ban-more {
        display: block;
        width: 100px;
        font-size: 16px;
        padding: 10px 25px;
    }
    .ban-more i {
        display: inline-block;
        height: 18px; 
        font-size: 16px;
    }

    .r_btn:before {
        content: " ";
        display: inline-block;
        width: 12px;
        height: 18px;
        background: url(../image/r_btn_1.png) no-repeat;
        background-size: 100%;
    }
    
    .ban-box.index-neibanner {
        margin-top: 6rem;
    }


    .nei-banner img {
        width: 100%;
        width: 100%;
        min-height: 522px;
        object-fit: cover;
    }

    .indban-wd { 
        top: 30%; 
    }

    .indban-wd h2 { 
        font-size: 26px;
        margin-bottom: 16px;
    }

    .indban-wd .indban-text {
        font-size: 38px; 
    }

    .indban-wd-link { 
        margin-top: 0px; 
    }

    .indban-wd-link a{
        width: 120px;
        height: 38px;
        line-height: 38px; 
        font-size: 14px;  
    } 

    .indban-img img {
        width: 100%;
        /*min-height: 480px;*/
        object-fit: cover;
    }

    .pro-desc-img {
        text-align: center;
        padding-top: 10rem; 
        margin: 0 auto;
    }

    .pro-title h2 {
        font-size: 22px;
    }
    .pro-title p {
        font-size: 20px; 
    }
    .pro-title {
        margin: 1.5rem 0; 
    }
    
    .saas-serve ul li {
        width: 120px;
        height: 120px;
        font-size: 28px;
    }

    .jiameng-msg {
        margin: 2rem 0; 
    }

    .details-banner {
        position: relative; 
    }

    .details-info1{
        position: relative;
        padding: 0;
        width: 100%;
        right:0;
        top:0;
    }

    .info1-box .pro-title {
        text-align: center;
        margin-bottom: 13%;
    }

    .d-ban-right {
        width: 100%;
        float: left;
    }
    .d-ban-left {
        width: 100%;
        float: right;
    }


    .info1-box {
        position: relative;
        padding: 0;
        padding-top: 15%;
        width: 100%;
        left: 0;
    right: 0;
    }

    .info1-content{
        padding: 5%;
    }

    .d-van ul li:nth-child(2n) { 
       margin-right: 0%;
       width: 50%;
    }

    .d-mian-right .d-right-img { 
        text-align: center;
    }


    .d-right-img img {
        max-width: 100%;
        width: 60%;
        margin: 0 auto;
    }



    /*.d-bing-img{
        display: none;
    }
    
    .d-m-img{
        display: block;
    }*/

}

/*end 992*/
@media screen and (max-width: 900px) {
    .footer-contact {
        font-size: 18px;
        color: #e3e3e3;
        text-align: left;
        width: 100%;
        float: none;
        text-align: left;
    }

    .wechat-list {
        display: block;
        overflow: hidden;
        text-align: left;
        width: 100%;
        margin-top: 2rem;
    }


}

@media screen and (max-width: 840px) {
    .banner-items ul li {
        width: 150px;
        height: 150px;
        margin-right:5%;
        margin-bottom: 0%;
    }
    .about_con {
        padding: 5rem 3%;
    }
   /* .banner-items {
        top: inherit;
        right: 1.5%;
        bottom: 8.5%;
        height: auto;
        text-align: center;
        width: 45%;
    }    */
    .iot-items ul li {
        width: 47%;
        margin: 0 1.5%;
        margin-bottom: 3%;
    }
    .iot-items ul li p { 
        font-size: 20px; 
    }

    .provan-title h3{
        font-size: 28px!important;
    }
    
    .provan-box h3 {
        font-size: 20px; 
    }

    .provan-box p {
        font-size: 16px;
        line-height: 2rem;
    }


    .saas-serve ul li {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 28px;
        margin-bottom: 1rem;
    } 
    
    .control-label { 
        font-size: 17px;
        width: 25%;
    }

    .form-control {
        height: 45px;
    }
   


}
/*end 840*/

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

.c1_p2_list li {
    width: 48%;
    margin-right:2%;
}

.info-pc{
    display: none;
}

.info-m{
    display: block;
}

.adds-info-m {
    margin-top: 15px;
}

.adds-info p {
    margin-bottom: 0px;
}
.adds-info-m p{
    line-height: 26px;
    letter-spacing: 0.04rem;
}

   /* .banner-items {
        top: inherit;
        right: 2.5%;
        bottom: 3.5%; 
    }*/

    .indban-wd {
        top: 20%;
        width: 100%;
        left: 0;
        text-align: center;
    }
    .iban-box h3 {
        font-size: 20px;
        color: #fff;
        margin: 0.5rem 0;
    }

    .iban_pc{
        display: none;
    }

    .iban_m{
        display: block;
    }



    .ban-box.index-neibanner {
        margin-top: 6rem;
        text-align: center;
        width: 100%;
    }

    .index-neibanner .ban-more {
        margin: auto;
        margin-top: 4rem; 
    }


   /* .index-btmbanner {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: 4rem;
    }

   
*/

    .index-btmbanner h2 {
        font-size: 22px; 
    }

    .index-neibanner .neibanner-text, .index-btmbanner .neibanner-text {
        font-size: 30px;
        line-height: 52px; 
    }

    .index-btmbanner .ban-more {
        color: #fff;
        border: 1px solid #fff;
        margin-top: 20px;
    } 
 
    .van-box { 
        width: 100%;
        margin-right:0;
        min-height: 50px;
        margin-top: auto; 
        margin-bottom: 20px;
        display: -webkit-box;
        overflow: hidden;
    }

    .van-items .van-box:first-child {
        margin-top: -90px;
    }

    .van-box:hover {
        opacity: 1;
        margin-top: auto; 
    }

    .van-bg {
        background-image: none;  
        margin-bottom: 3rem; 
    }

    .van-img{
        width: 35%;
        float: left;
        background-image: url(../image/about_02_m.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center;

        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -moz-box-align: center;

        display: -o-box;
        -o-box-orient: horizontal;
        -o-box-pack: center;
        -o-box-align: center;

        display: -ms-box;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -ms-box-align: center;

        display: box;
        box-orient: horizontal;
        box-pack: center;
        box-align: center;


        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
    }
    .van-info {
        float: left;
        width: 65%;
        text-align: left;
    } 

    .van-box h3 {
        text-align: left;
        padding: 12px 0;
        display: none;
    }

    .van-box{
        display: -webkit-box;
        display: inline-block;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center; 

        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -moz-box-align: center;

        display: -o-box;
        -o-box-orient: horizontal;
        -o-box-pack: center;
        -o-box-align: center;

        display: -ms-box;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -ms-box-align: center;

        display: box;
        box-orient: horizontal;
        box-pack: center;
        box-align: center;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
    }

    .van-box p {
        font-size: 14px;
        color: #fff;
        line-height: 28px;
        padding: 0 0;
        padding: 1.5rem; 
        display: block;
        overflow: hidden;
        text-align: left;
    }

    .mvan-title {
        display: block;
        text-align: center!important;
        width: 100%;
        padding: 8px 0!important;
        font-weight: 600;
    }

    .van-box img {
        margin: 0px auto;
        margin-top: 15px;
        width: 50%;
        float: initial; 
        margin: 2%;
    }
    
    .provan-box {
        padding: 0 1.5rem;
    }

    .provan-box h3 {
        font-size: 18px; 
    }

    .provan-box p {
        font-size: 16px;
        line-height: 2rem;
    }
   

    .honor-list ul li,.honor-list ul li:nth-child(2n){
        width: 100%; 
    }

    .honor-list ul li a {
        font-size: 16px; 
    }

    .hezuo-banner .banner-title {
        text-align: center;
        top: 5rem;
    }
    .ban-box h2 {
        font-size: 32px;
    }
    .ban-box p {
        font-size: 38px;
    }
    .hezuo-banner .banner-title .ban-box {
        text-align: center;
        margin: auto;
    }
    .hezuo-banner .banner-title .ban-more {
        margin: auto;
        color: #ffffff;
        border: 1px solid #ff5e00;
        background-color: #f60;
        margin-top: 3rem;
    }
    .hezuo-banner .banner-title .ban-more .r_btn:before{
        background: url(../image/r_btn_2.png) no-repeat;
    }
    .hezuo-banner  .ban-box h2{
        color: #9f9f9f;
    }
    .hezuo-banner .banner-title .ban-box span { 
        margin: 0 auto;
    }

    .partner-items ul li { 
        width: 22.6%;
        margin: 1% 1%;
    }

    .pro-desc-img {
        text-align: center;
        padding-top: 8rem; 
        margin: 0 auto;
    }


    .control-label { 
        font-size: 17px;
        width: 30%;
    }
    .control-input { 
        width: 65%;
    }

    .form-control {
        height: 45px;
    }

 
    .footer-contact {
        font-size: 18px;
        color: #e3e3e3;
        text-align: left;
        width: 100%;
        float: none;
        text-align: left;
    }

    .footer-contact h3 {
        font-size: 24px;
        margin: 2rem 0 1rem 0;
    }

    .footer-contact p i{
        display: none;
    }

    .footer-contact p span {
        display: block;
    }

    .adds-info-m p span{
        display: inline-block;
        padding-right: 12px;
    }

    .adds-info {
        padding-top: 35px;
        font-size: 16px;
        line-height: 28px;
        color: #848484;
        margin-bottom: 0.5rem;
    }

    .wechat-list {
        display: block;
        overflow: hidden;
        text-align: left;
        width: 100%;
        margin-top: 2rem;
    }

    .footer .bottom .left {
        float: none; 
        width: 100%!important; 
        display: none;
    }

    .footer-copyright p { 
        padding-right: 0;
        text-align: left;
        width: 100%;
    }

    .footer-copyright p span {
        display: block;
        overflow: hidden;
    }

    .footer-copyright p {
        display: inline-block;
        font-size: 14px;
    }


    .d-mian-left, .d-mian-right {
        width: 100%;
        display: block;
        overflow: hidden;
        float: left;

    }

    .d-left-info {
       padding-left: 5%;
       padding-right: 5%;
    }
    
    .js-info {
        font-size: 14px;
        line-height: 25px;
        padding: 5% 0;
    }

    .details-canshu {
        margin-top: 5%;
    }


    .buy-btn {
        text-align: left;
        float: inherit;
        padding-top: 0;
    }

    .details-use-left {
        width: 100%;
        float: left;
    }

   .details-use-right {
        width: 100%;
        float: left;
        position: relative;
        z-index: 1001;
        height: 100%;
        right: 0;
        top: 0;
        background: #ff5e00;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center; 

        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -moz-box-align: center;

        display: -o-box;
        -o-box-orient: horizontal;
        -o-box-pack: center;
        -o-box-align: center;

        display: -ms-box;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -ms-box-align: center;

        display: box;
        box-orient: horizontal;
        box-pack: center;
        box-align: center;
    }
    
    .use-box { 
        padding: 10%;
    }


}

/*end 768 */


@media screen and (max-width: 640px) {
    .indban-wd {
        top: 25%;
    }
    .banner-items { 
        bottom: 15%; 
    }     
    .banner-items ul li {
        width: 150px;
        height: 150px;
        margin-right: 0.5%;
        margin-bottom: 0%;
    }

    .info-items {
        margin: 4rem 0;
        text-align: center;
    }
    .info-title h3 {
        font-size: 28px; 
    }

    .info-desc {
        font-size: 18px; 
        margin-top: 2rem;
    }
    
    .provan-main { 
         margin-top: 0rem;  
    }

    .provan-items { 
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .provan-items ul li {
        width: 100%; 
        margin-bottom: 2rem;
    }

    .provan-box h3 {
        font-size: 18px; 
        padding-bottom: 0;
    }

    .provan-box p {
        font-size: 15px;
        line-height: 2rem;
    }

    .pro-big-title h2 em {
        font-size: 130px;
    }
    .pro-big-title h2 font {
        font-size: 34px;
        margin-top: 25px;
    }
    .pro-box {
        width: 100%;
    }

    .ban-box h2 {
        font-size: 24px;
        margin: 1.5rem 0;
    }

    .ban-box p ,.support-title h3,.jiameng-title h2{
        font-size: 30px;
    }

    .partner-items ul li {
        width: 30.6%;
        margin: 1% 1%;
    }

    .form-group {
        width: 100%;
        float: left;
        padding: 15px 0;
    }

    .control-label { 
        text-align: right;
        width: 25%;
    }

    .submit-btn {
        width: 150px;
        height: 45px;
        font-size: 18px;
        float: initial;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .jiameng-title {
        text-align: center;
    }


    .pro-desc-img { 
        padding-top: 6rem; 
    }
    
    .mnav li {
        padding: 0 15px;
        width: initial!important;
        min-width: 13%!important;
    }


     .adds-info-m {
        margin-top: 15px;
    }

    .adds-info p {
        margin-bottom: 0px;
    }
    .adds-info-m p{
        line-height: 26px;
        letter-spacing: 0.04rem;
    }


    .c1_p2_list li {
        width: 100%;
        margin-right:0;
    }


}

@media screen and (max-width: 700px){
    .join-main .td4 .show_more {
        border: none;
        line-height: 28px;
        width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 600px){
    .path-nav {
        top: 49px;
    }
}

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

    .about-info,.saas-desc,.info-desc,.pro-desc{
        padding: 0 22px; 
        margin-top: 38px;
    }
    .about-info br,.saas-desc br,.info-desc br {
        display: inline-block;
        line-height: 1px;
        display: none;
    }
    
    .ban-box h2 {
        font-size: 17px!important;  
        line-height: 28px;
    }

    .info-title span { 
        margin: 15px auto;
    } 

    .banner-items { 
        bottom: 1.5%; 
    } 

    .banner-items ul li {
        width: 90%;
        height: 80px;
        border-radius: 15px;
        margin-right: 0;
        margin-bottom: 2%;
        background-color: rgb(235 90 45 / 80%);
    }
    .indban-wd {
        top: 10%;
    }

    .iban-box {
        margin: 0 auto;
        padding-top: 8px;
    } 
    
    .nei-banner.index-btmban img {
        min-height: 600px;
        object-fit: cover;
    }

    .ban-more {
        display: block;
        width: 80px;
        font-size: 14px;
        padding: 10px 20px;
    }

    .r_btn:before { 
        background: url(../image/r_btn_1.png) no-repeat;
        background-size: 80%!important;
    }

    .index-btmbanner .ban-more .r_btn:before {
        background: url(../image/r_btn_2.png) no-repeat;
        background-size: 80%!important;
    }

    .iban-box p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }


    .footer-contact h3 {
        font-size: 20px;
        margin: 2.1rem 0 0rem 0;
        letter-spacing: 2px;
    }

    .adds-info-m {
        margin-top: 15px;
    }

    .adds-info p {
        margin-bottom: 0px;
    }

   
    .adds-info {
        padding-top: 30px;
        font-size: 14px;
        line-height: 23px;
        color: #848484;
        margin-bottom: 0.5rem;
        letter-spacing: 0.03rem;
    }

    .adds-info-m p{
        line-height: 26px;
        letter-spacing: 0.04rem;
    }


    /*about*/
    .about_con {
        padding: 3rem 3%;
    }
    
    .mnav li a {
        font-size: 14px;
    }

    .about_con .about-info{
        padding: 0 0px;
    }

    .about-info p, .saas-desc p,.info-desc p {
        font-size: 14px; 
        margin-top: 28px;
        line-height: 30px;
    }

    .join-main .list-top .td {
        font-size: 14px;
    }

    .jobs-content, .join-main { 
        margin: 20px auto;
        margin-bottom: 40px;
    }
    
    .honor-list ul li a {
        font-size: 14px;
    }

    .join-main .td1, .join-main .td2, .join-main .td3, .join-main .td4 {
        font-size: 13px;
        color: #666;
    }

    /**/


    /*cp*/
    .pro-title {
        margin: 1.9rem 0;
    }

    .pro-big-title h2 {
        font-size: 24px;
        color: #FF5E00;
        margin-bottom: 1.5rem;
    }

    .pro-desc { 
        margin-top: 0px;
    } 

    .pro-desc p {
        font-size: 14px;
        line-height: 32px; 
    }

    .pro-list .h1-title {
        margin:5rem 0 5rem 0;
    }
    
    .pro-title p {
        font-size: 16px;
    }

    .pro-title h2 {
        font-size: 18px;
    }

    .pro-buy { 
        width: 65px; 
        padding: 8px 30px; 
        font-size: 14px; 
    }


    /**/ 

    
    .indban-wd h2 {
        font-size: 16px!important;
        margin-bottom: 0px;
        line-height: 30px;
    }  
    .indban-wd .indban-text {
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .info-items {
        margin: 6rem 0;
        text-align: center;
    }
    .info-title h3 {
        font-size: 22px; 
    }

    .iban-box h3 {
        font-size: 18px;
        color: #fff;
        margin: 0.5rem 0;
    }

    .index-btmbanner h2 {
        font-size: 16px;
    } 

    .info-desc {
        font-size: 18px; 
        margin-top: 2rem;
    }

    .iot-items ul li p {
        font-size: 14px;
        bottom: 0;
    } 

    .ban-box.index-neibanner {
        margin-top: 3rem;
    } 

    .index-btmban .banner-items {
        bottom: 7.5%;
    }
    
    .index-neibanner .ban-more {
        margin: auto;
        margin-top: 2rem;
    }

    .about-title h2, .saas-title h2 {
        font-size: 22px;
        line-height: 34px;
    }

    .about-title h3 {
        font-size: 15px; 
    }

    .honor-list { 
        margin: 66px auto; 
    }


    .honor-list ul li { 
        line-height: 28px; 
    }

    .honor-list ul li a p {
        float: left;
        padding-left: 0px;
        width: calc((100% - 75px));
    }


    .h1-title {
        font-size: 22px; 
    }
    .index-neibanner .neibanner-text, .index-btmbanner .neibanner-text {
        font-size: 22px;
        line-height: 30px;
    }

    .ban-box p, .support-title h3, .jiameng-title h2 {
        font-size: 26px;
    }

 

    /*.info-desc p {
        font-size: 16px;
    }*/

    .partner-tips {
        font-size: 14px;
        color: #585858;
        text-align: right;
        margin-top: 1rem;
    }

    .saas-serve ul li {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .footer-contact h2 {
        font-size: 28px;
        color: #ff5e00;
        padding-top: 10px;
    }

    .footer .top {
        padding: 20px 15px; 
    }

    .footer .bottom {
        padding: 20px 15px; 
    }


    .wechat-list li p {
        line-height: 30px;
    }



    .wechat-list li { 
        width: 25%;
    }

    .kefu { 
        right: 10px;
        bottom: 35%;
        width: 40px; 
    }

    .kicon {
        width: 40px;
        height: 40px; 
        line-height: 40px; 
    }


    .kicon img {
        width: 20px; 
    }


    .saas-title h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .saas-serve h3 {
        font-size: 22px;
        margin-top: 50px;
    }

    .saas-serve ul { 
        margin: 40px auto;
        margin-bottom: 60px;
    }

    .saas-title {
        font-size: 48px;
        margin-top: 3rem;
    }

    .support-title {
        margin-top: 3rem;
    }

    
    .use-box { 
        padding: 10% 5%;
    }
    
    .use-title {
        font-size: 20px;
        padding-bottom: 2%;
        color: #fff;
    } 
    .control-label {
        text-align: right;
        font-size: 16px;
        width: 30%;
    }

    .control-input {
        width: 60%;
    }
    
    .submit-btn {
        width: 150px;
        height: 38px;
        font-size: 16px;
        float: initial;
        margin: 0 auto;
        text-align: center;
        display: block;
    }



}

@media screen and (max-width: 400px){
    .footer .top {
        padding: 20px 0px;
    }  
    .wechat-list li p {
        line-height: 30px;
        font-size: 12px;
    }

} 


