﻿@charset "utf-8";
/* index CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

ul, li {
    list-style: none;
}

a, img {
    border: 0;
}

    a, a:hover {
        text-decoration: none;
    }

.container {
    max-width: 800px;
    padding: 0;
    position: relative;
}

.top {
    padding: 20px 20px 0 20px;
    height: 100px;
    background: url(../images/top_bg.png) repeat-x;
}

    .top .img-responsive {
        margin: 0 auto;
        width: 200px;height: auto;margin-top: 10px;
    }

.foot {
    clear: both;
    height: 78px;
    background: #dadada;
}

    .foot ul {
        overflow: hidden;
        padding-top: 15px;
    }

        .foot ul li {
            width: 14%;
            float: left;
            margin: 0 3%;
        }

            .foot ul li .img-responsive {
                margin: 0 auto;
            }

.navbar-default {
    position: relative;
    height: 71px;
    margin: 0;
    padding-left: 10%;
    font-size: 125%;
    border-radius: 0;
    background: url(../images/nav_bg.png) repeat-x;
}

    .navbar-default .navbar-header .text {
        color: #fff;
        line-height: 41px;
    }

.fr {
    position: absolute;
    right: 5%;
}

.navigation {
    clear: both;
    font-size: 125%;
}

    .navigation ul {
        overflow: hidden;
        padding: 20px 0 0 0;
    }

        .navigation ul li {
            float: left;
            width: 25%;
            margin-bottom: 10px;
            color: #3476a9;
            text-align: center;
        }

    .navigation .search {
        margin: 0 5% 20px 5%;
        border-top: 4px solid #58b0ee;
    }

        .navigation .search .navbar-form {
            padding: 0;
            overflow: hidden;
            position: relative;
            height: 72px;
            margin: 0;
            border: 1px solid #dfdfdf;
        }

        .navigation .search input.form-control {
            height: 65px;
            border: none;
        }

        .navigation .search .btn-default {
            position: absolute;
            right: 0;
            top: 0px;
            border: none;
        }

.banner {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

    .banner ul li {
        overflow: hidden;
    }

    .banner .dot {
        -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
        filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    }

    .banner .dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .banner .dots li {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 4px;
            text-indent: -999em;
            border: 2px solid #fff;
            border-radius: 7px;
            cursor: pointer;
            opacity: .4;
            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

            .banner .dots li.active {
                background: #fff;
                opacity: 1;
            }

.main {
    margin-bottom: 25px;
    font-size: 100%;
}

    .main h3 {
        height: 50px;
        margin: 0;
        font-weight: bold;
        font-size: 175%;
        color: #3476a9;
        line-height: 40px;
        border-top: 4px solid #3476a9;
        background: url(../images/index_bg.png) repeat-x;
        text-align: center;
    }

    .main .info {
        margin-bottom: 20px;
    }

        .main .info .info_list {
            padding: 0 5%;
        }

            .main .info .info_list .detail {
                overflow: hidden;
                padding: 10px 0;
                border-bottom: 1px dashed #d2d2d2;
            }

                .main .info .info_list .detail img {
                    max-width: 100%;
                }

            .main .info .info_list .img-responsive {
                float: right;
            }

            .main .info .info_list p {
                font-size: 150%;
                color: #3c88be;
            }

            .main .info .info_list span {
                display: block;
                margin-top: 10px;
                font-size: 80%;
                color: #787878;
            }

    .main .show {
        overflow: hidden;
        margin-top: 20px;
    }

        .main .show .show_list {
            margin: 20px 0;
        }

        .main .show .compact {
            margin-bottom: 10px;
            padding: 0 5px;
        }

        .main .show .thumbnail {
            margin-bottom: 5px;
            border: 0;
        }

        .main .show .caption {
            padding: 0 15px;
            text-align: center;
        }

    .main .exhibition .content {
        padding: 0 5%;
    }

    .main .exhibition .exhibition_text {
        padding: 10px 0;
        border-bottom: 1px dashed #d2d2d2;
    }

        .main .exhibition .exhibition_text h5 {
            font-size: 150%;
            color: #3c88be;
        }

        .main .exhibition .exhibition_text p {
            margin-bottom: 5px;
            color: #949494;
        }

@media screen and (max-device-width: 420px) {
    .container {
        font-size: 10px;
    }

    .navbar-default {
        height: 50px;
    }

        .navbar-default .navbar-header .text {
            line-height: 20px;
        }

        .navbar-default .navbar-header .navbar-brand img {
            height: 20px;
        }

    .main .info .info_list .img-responsive {
        float: none;
        margin: 10px auto;
    }

    .main .info .info_list .detail {
        overflow: hidden;
        padding: 10px 0 0 0;
    }
}

@media screen and (min-width: 420px) and (max-device-width: 600px) {
    .container {
        font-size: 14px;
    }

    .navbar-default {
        height: 50px;
    }

        .navbar-default .navbar-header .text {
            line-height: 20px;
        }

        .navbar-default .navbar-header .navbar-brand img {
            height: 20px;
        }
}

@media screen and (min-width: 600px) {
    .container {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .banner ul li {
        height: 213px;
        overflow: hidden;
    }
    .main .show .caption {
        text-align: center;
        min-height: 51px;
    }

    .main .show .thumbnail img {
        height: 194px;
    }
}

/**scroll**/
.scroll {
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	}
.scroll .up {
	margin-bottom:5px;
	}