
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;*/
}
/*绉诲姩绔鑸猠nd*/



/*绯荤粺妯″潡*/
.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:60px;
    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;
}
@media (max-width: 767px){
    .system-box-left p{
        width: 30px;
        height: 30px;
        border:1px solid #DDDDDD;
        background: #fff;
        display: inline-block;
    }
    .system-box-left p i{
        font-size: 20px;
        line-height: 30px;
    }
}
.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%;
    height: 100%;
    float:left;
    background: #fff;
    border: 1px solid #DEDEDE;
    border-right: none;
    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;
    height: calc(100% - 140px);
}
.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;
    }
    .system-box-left .box-left-check{
        margin: 0;
    }
}


/*鏁版嵁绮惧噯*/
.accurate{
    max-width: 1140px;
    margin: 0 auto;
}
.accurate .title{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    padding:60px 0  60px 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: 60px;
}
.title{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding:60px 0  60px 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-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);

}
.apply-list .apply-photo img{
    width: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.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{
    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;
    margin-bottom: 74px;
}
@media (max-width: 768px){
    .capacity-center{
        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;
        margin-bottom: 25px;
    }
}
.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: 60px;
}
@media (max-width: 768px){
    .advantage .row{
        margin-bottom: 30px;
    }
}
.kernel-photo{
    width: 100%;
    height: 100%;
}
.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;
}
.kernel-right.checks{
    right:90px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(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 em,.kernel-left>div em{
    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 em,.kernel-left>div:hover em{
    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 em,.kernel-left em{
    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-text div{
        font-size: 12px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #999999;
    }
    .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 em{
    color: #fff;
}
.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 em{
    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;
    text-align: left;
}
.safety-box .row{
    margin-bottom: 60px;
}
@media (max-width: 992px){
    .safety-box .row>div{
        margin-bottom: 35px;
    }
}
@media (max-width: 768px){
    .safety-box .row{
        margin-bottom: 10px;
    }
}




/*璧勬牸璇佷功*/
.credentials{
    width: 100%;
}
.credentials-box{
    max-width: 1140px;
    padding-top: 60px;
    padding-bottom: 60px;
    /*    display: none;*/
}
.swiper-container1 .swiper-slide{
    width: 25%;
    height: auto !important;
}
.swiper-container2 .swiper-slide{
    width: 25%;
}
@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 img{
    width: 100%;
}
.asd{
    overflow: hidden;
}




/*鍚堜綔浼欎即*/
.china-map{
    padding-top: 100px;
}
.china-map img {
    margin-top: 50px;
    padding: 0 100px;
}
.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: 60px;
}
@media (max-width: 768px){
    .partner-box .row{
        margin-bottom: 30px;
    }
    .china-map{
        padding-top: 50px;
        padding-bottom: 0;
    }
    .china-map img {
        padding: 0;
    }
}
.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: 60px;
}
@media (max-width: 768px){
    .journalism .row{
        margin-bottom: 30px;
    }
}
.journalism-content img{
    width: 100%;
}
.journalism-content>a{
    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 a{
    width:100%;
    overflow: hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.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;
}
/* 鍏徃浠嬬粛 */
.company-profile .container-fluid {
    max-width: 1000px;
    padding: 80px 15px;
}
.company-profile .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    margin-top: 80px;
}
.company-title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #04B24E;
    font-weight: bold;
}
.company-text {
    line-height: 2;
}
@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .company-profile .container-fluid {
        padding: 40px 15px;
    }
    .company-profile .col-lg-12 {
        margin-top: 40px;
        display: flex;
    }
}
@media (max-width: 767px) {
    .company-profile .col-lg-12 {
        display: block;
    }
}

/*灏鹃儴*/
.footer-service{
    background: #272727;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot-service-content i{
    width: 50px;
    height: 50px;
    background: url(../images/bottom-icon.png) no-repeat;
}
.footer-service .container-fluid{
    max-width: 1140px;
}
.foot-service-content{
    display: flex;
    align-items:center;
    justify-content: center;
}
.footer-service-item{
    margin-left: 10px;
    flex:1;
}
.footer-service h3{
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
}
.footer-service p{
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}
@media (max-width: 1200px){
    .foot-service-content{
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .foot-service-content{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px){
    .footer-service{
        padding-bottom: 0px;
    }
    .foot-service-content{
        justify-content: start;
        margin-bottom: 20px;
    }

}
.footer-service .item1 i {
    background-position: 0 0;
}
.footer-service .item2 i {
    background-position: -60px 0;
}
.footer-service .item3 i {
    background-position: -120px 0;
}
.footer-service .item4 i {
    background-position: -180px 0;
}




.footer{
    width: 100%;
    background: #FFFFFF;
}
.footer .container-fluid{
    max-width: 1140px;
}
.footer .row{
    padding: 69px 0 53px 0;
}

.footer .row p{
    font-size: 24px;
    color: #000;
    margin-bottom: 27px;
}
@media (max-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: 12px;
    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{
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 15px;
}

.blogroll .container-fluid span{
    font-size: 12px;

}
.blogroll .container-fluid span a{
    color: #666666;
    white-space: nowrap;
}
.blogroll .container-fluid span a:hover{
    color:#04B24E;
}
.copyright{
    width: 100%;
    background: #F6F7F8;

}
.copyright .container-fluid{
    max-width: 1140px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.copyright .container-fluid span{
    font-size: 12px;
    color: #666666;
}
.copyright .container-fluid div{
    font-size: 12px;
    color: #666666;
    /*    display: flex;*/
}
.copyright .container-fluid div a{
    margin-left: 20px;
    display: block;
    width: 20px;
}
.copyright .container-fluid div a img{
    width: 100%;
}
@media (max-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;
        flex-direction: column;
    }


}
/*@media (max-width: 991px){
.copyright .container-fluid{
        padding: 10px 0;
        flex-direction: column;
    }
}*/
@media (max-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;
    }

}




/*鏀寔鏈嶅姟椤甸潰*/
.backdrop{
    width: 100%;
    background: #F6F7F8;
}
.backdrop .container-fluid{
    max-width: 1140px;
    padding: 80px 0 68px 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-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 768px){
    .backdrop .container-fluid{
        padding: 40px 10px 38px 10px;
        text-align: justify;
    }
}
.backdrop .tite{
    font-size: 30px;
    color: #000;
    position: relative;
    color: #04B24E;
}
.backdrop .partners-title-item{
    font-size: 30px;
}
@media (max-width: 768px){
    .backdrop .tite{
        font-size: 25px;
        color: #000;
        position: relative;
        color: #04B24E;
    }
    .backdrop .partners-title-item{
        color: #04B24E;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.backdrop .tite:after{
    position: absolute;
    content: "";
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 0;
    right: -60px;
    width: 50px;
    height: 2px;
    background: #999999;
    opacity: 0.3;
}
.backdrop .tite:before{
    position: absolute;
    content: "";
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    bottom: -10px;
    left: -60px;
    width: 50px;
    height: 2px;
    background: #999999;
    opacity: 0.3;
}
@media (max-width: 768px){
    .backdrop .tite:after{
        position: absolute;
        content: "";
        -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
        top: -10px;
        right: -80px;
        width: 40px;
        height: 2px;
        background: #999999;
        opacity: 0.3;
    }
    .backdrop .tite:before{
        position: absolute;
        content: "";
        -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
        bottom: -10px;
        left: -80px;
        width: 40px;
        height: 2px;
        background: #999999;
        opacity: 0.3;
    }
}

.backdrop .english-title{
    font-size: 24px;
    color: #999999;
}

.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;
    }
    .backdrop .english-title{
        font-size: 18px;
        color: #999999;
    }
}
.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;
        padding: 20px;
    }
}
.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 div{
    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: #26342C;
}
.system-nav .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    /*    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;*/
    overflow: hidden;
}
.system-nav .system-nav-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    -webkit-overflow-scrolling : touch;
}
.system-nav .system-nav-item::-webkit-scrollbar {/*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 4px;     /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 8px;
}
.system-nav .system-nav-item::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #04B24E;
}
.system-nav .system-nav-item::-webkit-scrollbar-track {/*婊氬姩鏉￠噷闈㈣建閬�*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #7ae4a7;
}
.system-nav .container-fluid a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 18px 10px;
    white-space: nowrap;
}
@media (max-width: 768px){
    .system-nav{
        width: 100%;
        background: #fff;
    }
    .system-nav .container-fluid {
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        padding: 0;
        /*flex-wrap: wrap;*/
        overflow-x: auto;
    }
    .system-nav .container-fluid a{
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 45%;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        color: #000;
        padding: 8px 0;
    }
}
.system-nav .container-fluid .check{
    background: #04B24E;
    color: #fff;
}

.system-theory,.server-flow,.system-special{
    width: 100%;
    background: #F6F7F8;
}

.system-theory .container-fluid,.server-flow .container-fluid,.system-special .container-fluid{
    max-width: 1140px;
    padding: 60px 15px;
}
.theory-title{
    height: 40px;
    font-size: 24px;
    color: #26342C;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.theory-color{
    display: inline-block;
    color: #04B24E;
}
.theory-title>div:nth-child(1){
    margin-left: 10px;
    display: inline-block;
}
.theory-btn{
    float: right;
    display: flex;
}
.theory-btn p{
    width: 40px;
    height: 40px;
    border: 1px solid #DDDDDD;
    background: #fff;
    display: inline-block;
    text-align:center;
}
.theory-btn p em{
    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{
    height: 100%;
    border:1px solid #DDDDDD;
    border-top: 3px solid #04B24E;
    background: #fff;

}
.system-theory .row{
    display: flex;
}
.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 em{
    font-size: 65px;
    color: #04B24E;
}
.system-theory .icon div{
    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;
    }
}
.implicit-flow,.system-action{
    width: 100%;
    background: #fff;
}
.implicit-flow .container-fluid,.system-action .container-fluid{
    max-width: 1140px;
    padding: 60px 15px;
}
.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){
    .item{
        margin: 15px 0;
        font-size: 16px;
        color: #04B24E;
        border:1px solid #04B24E;
        border-radius: 80px;
        padding: 10px 0;
        text-align: center;
    }
}
.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;
    margin-bottom: 20px;
}
@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 em{
    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 div{
    font-size: 14px;
    color: #999999;
    text-align: center;
    /* text-align: justify; */
}
.specialist:hover .special-top{
    background: #04B24E;

}
.specialist:hover .special-top em{
    color: #fff;
}
.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: left;
    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 em{
    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 em{
    font-size: 50px;
    color: #04B24E;
}
.port-content p{
    margin-top: 20px;
    font-size: 22px;
    color: #26342C;
}
.port-content div:nth-child(3){
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    text-align: left;
}
.port-content div:nth-child(5){
    text-align: left;
    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{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.partners-box{
    width: 20%;
    padding: 10px;
    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: 20px;
}

.partners .row>div p{
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}
@media (max-width: 767px){
    .partners-box{
        width: 49%;
        padding: 10px;
    }
    .partners .row>div p{
        margin-top: 10px;
        font-size: 14px;
        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 em {
        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:60px;
    padding-bottom: 60px;
}
.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: 50px 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: left;
}
@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;
    text-indent: -1em;
    margin-left: 1em;
}
.insurance .row .col-lg-8 p i{
    font-style:normal;
    color: #04B24E;
}
.insurance .row .col-lg-8 div{
    margin-left: 20px;
    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: space-between;
}
.docking-content>div{
    /*  width: 25%;*/
    margin-top: 60px;
    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-content .itemempty{
    height: 0;
    margin-top:0;
}
.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:60px;
    padding-bottom: 60px;
}
.network .container-fluid>p{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
    text-align: left;
}
.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;
}


.network-content .color-btn{
    display: block;
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    margin: 40px 0;
}
@media (max-width: 767px){
    .network .network-content h1{
        font-size: 20px;
    }
    .network-content .color-btn{
        display: block;
        width: 100%;
        height: 1px;
        background: #DEDEDE;
        margin: 15px 0;
    }
}
.network .network-content i{
    font-style:normal;
    color: #04B24E;
}
.network .network-content p{
    font-size: 16px;
    color: #666666;
    text-indent: -1em;
    margin-left: 1em;
}
.network-content>p:nth-child(5){
    margin: 60px 0;
    text-indent: -1em;
    margin-left: 1em;
}
@media (max-width: 768px){
    .network-content>p:nth-child(5){
        margin: 20px 0;
        text-indent: -1em;
        margin-left: 1em;
    }
}

.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;
    margin-left: 50px;
    margin-bottom: 10px;
}
.network-content-item{
    margin-top: 20px;
}
.network-content-item p{
    margin-top:10px;
}
.material{
    width: 100%;
    background: #fff;
}
.material .container-fluid{
    max-width: 1140px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.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{
        width: 100%;
        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: 20px;
}
.material-text>div{
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
}
.material-text>div p{
    text-indent: -2em;
    margin-left: 2em;
}
@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: 60px;
    padding-bottom: 60px;
}
.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{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
}
.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: 60px;
    padding-bottom: 60px;
}

.protected .container-fluid .row{
    margin-top: 50px;
}
.protected-text{
    margin-top: 67px;
}
.protected-text div{
    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: 60px;
    padding-bottom: 60px;
}
@media (max-width: 768px){
    .protected .container-fluid,.product .container-fluid{
        max-width: 1140px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .protected .col-sm-12{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .col-sm-12 {

        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){
    .protected .col-sm-12{
        width: 100%;
        display: block;
    }
    .protected-text div {
        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;
    left: 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 .form-group>span{
    margin-top: 40px;
    font-size: 22px;
    margin-left: 15px;
    color: #000;
}
.form-control{
    margin-top:20px;
}
.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;
}
#code_input{
    margin-right:3px;
}
#v_container{
    width: 200px;
    height: 50px;
}
#v_container img{
    width: 100%;
    height: 100%;
}
@media (max-width: 768px){
    #v_container{
        width: 120px;
        height: 50px;
    }
    #verifyCanvas{
        width: 120px;
        height: 50px;
    }
    .probations .row .form-group>span{
        margin-top: 20px;
        font-size: 18px;
        margin-left: 15px;
        color: #000;
    }
    .form-control{
        margin-top:0px;
    }
}

.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: 30px;
    text-align: center;
    border: none;
}
.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;
}

.probations .row .module span{
    font-size: 16px;
    color: #010101;
}
@media (max-width: 768px){
    .probations .row .module div{
        width: 50%;
        margin:10px 0;
    }
    .probations .row .module span{
        font-size: 14px;
        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 50px 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;
    overflow-x:auto;
}
.news-menu>div{
    padding: 12px 22px;
    background: #F6F7F8;
    border: 1px solid #DDDDDD;
    border-bottom: none;
    white-space: nowrap;
}
.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: 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: 19px;
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 768px){
    .news-text p{
        font-size: 18px;
    }
}

.news-text 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;
}
/*.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;
    align-content: center;
    justify-content: center;
}
.paging .news-list-ative{
    color: #04B24E;
}
.paging i{
    font-style:normal;
    /* padding: 10px 15px; */
}
.paging .prev{
    padding: 10px 20px ;
    border-right: 1px solid #DDDDDD;
}
.paging .next{
    padding: 10px 20px ;
}
.news .news-contents{
    border:1px solid #DDDDDD;
    padding:50px 20px 50px 20px;
}
@media (max-width: 768px){
    .news .news-contents{
        border:1px solid #DDDDDD;
        padding:20px 20px 20px 20px;
    }
}
.news .news-contents>p:nth-child(1){
    font-size: 24px;
    color: #000000;
    margin: 0 0 20px 0;
}
.news-margin-bottom{
    margin-bottom:20px;
}
@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 .weixinimg img{
    margin-top: 15px;
    width: 215px;
}
@media (max-width: 767px){
    .news .weixinimg img{
        width: 125px;
    }
    .weixinimg{
        text-align: center;
    }

}
.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: 60px 0 60px 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 em{
    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: 60px 0 60px 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: 50px;
}
.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 em{ */
.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 em{
        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: 60px 0 60px 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: 60px;

}
.process-item-content em{
    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;
}
.news-crumbs{
    max-width: 1110px;
    margin: 0 auto;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    margin-top: 50px;
    background: #F5F5F5;
    color: #000;
    display: flex;
}
@media (max-width: 768px){
    .news-crumbs{
        margin-top: 20px;
        margin-right: 15px;
        margin-left: 15px;
    }
}
}
@media (max-width: 767px){
    .news-crumbs{
        margin-top: 20px;
        margin-right: 15px;
        margin-left: 15px;
    }
}
.news-crumbs a{
    color: #04B24E;
}
.directiondown{
    position: absolute;
    top: 160px;
    right: 35px;
}
.process-item-content:hover{
    background: #04B24E;
    color: #fff;
}
.process-item-content:hover >em: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: 60px;
    padding-bottom: 60px;
}
.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-radius: 5px;
    border: 1px solid #999;
    color: #000;
    margin: 0 3px;
}
.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 10px;
    }
    .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;
}
.met_pager>a:nth-child(1){
    border-right: none;
}

.paging .Ahover{
    background: #04B24E;
    color: #fff;
}
.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;
}
@media (max-width: 767px){
    .exchange .exchange-text{
        margin: 20px 0 20px 0;
        font-size: 14px;
        color: #666666;
    }
    .probation-box .probation-text{
        font-size: 14px;
        margin: 20px;
    }
    .probation-box p {
        font-size: 24px;
        margin: 0;
    }
    .service-plan p{
        margin-bottom: 0;
    }
    .service-plan>div{
        padding: 0 15px;
    }
}
.seolabel{
    color: #000;
    display: contents;
}
.swiper-container1{
    border-right:1px solid #DEDEDE;
}
#onlinebox{
    position: absolute;
}
.support{
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.support-text{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2599ba;
    background: #fff;
}
.support-text>div{
    border-radius: 90px;
    border: 1px solid #2599ba;
    background: #b4eeff;
    color: #0084b9;
}
@media (max-width: 767px){
    .support{
        width: 100px;
    }
    .support-photo{
        width: 100%;
    }
    .support-photo img{
        width: 100%;
    }
    .support-text{
        padding: 5px;
    }
    .support-text div img{
        width: 25px;
    }
    .support-text span{
        font-size: 12px
    }
    .full{
        font-size: 15px;
        font-style: normal;
    }
}
.full{
    font-style: normal;
}
.onlinebox-top{
    background:#04B24E!important;
}
.list-group-item:last-child{
    border-radius: none!important;
    border-bottom: 1px solid #ddd;
}
.hotline{
    position: fixed;
    z-index: 100;
    width: 160px;
    background: #fff;
    height:auto;
    top: 30%;
    right: 0;
    box-sizing:border-box;
    padding:10px;
    border: 1px solid #04B24E;
}
.hotline-title{
    width: 140px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.hotline-centent{
    padding:10px 10px 0 10px;
}
.hotline-centent a{
    display: flex;
    margin-bottom: 12px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    text-align: center;
    border-radius: 3px;
}
.hotline-centent .hotline-text{
    flex: 2;
}
.hotline-texts{
    flex: 1;
}
.hotline-title img{
    width: 120px;
    display: inline-block;
}
.hotline-item{
    width: 140px;
}
.hotline-text{
    background: #04B24E;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.hotline-item-title{
    font-size: 10px;
    text-align: center;

}
.hotline-item-title a{
    color: #000;
    display: block;
}
.hotline-texts{
    background: #098e41;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.hotline-img{
    width: 100%;
}
.hotline-img img{
    width: 100%;
}
.hotline-close{
    width: 30px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    color: #9ea09f;
}
.blogroll-icon{
    display: flex;
    align-items: center;
}

.hm-t-go-top{
    display: none !important;
}
.NextSpan{
    padding: 10px;
}
.news-Information{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-Information-left{
    display: flex;
}
.bdsharebuttonbox{
    margin-left: 20px;
}
@media (max-width: 767px){
    .news-Information{
        display: block;
    }
    .news-line-height img{
        width: 100%;
        height: auto;
    }
    .bdsharebuttonbox{
        margin-left: 0;
    }
}
.news-line-height >p{
    line-height: 2.4;
    /*    text-indent: 2em;*/
}
#metinfo_tag a{
    margin-left: 15px;
}
.search{
    width: 100%;
    background: #F6F7F8;
}
.search-box{
    max-width: 1140px;
    background: #fff;
}
/*#newBridge .icon-right-bottom{
            left: 2px !important;
}*/
.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;
    display: flex;
    flex-wrap: wrap;
}
.search-box-item{
    width: 50%;
    padding: 30px 40px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px){
    .search-box-item{
        width: 100%;
        padding: 15px 20px;
    }
}

.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: 22px;
    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;
}
#nav_131 .submenu{
    position: absolute;
    left: -100%;
    width: 300%;
    padding: 10px 10px;
    background: #161C19;
    z-index: 10002;
    opacity: 0.9;
    display: none;
}
#nav_131 .submenu li{
    width: 33%;
    float: left;
}










.swiper-container5 .swiper-slide{
    width: 25%;
}
/*鍏变韩姹借溅*/
.shared-car{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #000;
}
.shared-car>div{
    display: flex;
}
.shared-car a{
    display: block;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    background: #F6F7F8;
    color: #666666;
    font-size: 14px;
    position: relative;
    margin-top: 40px;
}
.shared-car a:first-child{
    border-right: none;
}
.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 em {
    font-size: 65px;
    color: #04B24E;
}
.shared-theory .icon div {
    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){
    .system-theory .car-module{
        display: block;
    }
    .shared-theory .text>div{
        width: 48%;
    }
    .shared-theory .text>div {
        font-size: 12px;
    }
    .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 em{
    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 em{
    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 em{
    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 em{
    color: #fff;
}
.hardware-right:hover .hardware-left-icon{
    background: #04B24E;
}
.hardware-right:hover .hardware-left-icon em{
    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 em{
    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>div{
    font-size: 48px;
    font-weight: bold;
    color: #000;
}
.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;

}
.shared-img:hover>div>div{
    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: 18px;
    line-height: 2;
    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;
}
.license-saas{
    width: 100%;
}
.license-saas .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 15px;
}
.hardware-left-items{
    font-size: 15px;
    color: #000;
    flex: 1;
    text-align: right;
    margin-right: 15px;
}
.hardware-right .hardware-left-items{
    flex: 1;
    text-align: left;
    margin-left: 15px;
}
.hardwares .hardware-left-items-teshu{
    position: absolute;
    left: 65px;
}
@media (max-width: 768px){
    .hardwares .hardware-left-items-teshu{
        position:static;
    }
}
@media (max-width: 767px){
    .hardwares .hardware-left-items-teshu{
        position:static;
    }
}
#metinfo_tag{
    margin-top: 25px;
}

/* 分页-新增-start */
.pager li>a, .pager li>span {
    margin: 0 5px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
/* 分页-新增-end */

.taglist {
     margin-top: 25px;
}

/* 在线客服-start */
.floating_ck{position:fixed;right:20px;top:70%;z-index:9999;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#04B24E;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#646577;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/zxicon.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;font-size:12px}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#04B24E;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../images/wxkefu.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}
/* 在线客服-end */


.common-a-class{
    text-decoration:none;
    color:#666666;
}
.common-a-class:hover{
    color:#10AB46
}