@charset "utf-8";/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none!important;
}
.active{
    /* background-color: #1c69d5!important; */
    border-radius:5px;
}
.logos h1{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.tops-bg{
    background-color:#333;
    color: #fff;
    font-size: 18px;
    line-height: 3em;
}
.tops{
    position: relative;
}
.tops-title{
    display:inline-block;
    padding-left: 20px;
}
.tops-dc{
    display:inline-block;
    position: absolute;
    right: 20px;
}
.tops-dc div{
    display:inline-block;
}
.tops-dc div a{
    color: #fff;
}
.tops-d{
    line-height: 1em;
    padding-right: 0.5em;
    border-right: 2px solid #fff;
    margin-top: 1em;
    margin-right: 0.5em;
}
.tops-z{
}
.tops-dc div a:hover{
    color: #1c69d5;
}
.banner_bg{
    background-image:url("../images/banner_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 0px;
}
.navs{
    background-color: rgba(0,0,0,0);
    border: none; 
}
.navs ul li a{
   line-height: 72px; 
    font-size: 16px;
    color: #fff!important;
}
.navbar-header{
    border-bottom: none;
    border-color: rgba(0,0,0,0);
}
.navbar-toggle{
    background-color: rgba(0,0,0,0)!important;
    border: none;
}
.navbar-toggle .icon-bar{
    background-color: #fff!important;
}
.navs .in{
    clear: both;
    border: none;
    text-align: center;
    display: inline;
}
.navs .in a{
    text-align: center;
    display: inline;
}
.banner_texts{
    color: #fff;
    margin-bottom: 290px;
    margin-top: 200px;
}
.banner_texts h3{
    font-size: 30px;
}
.banner_texts p{
    margin: 30px 0 50px 0!important;
    font-size: 18px;
}
.banner_button{
    font-size: 16px;
    padding: 8px 15px;
    margin: 0 10px;
    color: #fff;
    border-radius:5px;
    border: 1px solid #1c69d5;
    background-color: #1c69d5;
    
}
.banner_button:hover{
    background-color: #1c69d5;
    border: 1px solid #1c69d5;
    color: #fff!important;
    text-decoration: none;
}
.imdex_project{
    margin-top: 100px;
}
.imdex_project h1{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.imdex_project h6{
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
.imdex_project img{
    margin: 30px auto;
}
.project_qrcode img{
    width: 60px;
}
.project_qrcode_img{
    position: relative;
}
.project_qrcode_img .nones{
    width: 100%;
    position: absolute;
    top: -70px;
    display: none;
}
.project_qrcode .project_qrcode_img:hover .nones{
    display: block;
}
.imdex_project p{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    width: 50em;
    margin-top: 40px;
}
.serve_con{
    padding-top: 90px;
    padding-bottom: 80px;
}
.serve_con h1{
    font-size: 28px;
    font-weight: bold;
}
.serve_con p{
    font-size: 14px;
    color: #666;
    line-height: 35px;
    margin-bottom: 60px;
}
.serve_con .row{
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.index-case  h1{
    font-size: 28px;
    font-weight: bold;
}
.index-case p{
    font-size: 14px;
    color: #666;
    line-height: 35px;
    margin-bottom: 60px;
}

/*案例*/
.index-case{
    background-color:#f6f6f6;
    padding-top: 80px;
    padding-bottom: 70px;
    margin-top: 100px;
    margin-bottom: 100px;
}

/*-tab切换按钮-*/
.index-tabs{
    text-align: center;
    border:none;
    margin-top: 40px;
    margin-bottom: 60px;
}
.index-tabs li{
    display: inline-block;
    float: none;
    border:none;
    border-radius: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.index-tabs.nav-tabs>li.active{
    border:none;
}
.index-tabs.nav-tabs>li:hover{
    border:none;
}
.index-tabs.nav-tabs>li>a{
    color: #666;
    border:1px solid #ccc;
    border-radius: 25px;
    padding:10px 48px;
    margin-right: 0px;
}
.index-tabs.nav-tabs>li.active>a,.index-tabs.nav-tabs>li.active>a:focus,.index-tabs.nav-tabs>li:hover>a{
    color: #fff;
    background-color: #387cf7;
    background: linear-gradient(30deg, #387cf7 30%, #00187d); 
    border-bottom: none;
    border:linear-gradient(30deg, #387cf7 30%, #00187d); 
    border-radius: 25px;
}
/*-index左右切换箭头-*/
.index-case .carousel-control{
    width:0px;
    color: #bbb;
}
.index-case .carousel-control.right{
    right: 10px;
    text-align: right;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.index-case .carousel-control.left{
    left: -10px;
    text-align: left;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.index-case .carousel-control .glyphicon-menu-left, .index-case .carousel-control .glyphicon-menu-right, .index-case .carousel-control .icon-next, .index-case .carousel-control .icon-prev{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
/*index-case内容*/
.index-case .item .row{
    padding: 10px;
}
.index-case-li{
    display: block;
    text-align: center;
}
.index-case-li-img{
    display: inline-block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}
.index-case-li-con{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc; 
    padding: 20px 0;
    position: relative;
    top: -5px;
}
.index-case-li-tit{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.index-case-li-txt{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}


.serve{
    position: absolute;
    left:0px;
    right:0px;
    margin-left: 20px;
}
.serve p{
    width: 100%;
    line-height: 40px;
    margin-bottom: 0px;
    position: absolute;
    top: 100px;
    left:5px;
    font-size: 16px;
    color: #fff;
}
.serve span{
    position: absolute;
    top: 110px;
    right:5px;
    font-size: 16px;
    color: #fff;
}
.opt_bg{
    background-color: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 80px;
}
.opt_bg h1{
    font-size: 28px;
    font-weight: bold;
}
.opt_bg h6{
    font-size: 14px;
    color: #666;
    line-height: 35px;
    margin-bottom: 60px;
}
.opt_a h5{
    color: #555;
    font-size: 20px;
    font-weight: bold;
}
.opt_a p{
    color:#888;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 60px;
}
.addups{
    padding: 20px 0px;
    border-right: 1px solid #efefef;
}
.addups:last-child{
    border-right: none;
}
.addup_bg{
    margin-top: 90px;
    margin-bottom: 90px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url("../images/addup_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.addup_data{
    color: #fff;
    padding-top: 50px;    
}
.addup_data h6{
    font-size: 45px;
}
.addup_data h2{
    font-size: 18px;
    margin-top: 50px;
}
.addup_data p{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding-bottom:50px;
}
.info_con h1{
    font-size: 28px;
    font-weight: bold;
}
.info_con h6{
    font-size: 14px;
    color: #666;
    line-height: 35px;
    margin-bottom: 40px;
}
.info_con p{
    color:#888;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 40px;
}
.nav-tabs{
    border: none;
    margin-bottom: 70px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
    background: rgba(0,0,0,0.00);
}
.nav>li>a:hover{
    background-color: rgba(0,0,0,0.00);
}
.nav-tabs li{
    margin-left: 20px;
    margin-right: 20px;
}
.nav-tabs li a{
    color: #666;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius:5px;
    padding: 8px 40px!important;
}
.nav .active>a{
    color: #fff!important;
}
.info_text{
    margin-bottom: 70px;
}
.info_text h3{
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
.info_text p{
    margin-bottom: 18px;
}
.info_text a{
    font-size: 16px;
    color: #ccc;
    padding: 10px 25px;
    border: 1px solid #ccc;
}
.footer_bg{
    padding: 20px 0;
    background-color: #34383b;
    color: #fff;
}
.footer_bg h5{
    font-size: 18px;
    margin-bottom: 60px;
}
.footer_nav_a{
    margin-top: -30px;
}
.footer_nav .footer_nav_a a{
    color: #fff;
    line-height: 76px;
    margin-right: 10%;
}
.footer_form input{
    width: 70%;
    line-height: 44px;
    background-color: rgba(0,0,0,0);
    font-size: 16px;
    border: 1px solid #aaa;
    margin-bottom: 30px;
}

.footer_form div{
    display: flex;
}

.footer_form div input{
    width: 60% !important;
    margin-bottom: 0 !important;
}

.footer_form div div{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_form input::placeholder{
    text-align: center;
    color: #ddd;
}
.footer_form input::-ms-input-placeholder{
    text-align: center;
    color: #ddd;
}
.footer_form input::-webkit-input-placeholder{
    text-align: center;
    color: #ddd;
}
.footer_form input::-o-input-placeholder{
    text-align: center;
    color: #ddd;
}
.footer_form input::-moz-input-placeholder{
    text-align: center;
    color: #ddd;
}
.send{
    background-color: #1c69d5!important;
    border: 1px solid #1c69d5!important;
}
.footer_c p{
    margin-bottom: 30px;
}
.icos{
    margin-top: 60px;
    color: #ccc;
}

.icos_1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.icos_1 a{
    color: #ccc;
}

.icos_1 img{
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.nowIn{
    font-size: 18px;
    line-height: 3em;
    border-bottom: 1px solid #ccc;
}
.title{
    color: #999;
}
.content{
    font-weight: bold;
    color: #333;
}
.post{
    display: block;
    width:50%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    margin-top: 60px;
    margin-bottom: 60px;
}
.post form{
    /*padding-left: 30px;*/
    padding-left: 15%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.post tbody,.post table{
    width:100%;
    text-align: center;
}
.post tr{
    width:100%;
    display:block;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
}
.post tr td{
    width:50%;
}
.post input{
    width:100%;
    padding: 5px;
}
.spark{
    color: red;
}
#reg-submit{
    width:6em;
    line-height: 40px;
    background-color:#1c69d5;
    color: #fff;
    margin: 0 auto;
    border:none;
    margin-top: 20px;
    margin-left: -15%;
}
.news ul{
    margin-top: 60px;
    margin-bottom: 60px;
}
.news ul li{
    list-style:none;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    margin: 20px 0;
}
.news ul li a{
    display:block;
    padding: 20px;
    cursor:pointer;
}
.news ul li a img{
    float: left;
    margin-right: 20px;
    border-radius: 10px;
}
.news ul li a .news-span{
    display:block;
    line-height: 3em;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.news ul li a .news-p{
    font-size: 16px;
    color: #666;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}
.news-img{
    max-width: 250px;
    max-height: 138px;
}

.news ul li:hover{
    box-shadow: 0 0 15px #ccc;
}

.cpLi{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
    margin-top: 30px;
    box-shadow: 0 15px 10px -10px #f4f4f4;
}
.cpLi h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cpLi p{
    font-size: 18px;
    line-height: 1.5em;
}














@media (max-width: 992px){
    .serve_con .row{
    padding-left:0px;
    }
}
@media (max-width: 767px){
    .navs .pull-right{
        float: none!important;
    }
    .navbar-toggle{
        background-color: rgba(0,0,0,0)!important;
        border: none;
        margin-top: 2.5em;
    }
    .imdex_project p{ 
    width: 100%;
    }

}