body {
    width: 100%;
    overflow-x: hidden;
    font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif
}
.navbar-brand{
    padding-top:0px!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

@media (max-width:1080px) {
    .navbar-brand img {
        width: 70%
    }
    .navbar-brand>img {
        margin-bottom: 20px
    }
    .navbar {
        padding: 0 5px!important
    }
    .navbar-brand{
    	padding:0px 15px !important;
    }
    .navbar-nav>li>a {
        padding: 20px!important
    }
    .banner {
        /* margin-top: 60px!important */
    }
    .list h1:before {
        display: none!important
    }
    .list p {
        margin-left: 0!important
    }
    .sec1 .list .box_but {
        border: 0!important;
        height: 0!important
    }
    footer {
        padding-left: 30px!important
    }
    footer .one {
        padding: 10px 0!important
    }
    footer .right {
        text-align: left!important
    }
    footer .right svg {
        margin-right: 10px!important
    }
}

li {
    list-style: none
}

p {
    font-size: 14px
}

.navbar {
    margin-bottom: 0;
    padding: 0 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .14);
    box-shadow: 0 0 10px rgba(0, 0, 0, .14)
}

.navbar-header button .icon-bar {
    background: #4f71c2
}

.navbar-toggle {
    border: 1px solid #4f71c2
}

a {
    color: #92959d
}

.navbar-nav>li>a:hover {
    color: #4f71c2;
    background: 0 0
}

.bule {
    color: #4f71c2
}

.navbar-nav>li>a {
    padding: 44px 20px
}

.navbar-header .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px
}

.banner {
    background-image: url(../images/solution_banner_bg.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    /* margin-top: 108px */
}

.banner h3 {
    font-size: 24px;
    letter-spacing: 24px;
    margin-top: 180px
}

.banner h2 {
    font-size: 50px;
    color: #fff!important
}

.banner h5 {
    font-size: 14px;
    color: #838689;
    margin-top: 20px;
    line-height: 24px;
    padding-bottom: 160px
}

.sec1 {
    margin-top: 60px
}

.sec1 .active {
    -webkit-box-shadow: 0 1px 10px 0 rgba(237, 236, 236, .75);
    box-shadow: 0 1px 10px 0 rgba(237, 236, 236, .75)
}

.sec1 .active h1 {
    color: #5376ca!important
}

.sec1 .active p {
    position: relative
}

.sec1 .list {
    padding: 50px 20px;
    border-bottom: 1px solid #f2f2f2
}

.sec1 .list h1 {
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 15px;
    text-align: left
}

.sec1 .list h1:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    margin-right: 10px;
    margin-bottom: 6px;
    background: #3a3a3a
}

.sec1 .list p {
    margin-left: 60px;
    font-size: 13px;
    line-height: 26px;
    color: #bcbbbb
}

.sec1 .list p .right {
    margin-left: 100px
}

.sec1 .list .col-md-2 {
    display: table;
    margin-top: 16px
}

.sec1 .list .box_but {
    height: 100px;
    border-left: 1px solid #f3f3f3;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.sec1 .list .box_but .but {
    display: inline-block;
    width: 100px;
    height: 34px;
    border: 1px solid #d3d3d3;
    line-height: 34px;
    text-align: center;
    color: #bcbbbb
}

.sec1 .list .box_but .but svg {
    margin-left: 8px
}

footer {
    width: 100%;
    background: #e9e9e9;
    font-size: 14px;
    color: #979696;
    margin-top: 80px
}

footer .one {
    padding: 40px 0
}

footer .right {
    text-align: right
}

footer .right svg {
    margin-right: 10px
}