.mt-5 {
    margin-top: 5px
}


/*距上5像素*/

.mt-10 {
    margin-top: 10px
}


/*距上10像素*/

.mt-15 {
    margin-top: 15px
}


/*距上15像素*/

.mt-20 {
    margin-top: 20px
}


/*距上20像素*/

.mt-25 {
    margin-top: 25px
}


/*距上25像素*/

.mt-30 {
    margin-top: 30px
}


/*距上30像素*/

.mt-35 {
    margin-top: 35px
}


/*距上35像素*/

.mt-40 {
    margin-top: 40px
}


/*距上40像素*/

.mt-50 {
    margin-top: 50px
}


/*距上50像素*/

.mb-5 {
    margin-bottom: 5px
}


/*距下5像素*/

.mb-10 {
    margin-bottom: 10px
}


/*距下10像素*/

.mb-15 {
    margin-bottom: 15px
}


/*距下15像素*/

.mb-20 {
    margin-bottom: 20px
}


/*距下20像素*/

.mb-25 {
    margin-bottom: 25px
}


/*距下25像素*/

.mb-30 {
    margin-bottom: 30px
}


/*距下30像素*/

.mb-35 {
    margin-bottom: 35px
}


/*距下35像素*/

.mb-40 {
    margin-bottom: 40px
}


/*距下40像素*/

.mb-50 {
    margin-bottom: 50px
}


/*距下50像素*/

.ml-5 {
    margin-left: 5px
}


/*距左5像素*/

.ml-10 {
    margin-left: 10px
}


/*距左10像素*/

.ml-15 {
    margin-left: 15px
}


/*距左15像素*/

.ml-20 {
    margin-left: 20px
}


/*距左20像素*/

.ml-30 {
    margin-left: 30px
}


/*距左30像素*/

.ml-40 {
    margin-left: 40px
}


/*距左40像素*/

.ml-50 {
    margin-left: 50px
}


/*距左50像素*/

.mr-5 {
    margin-right: 5px
}


/*距右5像素*/

.mr-10 {
    margin-right: 10px
}


/*距右10像素*/

.mr-15 {
    margin-right: 15px
}


/*距右15像素*/

.mr-20 {
    margin-right: 20px
}


/*距右20像素*/

.mr-30 {
    margin-right: 30px
}


/*距右30像素*/

.mr-40 {
    margin-right: 40px
}


/*距右40像素*/

.mr-50 {
    margin-right: 50px
}


/*距右50像素*/

.pt-5 {
    padding-top: 5px
}


/*上填充5像素*/

.pt-10 {
    padding-top: 10px
}


/*上填充10像素*/

.pt-15 {
    padding-top: 15px
}


/*上填充15像素*/

.pt-20 {
    padding-top: 20px
}


/*上填充20像素*/

.pb-5 {
    padding-bottom: 5px
}


/*下填充5像素*/

.pb-10 {
    padding-bottom: 10px
}


/*下填充10像素*/

.pb-15 {
    padding-bottom: 15px
}


/*下填充15像素*/

.pb-20 {
    padding-bottom: 20px
}


/*下填充20像素*/

.pl-5 {
    padding-left: 5px
}


/*左填充5像素*/

.pl-10 {
    padding-left: 10px
}


/*左填充10像素*/

.pl-15 {
    padding-left: 15px
}


/*左填充15像素*/

.pl-20 {
    padding-left: 20px
}


/*左填充20像素*/

.pr-5 {
    padding-right: 5px
}


/*右填充5像素*/

.pr-10 {
    padding-right: 10px
}


/*右填充10像素*/

.pr-15 {
    padding-right: 15px
}


/*右填充15像素*/

.pr-20 {
    padding-right: 20px
}


/*右填充20像素*/

.pd-5 {
    padding: 5px
}


/*填充5像素*/

.pd-10 {
    padding: 10px
}


/*填充10像素*/

.pd-15 {
    padding: 15px
}


/*填充15像素*/

.pd-20 {
    padding: 20px
}


/*填充20像素*/

.text-l {
    text-align: left
}


/*水平居左*/

.text-r {
    text-align: right
}


/*水平居右*/

.text-c {
    text-align: center
}


/*水平居中*/

.f40 {
    font-size: 40px;
}

.color-999 {
    color: #999;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.pt40 {
    padding-top: 40px;
}

.mt40 {
    margin-top: 40px;
}


/*主要颜色*/

.c-primary,
.c-primary a,
a.c-primary {
    color: #5a98de
}

.c-primary a:hover,
a.c-primary:hover {
    color: #5a98de
}


/*次主色*/

.c-secondary,
.c-secondary a,
a.c-secondary {
    color: #555
}

.c-secondary a:hover,
a.c-secondary:hover {
    color: #555
}


/*强调色—成功*/

.c-success,
.c-success a,
a.c-success {
    color: #5eb95e
}

.c-success a:hover,
a.c-success:hover {
    color: #5eb95e
}


/*强调色—危险*/

.c-danger,
.c-danger a,
a.c-danger {
    color: #dd514c
}

.c-danger a:hover,
a.c-danger:hover {
    color: #dd514c
}


/*强调色—警告*/

.c-warning,
.c-warning a,
a.c-warning {
    color: #f37b1d
}

.c-warning a:hover,
a.c-warning:hover {
    color: #f37b1d
}


/*强调色—错误*/

.c-error,
.c-error a,
a.c-error {
    color: #c00
}

.c-error a:hover,
a.c-error:hover {
    color: #c00
}


/*辅助色—白色*/

.c-fff,
.c-fff a,
a.c-fff {
    color: #fff
}

.c-fff a:hover,
a.c-fff:hover {
    color: #fff
}


/*辅助色—浅黑*/

.c-333,
.c-333 a,
a.c-333 {
    color: #333
}

.c-333 a:hover,
a.c-333:hover {
    color: #333
}


/*辅助色—灰色*/

.c-666,
.c-666 a,
a.c-666 {
    color: #666
}

.c-666 a:hover,
a.c-666:hover {
    color: #666
}

.c-999,
.c-999 a,
a.c-999 {
    color: #999
}

.c-999 a:hover,
a.c-999:hover {
    color: #999
}


/*标准色—红色*/

.c-red,
.c-red a,
a.c-red {
    color: red
}

.c-red a:hover,
a.c-red:hover {
    color: red
}


/*标准色—绿色*/

.c-green,
.c-green a,
a.c-green {
    color: green
}

.c-red a:hover,
a.c-red:hover {
    color: green
}


/*标准色—蓝色*/

.c-blue,
.c-blue a,
a.c-blue {
    color: blue
}

.c-blue a:hover,
a.c-blue:hover {
    color: blue
}


/*标准色—白色*/

.c-white,
.c-white a,
a.c-white {
    color: white
}

.c-white a:hover,
a.c-white:hover {
    color: white
}


/*标准色—黑色*/

.c-black,
.c-black a {
    color: black
}

.c-black a:hover,
a.c-black:hover {
    color: black
}


/*标准色—橙色*/

.c-orange,
.c-orange a,
a.c-orange {
    color: orange
}

.c-orange a:hover,
a.c-orange:hover {
    color: orange
}

.dropdown-menu {
    right: 20px;
    left: auto;
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 40px;
    color: #353535;
    white-space: nowrap;
}

.btn-primary1 {
    color: #999999;
    background-color: #fff;
    border-color: #999999;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}

.btn-primary1:hover,
.btn-primary1:focus,
.btn-primary1:active,
.btn-primary1.active,
.open .dropdown-toggle.btn-primary1 {
    color: #fff;
    background-color: #0c4da2;
    border-color: #0c4da2;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
}

.btn-primary1:active,
.btn-primary1.active,
.open .dropdown-toggle.btn-primary1 {
    background-color: #0c4da2;
    background-image: none;
    border-color: #0c4da2;
    -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
}

.bg0c4da2 {
    background-color: #0c4da2;
}

.ptb20 {
    padding: 20px 0
}

.ptb15 {
    padding: 15px 0px;
}

.title01 {
    color: #282828;
    padding-top: 10rpx;
    font-size: 20px;
}

.line1 {
    width: 80px;
    border-bottom: 1px solid #333333;
}

.line2 {
    width: 80px;
    border-bottom: 1px solid #fff;
}

.bk-gray {
    border: solid 1px #ddd
}

.radius {
    border-radius: 4px;
    overflow: hidden
}

.size-MINI.radius {
    border-radius: 3px
}

.size-L.radius {
    border-radius: 5px
}

.size-XL.radius {
    border-radius: 6px
}

.round {
    border-radius: 1000px;
    overflow: hidden
}

.circle {
    border-radius: 50%;
    overflow: hidden
}

.f-12 {
    font-size: 12px
}

.f-14 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

.f-18 {
    font-size: 18px
}

.f-20 {
    font-size: 20px
}

.f-24 {
    font-size: 24px
}

.f-26 {
    font-size: 26px
}

.f-28 {
    font-size: 28px
}

.f-30 {
    font-size: 30px
}

.tindent {
    text-indent: 1cm
}

.lheight150 {
    line-height: 150%;
}

.lheight180 {
    line-height: 180%;
}

.radius5 {
    border-radius: 5px;
    overflow: hidden
}

.radius5a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bgfff {
    background-color: #fff;
}

.size-L {
    font-size: 16px;
    height: 41px;
    padding: 8px;
}

.lheight41 {
    line-height: 39px;
    height: 39px;
}

.newsbb1 {
    border-bottom: dashed #999 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lheight200 {
    line-height: 200%;
}

#kefubox {
    width: 594px;
    height: 320px;
    background: url(../images/fdlxwm.jpg);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -297px;
    margin-top: -160px;
    z-index:100
}

#kefubox .text1 {
    padding-left: 50px;
    color: #fff;
    padding-top: 50px;
}

#kefubox .text2 {
    font-size: 34px;
}

#kefubox .btn1 {
    border: 1px solid #983937;
    background: #fff;
    height: 38px;
    list-style: 38px;
    padding: 0 20px;
    border-radius: 19px;
    color: #d40000;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 4px;
}

#kefubox .btn2 {
    border: 1px solid #fff;
    background: #d40000;
    height: 38px;
    list-style: 38px;
    padding: 0 20px;
    border-radius: 19px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 4px;
    margin-left: 10px;
}


/*客服*/

.wuyou-waiter {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -90px;
    width: 60px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    z-index: 999;
}

.wuyou-waiter ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.waiter-ul {
    list-style: none;
}

.waiter-ul li {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
}

.waiter-ul li a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    font-size: 24px;
}

.waiter-title {
    position: absolute;
    left: 0px;
    bottom: 1px;
    color: #fff;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: 1;
    opacity: 0;
    font-family: 'Microsoft Yahei';
}

.waiter-title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}

.waiter-title2 {
    padding: 5px;
    position: absolute;
    left: 0px;
    bottom: 1px;
    color: #fff;
    width: 150px;
    height: 150px;
    line-height: 140px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: 1;
    opacity: 0;
    top: 0px;
    font-family: 'Microsoft Yahei';
}


/*
.waiter-title2:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: 10px;
    background-color: #fff;
    transform: rotate(45deg);
}
*/

.waiter-ul li:hover .waiter-title {
    left: -88px;
    opacity: 1;
}

.waiter-ul li:hover .waiter-title2 {
    left: -148px;
    opacity: 1;
}

.waiter-ul li.wuyou-shop a {
    background-image: -webkit-linear-gradient(left, #f60, #ffb443);
    background-image: -moz-linear-gradient(left, #f60, #ffb443);
    background-image: -ms-linear-gradient(left, #f60, #ffb443);
}

.waiter-ul li.wuyou-shop .waiter-title {
    background-color: #f60;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
    background-color: #f60;
}

.waiter-ul li.wuyou-contact a,
.waiter-ul li.wuyou-contact2 a {
    background-image: -webkit-linear-gradient(left, #00b7ee, #55d8ff);
    background-image: -moz-linear-gradient(left, #00b7ee, #55d8ff);
    background-image: -ms-linear-gradient(left, #00b7ee, #55d8ff);
}

.waiter-ul li.wuyou-contact .waiter-title,
.waiter-ul li.wuyou-contact .waiter-title2 {
    background-color: #00b7ee;
}

.waiter-ul li.wuyou-contact .waiter-title:before,
.waiter-ul li.wuyou-contact .waiter-title2:before {
    background-color: #00b7ee;
}

.waiter-ul li.wuyou-top a {
    background-image: -webkit-linear-gradient(left, #333, #666);
    background-image: -moz-linear-gradient(left, #333, #666);
    background-image: -ms-linear-gradient(left, #333, #666);
}

.waiter-ul li.wuyou-top .waiter-title {
    background-color: #333;
}

.waiter-ul li.wuyou-top .waiter-title:before {
    background-color: #333;
}

.container {
    overflow: hidden;
}

.c-648dc9 {
    color: #648dc9;
}


ul, ol, dl {
    list-style-type: none;
}
.newscatul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


    .newscatul li {
        list-style-type: none;
        line-height: 30px;
        position: relative;
        margin: 0;
        padding: 0;
        display: list-item;
        text-align: -webkit-match-parent;
    }

        .newscatul li a {
            list-style-type: none;
            text-align: center;
            height: 46px;
            line-height: 46px;
            font-weight: bold;
            font-size: 16px;
            border-bottom: 1px dashed #999;
            padding: 10px 0px;
            background: #fff;
            position: relative;
            display: block;
            text-decoration: none;
        }

            .newscatul li a:hover {
                list-style-type: none;
                text-align: center;
                height: 46px;
                line-height: 46px;
                font-weight: bold;
                font-size: 16px;
                border-bottom: 1px dashed #999;
                padding: 10px 0px;
                background: #ebebeb;
                position: relative;
                color: #fe4079;
                text-decoration: none;
            }


.newshotul {
}

    .newshotul li {
       list-style:none;
        padding-left: 5px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        border-bottom: 1px dashed #999;
        padding: 10px 0px;
        text-decoration: none;
    }
/*Tag*/

.divTags li {
    
    padding: 12px 0 15px
}

.divTags li {
    opacity: .8;
    filter: alpha(opacity=80);
    font-size: 12px;
    color: #000;
    background-color: #428BCA;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 2px 6px;
    line-height: 20px;
    font-weight: 400;
}

    .divTags li:nth-child(9n) {
        background-color: #f2f2f2
    }

    .divTags li:nth-child(9n+1) {
        background-color: #ffdedb
    }

    .divTags li:nth-child(9n+2) {
        background-color: #d7fff8
    }

    .divTags li:nth-child(9n+3) {
        background-color: #def5fe
    }

    .divTags li:nth-child(9n+4) {
        background-color: #fed4d6
    }

    .divTags li:nth-child(9n+5) {
        background-color: #fff2d9
    }

    .divTags li:nth-child(9n+6) {
        background-color: #e9e6f9
    }

    .divTags li:nth-child(9n+7) {
        background-color: #cddcfb
    }

    .divTags li:nth-child(9n+8) {
        background-color: #e9e7d8
    }

    .divTags li:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        color: #fff !important
    }

    .divTags li a {
        color: #000
    }


.content {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    text-align: left
}

    .content h3 {
        margin-top: 20px;
        font-size: 16px
    }

    .content p {
        text-indent: 2em;
        margin-top: 20px
    }

    .content ul {
        text-indent: 2em
    }
    .content img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .content a {
        text-decoration: underline #145ccd;
    }
    /*流光按钮*/
    .light-btn {
        position: absolute;
        left: 50%;
        text-decoration: none;
        transform: translate(-50%, -50%);
        font-size: 16px;
        background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
        background-size: 400%;
        width: 200px;
        height: 60px;
        line-height: 60px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border-radius: 30px;
        border: 0;
    }

    .light-btn, .light-btn:hover::before,
    .light-btn:hover {
        animation: sun 8s infinite;
        color: #fff;
    }

        .light-btn::before {
            content: '';
            background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
            background-size: 400%;
            border-radius: 30px;
            filter: blur(10px);
            border: 0;
            color: #fff;
        }

@keyframes sun {
    100% {
        background-position: -400% 0;
    }
}


/* 工程案例幻灯片css */
.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0
}

    .slideBox .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
            padding: 0;
            margin: 0
        }

            .slideBox .hd ul li {
                float: left;
                margin-right: 2px;
                width: 15px;
                height: 15px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                padding: 0;
                margin: 0
            }

                .slideBox .hd ul li.on {
                    background: #f00;
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd ul {
            padding: 0;
            margin: 0
        }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            padding: 0;
            margin: 0
        }

        .slideBox .bd img {
            width: 100%;
            height: auto;
            display: block;
            padding: 0;
            margin: 0
        }
.c-9b9b9b {
    color: #9b9b9b
}
.icon-6x {
    font-size:84px;
}
.icon-7x {
    font-size:98px;

}