/*
 * Copyright 2018-2019 the original author or authors.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
    background-color: #fff;
}

.lb-bx-md {
    width: 120rem;
}


#header {
    height: 7rem;
    background-color: #006068;
    color: #fff;
    box-shadow: 0 0 1rem #000;
    padding-top: 1.2rem;
    position: absolute;
    z-index: 999;
    width: 100%;
}

    #header img {
        height: 5rem;
    }

.lud-website-head-bannner {
    height: 45rem;
    background-image: url(../images/b1.png);
    background-position: center center;
    background-repeat: repeat-x;
    padding-top: 10rem;
    margin-top: 7rem;
}

    .lud-website-head-bannner .logo {
        text-align: center;
    }

    .lud-website-head-bannner ul {
        margin: 0 auto;
        width: 50rem;
        margin-top: 2.4rem;
        height: 10rem;
    }

        .lud-website-head-bannner ul li {
            float: left;
            text-align: center;
        }

            .lud-website-head-bannner ul li a {
                display: block;
            }

    .lud-website-head-bannner .search {
        height: 3.4rem;
        width: 30rem;
        margin: 0 auto;
        padding-top: 2rem;
        line-height: 3rem;
        color: #999;
    }

        .lud-website-head-bannner .search input {
            height: 3.4rem;
            padding: 0 1rem;
            border: none;
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
            vertical-align: middle;
            display: inline-block;
            border: 1px solid #999;
            background-color: transparent;
            width: 23rem;
            color: #999;
        }

        .lud-website-head-bannner .search label {
            height: 3.4rem;
            background-color: transparent;
            display: inline-block;
            vertical-align: middle;
            padding: 0 2rem;
            border: 1px solid #999;
            border-left: none;
            border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem;
        }

            .lud-website-head-bannner .search label:hover {
                background-color: #84ab00;
                color: #fff;
            }

    .lud-website-head-bannner ul li label {
        width: 6rem;
        height: 6rem;
        background-color: #b30606;
        margin: 0 2rem;
        border-radius: 4rem;
        border: 5px solid #fff;
        display: block;
        line-height: 5rem;
        font-size: 3rem;
        cursor: pointer;
    }

        .lud-website-head-bannner ul li label:hover {
            background-color: #84ab00;
        }

    .lud-website-head-bannner ul li span {
        font-size: 1.6rem;
        display: inline-block;
        margin-top: 0.5rem;
        cursor: pointer;
    }

    .lud-website-head-bannner .logo div.title {
        font-size: 3rem;
    }

    .lud-website-head-bannner .logo div.subtitle {
        font-size: 5rem;
        font-weight: bold;
        position: relative;
    }

        .lud-website-head-bannner .logo div.subtitle span {
            font-size: 1.2rem;
            position: absolute;
            font-weight: normal;
            background-color: #84ab00;
            border-radius: 0.5rem;
            padding: 0.1rem 0.3rem;
            top: 1rem;
        }

    .lud-website-head-bannner .logo div.esubtitle {
        font-size: 2rem;
        font-style: italic;
    }


.lud-website-pannel {
    padding: 5rem 0;
}

    .lud-website-pannel > .title {
        text-align: center;
        font-size: 3rem;
        color: #C00000;
    }

    .lud-website-pannel > .entitle {
        text-align: center;
        font-size: 1.8rem;
        padding-bottom: 1rem;
    }

    .lud-website-pannel > .content {
        padding-top: 1rem;
    }

        .lud-website-pannel > .content .weixin {
            background-color: #DDD;
            float: left;
            padding: 2rem;
            margin: 0 auto;
            height: 23rem;
            text-align: center;
            border: 3px solid #fff;
        }

            .lud-website-pannel > .content .weixin div {
                padding-top: 0.5rem;
            }

        .lud-website-pannel > .content .text {
            margin-left: 22rem;
            line-height: 3.7rem;
            height: 22rem;
            overflow: hidden;
            font-size: 1.5rem;
            color: #005555;
        }

            .lud-website-pannel > .content .text label {
                font-weight: bold;
                color: #b30606;
                font-size: 1.6rem;
            }

            .lud-website-pannel > .content .text span {
                font-weight: bold;
                text-decoration: underline;
            }

#lud_website_nav {
    background-color: #F5F5F5;
}

#lud_website_banner {
    height: 40rem;
    background-image: url(../images/bg2.png);
    background-position: center center;
}

.lud-banner-wrap {
    position: relative;
}

    .lud-banner-wrap .desc {
        position: absolute;
        height: 30rem;
        width: 59.5rem;
        opacity: 0.3;
        padding: 4rem;
        top: 2rem;
        border: 1px solid #888;
        cursor: pointer;
        color: #fff;
    }

        .lud-banner-wrap .desc .title {
            font-size: 3rem;
            opacity: 1;
        }

        .lud-banner-wrap .desc .content {
            line-height: 2.4rem;
            padding-top: 0.5rem;
        }

        .lud-banner-wrap .desc:hover {
            opacity: 1;
            background-color: #84ab00;
            border: 1px solid #FFF;
            color: #fff;
        }

    .lud-banner-wrap .workflow {
        left: 70rem;
        font-size: 4rem;
        top: 22rem;
        position: absolute;
        cursor: pointer;
    }

        .lud-banner-wrap .workflow .title {
            opacity: 0.3;
            color: #fff;
            font-size: 3.3rem;
        }

        .lud-banner-wrap .workflow .content {
            padding-top: 1rem;
        }

            .lud-banner-wrap .workflow .content ul li {
                float: left;
                opacity: 0.3;
            }

                .lud-banner-wrap .workflow .content ul li div {
                    width: 5rem;
                    height: 5rem;
                    margin-right: 2rem;
                    border: 1px solid #888;
                    color: #fff;
                    text-align: center;
                    line-height: 4.3rem;
                }

                    .lud-banner-wrap .workflow .content ul li div i {
                        font-size: 3rem;
                    }

                .lud-banner-wrap .workflow .content ul li:hover {
                    opacity: 1;
                }

                    .lud-banner-wrap .workflow .content ul li:hover div {
                        background-color: #84ab00;
                        border: 1px solid #FFF;
                    }

#lud_website_text {
    background-color: #fff;
}

    #lud_website_text .pannel {
        height: 30rem;
    }

        #lud_website_text .pannel .picture {
            float: left;
            height: 30rem;
            width: 60rem;
            overflow: hidden;
        }

            #lud_website_text .pannel .picture img {
                width: 100%;
            }

        #lud_website_text .pannel .text {
            margin-left: 62rem;
            background-color: #006068;
            height: 100%;
            padding: 3rem;
            color: #fff;
        }

            #lud_website_text .pannel .text .title {
                font-size: 2rem;
                line-height: 2rem;
                border-left: 1rem solid #fff;
                padding-left: 1rem;
                font-weight: bold;
            }

            #lud_website_text .pannel .text .entitle {
                border-bottom: 1px solid #014d53;
                line-height: 3rem;
                font-style: italic;
            }

            #lud_website_text .pannel .text .specialties {
                border-top: 1px solid #02848f;
                height: 12rem;
            }

                #lud_website_text .pannel .text .specialties ul li {
                    width: 16.6rem;
                    float: left;
                    margin-right: 1rem;
                    margin-top: 1.5rem;
                    line-height: 2rem;
                }

                    #lud_website_text .pannel .text .specialties ul li i {
                        padding-right: 0.5rem;
                    }

                    #lud_website_text .pannel .text .specialties ul li:nth-child(3n+3) {
                        margin-right: 0;
                    }

            #lud_website_text .pannel .text .des {
                background-color: #006068;
                color: #fff;
                line-height: 2.4rem;
            }

.jianzhang {
    padding: 1rem;
    margin-top: 1rem;
    background-color: #fff;
}

    .jianzhang img {
        width: 100%;
    }

#lud_website_read {
    background-color: #ddd;
    padding-bottom: 1rem;
}

    #lud_website_read .pannel .menu {
        background-color: #84ab00;
        float: left;
        padding: 2rem;
        width: 20rem;
        line-height: 200%;
        color: #fff;
        padding-left: 3rem;
        border-top: 2rem solid #006068;
        font-size: 1.6rem;
        cursor: pointer;
    }

        #lud_website_read .pannel .menu i {
            padding-right: 1rem;
            font-weight: bold;
        }

#menu_content {
    margin-left: 21rem;
    background-color: #FFF;
    padding: 6rem 10rem;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-top: 2rem solid #84ab00;
}

    #menu_content .title {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
    }

    #menu_content .subtitle {
        font-size: 3rem;
        text-align: center;
        line-height: 6rem;
        border-bottom: 1px solid #AAA;
        font-weight: bold;
    }

    #menu_content .content {
        padding: 3rem 0;
        font-size: 1.8rem;
        line-height: 200%;
        min-height: 50rem;
    }

    #menu_content .item-title {
        font-weight: bold;
    }
