

/* 大屏幕（大桌面显示器，大于等于 1200px） */

body{
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,'PingFang SC',Arial,sans-serif !important;
}
a{
    text-decoration: none !important;
}
input,button,a,i,p{
    outline:0 none !important; blr:expression(this.onFocus=this.blur()) !important;
    background-color: none !important;
}
.swiper-button-prevs,.swiper-button-nexts{
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top:-25px;
    border: 0;
    outline:none;
}
.swiper-button-prevs{
    left: 10px;

}
.swiper-button-nexts{
    right: 10px;
    z-index: 20px;
}
.swiper-button-prevs i,.swiper-button-nexts i{
    font-size: 50px;
    color: #fff;

}
@media (max-width: 767px){
    .swiper-button-prevs i,.swiper-button-nexts i{
        font-size: 40px;
        color: #fff;
    }
}
.swiper-button-disabled{
    opacity: 0.3;
    color: #000;
}
.stick{
    width: 40px;
    height: 40px;
    background: #999999;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.stick:hover{
    background: #02692e;
}
.stick i{
    font-size: 25px;
}
.box{
    width: 100%;
    background: #F5F5F5;
}
.top{
    max-width: 1140px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#nav{
    width: 100%;
    height: 70px;
    background: #fff;
}
.nav-check{
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top-left{
    font-size: 14px;
    color:#999999;
}
.top-left span:hover{
    color: #04B24E;
}
.top-right{
    color: #666666;
    font-size: 14px;
}

.nav-item{
    max-width: 1140px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav-link{
    width: 100%;
    height: 100%;
    z-index: 10;
    margin-left: 200px;
    display: flex;

}
.nav-link .present{
    flex: 1;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 0;
}

.present>:first-child{
    display: block;
    color: #000;
}
.nav-link  .present:hover{
    background: #F6F7F8;
}
.nav-link  .present:hover:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #04B24E;
}
.nav-item .nav-link .check>a{
    color: #04B24E;
}
.nav-link .submenu {
    position: absolute;
    left:0;
    width: 100%;
    padding: 10px 10px;
    background: #161C19;
    z-index: 10002;
    opacity: 0.9;
    display: none;
}
.nav-link .submenu li{
    height:40px;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
}
.nav-link .submenu a{
    display: block;
    color: #fff;
    font-size: 12px;
}
.nav-link .submenu a:hover{
    color: #04B24E;
}



/*绉诲姩绔鑸爮*/
.mobile{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.mobile-nav{
    width: 100%;
    height: 50px;
    background: #fff;
    padding:0 10px;
    /*  position: fixed;
      top: 0;
      left: 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mobile-logon{
    height: 22px;
}
.mobile-logon img{
    height: 100%;
}
.menu{
    width: 40px;
    height: 100%;
    line-height: 50px;
    text-align: right;
}
.icon-daohang{
    font-size: 28px;
    color: #04B24E;
}
.mobile-menu {
    background: #04B24E;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.mobile-h{
    height: 50px;
    background: #fff;
}
.show{
    height: auto;
    overflow-y: scroll;
    opacity: 1;
}
.menu-item{
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.menu-item a{
    display: block;
    margin-left: 15px;
    color: #fff;
}
.menu-item .icon{
    color: #fff;
}
.menu-item .text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-item .text span{
    padding-left: 15px;
}
.menu-item .text .icon{
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.menu-item .text .rotate{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.text .icon i{
    font-size: 20px;
}
.item-child{
    display: none;
}
.mobile-menu .has-child{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu-item .item-child a{
    padding-left: 20px;
    color: #fff;
    display: block;
}
.mobile-menu .menu-item.active{
    /*  background: #000;*/
    /*   opacity: 0.7;*/
}

/*移动端导航end*/


/*系统模块*/
.system{
    width: 100%;
    background: #F6F7F8;
}
.system-box{
    max-width: 1140px;
    margin: 0 auto;
}
.system-box h1{
    padding-top:118px;
}
.system-box-top{
    width: 100%;
    margin-top:118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    text-align: center;
    position: relative;
}
.system-box-top span{
    font-size: 40px;
    font-weight: bold;
    position: relative;

}
.system-box-top span:after{
    position: absolute;
    left: 50%;
    bottom: -23px;
    margin-left: -35px;
    content: "";
    width: 70px;
    height: 3px;
    background: #04B24E;
}
.system-box-left{
    display: inline-block;
    float: right;
    height: 40px;
    position: absolute;
    margin-right: 15px;
    top: 8px;
    right: 0;
}
.system-box-left p{
    width: 40px;
    height: 40px;
    border:1px solid #DDDDDD;
    background: #fff;
    display: inline-block;
}
.box-left-check{
    margin-left:9px;
    color:#04B24E;
}
.system-box-left p i{
    font-size: 25px;
    line-height: 40px;
}
.system-center{
    margin-top:90px;
    width: 100%;
    overflow: hidden;
    border-top:1px solid #DEDEDE;
    border-left:1px solid #DEDEDE;
    border-bottom:1px solid #DEDEDE;
}
.system-center-item{
    width: 100%;
    float:left;
    background: #fff;
    border: 1px solid #DEDEDE;
    padding: 40px 30px;
}
.system-center-item p{
    width: 25%;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #04B24E;
}
.system-text{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
.system-text li{
    margin-bottom: 10px;

    width:45%;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #F6F7F8;
    color: #666666;
    text-align: center;
}
.system-foot{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top:20px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.system-foot a{
    display: block;
    border-right: 5px;
    width: 48%;
    height: 50px;
    line-height: 50px;
    background: #DFF2E7;
    color: #343434;
}
.system-switch{
    position: relative;
    /*  display: flex;*/
    width: 4000px;
    height: 463px;
    overflow: hidden;
}

.system-foot a:hover{
    background: #04B24E;
    color: #fff;
}
.banner{
    width: 100%;
    padding-top: 37%;
    background: -webkit-linear-gradient(#1ECA7F, #1BC0C2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1ECA7F, #1BC0C2); /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#1ECA7F), to(#1BC0C2));
    background: linear-gradient(#1ECA7F, #1BC0C2); /* 标准的语法 */
}

@media (max-width: 768px){
    .system-box-top{
        margin-top: 20px;
    }
    .system-box-top span{
        font-size: 25px;
    }
    .system-box-left{
        margin-right: 0;

    }
}
@media (max-width: 790px){
    .system-box-left{
        right:18px;
        top: 0;
    }
    .hezi{
        margin-top: 60px;
        padding-bottom: 40px;
    }
    .box-left-check{
        margin: 0;
    }
}


/*数据精准*/
.accurate{
    max-width: 1140px;
    margin: 0 auto;
}
.accurate .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    padding:116px 0  82px 0;
    position: relative;
}

.accurate .title:after{
    position: absolute;
    left: 50%;
    bottom: 53px;
    margin-left: -35px;
    content: "";
    width: 70px;
    height: 3px;
    background: #04B24E;
}

.accurate-data{
    margin-bottom: 60px;
}
.accurate-data >div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}
@media (max-width: 768px){
    .accurate .title{
        padding: 30px 0  40px 0;
        font-size: 25px;
    }
    .accurate .title:after{
        bottom: 25px;
    }
    .accurate-data >div{
        margin-bottom: 20px;
    }
    .accurate-data{
        margin-bottom: 30px;
    }
}
.accurate-data >div:hover img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.accurate-data >div>img{
    width: 90px;
    height: 90px;
}
.accurate-text{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    margin-left: 20px;

}
.accurate-text span{
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.accurate-data >div p{
    margin-bottom:20px;
    font-size: 18px;
    color: #000;
}
/*应用*/
.apply{
    width: 100%;
    background: -webkit-linear-gradient(left, #1BC0C2 , #1ECA7F); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1BC0C2, #1ECA7F); /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, right top, from(#1BC0C2) , to(#1ECA7F));
    background: -o-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: linear-gradient(to right, #1BC0C2 , #1ECA7F); /* 标准的语法 */
}
.apply-box{
    max-width: 1140px;
    margin: 0 auto;
}
.apply-box .row{
    margin-bottom: 120px;
}
.title{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding:116px 0  82px 0;
    position: relative;
}
.title:after{
    position: absolute;
    left: 50%;
    bottom: 53px;
    margin-left: -35px;
    content: "";
    width: 70px;
    height: 3px;
    background: #fff;
}
@media (max-width: 768px){
    .title{
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        padding:30px 0  30px 0;
        position: relative;
    }
    .title:after{
        bottom: 25px;
    }
    .apply-box .row{
        margin-bottom: 30px;
    }
}
.apply-list{
    position: relative;
    margin-bottom: 20px;

}
@media (max-width: 768px){
    .title:after{
        bottom: 14px;
    }
}
/*.apply-box .row .apply-list{
  opacity: 0;
    transform:translate3d(0 150px 0);
  transform:translateY(150px);
}*/
/*.apply-box .row.visible .apply-list{
       opacity: 1;
      transform:translate3d(0 0 0);
      transform:translateY(0);
       -webkit-transition: all .5s linear;
       transition: all .5s linear;
}*/
/*.apply-box .row.visible .apply-list:nth-child(1){
       -webkit-transition-delay: .3s;
        transition-delay: .3s;
}
.apply-box .row .apply-list:nth-child(2){
       -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.apply-box .row .apply-list:nth-child(3){
       -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.apply-box .row .apply-list:nth-child(4){
       -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.apply-box .row .apply-list:nth-child(5){
       -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.apply-box .row .apply-list:nth-child(6){
       -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.apply-box .row .apply-list:nth-child(7){
       -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.apply-box .row .apply-list:nth-child(8){
       -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}*/
.apply-photo{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.apply-list :hover .photo{
    -ms-transform:scale(1.2);
    transform:scale(1.2);//设置缩放比例
-ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.apply-list .apply-photo img{
    width: 100%;
}
.apply-icon{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.apply-list .apply-photo .apply-icon img{
    width: 40px;
    height: 40px;
}
.apply-icon span{
    margin-top:20px;
    color: #fff;
    font-size: 18px;
}

/*系统*/
.capacity{
    width: 100%;
    background: #F6F7F8;
}
.capacity-box{
    max-width: 1140px;
}
.capacity-box .title{
    color: #000000;
}
.capacity-box .title:after{
    background:#04B24E;
}
.capacity-center{
}
@media (max-width: 768px){
    .capacity-center{
    }
}
.capacity-center:hover i{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.capacity-center i{
    font-size: 65px;
    color: #04B24E;
}
.capacity-center .accurate-text p{
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.capacity-center .accurate-text span{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

/*核心优势*/
.advantage{
    width: 100%;
}
.advantage.container-fluid{
    max-width: 1140px;
}
.advantage .title{
    color: #000;
}
.bg{
    position: absolute;
    z-index: 0;
}
.advantage .title:after{
    background:#04B24E;
}
.advantage .row{
    position: relative;
    margin-bottom: 120px;
}
@media (max-width: 768px){
    .advantage .row{
        margin-bottom: 30px;
    }
}
.kernel-photo{
    width: 100%;
    height: 100%;
}
/*.aa img{
  width: 100%;
  opacity: 0;
}*/
/*.bb{
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 90px;
}*/
.kernel-right,.kernel-left{
    width: 100%;
    position: absolute;
    top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}
.kernel-left .kernel-text{
    text-align: right;
}
/*.cc{
  transform: translateX(300px);
  opacity: 0;
}*/
.kernel-right.checks{
    right:90px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
/*.ff{
  transform: translateX(-300px);
  opacity: 0;
}*/
.kernel-left.check{
    left:90px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.kernel-right>div,.kernel-left>div{
    margin-bottom: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kernel-right>div i,.kernel-left>div i{
    color: #04B24E;
}
.kernel-right>div:hover .kernel-icon,.kernel-left>div:hover .kernel-icon{
    background: -webkit-linear-gradient(left top, #04B24E , #1DB9BB); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #04B24E, #1DB9BB); /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, right bottom, from(#04B24E) , to(#1DB9BB));
    background: -webkit-linear-gradient(top left, #04B24E , #1DB9BB);
    background: -o-linear-gradient(top left, #04B24E , #1DB9BB);
    background: linear-gradient(to bottom right, #04B24E , #1DB9BB); /* 标准的语法 */
}
.kernel-right>div:hover i,.kernel-left>div:hover i{
    color: #fff;
}
.kernel-right .kernel-text{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    margin-left: 15px;
}
.kernel-left .kernel-text{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    margin-right: 15px;
}
.kernel-right .kernel-icon,.kernel-left .kernel-icon{
    width: 64px;
    height: 64px;
    background: #fff;
    -webkit-box-shadow:0px 0px 21px rgba(0,0,0,0.13);
    box-shadow:0px 0px 21px rgba(0,0,0,0.13);
    border-radius: 50%;
    background: #fff;
    line-height: 64px;
    text-align: center;
}
.kernel-right i,.kernel-left i{
    font-size: 40px;

}
.kernel-text p{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}
.kernel-text span{
    font-size: 14px;
    color: #999999;
}
@media (max-width: 992px){
    .kernel-right>div, .kernel-left>div{
        margin-bottom: 30px;
    }
    .kernel-right .kernel-icon, .kernel-left .kernel-icon{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .kernel-text{
        width: 130px;
    }
    .kernel-text p{
        font-size: 14px;
        margin: 10px 0 5px 0;
    }
    .kernel-text span{
        font-size: 12px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .kernel-right, .kernel-left{
        top:57px;
    }
}
@media (max-width: 767px){
    .kernel-right,.kernel-left{
        position: static;
    }
    .kernel-right{
        margin-top:20px;
    }

}



.safety{
    width: 100%;
    background: #F6F7F8;
}
.safety .safety-box{
    max-width: 1140px;
}
.safety-box .row>div:hover .safety-photo{
    background: #04B24E;
}
.safety-box .row>div:hover .safety-photo i{
    color: #fff;
}
/*.safety-box .row>div:nth-child(1){
  animation-delay: 0.5s;
}
.safety-box .row>div:nth-child(2){
  animation-delay: 0.7s;
}
.safety-box .row>div:nth-child(3){
  animation-delay: 0.9s;
}
.safety-box .row>div:nth-child(4){
  animation-delay: 1.2s;
}*/
.safety .title{
    color: #000000
}
.safety .title:after{
    background: #04B24E;
}
.safety-photo{
    width: 100%;
    height: 180px;
    background: #DFF2E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.safety-photo i{
    font-size: 80px;
    color: #04B24E;
}
.safety-text{
    padding:0 25px;
    height: 200px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top:50px;
    text-align: center;
}
.safety-text p{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.safety-text span{
    font-size: 14px;
    color: #999999;
}
.safety-box .row{
    margin-bottom: 120px;
}
@media (max-width: 992px){
    .safety-box .row>div{
        margin-bottom: 35px;
    }
}
@media (max-width: 768px){
    .safety-box .row{
        margin-bottom: 10px;
    }
}


.display-pc{
    display: block;
}
.display-mobile{
    display: none;
}


/*资格证书*/
.credentials{
    width: 100%;
}
.credentials-box{
    max-width: 1140px;
    padding-top: 100px;
    padding-bottom: 120px;
}
@media (max-width: 768px){
    .credentials-box{
        max-width: 1140px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.credentials .title{
    color: #000;
}
.credentials .title:after{
    background: #04B24E;
}
/*.carousel div>div:hover{
  transform: scale(1.2);
  transition:  all 0.5s;
  box-shadow: 0px 0px 21px rgba(0,0,0,0.18);
}*/
.carousel div img{
    width: 100%;
}
.asd{
    /*  width: 10000%;*/
    overflow: hidden;
}




/*合作伙伴*/
.partner{
    width: 100%;
    background: -webkit-linear-gradient(left, #1BC0C2 , #1ECA7F); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1BC0C2, #1ECA7F); /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, right top, from(#1BC0C2) , to(#1ECA7F));
    background: -o-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: linear-gradient(to right, #1BC0C2 , #1ECA7F);
}
.partner-box{
    max-width: 1140px;
}
.partner-box .title{
    color: #fff;
}
.partner-box .row{
    margin-bottom: 120px;
}
@media (max-width: 768px){
    .partner-box .row{
        margin-bottom: 30px;
    }
}
.partner-box .row>div{
    /*  height: 146px;*/
    margin-bottom: 20px;
}
@media (max-width: 768px){
    .partner-box .row>div{
        /*      height: auto;*/
        margin-bottom: 20px;
    }
}

/*最新动态*/
.journalism{
    width: 100%;
    background: #F6F7F8;
}
.journalism .container-fluid{
    max-width: 1140px;
}
.journalism-content{
    width: 100%;
    position: relative;
}
.journalism-content{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.journalism .title{
    color: #000;
}
.journalism .title:after{
    background: #04B24E;
}
.journalism .row{
    margin-bottom: 120px;
}
@media (max-width: 768px){
    .journalism .row{
        margin-bottom: 30px;
    }
}
.journalism-content img{
    width: 100%;
}
.journalism-content>p{
    position: absolute;
    top: 0;
    right: 0;
    background:rgba(0,0,0,0.6);
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
}
.journalism-text{
    height: 98px;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-top: none;
    padding:0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.journalism-text p{
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.journalism-text span{
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.journalism-list{
    padding: 25px 0 0 0;
    overflow: hidden;

}
.journalism-list p{
    margin-bottom: 20px;
    padding:  0 0 0 32px ;
    position: relative;
    overflow: hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.journalism-list p:hover a{
    color: #04B24E;
}
.journalism-list a{
    color: #666666;
    font-size: 15px;
}
.journalism-list p:after{
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -16px;
    background: #fff;
    border-radius: 50%;
    border:2px solid #00AA49;
}

.padding-left{
    padding-left:50px
}
.padding-right{
    padding-right:50px
}

/*尾部*/
.footer{
    width: 100%;
    background: #FFFFFF;
}
.footer .container-fluid{
    width: 1140px;

}
.footer .row{
    padding: 69px 0 53px 0;
}

.footer .row p{
    font-size: 24px;
    color: #000;
    margin-bottom: 27px;
}
@media (width: 767px){
    .footer .row{
        padding: 30px 0 0 0;
    }
    .footer .row p{
        font-size: 24px;
        color: #000;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.footer .row a,.footer .row span{
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}
.footer .row a:hover{
    color: #04B24E;
}
.footer .row img{
    margin-bottom: 35px;
}
.footer .row img.center-block{
    margin-left: 0;
}
.weixin{
    width: 100px;
}
.footer .row div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blogroll{
    width: 100%;
    background: #F6F7F8;
    border-bottom: 1px solid #d2d3d5;
}
.blogroll .container-fluid{

    margin: 0 auto;
    padding: 20px 15px;
}

.blogroll .container-fluid span{
    font-size: 14px;

}
.blogroll .container-fluid span a{
    color: #666666;
}
.copyright{
    width: 100%;
    background: #F6F7F8;

}
.copyright .container-fluid{

    padding: 20px 0;
}
.copyright .container-fluid span{
    font-size: 14px;
    color: #666666;
}
@media (width: 767px){
    .blogroll .container-fluid{
        padding: 10px 15px;
    }
    .blogroll .container-fluid span,.copyright .container-fluid span{
        font-size: 12px;
    }
    .copyright .container-fluid{
        padding: 10px 0;
    }

}
/*@media screen and (min-width: 768px) and (width:991px ){
     .container{width:750px;}
     .my-img{width:50%}
}
width:767px*/
@media (width: 767px){
    .footer .row div{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer .row img.center-block{
        margin-left:auto;
    }
    .copyright .container-fluid span{
        text-align: center;
    }
    /*.copyright .container-fluid .text-right{
      margin-top: 10px;
    }*/
}


.total-title{
    text-align: start;
    font-size: 70px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 17%;
    left: 18%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.total-title span{
    display: block;
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}
.total-title img{
    position: absolute;
    top: -40px;
    left: -80px;
}
/*支持服务页面*/

.backdrop{
    width: 100%;
    /*background: #F6F7F8;*/
    position: relative;
}
.backdrop .img_banner_z{
    display: block;
    width: 100%;
}
.backdrop .img_banner_m{
    display: none;
    /*width: 100%;*/
}
.backdrop .container-fluid{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    max-width: 1140px;
    padding: 59px 45px 71px 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    bottom: 200px;
}
@media (max-width: 768px){
    .backdrop .container-fluid{
        padding: 40px 0 38px 0;
    }
    .backdrop .container-fluid{
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
        border-radius: 20px;
        max-width: 1140px;
        padding: 59px 45px 71px 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        bottom: 0;
    }
}
.backdrop .tite{
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}

.backdrop .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -15px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}

.backdrop .english-title{
    font-size: 24px;
    color: #999999;
    margin-top: 70px;
    letter-spacing: 5px;
    line-height: 38px;
}
.serve{
    width: 100%;
}
.serve .container-fluid{
    max-width: 1140px;
}
.container-fluid>p{
    font-size: 30px;
    color: #000;
    margin-top: 98px;
}

.serve .container-fluid .row{
    margin-top: 49px;
}
@media (max-width: 767px){
    .container-fluid>p{
        margin-top: 20px;
        font-size: 24px;
    }
    .serve .container-fluid .row{
        margin-top: 10px;
    }
}
.container-fluid .relation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    padding: 46px 27px;
    background: #F5F5F5;
}
@media (max-width: 767px){
    .container-fluid .relation{
        height: auto;
    }
}
.serve .row>div:nth-child(1){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.serve .row>div:nth-child(2){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.serve .row>div:nth-child(3){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.serve .row>div:nth-child(4){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.serve .relation:hover{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 21px rgba(0,0,0,0.2);
}
.container-fluid .row .relation.check{
    background: #ECFAF2;
}
.relation em{
    font-size: 58px;
    margin-bottom: 20px;
    color: #04B24E;
}
.relation p{
    margin-bottom: 19px;
    color: #666666;
    font-size: 18px;
}
.relation span{
    font-size: 16px;
    margin-top: 10px;
    color: #000;
}
@media (max-width: 1200px){
    .serve .container-fluid .row>div{
        margin-top: 20px;
    }
}
.service-plan{
    padding-bottom: 148px;
    border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 767px){
    .service-plan{
        padding-bottom: 30px;

    }
}
.service-plan p{
    font-size: 18px;
    color: #000;
    margin-bottom: 21px;
}
.service-plan span{
    font-size: 14px;
    color: #999999;
    line-height: 2;
}
.service-plan>div{
    padding: 20px;
}
.exchange,.probation-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.exchange{
    margin: 100px 0;
}

.exchange em{
    font-size: 58px;
}
.exchange p{
    font-size: 30px;
    color: #000;
}
.exchange span{
    margin:49px 0 40px 0;
    font-size: 18px;
    color: #666666;
}
.proposer{
    color: #04B24E;
    border: 1px solid #04B24E;
    border-radius: 80px;
    padding: 23px 58px;
    font-size: 16px;
}

.probation{
    width: 100%;
    background: #F6F7F8;
    padding: 109px 0 111px 0;
}
.probation-box p{
    font-size:36px ;
    color: #000;
    margin-bottom: 19px;
}
.probation-box span{
    font-size:24px ;
    color: #666666;
    margin-bottom: 40px;
}
@media (max-width: 767px){
    .exchange{
        margin: 30px;

    }
    .exchange p{
        font-size: 20px;
    }
    .exchange span{
        margin:20px 0 20px 0;
        font-size: 14px;
        color: #666666;
    }
    .proposer{
        padding: 15px 40px;
    }
    .probation{
        padding-top: 30px;
        padding-bottom:30px;
    }
    .probation-box p{
        font-size: 20px;
        margin: 0;
    }
    .probation-box span{
        margin:20px 0 20px 0;
        font-size: 14px;
    }
}

/*系统导航条*/
.system-nav{
    width: 100%;
    background: #272727;
    margin-top: 100px;
}
.system-nav .row{
    width: 1300px;
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
}
.system-nav .row .system-nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 30px;
}
.system-nav .row .system-nav-item img{
    width: 52px;
    height: 52px;
    margin: 20px 10px 20px 0;
}
.system-nav .system-nav-item div div:nth-child(2){
    color: #999999;
    font-size: 14px;
}

.system-theory,.server-flow,.system-special,.manage-back-stage,.customer-case,.recent-news{
    width: 100%;
    /*background: #FFFFFF;*/
    position: relative;
}
.system-theory{
    background: #FFFFFF;
    text-align: center;
    position: relative;
}
.system-theory .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}

.system-theory .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}
.system-theory-box{
    display: block;
}
.system-theory-mobile{
    display: none;
}
.system-theory .img_rectangle{
    height:908px;
    width: 454px;
    position: absolute;
    left: 0;
    /*top: -50%;*/
}
.system-theory .img_rectangle3{
    width: 127px;
    height: 128px;
    position: absolute;
    left: 35%;
    top: 88%;
}
.system-theory .row{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.system-theory .row-item-center{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.system-theory .row span{
    display: block;
}
.system-theory .row .cartip{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
}
.system-theory .row .cartip1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.system-theory .row .cartips{
    min-width: 120px;
    padding: 5px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background: #2EC16C;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 19px;
}

.system-theory .container-fluid,.server-flow .container-fluid,.system-special .container-fluid,.manage-back-stage .container-fluid,.customer-case .container-fluid,.recent-news .container-fluid{
    max-width: 1140px;
    padding: 80px 15px;
    text-align: center;
}
.theory-title{
    height: 40px;
    font-size: 24px;
    color: #26342C;
    margin-bottom: 30px;
    position: relative;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
}
.theory-title>div:nth-child(1){
    margin-left: 10px;
    display: inline-block;
}
.theory-btn{
    float: right;
}
.theory-btn p{
    width: 40px;
    height: 40px;
    border: 1px solid #DDDDDD;
    background: #fff;
    display: inline-block;
    text-align:center;
}
.theory-btn p i{
    font-size: 25px;
    line-height: 40px;
}
.theory-title span{
    font-weight: bold;
    color: #04B24E;
}
.theory-title:after{
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    width: 3px;
    height: 24px;
    background: #04B24E;
}
.system-theory .row .content{
    border:1px solid #DDDDDD;
    border-top: 3px solid #04B24E;

}
.system-theory .icon{
    background: #DFF2E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 47px 0;

}
.system-theory .icon i{
    font-size: 65px;
    color: #04B24E;
}
.system-theory .icon span{
    font-size: 24px;
    color: #26342C;
    margin-left: 15px;
}
.system-theory .content .text{
    padding: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.system-theory .text>div{
    color: #333333;
    font-size: 16px;
    width: 48%;
    margin-bottom: 15px;
    background: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px){
    .system-theory .text>div{
        font-size: 14px;
    }
    .system-theory .tite:before{
        position: absolute;
        content: "";
        /*-webkit-transform: rotate(-35deg);*/
        /*    -ms-transform: rotate(-35deg);*/
        /*        transform: rotate(-35deg);*/
        bottom: -20px;
        /*width: 50px;*/
        /*height: 2px;*/
        /*background: #999999;*/
        /*opacity: 0.3;*/
        width: 80px;
        height: 16px;
        background: #FEB934;
        border-radius: 10px;
    }
}
.implicit-flow{
}
.implicit-flow,.system-action{
    width: 100%;
    /*background: #fff;*/
    position: relative;
}
.implicit-flow .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}
.implicit-flow .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}
.implicit-flow .img_rectangle1{
    display: block;
    width: 157px;
    height: 156px;
    position: absolute;
    left: 42%;
    top: 50%;
}
.implicit-flow .image_function{
    display: block;
    width: 467px;
    height: 468px;
    position: absolute;
    left: 20%;
    top: 50%;
}
.implicit-flow .img_rectangle3{
    display: block;
    width: 157px;
    height: 158px;
    position: absolute;
    left: 0;
    top: 85%;
}
.implicit-flow .img_rectangle2{
    display: block;
    width: 784px;
    height: 1002px;
    position: absolute;
    right: 0;
    top: 10%;
}
.implicit-flow .row .col-md-6{
    margin-bottom: 32px;
}
.implicit-flow .function_matrix{
    position: relative;
    min-height: 90px;
    max-width: 414px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 8px 38px;
}
.implicit-flow .function_matrix_before{
    display: block;
    position: absolute;
    left: -10px;
    width: 16px;
    height: 90px;
    background: #10AB46;
}
.function_matrix_top{
    position: absolute;
    z-index: 999;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.function_matrix_top div{
    padding-top: 15px;
    color: #999999;
}
.function_matrix_b{
    position: absolute;
    right: 5%;
}
.implicit-flow .function_matrix .cartips{
    font-size: 24px;
    font-weight: bold;
    color: #2EC16C;
}
.implicit-flow .function_matrix img{
    width: 76px;
    height: 76px;
}
.implicit-flow .container-fluid,.system-action .container-fluid,.server-flow .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 15px;
    text-align: center;
}
.item{
    margin-top: 20px;
    font-size: 18px;
    color: #04B24E;
    border:1px solid #04B24E;
    border-radius: 80px;
    padding: 16px 0;
    text-align: center;
}
@media (max-width: 768px){

    .implicit-flow .tite:before{
        position: absolute;
        content: "";
        /*-webkit-transform: rotate(-35deg);*/
        /*    -ms-transform: rotate(-35deg);*/
        /*        transform: rotate(-35deg);*/
        bottom: -20px;
        /*width: 50px;*/
        /*height: 2px;*/
        /*background: #999999;*/
        /*opacity: 0.3;*/
        width: 80px;
        height: 16px;
        background: #FEB934;
        border-radius: 10px;
    }
    .server-flow .tite:before{
        position: absolute;
        content: "";
        /*-webkit-transform: rotate(-35deg);*/
        /*    -ms-transform: rotate(-35deg);*/
        /*        transform: rotate(-35deg);*/
        bottom: -20px;
        /*width: 50px;*/
        /*height: 2px;*/
        /*background: #999999;*/
        /*opacity: 0.3;*/
        width: 80px;
        height: 16px;
        background: #FEB934;
        border-radius: 10px;
    }
    .item{
        margin: 15px 0;
        font-size: 16px;
        color: #04B24E;
        border:1px solid #04B24E;
        border-radius: 80px;
        padding: 10px 0;
        text-align: center;
    }
}
.server-flow .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}
.server-flow .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}
.server-flow .product_flow_user{
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
    height: 358px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    border-radius: 28px;
}
.server-flow .product_flow_item_left{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.server-flow .right_item{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product_flow_item_left .title_btn{
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 11px 33px;
    background: #FEB934;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 39px;
    margin-bottom: 48px;
}
.product_flow_item_left img{
    width: 114px;
    height: 114px;
}
.product_flow_user_item{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.product_flow_user_item img{
    width: 72px;
    height: 84px;
    margin: 9px 0;
}
.product_flow_user_item .circle{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border: 2px solid #FEB934;
    border-radius: 50%;
}
.product_flow_user_item .item_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 32px;
}
.product_flow_user_item .text{
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #10AB46;
    margin: 9px 0;
    margin: 0 32px;
}
.server-flow .br-solid{
    height: 16px;
    background: #F1F5FC;
    margin: 40px 0;
}
.system-action{
    position: relative;
}

.system-action .container-fluid{
    margin-top: 49px;
}

.system-action .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}
.system-action .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}

.system-action .img_rectangle4{
    display: block;
    width: 501px;
    height: 1002px;
    position: absolute;
    right: 0;
    top: 140px;
}

.system-action .row{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.system-action .system_btn{
    min-width: 185px;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    padding: 8px 20px;
    background: #10AB46;
    border-radius: 20px;
    text-align: center;
}
.system-action .specialist_left{
    position: relative;
}
.system-action .site{
    position: absolute;
    top: -260px;
    right: 25%;
}
.system-action .site1{
    position: absolute;
    top: -160px;
    right: 65%;
}
.system-action .site2{
    position: absolute;
    top: -60px;
    right: 100%;
}
.system-action .site3{
    position: absolute;
    top: 40px;
    right: 100%;
}
.system-action .site4{
    position: absolute;
    top: 140px;
    right: 65%;
}
.system-action .site5{
    position: absolute;
    top: 240px;
    right: 25%;
}

.system-action .site6{
    position: absolute;
    top: -260px;
    right: -60%;
}
.system-action .site7{
    position: absolute;
    top: -160px;
    right: -20%;
}
.system-action .site8{
    position: absolute;
    top: -60px;
    right: 20%;
}
.system-action .site9{
    position: absolute;
    top: 40px;
    right: 20%;
}
.system-action .site10{
    position: absolute;
    top: 140px;
    right: -20%;
}
.system-action .site11{
    position: absolute;
    top: 240px;
    right: -60%;
}
.capacity-center .special{
    display: flex;
    justify-content: center;
}

.capacity-center .special img{
    width: 289px;
    height: 590px;
}

.featrue{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.featrue-item{
    width:20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}
.featrue-item img{
    width: 93px;
    height: 93px;
}
@media (max-width: 768px){
    .featrue-item{
        width: 33%;
    }
    .featrue-item img{
        width: 40px;
        height: 40px;
    }
    .featrue-item span{
        font-size: 11px;
    }
}
.featrue-item span{
    margin-top: 30px;
}
.featrue-item .img-show{
    display: none;
}
.featrue-item:hover .img-hide{
    display: none;
}
.featrue-item:hover .img-show{
    display: block;
}
.special-top{
    height: 180px;
    background: #DFF2E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.special-top i{
    font-size: 60px;
    color: #04B24E;
}
.special-foot{
    height: 169px;
    background: #fff;
    border:1px solid #DDDDDD;
    border-top:none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 16px 0 16px;
    text-align: center;
}
.special-foot p{
    font-size: 18px;
    color:#000;
    margin-bottom: 20px;
}
.special-foot span{
    font-size: 14px;
    color: #999999;
}
.specialist:hover .special-top{
    background: #04B24E;

}
.specialist:hover .special-top i{
    color: #fff;
}
/* 司机端功能 */
.system-special .container-fluid{
    padding: 150px 15px 120px 15px;
}
.system-special{
    position: relative;
}
.system-special .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}

.system-special .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}

.system-special .img_rectangle{
    height:908px;
    width: 454px;
    position: absolute;
    left: 0;
    /*top: -50%;*/
}
.system-special .img_rectangle3{
    width: 127px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 34%;
}
.system-special .img_rectangle3_1{
    width: 511px;
    height: 511px;
    position: absolute;
    left: 65%;
    top: 45%;
}
.system-special .row{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.system-special .capacity-center img{
    width: 289px;
    height: 590px;
}
.system-special .capacity{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}
.system-special .capacity-right{
    width: 700px;
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.system-special .capacity-right .capacity-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.system-special .capacity-right .capacity-item-right{
    position: relative;
    left: 15%;
}
.system-special .capacity-right .diamond{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    width: 90px;
    height: 90px;
    padding: 0px 3px;
    background-color: #FEB934;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    /* Internet Explorer */
    -moz-transform:rotate(45deg);
    /* Firefox */
    -webkit-transform:rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform:rotate(45deg);
    /* Opera */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.system-special .capacity-right .diamond span{
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    /* Internet Explorer */
    -moz-transform:rotate(-45deg);
    /* Firefox */
    -webkit-transform:rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

/* 司机端功能end */

/* 管理后台 */

.manage-back-stage .row{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding-top: 78px;
    align-items: flex-end;
}
.manage-back-stage .img_management_bg{
    width: 1280px;
    height: 288px;
    position: absolute;
    left: 0;
    top: 60%;
}
.manage-back-stage .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}
.manage-back-stage .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}
.manage-back-stage .manage-row-center{
    width: 500px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.manage-back-stage .specialist img{
    width: 548px;
    height: 430px;
}
.manage-back-stage .row .manage-row-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-items: center;
    margin: 15px 0;
}
.manage-back-stage .row .manage_btn{
     background: #7CDBA2;
     box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
     border-radius: 20px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    min-width: 130px;

}
.manage-back-stage .img_rectangle3{
    position: absolute;
    top: 45%;
    right: 2%;
}


/* 管理后台 */

/* 客户案例
 */
.customer-case .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}
.customer-case .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}
.customer-case .container-fluid{
    padding: 180px 15px 50px 15px;
}
.customer-case .row{
    width: 1140px;
    margin-right: auto;
    margin-left: auto;
}
.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.customer-case-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 47px 0;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}
.customer-case .customer-case-item img{
    width: 132px;
    height: 132px;
    margin-bottom: 10px;
}

/*客户案例
*/

/* 最新动态
*/

.recent-news .tite {
    font-size: 38px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
}
.recent-news .tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: -20px;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 80px;
    height: 16px;
    background: #FEB934;
    border-radius: 10px;
}
.recent-news .row{
    /*width: 1140px;*/
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.recent-news .positioning_small{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 99px;
}
.recent-news .positioning_big{
    width: 282px;
    height: 372px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.recent-news-content{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #E5E5E5;
    border-radius: 0px 176px 0px 176px;
    padding: 42px 80px;
    color: #999999;
    z-index: 99;
}
.news-content-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.news-content-item div{
    margin: 9px 0;
}
.recent-news-content .news-content-item-top{
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}
.news-content-item-top:hover{
    color: #10AB46;
}
.news-content-item-top-assistant{
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}
.recent-news-content .dot{
    width: 8px;
    height: 8px;
    background: #2EC16C;
    border-radius: 50%;
    margin-right: 15px;
}
.recent-news-content .news-details{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

/* 最新动态
*/

.system-special .text{
    margin-top:30px;
    font-size: 16px;
    border:1px solid #DDDDDD;
    color: #26342C;
    line-height: 30px;
    padding: 69px 44px 39px 44px;
    text-align: center;
    background: #fff;
    position: relative;
}
.system-special .text:after{
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background: #F6F7F8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.port{
    width: 100%;
    background: -webkit-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: -o-linear-gradient(right, #1BC0C2, #1ECA7F);
    background: -webkit-gradient(linear, left top, right top, from(#1BC0C2) , to(#1ECA7F));
    background: -o-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: linear-gradient(to right, #1BC0C2 , #1ECA7F);
}
.port .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 15px;
}
.port .theory-title{
    color: #fff;
}
.port .theory-title:after{
    background:#fff;
}
.port-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.port-content{
    width: 20%;
    margin-top: 30px;
    background: #fff;
    border:1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 40px 43px 40px 43px;
}
.port-content:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.port-content:hover .touxiang{
    background: -webkit-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: -o-linear-gradient(right, #1BC0C2, #1ECA7F);
    background: -webkit-gradient(linear, left top, right top, from(#1BC0C2) , to(#1ECA7F));
    background: -o-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: linear-gradient(to right, #1BC0C2 , #1ECA7F);
}
.port-content:hover .touxiang i{
    color: #fff;
}
.port-content .touxiang{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:1px solid #04B24E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.touxiang i{
    font-size: 50px;
    color: #04B24E;
}
.port-content p{
    margin-top: 20px;
    font-size: 22px;
    color: #26342C;
}
.port-content span:nth-child(3){
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.port-content span:nth-child(5){
    text-align: center;
    font-size: 14px;
    color: #04B24E;
}
.port .theory-title span{
    color: #fff;
}
.port-content .border{
    width: 120%;
    height: 1px;
    margin:30px 0;
    background: #DDDDDD;
}
@media (max-width: 992px){
    .port-box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .port-content{
        width: 100%;
        background: #fff;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 40px 43px 40px 43px;
    }
    .port-content .border{
        width: 100%;
        height: 1px;
        margin: 30px 0;
        background: #DDDDDD;
    }
}



/*合作伙伴*/
.partners{
    width: 100%;
    background: #fff;
    border-bottom:1px solid #04B24E;
}
.partners .container-fluid{
    max-width: 1140px;
    padding: 40px 0 70px 0;
}
.partners .row>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.partners .row>div p{
    margin-top: 20px;
    font-size: 18px;
    color: #000;
}
.partners .row>div span{
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}
.partner-photo{
    border:1px solid #DEDEDE;
}
@media (max-width: 768px){
    .theory-title{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .theory-btn p {
        width: 30px;
        height: 30px;
        border: 1px solid #DDDDDD;
        background: #fff;
        display: inline-block;
        text-align: center;
    }
    .theory-btn p i {
        font-size: 20px;
        line-height: 30px;
    }
    .system-theory .container-fluid,.server-flow .container-fluid,.system-special .container-fluid{
        padding: 30px 15px;
    }
    .implicit-flow .container-fluid,.system-action .container-fluid,.port .container-fluid{
        padding: 30px 15px;
    }
    .system-theory .content .text {
        padding: 10px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}



/*牌照申请*/
.license-nav{
    width: 100%;
    background: #26342C;
}
.license-nav .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
}
.license-nav .container-fluid .text-center{
    text-align: center;
}
.license-nav a{
    display: block;
    float:left;
    color: #fff;
    padding: 17px 0;
    width:150px;
}
.license{
    width: 100%;
    background: #fff;
}
.license .container-fluid,.insurance .container-fluid,.docking .container-fluid{
    max-width: 1140px;
    padding-top:98px;
    padding-bottom: 100px;
}
.license-title{
    color: #000000;
    font-size: 30px;
}
@media (max-width: 767px){
    .license-title{
        font-size: 25px;
    }
}
.lic-lication{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.license-img{
    margin-top: 100px;
}
.lic-lication>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
@media (max-width: 767px){
    .license .container-fluid,.insurance .container-fluid,.docking .container-fluid{
        padding-top: 30px;
        padding-bottom: 30px;
    }

}
@media (max-width: 767px){
    .license-img{
        margin-top: 30px;
    }
}
@media (max-width: 800px){
    .lic-lication>div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }
}
.lic-lication>div .number-btn,.lic-lication>div .number-btns{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-size: 36px;
    -webkit-box-shadow:0px 0px 21px rgba(0,0,0,0.13);
    box-shadow:0px 0px 21px rgba(0,0,0,0.13);
    font-weight: bold;
    color: #04B24E;


}

.lic-lication>div .number-btn:hover{
    background: -webkit-linear-gradient(left top, #04B24E , #1DB9BB);
    background: -o-linear-gradient(bottom right, #04B24E, #1DB9BB);
    background: -webkit-gradient(linear, left top, right bottom, from(#04B24E) , to(#1DB9BB));
    background: -webkit-linear-gradient(top left, #04B24E , #1DB9BB);
    background: -o-linear-gradient(top left, #04B24E , #1DB9BB);
    background: linear-gradient(to bottom right, #04B24E , #1DB9BB);
    color: #fff;
}
.lic-lication>div .number-btns:hover{
    background: -webkit-linear-gradient(left top, #04B24E , #1DB9BB);
    background: -o-linear-gradient(bottom right, #04B24E, #1DB9BB);
    background: -webkit-gradient(linear, left top, right bottom, from(#04B24E) , to(#1DB9BB));
    background: -webkit-linear-gradient(top left, #04B24E , #1DB9BB);
    background: -o-linear-gradient(top left, #04B24E , #1DB9BB);
    background: linear-gradient(to bottom right, #04B24E , #1DB9BB);
    color: #fff;
}
.lic-lication>div .number-btn{
    margin-left: 15px;
}
.lic-lication>div .number-btns{
    margin-right: 15px;
}
.lic-lication>div span{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.insurance{
    width: 100%;
    background: #F6F7F8;
}
.insurance .row{
    margin: 70px 0 0 0;
}
.insurance .row .col-lg-4{
    height: 500px;
    padding-top: 50px;
    background: #fff;
}
.insurance .row .col-lg-4 p{
    margin-bottom: 30px;
    color: #999999;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 768px){
    .insurance .row{
        margin-top:20px;
    }
    .insurance .row .col-lg-4{
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }
}
.insurance .row .col-lg-4 p span{
    color: #04B24E;
}
.insurance .row .col-lg-8{
    padding-left: 30px;
}
.insurance .row .col-lg-8 p{
    margin: 30px 0 10px 0;
    font-size: 22px;
    color: #000;
}
.insurance .row .col-lg-8 p i{
    font-style:normal;
    color: #04B24E;
}
.insurance .row .col-lg-8 span{
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}
.docking{
    width: 100%;
    background: -webkit-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: -o-linear-gradient(right, #1BC0C2, #1ECA7F);
    background: -webkit-gradient(linear, left top, right top, from(#1BC0C2) , to(#1ECA7F));
    background: -o-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: linear-gradient(to right, #1BC0C2 , #1ECA7F);
}
.docking .license-title{
    color: #fff;
}
.docking .container-fluid>p{
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 30px;
}
@media (max-width: 768px){
    .docking .container-fluid>p{
        font-size: 14px;
    }
}
.docking-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.docking-content>div{
    /*  width: 25%;*/
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.docking-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.docking-box span{
    font-size: 42px;
    font-weight: block;
    color: #04B24E;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -25px;
}
.docking-content>div p{
    width: 90px;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}
.network{
    width: 100%;
    background: #F6F7F8;
}
.network .container-fluid{
    max-width: 1140px;
    padding-top:98px;
    padding-bottom: 100px;
}
.network .container-fluid>p{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}
.network .container-fluid .row{
    margin-top: 98px;
}
.network .network-content{
    width:100%;
    padding: 90px 40px 40px 40px;
    background: #fff;
}
@media (max-width: 767px){
    .docking-content>div{
        margin-top:30px;
    }
    .network .container-fluid{
        padding-top:30px;
        padding-bottom:30px;
    }
    .network .container-fluid>p{
        font-size: 11px;
    }
}
.network-top{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: -o-linear-gradient(right, #1BC0C2, #1ECA7F);
    background: -webkit-gradient(linear, left top, right top, from(#1BC0C2) , to(#1ECA7F));
    background: -o-linear-gradient(left, #1BC0C2 , #1ECA7F);
    background: linear-gradient(to right, #1BC0C2 , #1ECA7F);
    position: absolute;
    top: 0;
    left: 50%;
    margin: -50px 0 0 -50px;
    line-height: 100px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.network .network-content h1{
    margin: 0;
    font-size: 30px;
}
@media (max-width: 767px){
    .network .network-content h1{
        font-size: 20px;
    }
}
.network .network-content span{
    display: block;

    width: 100%;
    height: 1px;
    background: #DEDEDE;
    margin: 40px 0;
}
.network .network-content i{
    font-style:normal;
    color: #04B24E;
}
.network .network-content p{
    font-size: 16px;
    color: #666666;
}
.network-content>p:nth-child(5){
    margin: 60px 0;
}
@media (max-width: 768px){
    .network-content>p:nth-child(5){
        margin: 20px 0;
    }
}
.text-center-list>div p{
    margin-top: 10px;
}
.text-center-list>div p:nth-child(2){
    margin-top:20px;
}
.text-center-list{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1131px){
    .network-content{
        height: 542px;
    }
}
@media (max-width: 768px){
    .text-center-list{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .network-content{
        height: auto;
    }
}
.text-center-list div{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.material{
    width: 100%;
    background: #fff;
}
.material .container-fluid{
    max-width: 1140px;
    padding-top: 98px;
    padding-bottom: 100px;
}
.material .container-fluid .row{
    margin: 50px 0 0 0;
    border:1px solid #DEDEDE;

}
@media (max-width: 767px){
    .material .container-fluid{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.material-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
.institution{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px;
    background: #F6F7F8;
    border:1px solid #DEDEDE;
    border-top:none;
    border-left:none;
}
.institution img{
    margin-left: 0;
}
.institution span{
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    /*  color: #969393;*/
}
.material-list .institution.check{
    background: #fff;
    font-weight: bold;
    color: #04B24E;
    border-right: none;
}
.material-content{
    padding: 0 40px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 768px){
    .material-content{
        padding: 0 10px 10px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.material-content .material-text{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.material-text>div{
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
}
@media (max-width: 768px){
    .material-text>div{
        font-size: 12px;
    }
    .institution{
        padding: 8px;
    }
    .institution span{
        font-size: 12px;
        margin-top: 5px;
    }
}
@media (max-width: 767px){
    .material-content .material-text{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }
}

.offline{
    width:100%;
    background: #F6F7F8;
}
.offline .container-fluid{
    max-width: 1140px;
    padding-top: 98px;
    padding-bottom: 100px;
}
.offline .container-fluid .row{
    margin-top: 50px;
}

.offline-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 767px){
    .offline .container-fluid{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .offline-box{
        margin-top: 10px;
    }
    .offline .container-fluid .row{
        margin-top: 10px;
    }
}
.offline-content{
    height: 170px;
    background: #DFF2E7;
    font-size: 72px;
    color: #04B24E;
    text-align: center;
    line-height: 170px;
}
.offline-text{
    height: 452px;
    padding: 40px 30px 0 30px;
    background: #fff;
}
@media (max-width: 767px){
    .offline-text{
        height: auto;
        padding: 40px 30px 30px 30px;
        background: #fff;
    }
}
.offline-text p{
    margin-top: 10px;
}
.offline-text i{
    font-style:normal;
    color: #04B24E;
}
.offline-text span{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.offline-box:hover .offline-content{
    background: #04B24E;
    color: #fff;
}

/*等保是什么*/
.protected,.product{
    width: 100%;
    background: #fff;
}
.protected .container-fluid,.product .container-fluid{
    max-width: 1140px;
    padding-top: 98px;
    padding-bottom: 100px;
}

.protected .container-fluid .row{
    margin-top: 50px;
}
.protected-text{
    margin-top: 67px;
}
.protected-text span{
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px;
}
.protected-text p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
}
.protected-text p:nth-child(2){
    margin-top:30px;
}
.protecteds{
    width: 100%;
    background: #F6F7F8;
}
.protecteds .container-fluid{
    max-width: 1140px;
    padding-top: 98px;
    padding-bottom: 100px;
}
@media (max-width: 768px){
    .protected .container-fluid,.product .container-fluid{
        max-width: 1140px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col-sm-12 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .protected-text {
        margin-top: 20px;
    }
    .protected .container-fluid .row {
        margin-top: 10px;
    }
    .protecteds .container-fluid {
        max-width: 1140px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px){
    .col-sm-12 {
        width: 100%;
        display: block;
    }
    .protected-text span {
        font-size: 20px;
    }
    .protected-text p:nth-child(2) {
        margin-top: 15px;
    }
    .protected-text p {
        font-size: 14px;
    }

}
.protected-box{
    width: 100%;
    margin-top: 50px;
    display: flex;
}
.protected-box-item{
    width: 20%;
    display:flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #F6F7F8;
    color: #333333;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}
.protected-box-item:nth-child(5){
    border-right: 1px solid #DDDDDD;
}
.protected-box-item.check{
    color: #04B24E;
    position: relative;
    border-bottom: none;
    background: #fff;
}
.protected-box-item.check:after{
    position: absolute;
    content: "";
    top: 0;
    height: 3px;
    background: #04B24E;
    width: 100%;
}
.protected-box-text{
    width: 100%;
    padding: 60px ;
    border: 1px solid #DDDDDD;
    border-top: none;
    background: #fff;
    display: none;
}
.product-box{
    margin-top: 50px;
}
.product{
    border-bottom: 1px solid #04B24E;
}
@media (max-width: 767px){
    .product-box,.protected-box{
        margin-top: 20px;
    }
    .protected-box{
        flex-direction: column;
    }
    .protected-box-item{
        width: 100%;
        border-bottom:none;
        border-right: 1px solid #DDDDDD;
    }
    .protected-box-text{
        padding: 30px;
    }
}








/*试用申请*/
.probations,.form-group{
    width: 100%;
    background: #fff;
    padding: 20px 0 20px 0;
}
@media (max-width: 768px){
    .probations,.form-group{
        width: 100%;
        background: #fff;
        padding: 0;
    }
}
.probations .container-fluid,.form-group .container-fluid{
    max-width: 1140px;
}
.probations .container-fluid .row,.form-group .container-fluid .row{
    border: 1px solid #DDDDDD;
    margin: 0;
    padding-top: 30px;
}
.probations .row>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.probations .row>div form span{
    margin-top: 40px;
    font-size: 22px;
    margin-left: 15px;
    color: #000;
}
.probations .row form>div span:nth-child(9){
    margin-top:50px;
}
.probations .row>div i{
    font-style:normal;
    color: #E70101;
}
input{
    border:none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.probations .row>div input{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px;
}

#v_container{
    width: 200px;
    height: 50px;
}
@media (max-width: 768px){
    #v_container{
        width: 120px;
        height: 50px;
    }
    #verifyCanvas{
        width: 120px;
        height: 50px;
    }
}

.apply-button{
    width: 100%;
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.apply-button p{
    margin-bottom: 20px;
    font-size: 12px;
    color: #333333;
}
.probations .apply-button p a{
    font-size: 12px;
    color: #04B24E;
}
.bottom{
    width: 240px;
    height: 50px;
    background:rgba(4,178,78,1);
    opacity:0.3;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.code{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.code input{
    border:none;
}
.probations .row .module{
    margin-top: 10px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.probations .row .module div{
    width: 25%;
    margin-top:20px;
}
@media (max-width: 768px){
    .probations .row .module div{
        width: 50%;
        margin:10px 0;
    }
}
.probations .row .module span{
    font-size: 16px;
    color: #010101;
}
.probations .module .module-item span{
    margin-left: 5px;
}
.probations .row .module i{
    color: #9C9C9C;
}
.probations .row .module .module-item.check{
    color:#04B24E;
}
.probations .row .module .module-item.check i{
    color:#04B24E;
    font-weight: bold;
}
.msg{
    margin-left: 15px;
    font-size: 14px;
    color: #f30;
}
.onSuccess{
    color: #04B24E;
}
#select-key{
    margin-top: 20px;
}
.form-control {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
@media (max-width: 768px){
    .probations{
        width: 100%;
        background: #fff;
        padding: 40px 0 40px 0;
        border-bottom: 1px solid #04B24E;
    }
    .probations .row>div form span{
        font-size: 18px;
        margin-top: 30px;
    }
    .probations .row>div input{
        margin-top: 2px;
    }
    .probations .apply-button p span{
        font-size: 12px;
        color: #04B24E;
    }
    #select-key{
        margin-top: 0;
    }
}


/*试用协议*/
.form-group .row{
    padding: 60px 0;
}

.form-group .row>div{
    margin-top:30px;
}
.form-group-title{
    font-size: 24px;
    color: #26342C;
    text-align: center;
    position: relative;
}

.form-group-title:after{
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    width: 30%;
    height: 1px;
    background: #04B24E;
}
@media (max-width: 768px){
    .form-group .row{
        padding: 20px 0;
    }
    .form-group .row>div {
        margin-top: 10px;
    }
}
.form-group-title:before{
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    width: 30%;
    height: 1px;
    background: #04B24E;
}
.form-group-text p{
    margin-top: 10px;
    line-height: 2;
    font-size: 14px;
}
.form-group-text div{
    margin-top:40px;
    font-size: 14px;
    color: #DE0000;
}
@media (max-width: 768px){
    .form-group-title:after{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 0;
        height: 0;
        background: #04B24E;
    }
    .form-group-title:before{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 0;
        height: 0;
        background: #04B24E;
    }
}

/*最新动态-新闻*/
.news{
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #04B24E;
}
.news .container-fluid{
    max-width: 1140px;
    padding: 50px 15px 80px 15px;
}
.news .container-fluid .row{
    margin-left: 0;
    margin-right: 0;
}
.news .container-fluid .row .row{
    margin: 0 0 50px 0;
}
.news-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-menu>div{
    padding: 12px 22px;
    background: #F6F7F8;
    border: 1px solid #DDDDDD;
    border-bottom: none;
}
.news-content{
    border-top: 1px solid #DDDDDD;
    width: 100%;
}
.news-content>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
@media (max-width: 768px){
    .news-content>div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }
}
.news-content>div>a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.news-content>div:hover .news-time{
    color: #04B24E;
    border: 1px solid #04B24E;
}
.news-content>div:hover .news-text p{
    color: #04B24E;
}
.news-time{
    padding: 24px 18px;
    border: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DDDDDD;
}
.news-time p{
    font-size: 48px;
    line-height: 1;
}
.news-time span{
    font-size: 18px;
}
.news-text{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 20px;
}
.news-text p{
    font-size: 24px;
    color: #000;
}
@media (max-width: 768px){
    .news-text p{
        font-size: 18px;
    }
}

.news-text span{
    margin-top: 23px;
    /*  overflow: hidden;*/
    line-height: 23px;
    font-size: 14px;
    color: #666666;
    /*  -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;*/

    /*  width: 100px;
        height: 40px;
        line-height: 20px;
        border:solid 1px black;*/
height: 40px;
    position: relative;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2!important;
    -moz-box-orient: vertical;
}
.news-text span:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "...";
    padding: 0 5px 1px 30px;
    position: absolute;
    right: 0;
}
.news-menu .check{
    border-top: 2px solid #04B24E;
    background: #fff;
}
.paging{
    margin: 0 auto;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.paging i{
    font-style:normal;
    padding: 10px 15px;
    border-right: 1px solid #DDDDDD;
}
.paging .prev{
    /*  padding: 10px 20px ;*/
    /*  border-right: 1px solid #DDDDDD;*/
}
.paging .next{
    /*  padding: 10px 20px ;*/
}
.news .news-contents{
    border:1px solid #DDDDDD;
    padding:50px 0 50px 20px;
}
@media (max-width: 768px){
    .news .news-contents{
        border:1px solid #DDDDDD;
        padding:20px 0 20px 20px;
    }
}
.news .news-contents>p:nth-child(1){
    font-size: 30px;
    color: #000000;
    margin: 0 0 20px 0;
}
@media (max-width: 767px){
    .news .news-contents>p:nth-child(1){
        font-size: 22px;
        color: #000000;
        margin: 0 0 20px 0;
    }
}
.news .news-contents>span{
    color: #999999;
}
.news .news-contents>span:nth-child(3){
    color: #04B24E;
}
.news .news-contents-text{
    margin-top: 50px;
}
.news .news-contents img{
    margin-top: 15px;
    width: 215px;
}
.news .news-contents-text p{
    margin-top: 10px;
    font-size: 14px;
}
.news .news-contents-text .sign{
    margin: 40px 0;
}
.news .news-contents-text span{
    color: #04B24E;
}
.details{
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border:1px solid #DDDDDD;
    border-top: none;
}
.details a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
}
.details i{
    font-size: 25px;
    color: #666666;
}


/*网约车*/
.network-car{
    width: 100%;
    background: #FFFFFF;
}
.network-car .container-fluid{
    max-width: 1140px;
    padding: 98px 0 100px 0;
}
@media (max-width: 768px){
    .network-car .container-fluid{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.network-title{
    font-size: 30px;
    color: #000;
}
.network-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.network-item{
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 25px 25px 30px;
    border: 1px solid #DDDDDD;
    margin-top: 67px;
}
.network-item>div{
    position: relative;
}
.network-item i{
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -20px;
    color: #04B24E;
}
.network-item img{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.network-item p{
    margin-left: 30px;
    font-size: 20px;
    color: #000;
}
.network-item:hover{
    -webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 21px rgba(0,0,0,0.18);
}
@media (max-width: 768px){
    .network-box{
        padding: 0 15px;
    }
    .network-item>div{
        position: relative;
    }
    .network-item{
        width: 48%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        border: 1px solid #DDDDDD;
        margin-top: 20px;
    }
    .network-item p{
        margin-left: 20px;
        font-size: 15px;
        color: #000;
    }
}

.platform{
    width: 100%;
    background: #F6F7F8;
}
.platform>div{
    max-width: 1140px;
    padding: 98px 0 120px 0;
    margin: 0 auto;
}
.platform-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}
.platform-ietm{
    width: 20%;
    background: #fff;
    border-radius: 50%;
    padding-top: 20%;
    position: relative;
}

.platform-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
}
.platform-content>div{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.platform-content i{
    font-size: 100px;
    color: #04B24E;
}
@media (max-width: 768px){

    .platform-box{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        margin-top: 10px;
    }
    .platform-ietm{
        width: 48%;
        background: #fff;
        border-radius: 50%;
        padding-top: 48%;
        position: relative;
        margin-top: 10px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .platform>div{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px){
    .platform-content i{
        font-size: 80px;
    }
}
.process-item p{
    text-align: center;
    margin-top:10px;
    font-size: 20px;
    color: #000;
}
.platform-ietm:hover{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 21px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 21px rgba(0,0,0,0.18);
    z-index: 5;
}
.service-process{
    width: 100%;
    background: #fff;
}
.service-process .container-fluid{
    max-width: 1140px;
    padding: 100px 0 110px 0;
}
.process-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.process-item{
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.process-item-content{
    /*  margin-bottom: 90px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.process-item-content{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    background: #fff;
    margin-top: 90px;

}
.process-item-content i{
    font-size: 45px;
    color: #959595;
}
.direction{
    font-size: 30px;
    position: absolute;
    right: -150px;
}
.directions{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    position: absolute;
    right: -150px;
}
.directiondown{
    position: absolute;
    top: 160px;
    right: 35px;
}
.process-item-content:hover{
    background: #04B24E;
    color: #fff;
}
.process-item-content:hover >i:nth-child(1){
    color:#fff;
}
@media (max-width: 768px){
    .title{
        font-size: 25px;
    }
    .specialist{
        margin-top: 10px;
    }
}

.alert-danger{
    width:200px;
    height: 100px;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -100px;
}
.architecture{
    width: 100%;
    background: #fff;
}
.architecture .title{
    color: #000;
    padding: 0;
}
.architecture .title:after{
    content: none;
}
.architecture .container-fluid{
    max-width: 1140px;
    padding-top: 110px;
    padding-bottom: 100px;
}
.architecture-box{
    margin-top: 50px;
}
@media (max-width: 768px){
    .architecture .container-fluid{
        max-width: 1140px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px){
    .architecture .container-fluid{
        max-width: 1140px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .architecture-box{
        margin-top: 30px;
    }
}

.paging {
    margin: 0 auto;
    font-size: 14px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.paging a{
    display:inline-block;
    padding: 10px 15px;
    border-right:1px solid #DDDDDD;
    color: #000;
}
.paging .prev {
    display:inline-block;
}
.paging .next {
    display:inline-block;
}
.PageText{
    padding: 10px;
}
.paging input{
    padding: 10px;
    width: 40px;
    text-align: center;
    border-bottom:none;
}
.paging .check{
    color: #04B24E;
}
#metPageB{
    border: none;
}
.met_pager{
    margin: 0 auto;
    border:1px solid #DDDDDD;
}
@media (max-width: 767px){
    .paging a{
        padding: 10px 5px;
    }
    .paging .prev{
        padding: 10px 5px;
    }
    .paging .next{
        padding: 10px 5px;
    }
    .PageText{
        padding: 10px 5px;
    }
    .paging input{
        padding: 10px 5px;
        width: 20px;
        border-bottom:none;
    }
    #metPageB{
        padding: 10px 5px;
    }
}
.PreSpan{
    padding: 10px;
}
.paging .NextA{
    border-right:none;
}
.met_pager>a:nth-child(2){
    border-left: 1px solid #DDDDDD;
}



.exchange .exchange-text{
    margin: 49px 0 40px 0;
    font-size: 18px;
    color: #666666;
}
.probation-box .probation-text{
    font-size: 24px;
    color: #666666;
    margin-bottom: 40px;
}
.search{
    width: 100%;
    background: #F6F7F8;
    padding: 60px 0;
}
.search-title{
    max-width: 1140px;
    margin: 0 auto;
    height: 50px;
    color: #000;
    background: #fff;
    margin-bottom: 15px;
    padding-left: 40px;
    line-height: 50px;
}
.search-box{
    max-width: 1140px;
    margin: 0 auto;
}
.search-box-item{
    padding: 30px 40px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.search-page{
    max-width: 1140px;
    margin: 0 auto;
    height: 50px;
    background: #fff;
    line-height: 50px;
}

.search-box-item:hover p{
    color: #04B24E;
}
.search-box-item:hover .search-box-left span{
    color: #04B24E;
}

.search-box-left{
    padding: 18px;
    border: 1px solid #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #DDDDDD;
}
.search-box-item:hover .search-box-left{
    border: 1px solid #04B24E;
}
.search-box-left p{
    font-size: 48px;
}
.search-box-left span{
    font-size: 18px;
}
.search-box-right{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 20px;
}
.search-box-right p{
    font-size: 25px;
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-box-right span{
    margin-top: 23px;
    font-size: 14px;
    color: #666666;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




/*共享汽车*/
.shared-car{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #000;
    margin-top: 20px;
}
.shared-car>div{
    display: flex;
}
.shared-car a{
    display: block;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    background: #F6F7F8;
    color: #666666;
    font-size: 12px;
    position: relative;
}
.shared-car .shared-chcke{
    background: #fff;
}
.shared-car .shared-chcke:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #04B24E;
}
.shared-theory{
    background:#fff;
}
.shared-theory .container-fluid{
    max-width: 1140px;
    padding: 60px 15px;
    margin:0 auto;
}
.shared-theory .row .content {
    border: 1px solid #DDDDDD;
    border-top: 3px solid #04B24E;
    width: 100%;
}
.shared-theory .icon {
    background: #DFF2E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 47px 0;
}
.shared-theory .icon i {
    font-size: 65px;
    color: #04B24E;
}
.shared-theory .icon span {
    font-size: 24px;
    color: #26342C;
    margin-left: 15px;
}
.shared-theory .content .text {
    padding: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shared-theory .text>div {
    color: #333333;
    font-size: 16px;
    width: 30%;
    margin-bottom: 15px;
    background: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px){
    .shared-theory .container-fluid{
        padding: 30px 15px;
    }
}
@media (max-width: 767px){
    .shared-theory .text>div{
        width: 48%;
    }
    .shared-theory .content .text{
        padding: 10px;
    }
    .shared-theory .container-fluid{
        padding: 30px 15px;
    }
}
.shared-theory-img{
    padding: 90px 100px;
    border:2px solid #04B24E;
    background: #fff;
}
.shared-item-box{
    display: flex;
}
.shared-theorys{
    background: #F6F7F8;
}
.shared-theorys .container-fluid{
    max-width: 1140px;
    padding: 60px 15px;
    margin: 0 auto;
}
@media (max-width: 767px){
    .shared-theorys .container-fluid{
        padding: 30px 15px;
    }
}
.shared-item{
    font-size:14px;
    color:#666666;
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.shared-item-title{
    color: #04B24E;
    white-space:nowrap;
}
@media (max-width: 991px){
    .shared-content{
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .shared-content{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .shared-item{
        height: 450px;
    }
}
.shared-subtool{
    background: #fff;
    border-bottom: 1px solid #04B24E;
}
.shared-subtool .container-fluid{
    max-width: 1140px;
    padding: 60px 15px;
    margin: 0 auto;

}
.subtool-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subtool-box>div{
    width: 30%;
    margin-top:40px;
}
.subtool{
    display: flex;
    align-items: center;
}
.subtool em{
    color: #04B24E;
    font-size: 35px;
}
.subtool p{
    font-size: 18px;
    font-weight: bold;
    color: #010101;
    margin-left: 10px;
}
.subtool-text{
    color: #999999;
    line-height: 24px;
}
@media (max-width: 768px){
    .subtool-box>div{
        width: 48%;
    }
}
@media (max-width: 767px){
    .shared-subtool .container-fluid{
        padding: 30px 15px;
    }
    .subtool-box>div{
        width: 100%;
        margin-top: 20px;
    }
}
.special-foots{
    height: 230px;
}
.gongxiang{
    margin-bottom: 50px;
}
.recharge{
    width: 100%;
}
.recharge .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 15px;
}
.recharge-box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.recharge-box:hover .recharge-icon{
    background: #04B24E;
}
.recharge-box:hover .recharge-icon i{
    color: #fff;
}
.recharge-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow:0px 0px 21px rgba(0,0,0,0.13)
}
.recharge-icon i{
    font-size: 35px;
    color: #04B24E;
}
.recharge-box-item{
    flex: 1;
    margin-left: 15px;
}
.recharge-box-title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.recharge-box-text{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.hardware{
    width: 100%;
    background: #fff;
}
.hardware .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 15px;
}
.hardware-left{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.hardware-right{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.hardware-right .hardware-left-item{
    text-align: left;
    margin-left: 15px;
}
.hardware-left-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow:0px 0px 21px rgba(0,0,0,0.13)
}
.hardware-left-icon i{
    font-size: 35px;
    color: #04B24E;
}
.hardware-left-item{
    flex: 1;
    text-align: right;
    margin-right: 15px;
}
.hardware-left-item p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.hardware-left-item p:nth-child(2){
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.hardware-left:hover .hardware-left-icon{
    background: #04B24E;
}
.hardware-left:hover .hardware-left-icon i{
    color: #fff;
}
.hardware-right:hover .hardware-left-icon{
    background: #04B24E;
}
.hardware-right:hover .hardware-left-icon i{
    color: #fff;
}
@media (max-width: 768px){
    .recharge .col-sm-12{
        display: block;
    }
    .recharge-img{
        margin-top: 30px;
    }
    .hardware .col-sm-12{
        display: block;
    }
    .hardware-img{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .shared-car{
        padding: 0 15px;
    }
    .shared-car a{
        padding: 10px 10px;
    }
    .gongxiang{
        margin-bottom:20px;
    }
    .recharge .container-fluid{
        padding: 30px 15px;
    }
    .hardware .container-fluid{
        padding: 30px 15px;
    }
    .recharge-img{
        margin-top: 25px;
    }
    .hardware-left{
        margin-bottom: 30px;
    }
    .hardware-right{
        margin-bottom: 30px;
    }
    .hardware-img{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.t-box{
    width: 100%;
    background: #F6F7F8;
}
.t-box .container-fluid{
    padding: 60px 15px;
    max-width: 1140px;
    margin: 0 auto;
}
.t-box .row>div>div{
    background: #fff;
    padding: 20px;
    position: relative;
}
.t-box .row>div>div p{
    margin-top: 10px;
    font-size: 14px;
    color: #989898;
}
.t-box .row>div>div:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #26342C;
}
.t-box i{
    margin-right: 15px;
    color: #04B24E;
}
@media (max-width: 767px){
    .t-box .container-fluid{
        padding: 30px 15px;
    }
}
.t-box .row>div>div:hover{
    box-shadow:0px 0px 10px rgba(0,0,0,0.13);
}
.t-box .row>div>div:hover:after{
    background: #04B24E;
}
.hardware .hardware-left:last-child{
    margin-bottom: 0;
}
.hardware .hardware-right:last-child{
    margin-bottom: 0;
}
.shared-cooperation{
    width: 100%;
    background:#F6F7F8;
}
.shared-cooperation .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 15px;
}
.shared-item-img{
    display: flex;
    justify-content: center;
}
.shared-img{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    border:3px solid #CCCCCC;
}
.shared-img img{
    width: 80px;
}
.shared-img>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}
.shared-img>div p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.shared-img>div p:nth-child(3){
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
}
.shared-img:hover.shared-img p{
    color: #04B24E;
}
.shared-img:hover{
    border-color: #04B24E;
}
.shared-img b{
    font-size: 48px;
    font-weight: bold;
    color: #000;
}
.shared-img:hover b{
    color: #04B24E;
}
.shared-cooperation-title{
    margin-bottom: 40px;
    font-size: 14px;
    color: #999999;
}
.shared-cooperation-title p{
    line-height: 2;
}
@media (max-width: 767px){
    .shared-cooperation .container-fluid{
        padding: 30px 15px;
    }
    .shared-img{
        margin-top: 20px;
    }
    .shared-cooperation-title{
        margin-bottom: 0;
    }
}
.car-owner{
    width: 100%;
}
.car-owner .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 15px;
}
.car-owner .row{
    display: flex;
    align-items: center;
}
.car-owner-text{
    text-align: right;
}
.car-owner-text p{
    font-size: 24px;
    white-space: nowrap;
    color: #666666;
}
@media (max-width: 768px){
    .car-owner .row{
        display: block;
        align-items: center;
    }
    .car-owner-text{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px){
    .car-owner .container-fluid{
        padding: 30px 15px;
    }
    .car-owner-text p{
        font-size: 14px;
    }
    .car-owner .row{
        display: block;
        align-items: center;
    }
    .car-owner-text{
        margin-bottom: 20px;
    }
    .web-img{
        margin-bottom: 20px;
    }
}

.car-hardware{
    width: 100%;
}
.car-hardware .container-fluid{
    padding: 60px 15px;
    max-width: 1140px;
    margin: 0 auto;
}
.car-hardware-img{
    border:1px solid #DEDEDE;
}
.car-hardware .row{
    margin-bottom: 40px;
}
.car-hardware-title{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.car-hardware em{
    color: #04B24E;
    font-style:normal;
    margin-right: 5px;
}
.car-hardware .row p{
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
}
@media (max-width: 768px){
    .car-hardware-img{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .car-hardware .container-fluid{
        padding: 30px 15px;
    }
    .car-hardware-img{
        margin-bottom: 20px;
    }
    .car-hardware .row p{
        line-height: 2;
    }
}

.car-type{
    width: 100%;
    background: #F6F7F8;
}
.car-type .container-fluid{
    padding: 60px 15px;
    max-width: 1140px;
    margin: 0 auto;
}
.car-type .row>div{
    margin-bottom: 40px;
}
.car-type .row>div:last-child{
    margin-bottom: 0px;
}
.car-type .row img{
    border:1px solid #E4E4E4;
}
.car-type .row p{
    margin-top: 20px;
    color: #000;
    text-align: center;
}
@media (max-width: 767px){
    .car-type .container-fluid{
        padding: 30px 15px;
    }
    .car-type .row>div{
        margin-bottom: 20px;
    }
    .car-type .row p{
        margin-top: 10px;
        text-align: center;
    }
}
.operation{
    width: 100%;
    background: #fff;
}
.operation .container-fluid{
    padding: 60px 15px;
    max-width: 1140px;
    margin: 0 auto;
}
.operation-left{
    border-radius: 50%;
    border: 3px solid #04B24E;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 185px;
    width: 185px;
    font-size: 25px;
    color: #04B24E;
    font-weight: bold;
}
.operation .row>div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.operation .row>div:last-child{
    margin-bottom: 0px;
}
.operation .row>div p{
    margin-left: 28px;
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.operation-right{
    flex: 1;
}
@media (max-width: 767px){
    .operation .container-fluid{
        padding: 30px 15px;
    }
    .operation .row>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .operation .row>div p{
        margin-left: 0;
    }
    .operation-left{
        margin-bottom: 20px;
    }
}
.mask{
    width: 100%;
}
.mask{
    width: 100%;
    display: none;
}