﻿body {
    padding-top: 100px;
}

#top_all {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
}

/* 公告的css */
.notice-box {
    z-index: 101;
    width: 750px;
    height: 0px;
    line-height: 30px;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 53%;
    margin-left: -250px;
}

marquee{
background-color:white;
border-radius:3px;
color:#fe4d3d;
}

.lb-all-box {
    width: 100%;
    height: 0;
    padding-bottom: 51.09%;
    margin: 15px 0;
    position: relative;
}
    .lb-mask {
        z-index: 30;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: url('/images/home/lb-bg.png') no-repeat;
        background-size: 100% 100%;
        pointer-events: none;
    }
    .lb-box {
        z-index: 20;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        position: absolute;
        top: 15px;
        left: 15px;
    }
        .lb-box .lb-img:nth-child(1) {
            display: block;
        }
        .lb-img {
            z-index: 20;
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            display: none;
        }
        .lbUl {
            z-index: 35;
            padding-left: 0px;
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            list-style: none;
        }
            .lbUl li {
                float: left;
                width: 10px;
                height: 10px;
                background: #ccc;
                margin-left: 10px;
                border-radius: 12px;
                cursor: pointer;
            }
            .lbUl li:nth-child(1) {
                margin-left: 0px;
            }
                .lbUl li.lbLi {
                    background: #e10121;
                }
        .lb-desc {
            z-index: 25;
            height: 100%;
            padding-left: 40px;
            padding-right: 15px;
            position: absolute;
            top: 0px;
            left: 0px;
            display: flex;
            align-items: center;
            background: rgba(0,0,0,0.5);
        }
            .lb-desc-table {
                color: #fff;
            }
                .lb-desc-table th {
                    text-align: center;
                    font-size: 20px;
                    color: #e10121;
                }
                .lb-desc-table td {
                    font-size: 15px;
                    color: #fff;
                    font-weight: bold;
                }
                .lb-desc-table tbody tr td:nth-child(1) {
                    vertical-align: top;
                    text-align: right;
                }
                .lb-desc-table tbody tr td:nth-child(2) {
                    width: 170px;
                    padding-left: 5px;
                }
.phone-desc {
    width: 95%;
    margin: auto;
}
    .phone-desc .lb-desc-table {
        margin: auto;
    }

h2 {
    color: #e10121;
    text-align: center;
}
.about-box {
    width: 100%;
    margin-top: 80px;
}
    .about-box span {
        color: #fff;
        padding: 0 80px;
        margin-top: 30px;
        text-align: center;
        display: block;
    }

.gallery-box {
    margin-top: 80px;
}
    .gallery-img {
        overflow: hidden;
    }
        .gallery-img img {
            width: 100%;
        }
        .gallery-img p {
            color: #eee;
            text-align: center;
            font-size: 18px;
            margin: 5px 0 30px 0;
        }

.contact-box {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
    .contact-content {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
        .map {
            width: 100%;
            height: calc(100% - 25px);
            background: #ddd;
        }
        .contact-content p {
            color: #e10121;
            font-size: 18px;
            font-weight: bold;
        }
        .contact-content label {
            width: 100%;
            margin-bottom: 15px;
        }
            .contact-content label span {
                color: #fff;
                font-size: 16px;
            }
            .contact-content label input {
                background: none;
                color: #eee;
            }
            .contact-content label textarea {
                width: 100%;
                height: 100px;
                background: none;
                color: #eee;
                resize: none;
            }
            .contact-content button {
                width: 80px;
            }