body {
    font: 14px/1 'Microsoft YaHei',Helvetica Neue,Helvetica,Arial, 'PingFang SC','Hiragino Sans GB','Heiti SC','Microsoft YaHei', 'WenQuanYi Micro Hei',sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #fff
}

p {
    margin: 0;
    padding: 0
}

li, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-weight: 200
}

a {
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    cursor: pointer
}

    a:active, a:hover {
        text-decoration: none
    }

img {
    border: 0;
    padding: 0;
    margin: 0;
}

#process img {
    border: 0;
    padding: 50px;
    margin: 0;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.mw {
    max-width: 1200px;
    margin: 0 auto
}

.white-placeholder::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1
}

.white-placeholder::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1
}

.white-placeholder::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1
}

.white-placeholder:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1
}

.white-placeholder::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1
}


.head-tip {
    height: 110px;
    background-color: rgb(141,115,163);
}

.head-content {
    line-height: 80px;
}

    .head-content .carousel-search {
        float: right;
        line-height: 54px;
        padding: 0px;
        margin: 0px;
        height: 20px;
        width: 300px;
        margin-left: -30px;
        margin-top: 15px;
    }

    .head-content .sinput {
        height: 35px;
        margin-top: 6px;
        width: 140px;
        float: left;
        font-size: 10px;
        width: 265px;
    }

    .head-content .snt {
        float: right;
        height: 35px;
        margin-top: 6px;
        line-height: 35px;
        font-size: 10px;
        background-color: #f88d2f;
        border: none;
        color: white;
        width: 35px;
        margin-right: 0px;
    }

.head-tip .head-title {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.head-tip img {
    height: 60px;
}

.head-action li {
    padding: 0px 8px;
    border-right: 1px solid black;
    display: inline-block;
    line-height: 100%;
}

    .head-action li:last-child {
        border-right: 0;
    }

.head-tip .head-action a {
    margin-left: 5px;
    color: black;
}

.header-container {
    line-height: 50px;
    background-color: #D9E1E6
}

    .header-container .logo img {
        max-width: 100%
    }

    .header-container .menu .row div.active {
        background-color: #583178;
    }

    .header-container .menu a {
        display: block;
        text-decoration: none;
        font-size: 18px
    }

        .header-container .menu a:active, .header-container .menu a:hover {
            text-decoration: none
        }

    .header-container .login {
        color: #fff;
        font-size: 15px;
        font-weight: 100;
    }

        .header-container .login i {
            vertical-align: -3px;
            line-height: 24px;
            display: inline-block;
            margin-right: 10px
        }

.footer-container {
    margin-top: 50px;
    background-color: #583178
}

    .footer-container .flogo {
        line-height: 120px;
        position: relative
    }

        .footer-container .flogo:after {
            position: absolute;
            content: '';
            display: block;
            right: 0;
            width: 1px;
            background-color: #fff;
            height: 40px;
            top: 50%;
            margin-top: -20px
        }

        .footer-container .flogo img {
            max-width: 100%
        }

    .footer-container .address-wrapper {
        position: relative
    }

    .footer-container .address {
        display: inline-block;
        position: absolute;
        left: 20px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .footer-container .address .address-text {
            font-size: 12px;
            color: #fff;
            line-height: 20px
        }

    .footer-container .qrcode-wrapper {
        text-align: center;
        padding-top: 20px
    }

        .footer-container .qrcode-wrapper .col-6 {
            text-align: center
        }

        .footer-container .qrcode-wrapper h5 {
            margin-top: 8px;
            text-align: center;
            font-size: 12px;
            color: #fff
        }

#slider .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    width: 17px;
    height: 32px
}

#slider .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
    width: 17px;
    height: 32px
}

#slider .carousel-indicators {
    color: #fff;
    bottom: 20px
}

    #slider .carousel-indicators li {
        cursor: pointer;
        background-color: #fff
    }

        #slider .carousel-indicators li.active {
            background-color: #1056cb
        }

#slider .carousel-item {
    max-height: 400px
}

#slider .carousel-search {
    z-index: 20000;
    position: absolute;
    width: 600px;
    left: 50%;
    right: auto;
    bottom: 50px;
    margin-left: -300px
}

    #slider .carousel-search h3 {
        font-size: 20px
    }

    #slider .carousel-search h1 {
        font-size: 36px;
        line-height: 60px
    }

    #slider .carousel-search .form-group {
        position: relative
    }

        #slider .carousel-search .form-group .search-icon {
            position: absolute;
            width: 50px;
            top: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            cursor: pointer
        }

            #slider .carousel-search .form-group .search-icon i {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -13.5px;
                margin-top: -13.5px;
                width: 27px;
                height: 27px
            }

    #slider .carousel-search .form-control {
        margin-top: 10px;
        padding: .75rem 50px .75rem .75rem;
        background-color: rgba(255,255,255,.3);
        border: 1px solid #fff;
        color: #fff;
        font-size: 18px
    }

.carousel-inner img {
    width: 100%;
    height: 100%
}

.navbar-container {
    position: relative;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

    .navbar-container .col-3 {
        position: relative
    }

        .navbar-container .col-3:last-child:after {
            display: none
        }

        .navbar-container .col-3:after {
            display: block;
            content: '';
            position: absolute;
            right: 0;
            width: 1px;
            top: 30px;
            bottom: 30px;
            background-color: #c9c9c9
        }

        .navbar-container .col-3 a {
            padding: 43px 0;
            text-align: center
        }

    .navbar-container .nav-link {
        display: block
    }

        .navbar-container .nav-link.active:after {
            display: block;
            content: '';
            position: absolute;
            border-color: transparent;
            border: 11.3px solid transparent;
            border-top-color: #1056cb;
            width: 0;
            bottom: -23px;
            left: 50%;
            margin-left: -7.07px
        }

        .navbar-container .nav-link.active .nav-li h3 {
            color: rgb(141,115,163)
        }

        .navbar-container .nav-link.active .nav-li span {
            color: #2196f3
        }

        .navbar-container .nav-link .nav-li {
            display: inline-block;
            margin: 0 auto;
            padding-left: 50px;
            position: relative
        }

            .navbar-container .nav-link .nav-li h3 {
                font-size: 18px;
                color: rgb(141,115,163);
                margin-bottom: 7px
            }

            .navbar-container .nav-link .nav-li span {
                display: block;
                font-size: 14px;
                color: #48484e;
                opacity: .6
            }

            .navbar-container .nav-link .nav-li .icon {
                width: 50px;
                height: 42px;
                position: absolute;
                top: 0;
                left: 0;
                text-align: center
            }

                .navbar-container .nav-link .nav-li .icon i {
                    display: block
                }

.service-box {
    padding: 30px 0
}

    .service-box .service-header {
        margin: 20px 0;
        color: #2c2021
    }

        .service-box .service-header h3 {
            font-size: 20px
        }

        .service-box .service-header span {
            font-size: 14px;
            line-height: 20px
        }

    .service-box .service-list .service-item {
        text-align: center
    }

        .service-box .service-list .service-item a {
            display: block;
            padding: 20px 0
        }

    .service-box .icon {
        text-align: center;
        height: 80px;
        line-height: 80px;
        margin-bottom: 10px
    }

        .service-box .icon i {
            display: inline-block
        }

    .service-box .service-title {
        font-size: 15px;
        line-height: 24px;
        color: #2c2021
    }

    .service-box .service-commit {
        color: #6b6b6b;
        font-size: 14px;
        line-height: 24px
    }

    .service-box .service-star {
        line-height: 24px;
        display: inline-block
    }

        .service-box .service-star li {
            float: left;
            margin: 0 3px;
            background-image: url(../images/sprite.png);
            background-position: -235px -234px;
            width: 20px;
            height: 19px
        }

            .service-box .service-star li.active {
                background-image: url(../images/sprite.png);
                background-position: -210px -234px
            }

    .service-box .hot-service .service-item {
        padding-right: 0;
        text-align: left
    }

        .service-box .hot-service .service-item a {
            padding: 20px 0 20px 88px
        }

    .service-box .hot-service .service-star {
        margin-left: -3px
    }

    .service-box .hot-service .icon {
        position: absolute;
        top: 2px;
        line-height: 78px;
        left: 20px;
        margin-bottom: 0
    }

#news-slider .carousel-item {
    height: 290px
}

#news-slider .carousel-indicators {
    bottom: 80px;
    color: #fff
}

    #news-slider .carousel-indicators li {
        cursor: pointer;
        background-color: #fff;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        margin: 0 5px
    }

        #news-slider .carousel-indicators li.active {
            background-color: #1056cb
        }

#news-slider .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #ebecef;
    text-align: left;
    padding: 10px 20px
}

    #news-slider .carousel-caption h3 {
        color: #1056cb;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    #news-slider .carousel-caption .carousel-content {
        position: relative;
        padding-right: 80px
    }

    #news-slider .carousel-caption .carousel-text {
        line-height: 18px;
        font-size: 12px;
        color: #333;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    #news-slider .carousel-caption .carousel-time {
        line-height: 18px;
        color: #666;
        position: absolute;
        right: 0;
        top: 0
    }

.news-container {
    height: 290px;
    overflow: hidden
}

    .news-container .news-header {
        border-bottom: 1px solid #d8d8d8;
        height: 30px;
        margin-bottom: 20px
    }

        .news-container .news-header .col-8 {
            font-size: 16px;
            color: #333
        }

        .news-container .news-header .col-4 {
            text-align: right
        }

        .news-container .news-header a {
            font-size: 14px;
            color: #666
        }

    .news-container li {
        position: relative;
        line-height: 30px;
        height: 30px;
        padding-right: 70px
    }

        .news-container li .new-text {
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-size: 14px;
            color: #333
        }

        .news-container li .new-time {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 12px;
            line-height: 30px;
            color: #666
        }

.detail-wrapper {
    margin: 40px 0 60px 0;
    min-height: -webkit-calc(100vh - 238px);
    min-height: calc(100vh - 238px)
}

    .detail-wrapper .detail-table .table-bordered td, .detail-wrapper .detail-table .table-bordered th {
        border: 1px solid #dbe9f4
    }

    .detail-wrapper .detail-table tr td {
        position: relative;
        width: 50%;
        min-height: 45px;
        padding-left: 120px;
        padding-right: 10px
    }

        .detail-wrapper .detail-table tr td:after {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 109px;
            width: 1px;
            background-color: #dee2e6
        }

        .detail-wrapper .detail-table tr td .info {
            line-height: 20px
        }

        .detail-wrapper .detail-table tr td .name {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            display: table-cell;
            width: 110px;
            vertical-align: middle;
            text-align: center;
            background-color: #f7f7f7
        }

            .detail-wrapper .detail-table tr td .name .text {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                text-align: center;
                margin-top: -10px;
                height: 20px;
                line-height: 20px
            }

    .detail-wrapper input {
        cursor: pointer
    }

    .detail-wrapper .form-check-inline .form-check-input {
        vertical-align: -2px
    }

    .detail-wrapper h1.title {
        text-align: center;
        font-size: 20px;
        color: #000;
        font-weight: 600;
        margin-bottom: 20px
    }

    .detail-wrapper .btn-box {
        margin: 30px auto 20px auto;
        text-align: center
    }

        .detail-wrapper .btn-box .btn {
            margin: 0 15px
        }

.process-wrapper .nav {
    border-bottom: 2px solid #0f80ea;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0
}

    .process-wrapper .nav .col-3 {
        max-width: 150px
    }

    .process-wrapper .nav .nav-link {
        padding: 2px;
        line-height: 30px;
        background-color: #fff;
        margin: 0 -15px 0 -15px;
        text-align: center;
        color: #333;
        font-size: 16px
    }

        .process-wrapper .nav .nav-link .tab-icon {
            display: inline-block;
            padding-left: 30px;
            line-height: 30px
        }

        .process-wrapper .nav .nav-link .bszn {
            background: url(../images/bszn.png) center left no-repeat;
            -webkit-background-size: 20px 20px;
            background-size: 20px 20px
        }

        .process-wrapper .nav .nav-link .sqcl {
            background: url(../images/sqcl.png) center left no-repeat;
            -webkit-background-size: 20px 20px;
            background-size: 20px 20px
        }

        .process-wrapper .nav .nav-link .bslc {
            background: url(../images/bslc.png) center left no-repeat;
            -webkit-background-size: 20px 20px;
            background-size: 20px 20px
        }

        .process-wrapper .nav .nav-link .bsyj {
            background: url(../images/bsyj.png) center left no-repeat;
            -webkit-background-size: 20px 20px;
            background-size: 20px 20px
        }

        .process-wrapper .nav .nav-link.active {
            color: #fff;
            background-color: #0f80ea
        }

            .process-wrapper .nav .nav-link.active .bszn {
                background: url(../images/bszn-w.png) center left no-repeat;
                -webkit-background-size: 20px 20px;
                background-size: 20px 20px
            }

            .process-wrapper .nav .nav-link.active .sqcl {
                background: url(../images/sqcl-w.png) center left no-repeat;
                -webkit-background-size: 20px 20px;
                background-size: 20px 20px
            }

            .process-wrapper .nav .nav-link.active .bslc {
                background: url(../images/bslc-w.png) center left no-repeat;
                -webkit-background-size: 20px 20px;
                background-size: 20px 20px
            }

            .process-wrapper .nav .nav-link.active .bsyj {
                background: url(../images/bsyj-w.png) center left no-repeat;
                -webkit-background-size: 20px 20px;
                background-size: 20px 20px
            }

.process-wrapper tr td {
    vertical-align: middle;
    color: #666;
    line-height: 20px
}

    .process-wrapper tr td:nth-child(odd) {
        width: 120px;
        text-align: center
    }

.process-wrapper tr:nth-child(odd) td {
    background-color: #f7f7f7;
    color: #000
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header-container {
        line-height: 100px
    }

        .header-container .login, .header-container .menu a {
            font-size: 16px
        }

    #slider .carousel-search {
        width: 480px;
        margin-top: -80px;
        margin-left: -240px
    }

        #slider .carousel-search h3 {
            font-size: 18px
        }

        #slider .carousel-search h1 {
            font-size: 45px;
            line-height: 60px
        }

        #slider .carousel-search .form-control {
            margin-top: 8px;
            padding: .5rem 50px .5rem .75rem;
            border: 1px solid #fff;
            color: #fff;
            font-size: 16px
        }
}
