﻿* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

img {
    border: 0px;
}

.w1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: left;
}

.font-color {
    color: #003e92;
}

.background-color {
    background-color: #003e92;
}

.clear {
    clear: both;
}

#header {
    height: 120px;
    background-color: #fbfbfb;
    overflow: hidden;
    min-width: 1200px;
}

.header-content {
    position: relative;
}

#header .logo {
    padding: 5px 0 5px 15px;
    margin: 25px 0 0 10px;
}

    #header .logo p a {
        font-size: 24px;
        font-weight: bold;
    }

    #header .logo ul li {
        float: left;
        padding: 8px 8px 0 0;
        font-size: 12px;
        color: #666;
    }

#header .header-tel {
    position: absolute;
    right: 100px;
    top: 25px;
    font-size: 40px;
    color: #333;
}

    #header .header-tel:before {
        position: absolute;
        left: -55px;
        top: 4px;
        font-size: 40px;
        color: #333333;
    }

    #header .header-tel .t1 {
        font-size: 14px !important;
        color: #333333 !important;
        display: block;
        padding: 0 0 3px 0;
    }

    #header .header-tel .t2 {
        font-size: 24px !important;
        font-weight: bold;
    }

#layout-nav {
    height: 50px;
    min-width: 1200px;
}

    #layout-nav .nav-list .nav-item {
        float: left;
        position: relative;
        height: 50px;
    }

        #layout-nav .nav-list .nav-item > a {
            display: block;
            padding: 0 40px;
            line-height: 50px;
            height: 50px;
            font-size: 14px;
            color: #fff;
        }

        #layout-nav .nav-list .nav-item:hover .subnav, #layout-nav .nav-list .nav-item.cur .subnav {
            opacity: 1 !important;
            visibility: visible !important;
        }

        #layout-nav .nav-list .nav-item:hover > a, #layout-nav .nav-list .nav-item.cur > a {
            background-color: #d20a05 !important;
        }

        #layout-nav .nav-list .nav-item .subnav {
            position: absolute;
            left: 0;
            top: 50px;
            width: 100%;
            transition: all .6s ease 0s;
            transform: translate3d(0,0,0);
            opacity: 0;
            visibility: hidden;
            z-index: 99999;
        }

            #layout-nav .nav-list .nav-item .subnav li {
                display: block;
                width: 100%;
                font-size: 14px;
                line-height: 60px;
                background: 0 0;
                height: 40px;
                padding: 0;
                white-space: nowrap;
                border-bottom: #ddd solid 1px;
                background-color: #fff;
                text-align: center;
            }

                #layout-nav .nav-list .nav-item .subnav li a {
                    display: block;
                    /*width: 100%;*/
                    height: 40px;
                    padding: 0 10px;
                    font-size: 14px;
                    line-height: 40px;
                    color: #333;
                    padding: 0;
                }

                #layout-nav .nav-list .nav-item .subnav li:hover a {
                    color: #d20a05 !important;
                }

#content-container {
    padding: 35px 0;
    background-color: #ecedef;
    min-width: 1200px;
}

#left-cate {
    width: 230px;
    float: left;
    overflow: hidden;
}

    #left-cate dl {
        width: 100%;
        display: block;
    }

        #left-cate dl dt {
            text-align: center;
            line-height: 63px;
            height: 63px;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            background-image: url("/static/pc/images/tle_bg.png");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            white-space: nowrap;
            width: 180px;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 10px 0 40px;
        }

        #left-cate dl dd {
            text-align: left;
            line-height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 15px;
            background-color: #1e3988;
            border-bottom: 2px solid #183280;
        }

            /*#left-cate dl dd.cur {
				background-color: #01459A !important;
			}*/

            #left-cate dl dd a:hover {
                text-decoration: underline !important;
            }

            #left-cate dl dd a {
                font-size: 16px;
                background-image: url(/static/pc/images/pro.png);
                background-repeat: no-repeat;
                background-position: 0 center;
                padding: 0 0 0 20px;
                color: #fff;
            }

            #left-cate dl dd.tel {
                background-image: url(/static/pc/images/pro_menu_bg.png);
                background-repeat: no-repeat;
                background-position: 0 0;
                height: 150px !important;
                background-size: 100% auto;
                background-color: #da251e;
                border-bottom: 0 !important;
                padding: 0 15px;
            }

                #left-cate dl dd.tel .info {
                    position: relative;
                    margin: 50px auto 0;
                    padding: 0 0 0 40px;
                    line-height: normal !important;
                    height: auto !important;
                }

                    #left-cate dl dd.tel .info .iconfont1 {
                        color: #fff;
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-size: 30px;
                    }

                    #left-cate dl dd.tel .info p {
                        line-height: normal !important;
                    }

                    #left-cate dl dd.tel .info .t1 {
                        color: #fff;
                        font-size: 14px;
                    }

                    #left-cate dl dd.tel .info .t2 {
                        color: #fff;
                        font-size: 20px;
                        font-weight: bold;
                    }

                #left-cate dl dd.tel .tip {
                    width: 100%;
                    text-align: center;
                    line-height: 25px;
                    height: 25px;
                    color: #545454;
                    font-size: 12px;
                    background-color: #fff;
                    display: block;
                    margin: 10px 0 0 0;
                }

#right-list {
    width: 940px;
    float: right;
    overflow: hidden;
}

    #right-list table {
        border-collapse: collapse;
        max-width: 100%;
        margin-bottom: 15px;
    }

    #right-list p table {
        margin-bottom: 0;
    }

    #right-list table th, #right-list table td {
        padding: 10px 18px;
        font-size: 14px;
        color: #666;
        border: 1px solid #ccc;
        text-align: center;
    }

    #right-list .nav-title {
        background-color: #fff;
        line-height: 56px;
        height: 56px;
        overflow: hidden;
    }

        #right-list .nav-title .t {
            font-size: 18px;
            color: #1e3988;
            padding: 0 0 0 15px;
        }

        #right-list .nav-title .location {
            float: right;
            padding: 0 15px 0 0;
        }

            #right-list .nav-title .location, #right-list .nav-title .location a, #right-list .nav-title .location label {
                color: #666;
                font-size: 14px;
            }

                #right-list .nav-title .location label {
                    margin: 0 3px;
                }

    #right-list ul.art-list li {
        background-color: #fff;
        display: block;
        margin: 20px 0;
        padding: 20px 0;
    }

        #right-list ul.art-list li .art-date {
            float: left;
            width: 100px;
            height: 50px;
            padding: 10px 0;
            text-align: center;
            color: #666;
        }

            #right-list ul.art-list li .art-date p {
                text-align: center;
                color: #666;
            }

            #right-list ul.art-list li .art-date .day {
                font-size: 24px;
                line-height: 24px;
                font-weight: bold;
            }

            #right-list ul.art-list li .art-date .year-month {
                font-size: 16px;
                line-height: 20px;
                font-weight: bold;
                padding: 5px 0 0 0;
            }

        #right-list ul.art-list li .art-img {
            padding: 10px;
            width: 130px;
            height: 120px;
            float: left;
        }

            #right-list ul.art-list li .art-img img {
                width: 100%;
                height: 100%;
            }

        #right-list ul.art-list li.item-img .art-right {
            width: 778px !important;
            margin-top: 15px;
        }

        #right-list ul.art-list li .art-right {
            float: right;
            width: 818px;
            overflow: hidden;
            padding: 0 10px 0 0;
        }

            #right-list ul.art-list li .art-right .art-title {
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                #right-list ul.art-list li .art-right .art-title a {
                    font-size: 18px;
                    color: #000;
                }

                    #right-list ul.art-list li .art-right .art-title a:hover {
                        text-decoration: underline;
                        color: #01459A !important;
                    }

            #right-list ul.art-list li .art-right .art-des {
                font-size: 14px;
                color: #777;
                line-height: 24px;
                margin-top: 5px;
                height: 48px;
                overflow: hidden;
            }


    #right-list .art-content {
        padding: 20px;
        margin: 20px auto;
        background-color: white;
        border-top: #e43c4c 3px solid;
    }

        #right-list .art-content .art-date {
            text-align: center;
            padding-top: 5px;
        }

        #right-list .art-content h1 {
            text-align: center;
            font-size: 20px;
            color: #333;
            padding: 0 0 15px 0;
            font-weight: bold;
            border-bottom: #e7e7e7 1px dashed;
        }

        #right-list .art-content .art-date span {
            font-size: 12px;
            color: #999;
            line-height: 24px;
            margin: 0px 15px;
            display: inline-block;
            justify-content: center;
        }

        #right-list .art-content img {
            max-width: 100%;
        }

        #right-list .art-content .art-text {
            padding: 15px 0 0 0;
        }

            #right-list .art-content .art-text .tel-tip {
                color: red;
                font-size: 18px;
            }

            #right-list .art-content .art-text p, #right-list .art-content .art-text h2, #right-list .art-content .art-text h3, .wd-list-box p {
                padding: 0 0 15px 0;
                font-size: 16px;
                line-height: 30px;
            }

            #right-list .art-content .art-text a, .wd-list-box a {
                color: #000;
            }

                #right-list .art-content .art-text a:hover, .wd-list-box a:hover {
                    text-decoration: underline;
                }

            #right-list .art-content .art-text .wd-list .item-img {
                position: relative;
                padding: 0 0 0 150px;
                min-height: 150px;
            }

            #right-list .art-content .art-text .wd-list .wd-logo {
                position: absolute;
                left: 0;
                top: 0;
                width: 130px;
                height: 100px;
            }

                #right-list .art-content .art-text .wd-list .wd-logo img {
                    width: 100%;
                    height: 100%;
                }

    #right-list .case-list {
        width: 1000px;
        margin: 20px 0;
    }

        #right-list .case-list ul li {
            width: 300px;
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
            background-color: #fff;
        }


            #right-list .case-list ul li .img img {
                width: 100%;
                height: 250px
            }

            #right-list .case-list ul li p {
                padding: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                #right-list .case-list ul li p a {
                    font-size: 14px;
                    color: #555;
                }

                    #right-list .case-list ul li p a:hover {
                        text-decoration: underline;
                    }

    #right-list .pre-next {
        background-color: #fff;
        padding: 15px;
        margin: 0 0 20px 0;
    }

        #right-list .pre-next p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 26px;
        }

            #right-list .pre-next p a, #right-list .pre-next p {
                font-size: 14px;
                color: #000;
            }

                #right-list .pre-next p a:hover {
                    text-decoration: underline;
                }

    #right-list .related-art, #right-list .related-case {
        background-color: #fff;
        padding: 15px;
        margin-top: 20px;
    }

        #right-list .related-case .case-list ul li {
            width: 290px !important;
        }

            #right-list .related-case .case-list ul li .img img {
                height: 240px !important;
            }

        #right-list .related-art .t strong, #right-list .related-case .t strong {
            font-size: 16px;
        }

        #right-list .related-art ul.related-list li {
            padding: 20px 0;
            border-bottom: 1px solid #999;
        }

            #right-list .related-art ul.related-list li .item-title {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                #right-list .related-art ul.related-list li .item-title a {
                    color: #000;
                    font-size: 16px;
                }

                    #right-list .related-art ul.related-list li .item-title a:hover {
                        text-decoration: underline;
                    }

            #right-list .related-art ul.related-list li .item-intro {
                color: #555;
                font-size: 14px;
                padding: 8px 0 0 0;
                line-height: 20px;
                max-height: 60px;
                overflow: hidden;
            }

#footer {
    min-width: 1200px;
    background-color: #727272;
    padding: 30px 0px;
}

    #footer .tags-box {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 0 20px;
    }

        #footer .tags-box dl {
            position: relative;
            padding: 0 0 0 50px;
        }

            #footer .tags-box dl dt {
                position: absolute;
                left: 0;
                top: 0;
            }

            #footer .tags-box dl dt, #footer .tags-box dl dd {
                color: #fff;
                padding: 5px 5px;
            }

            #footer .tags-box dl dd {
                display: inline-block;
            }

                #footer .tags-box dl dd a {
                    color: #fff;
                }

                    #footer .tags-box dl dd a:hover {
                        text-decoration: underline !important;
                    }

    #footer .copyright, #friend-link {
        color: #fff;
        font-size: 14px;
        max-width: 1200px;
        margin: 0 auto;
        text-align: left;
    }

        #friend-link a {
            font-size: 14px;
            color: #fff;
        }

        #footer .copyright span, #footer .copyright span a {
            color: #fff;
            font-size: 14px;
        }

        #footer .copyright span {
            margin-left: 15px;
        }


#baoxiu-form {
    padding: 30px 0 0 0;
}

    #baoxiu-form table tr td, #baoxiu-form table tr th {
        border: 0 !important;
    }

    #baoxiu-form table input, #baoxiu-form table select {
        line-height: 38px;
        height: 38px;
    }

    #baoxiu-form table select {
        width: 510px;
    }

    #baoxiu-form table input {
        padding: 0 5px;
        width: 500px;
    }

    #baoxiu-form table textarea {
        height: 100px;
        width: 500px;
        resize: none;
        padding: 5px;
    }

    #baoxiu-form table textarea, #baoxiu-form table input, #baoxiu-form table select {
        font-family: "Microsoft YaHei";
        border: 1px solid #e6e6e6;
        border-radius: 2px;
        background-color: #fff;
        float: left;
    }

    #baoxiu-form table .item-title {
        width: 150px;
        text-align: right;
    }

    #baoxiu-form table .volidateCodeImg img {
        float: left;
        height: 40px;
        margin-left: 10px;
    }

    #baoxiu-form #btnSubmit {
        line-height: 40px;
        background-color: #003e92;
        color: #fff;
        text-align: center;
        border: none;
        outline: none;
        width: auto !important;
        padding: 0 25px;
        float: left;
        font-size: 16px;
    }

.layui-layer-loading .layui-layer-content {
    width: auto !important;
    line-height: 50px !important;
    height: 50px !important;
    padding: 0 15px 0 70px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background-color: #fff !important;
    background-position: 15px !important;
    font-size: 16px !important;
    white-space: nowrap !important;
    z-index: 9999 !important;
    color: #555 !important;
    overflow: hidden !important;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #003e92 !important;
    background-color: #003e92 !important;
}

    .layui-layer-btn .layui-layer-btn0:hover {
        color: #fff !important;
    }

.wd-list-box dl dt {
    padding: 5px 5px 5px 10px;
    color: #222;
    font-weight: bold;
}

.wd-list-box dl dt, .wd-list-box dl dd {
    display: inline-block;
    font-size: 16px;
}

.wd-list-box .filter-box {
    padding: 15px;
    background-color: #f8f8f8;
}

.wd-list-box dl dd a {
    padding: 3px 8px;
    display: block;
    color: #3c3c3c;
}

.wd-list-box dl dd {
    padding: 5px 3px;
}

    .wd-list-box dl dd.cur a {
        color: #fff !important;
        background-color: #003e92 !important;
    }

.wd-list-box .wd-list li {
    display: block;
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 10px 20px;
}

    .wd-list-box .wd-list li p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .wd-list-box .wd-list li .item-addr {
        padding: 5px 0;
        font-size: 16px;
        color: #222;
        border-bottom: 1px dotted #ccc;
    }

    .wd-list-box .wd-list li .item-company, .wd-list-box .wd-list li .item-score, .wd-list-box .wd-list li .item-range {
        padding: 5px 0 0;
        font-size: 14px;
        color: #8c8c8c;
    }

#pager {
    margin: 0 auto;
    clear: both;
    padding: 30px 0px;
    text-align: center;
    font-size: 12px;
}

    #pager ul {
        display: inline;
        margin: 0 auto;
    }

    #pager li {
        display: inline;
        margin: 0 auto;
        border: 0 !important;
        padding: 0 !important
    }

    #pager a {
        padding: 6px 18px;
        border-radius: 2px;
        margin: 2px;
        background-color: #ddd;
        color: #666;
        display: inline-block;
        text-decoration: none;
    }

        #pager a:hover, #pager li.current a {
            background-color: #003e92;
            color: #FFFFFF;
            text-decoration: none;
        }

.wd-list li {
    padding: 0 0 20px 0;
}

    .wd-list li p {
        padding: 0 0 5px 0;
    }
