﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    padding-top: 50px;
}

.container {
    width: 1080px;
    margin: 0 auto;
    min-width: 1180px;
     font-family:'Microsoft YaHei';
}

.bg_pic {
    background: url(images/up.png) 645px 57px no-repeat;
    background-size: 36%;
    height: 432px;
}

.clear {
    clear: both;
}

.banner {
    background-color: #eaeaea;
}

.ban_title {
    text-align: center;
    color: #e57300;
    padding-top: 40px;
    font-size: 18px;
}

.ban_left {
    width: 55%;
    padding-top: 25px;
    float: left;
    text-align: justify;
}

.left_title {
    font-size: 35px;
    font-weight: 100;
    margin-bottom: 25px;
}

.ban_left .ban_wenzi p {
    font-size: 13px;
    margin-bottom: 25px;
    color: #737373;
    font-family: 'Microsoft YaHei';
}

.aboutopen .dd {
    width: 601px;
    margin: 0 auto;
    font-size: 20px;
    text-align: justify;
}

.btn_wrap {
    margin-top: 5px;
}

    .btn_wrap a {
        background-color: #e57300;
        padding: 9px 50px;
        border-radius: 5px;
        text-decoration: none !important;
        color: white;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
        font-family: "Microsoft YaHei";
        line-height: 42px;
    }

#mirror {
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    z-index: 100;
    display: none;
}


.zhuyi p {
    color: #e57300;
    font-size: 12px;
}

.green {
    color: #37a939;
    font-size: 12px;
}

.ban_right {
    float: right;
}

.below_ban {
    margin-top: 30px;
}

    .below_ban p {
        font-size: 14px;
        color: #1e1e1e;
    }

.time {
    background: url(images/clock.png) no-repeat;
    padding-left: 70px;
    float: left;
    width: 45%;
    height: 50px;
    margin-right: 50px;
}

.address {
    background: url(images/location.png) no-repeat;
    padding-left: 70px;
    float: left;
    height: 57px;
    width: 45%;
}

.sponsor {
    background: url(images/sponsor.png) no-repeat;
    padding-left: 70px;
    float: left;
    height: 57px;
    width: 55%;
    margin-right: -20px;
}

    .sponsor span {
        display: inline-block;
        height: 42% vertical-align:bottom;
    }

    .sponsor img {
        margin-right: 20px;
    }

.address p {
    margin-bottom: 0;
    margin-top: 5px;
}

.jiabin {
    margin-top: 20px;
}

.jia_title {
    text-align: center;
    color: #e57300;
    font-size: 24px;
    font-weight: 800;
    margin-top: 40px;
}

ul {
    list-style: none;
}

.jia_name {
    margin-top: 40px;
}

    .jia_name li {
        float: left;
    }

    .jia_name p, h4 {
        margin: 0;
        padding: 0;
        text-align: justify;
    }

    .jia_name li {
        margin-right: 215px;
        width: 362px;
        margin-bottom: 50px;
        margin-left: 50px;
    }

.timetable {
   /* background-color: #eaeaea;*/
    padding: 20px 0;
}
.jia_intro{
    background-color: #eaeaea;
    padding: 20px 0;
}
.nomargin_r {
    margin-right: 0 !important;
}

.timet_con {
    width: 233px;
    margin: 0 auto;
}

.time_detail {
    margin-top: 20px;
}

.timet_title {
    color: #e57300;
    text-align: center;
}

.time_detail li {
    margin-bottom: 30px;
}

    .time_detail li span {
        font-family: 'Microsoft YaHei';
        font-size: 16px;
    }

.mr {
    margin-right: 20px;
}

.zhengwen {
    margin-top: 30px;
}

    .zhengwen p {
        margin-bottom: 68px;
        font-weight: 100;
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        text-align: justify;
    }

    .zhengwen img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        float: left;
        margin-right: 20px;
    }

    .zhengwen strong {
        display: block;
    }

.footer {
    background-color: #535353;
    text-align: right;
    padding: 28px 1px;
}

    .footer p {
        font-size: 14px;
        margin: 0;
        padding: 0;
        color: white;
    }

@media screen and (max-width: 640px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

    .jia_name li {
        float: none;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-header button {
        visibility: hidden;
    }

    .container {
        width: auto;
        padding: 0 10px;
        min-width: initial;
    }

    .banner {
        padding-bottom: 30px;
    }

    .ban_left {
        width: 100%;
        padding-top: 40px;
        float: initial;
    }

    .btn_wrap {
        float: none;
        width: 181px;
        margin: 0 auto;
        height: 42px;
        margin-top: 26px;
        text-align: center;
    }

    .zhuyi {
        padding-right: 0;
        width: 200px;
    }

    .ban_right {
        display: none;
    }

    .time {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .address {
        width: auto;
        float: none;
    }

    .sponsor {
        float: none;
        width: auto;
        height: auto;
    }

        .sponsor span {
            display: block;
            margin-bottom: 14px;
        }

        .sponsor img {
            margin-bottom: 20px;
        }

    .below_ban p {
        margin: 0;
        padding: 0;
        text-align: justify;
    }

    .address {
        height: 57px;
        margin-bottom: 40px;
    }

    .jia_name ul {
        margin: 0;
        padding: 0;
    }

    .jia_name li {
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        width: auto;
    }

        .jia_name li h4 {
            margin-bottom: 10px;
        }

    ul.time_detail {
        margin: 0;
        padding: 0;
    }

    .timet_con .jia_title {
        margin-bottom: 20px;
    }

    .aboutopen .dd {
        width: 97%;
        margin: 0 auto;
        font-size: 16px;
        text-align: justify;
    }

    .bg_pic {
        height: auto;   
    }
}
/*表单*/
.rlist {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.list_con {
    position: relative;
    margin: 138px auto;
    width: 410px;
    background-color: white;
    border-radius: 10px;
    padding: 20px 20px 0 30px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

#shut {
    text-decoration: none;
    color: black;
    font-weight: 100;
    position: absolute;
    top: 10px;
    right: 10px;
}

.rlist table {
    width: 100%;
    max-width: 410px;
}

    .rlist table td {
        vertical-align: top;
        padding: 5px 0;
        font-size: 12px;
        color: black;
        font-family: '宋体';
        vertical-align: baseline;
    }

    .rlist table tr {
        height: 60px;
    }

    .rlist table td span {
        color: #D80606;
    }

.rlist .input {
    border: 1px solid #B4B4B4;
    width: 320px;
    height: 30px;
    line-height: 30px;
}

.rlist .textarea {
    border: 1px solid #B4B4B4;
    width: 320px;
    height: 180px;
}

.rlist .submit {
    margin-left: 54%;
    background-color: #339de8;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    width: 130px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

@media only screen and (max-width: 640px) {
    .rlist {
        margin: 0 auto 20px;
    }

    .list_con input {
        width: 100%;
    }

    .list_con {
        width: 100%;
        padding: 0;
        margin: 50px auto;
    }

    .rlist .input, #bd .right .rlist .textarea {
        width: 100%;
    }

    .rlist table {
        width: 97%;
        margin: 0 auto;
    }

    .rlist .submit {
        float: right;
        margin: 0;
    }
}
