*{margin: 0;padding: 0;list-style: none;}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ { margin: 0; padding: 0;}
/** 设置默认字体 **/
/*body{width: 10rem;}*/
body,button, input, select, textarea  { font: 16px/1.5 'Micorsoft YaHei', '微软雅黑', MSYH, \5b8b\4f53, sans-serif, ZZGFLQ;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
/*small { font-size: 12px; }  小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a, a:link, a:visited{ text-decoration: none; color: #434343;}
a:hover{ text-decoration: none !important; color: #5cbbf2; transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; -moz-transition-duration: .2s;}
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline:none;border:none; background:none;} /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/*图片边框*/
img{border: 0;}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/*首页*/

.navBar .container{
    margin-left: 0;
    margin-right: 0;
}
.navBar .navbar-default {
    background-color: rgba(33,44,55,.7);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    border:none;
}
.navBar .navbar-brand {
    height: 30px;
    margin-top: -6px;
}
.navbar-brand>img{
    height: 30px;
}
.navBar .navbar{
    min-height: 30px;
}
.navBar .navbar-default .navbar-nav>li>a{
    color: #ffffff;
    padding: 13px 10px;
    font-size: 15px;
}
.navBar .navbar-default .navbar-nav>li:not(:nth-child(7)):hover, .navBar .navbar-default .navbar-nav>li.active{
    background: #3264BE;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
    background-size: cover;
    width: 100%;
    background-position: 50% 50%;
}
.swiper-slide:before {
    background: rgba(0,0,0,.39);
    content: "";
    display: block!important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.swiper-pagination-bullet{
    background: #fff;
    border-radius: 100%;
    cursor: pointer!important;
    height: 16px;
    opacity: .25;
    position: relative;
    transition: opacity .3s linear;
    width: 16px;
    z-index: 2;
    bottom: 30px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 6px;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-next, .swiper-button-prev{
    padding: 0 50px;
    height: 100%;
    top: 0!important;
    margin-top: 0;
    background: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1; 
    cursor: auto;
    pointer-events: auto;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background: hsla(0,0%,78%,.1);
}
.swiper-button-next img, .swiper-button-prev img{
    width: 36px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.swiper-button-next img{
    right: 25px;
}
.swiper-button-prev img{
    left: 25px;
}
.banner_inner{
    padding-top: 17%;
    padding-bottom: 17%;
    color: #FFFFFF;
    text-align: center;
}
.banner_inner h1{
    font-size: 40px;
    font-weight: bold;
}
.banner_inner p{
    font-size: 18px;
    margin: 25px 0 80px 0;
}
.banner_inner a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 15px;
    padding: 15px 40px;
    transition: background-color .3s ease-in-out;
    display: inline-block;
    margin: 0 13px;
    border: 2px solid #fff;
    font-weight: bold;
}
.banner_inner a:hover{
    background-color: #3e9ece;
    border: 2px solid #3e9ece;
}

/*客户案例*/

.title{
    padding: 90px 0;
    text-align: center;
    color: #848888;
}
.title h2{
    font-size: 50px;
}
.title p{
    font-size: 22px;
    font-weight: lighter;
    margin-top: 10px;
}
.case{
    background: #fff;
    padding-bottom: 60px;
}
.case_list{
    margin-bottom: 30px;
}
.case_list>p{
    background: #333;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.case_list>img{
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    width: 100%;
}
.case_text{
    padding: 20px;
    background: #fff;
    height: 180px;
}
.case_text p{
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 0px;
}

/*系统亮点*/

.system{
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding-bottom: 100px;
    position: relative;
}
.system ul {
    width: 290px;
    margin: 0 auto;
    text-align: left;
}
.system ul li {
    list-style: disc;
    font-size: 14px;
    color: #d3d7dc;
}
.system::before{
    background: rgba(0,0,0,.39);
    content: "";
    display: block!important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.system .title{
    padding: 110px 0;
    color: #ffffff;
}
.system_list{
    margin-bottom: 30px;
}
.system_list>div{
    background: rgba(50,100,190,.8);
    padding: 20px 15px 40px 15px;
}
.system_list>div h3{
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
    font-weight: bold;
}
.system_list>div p{
    font-size: 14px;
    color: #d3d7dc;
    line-height: 20px;
}

/*增值业务*/

.services{
    background: #fff;
    text-align: center;
    padding-bottom: 80px;
}
.services_list h3{
    font-size: 28px;
    margin: 16px 0 10px 0;
}
.services_list p{
    font-size: 14px;
    line-height: 1.45;
    color: #999999;
}

/*服务客户*/

.customers_main{
    padding-bottom: 80px;
}

/*关于我们*/

.about{
    background: #ecf0f1;
    text-align: center;
}
.about_list h3{
    line-height: 40px;
    padding-top: 20px;
    text-align: center;
    font-size:20px;
    color: #999;
}
.about_list p{
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.about_main1{
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.about_main1 p{
    line-height: 1.45;
    color: #555;
    font-size: 14px;
}
.about_main1 p:last-child{
    
}
.separator{
    background: #ddd;
    border-radius: 2px;
    height: 3px;
    margin: 80px auto 10px auto;
    width: 240px;
}

/*footer*/

.foot{
    background: #212c37;
    padding: 120px 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.foot a{
    color: #ffffff;
    border-bottom: 1px solid #fff;
}
.foot p+p{
    margin-top: 20px;
}
.navigation-buttons .prev {
    background: #3264BE url(../img/top.png) no-repeat 5px 5px;
}
.navigation-buttons .next {
    background: #3264BE url(../img/bottom.png) no-repeat 5px 5px;
}
.navigation-buttons .kefu {
    background: #3264BE url(../img/kefu.png) no-repeat 5px 5px;
}
.navigation-buttons .we_chat {
    background: #3264BE url(../img/wechat.png) no-repeat 5px 5px;
}
.navigation-buttons {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 999;
    opacity: .65;
    transition: opacity .3s ease-in;
}
.navigation-buttons span {
    border-radius: 50px;
    display: block;
    height: 30px;
    transition: background-color .3s linear;
    width: 30px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 6px;
}
.navigation-buttons span:hover {
    background-color: #37495b;
}
@media (min-width:767px) {
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
        background: none;
        color: #ffffff;
    }
    .navBar .navbar-default .navbar-nav>.open>a, .navBar .navbar-default .navbar-nav>.open>a:focus, .navBar .navbar-default .navbar-nav>.open>a:hover {
        background: none;
        color: #ffffff;
    }
    .navbar {
        border-radius: 0px; 
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .banner_inner{
        padding-left: 15%;
        padding-right: 15%;
    }
}
@media (min-width:767px) and (max-width:991px) {
    .banner_inner{
        padding-left: 15%;
        padding-right: 15%;
    }
}
@media (max-width:768px) {
    .navBar .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .navBar .navbar-collapse{
        background: rgba(255,255,255,255);
    }
    .navBar .nav>li+li {
        border-top: 1px solid #eaebec;
    }
    .navBar .navbar-brand{
        margin-top: 0;
    }
    .navBar .navbar-default .navbar-nav>li>a{
        color: #666;
        font-size: 16px;
    }
    .navBar .navbar-nav{
        margin: 0 -15px;
    }
    .banner_inner {
        padding-top: 46%;
        padding-bottom: 46%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .banner_inner h1{
        font-size: 30px;
    }
    .banner_inner p{
        font-size: 14px;
        margin: 20px 0 60px 0;
    }
    .banner_inner a{
        padding: 14px 70px;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .services_list+.services_list, .about_list+.about_list{
        margin-top: 30px;
    }
    .title h2 {
        font-size: 40px;
    }
    .title p {
        font-size: 16px;
        margin-top: 4px;
    }
}

