.section .title {
    padding: 6px 0;
    width: 100%;
    margin: 20px 0 45px 0;
}

.banner {
    height: 580px;
    background: #F6F7F8 url(../image/banner_1.png) no-repeat 0 0px;
    background-size: 100% 100%;
    overflow: hidden;
}

.banner .des {
    color: #fff;
}

.banner .des h2 {
    font-weight: lighter;
    font-size: 36px;
}

.banner .des p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    /* opacity: 0.9; */
}

/*内容标题*/
.section .title .main {
    width: 180px;
    margin: 0 auto;
}

.section .title h2 {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    height: 42px;
    line-height: 42px;
}

.section .title .line {
    border-color: #fa6419;
    border-width: 3px;
    border-bottom-style: solid;
    width: 92px;
    height: 1px;
    margin: 8px auto;
}

.section .title .text {
    color: #999;
    font-size: 16px;
}

/*关于我们*/
.section .content {
    margin: 10px auto;
}

.section .content .left img {
    width: 100%;
}


.section .content .des p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.section .content .des {
    padding: 6px 0 10px 0;
}

/*统计*/
.about .stat {
    margin: 0;
}

.about .stat .item {
    padding-right: 20px;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #999;
}

.about .stat .item:last-child {
    border: none;
}

.about .stat .item-1 {
    width: 100%;
    height: 52px;
    position: relative;
}

.about .stat .item-1 span {
    font-size: 38px;
    color: #666;
}

.about .stat .item-2 {
    font-size: 20px;
    padding: 5px 0;
}

/*联系方式*/
.contact {
    background-color: #4B4C4E;
    width: 100%;
    color: #fff;
}

.contact .main {
    padding: 35px 15px 20px 15px;
}

.contact h2 {
    font-size: 18px;
    font-weight: 400;
}

.contact .left p {
    padding: 8px 0;
}

.contact .left .title {
    position: relative;
    width: 100px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 20px;
}

.contact .left .title p {
    position: absolute;
    left: 4px;
    bottom: -8px;
    width: 68px;
    height: 1px;
    border-bottom: 2px solid #fa6419;
}

.contact .right {
    padding-left: 20px;
    border-left: 1px dashed #696969;
}

.contact .right .qrcode img {
    height: 120px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.contact .right .app-qrcode img {
    border-radius: 50%;
}

/*菜单*/
/* .fill-section,
.header,
.header ul {
    height: 100px;
} */

.navbar-brand {
    flex: 1;
}

.fill-section {
    width: 100%;
}

.header {
    background-color: #fff;
}


.header .main img {
    height: 100px;
}


.header .main li {
    padding: 12px 20px;
    font-size: 16px;
    text-align: center;
}

.header .main li a {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
}

.header .main .active a,
.header .main li a:hover {
    color: #fa6419;
}

.header .main li .decoration {
    display: none;
    border-color: #fa6419;
    border-width: 3px;
    border-bottom-style: solid;
    width: 52px;
    height: 3px;
    margin: 0px auto;

    /* 持续1秒钟  渐变效果 */
    animation: menu 0.6s ease;
    -webkit-animation: menu 0.6s ease;
}

.header .main li .cur,
.header .main .active .decoration {
    display: block;
}


@keyframes menu {
    0% {
        width: 0;
    }

    100% {
        width: 52px;
    }
}

/*底部*/
.footer {
    background-color: #24272C;
    width: 100%;
    line-height: 22px;
    padding: 10px 0;
}

.footer,
.footer a {
    color: #fff;
}

.footer p {
    height: 22px;
    line-height: 22px;
}


/*服务*/
.service {
    margin-bottom: 20px;
}


.service .content {
    margin-bottom: 50px;
}

.service .content .left {
    height: 250px;
}

.service .content .icon {
    width: 180px;
    height: 180px;
    line-height: 180px;
    margin: 58px auto;
    text-align: center;
    background: url(../image/service-bg.png) center center no-repeat;
}

.service .content .icon span {
    font-size: 82px;
}

.service .title .des {
    line-height: 24px;
    text-align: center;
}

.service .content .right .tip {
    height: initial;
    color: #999;
    padding: 0;
}

.service .right h2 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    height: 32px;
    line-height: 32px;
}

.service .content .right {
    padding-top: 40px;
    height: 250px;
}

.service .right .line {
    border-color: #fa6419;
    border-width: 2px;
    border-bottom-style: solid;
    height: 1px;
    width: 122px;
    margin: 16px 0 8px 0;
}

.service .content .right .des {
    color: #696969;
    height: initial;
}

.service .content .right .des p {
    font-size: 14px;
}



/*数据统计*/
.stat-bg {
    width: 100%;
    background-color: #f4f4f4;
}

.stat .item {
    text-align: center;
    padding-top: 20px;
}

.stat .item:hover {
    background-color: #fff;
    cursor: pointer;
}

.stat .item .num {
    font-size: 68px;
    color: #49bf86;
}

.stat .item .tip {
    font-size: 26px;
    color: #555;
    margin: 12px 0;
}

.stat .item .line {
    border-color: #49bf86;
    border-width: 3px;
    border-bottom-style: solid;
    width: 90px;
    height: 20px;
    margin: 8px auto;
}

@media (min-width: 576px) {
    .section .title {
        margin: 60px 0 45px 0;
    }

    .service-section {
        width: 960px;
        margin: 0 auto;
    }

    .banner .des h2 {
        padding-top: 420px;
    }

    .banner .des {
        padding-left: 30px;
    }

    .service .theme-right {
        flex-direction: row-reverse;
    }

    .navbar-brand {
        margin-left: 50px;
    }
}

@media (max-width: 575px) {
    .banner {
        height: 280px;
    }

    .banner .des h2 {
        padding-top: 146px;
        font-size: 26px;
    }

    .section .content .left {
        margin-bottom: 12px;
    }

    .about .stat .item {
        border: none;
    }

    .banner .des p {
        line-height: 20px;
    }

    .about .stat .item-2 {
        margin-top: 20px;
    }
}