﻿body {
    padding-top: 60px;
    font-family: 'Microsoft YaHei';
}
 html, #map-canvas {
            width: 100%;
            height: 450px;
            margin: 0px;
            padding: 0px;
        }
@media only screen and (min-width: 640px) {
    .navbar-nav {
        margin-left: 5%;
    }
}
        @media only screen and (max-width: 640px) {
            html, #map-canvas {
                height: 220px;
            }
            .navbar-brand{
                    margin-left:3%;
            }
            .navbar-toggle {
                margin-right:5%;
            }
        }
ul {
    list-style: none;
}

#content-pick {
    background-color: #fafafa;
    margin-top: 60px;
    padding-bottom: 40px;
}

#content-pick-ii {
    padding-bottom: 40px;
}

#persons {
    background-color: #fafafa;
}

#agenda {
    padding-bottom: 40px;
}

#map {
    background-color: #fafafa;
}

#baoming {
    background-color: #fafafa;
}

.container {
    min-width: 970px !important;
}

.clear {
    clear: both;
}

@media only screen and (max-width: 640px) {
    .navbar-nav {
        /*margin-left:  0px;*/
    }

        .navbar-nav li {
            margin-left: 0px;
        }

    .container {
        min-width: 0 !important;
    }
}


.navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 400;
}

.banner {
    width: 100%;
    height: auto;
}

    .banner .pc_bp {
        background: url(../imgs/banner.jpg) repeat-x;
        margin: 0 auto;
        height: 826px;
        background-position-x: center;
    }

        .banner .pc_bp img {
            display: none;
            width: 100%;
        }

@media only screen and (max-width: 640px) {
    .banner .pc_bp {
        width: 100%;
        height: auto;
    }

        .banner .pc_bp img {
            display: block;
            width: 100%;
        }
}


/*新书目录*/
.title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
    .title {
        text-align: center;
        margin-top: 70px;
    }
}

.title_blue_line {
    position: relative;
}

.blue_line {
    content: " ";
    width: 81px;
    height: 5px;
    background-color: #339de8;
    margin: 0 auto;
}

#newbook-catalog .content {
    margin: 0 3%;
}

    #newbook-catalog .content p {
        margin-top: 4%;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        font-weight: 100;
        line-height: 20px;
    }


/*内容节选*/
.whatsinbook {
    margin-top: 50px;
    min-width: 970px;
}

@media only screen and (max-width: 640px) {
    .whatsinbook {
        margin-top: 50px;
        min-width: 0;
    }
}


.a_item {
    float: left;
    display: inline-block;
    width: 23.5%;
}

.bubble {
    width: 100%;
    height: 79px;
    background-position-x: center;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-image: url("../imgs/bubble.jpg");
    position: relative;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
    line-height: 22px;
}

.bp_i {
    position: absolute;
    color: white;
    top: 10px;
    left: 30px;
}

.bp_i_mobile {
    color: white;
    display: none;
}

.bp_ii {
    position: absolute;
    color: white;
    top: 22px;
    left: 14px;
}

.bp_iii {
    position: absolute;
    color: white;
    top: 22px;
    left: 36px;
}

.bp_vi {
    position: absolute;
    color: white;
    top: 22px;
    left: 44px;
}

.margin_2per {
    margin-left: 2%;
}

.under_bubble {
    margin-top: 18%;
    padding-left: 4.4%;
}

    .under_bubble h4 {
        font-family: 'Microsoft YaHei';
        font-size: 17px;
        font-weight: 500;
    }

    .under_bubble p {
        font-family: 'Microsoft YaHei';
        font-size: 12px;
        font-weight: 100;
        color: #a0a0a0;
        line-height: 20px;
    }

@media only screen and (max-width: 640px) {
    .bubble {
        width: 100%;
        background-image: url("../imgs_mobile/bubble_mobile.png");
        text-align: center;
    }

        .bubble div {
            padding-top: 22px;
        }

    .bp_i {
        display: none;
        position: initial;
    }

    .bp_i_mobile {
        display: block;
    }

    .bp_ii {
        position: initial;
    }

    .bp_iii {
        position: initial;
    }

    .bp_vi {
        position: initial;
    }

    .a_item {
        float: none;
        width: 100%;
    }

    .under_bubble {
        margin-top: 1%;
        padding-left: 4.4%;
    }
}

#content-pick-ii .title h4 {
    margin-top: 30px;
}

#content-pick-ii .content {
    margin: 0 3%;
}

    #content-pick-ii .content p {
        margin-top: 4%;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        font-weight: 100;
        color: #a0a0a0;
        line-height: 20px;
    }

.speak-list {
    display:inline-block;
    width:100%;
}

.margin_2dot5 {
    margin: 2.7%;
}

.speak-list ul {
    margin-top: 40px;
}

.speak-list li {
    width: 18.5%;
    float: left;
    text-align: center;
}

    .speak-list li h3 {
        margin: 0;
        padding: 0;
        font-family: 'Microsoft YaHei';
        font-size: 17px;
        color: #339de8;
        margin-top: 5px;
    }

    .speak-list li p {
        margin: 0;
        padding: 0;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        color: #414141;
        margin-top: 5px;
    }

@media only screen and (max-width: 640px) {
    .margin_2dot5 {
        margin: 4%;
    }

    .speak-list li {
        width: 35%;
        text-align: center;
    }

    .speak-list ul {
        margin-top: 20px;
    }

    h2 {
        font-size: 23px;
    }

    .margin_2per {
        margin-left: 0;
    }
}

/*论坛议程*/
.agenda-content {
    margin-top: 40px;
}

.speech {
    position: relative;
    margin-left: 37%;
    min-width: 611px;
}

.theme-title {
    float: left;
}

.circle {
    float: left;
    margin-left: 8%;
}

.time-line {
    float: left;
    position: relative;
}

.greyline1::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    content: " ";
    width: 1px;
    background: #eee;
    margin-left: -12.7px;
    z-index: -1;
}

.greyline2::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    content: " ";
    width: 0px;
    background: #eee;
    margin-left: -12.7px;
    z-index: -1;
}

@media only screen and (max-width: 640px) {
    .time-line::before {
        position: absolute;
        top: 0px;
        bottom: 0px;
        height: 100%;
        content: " ";
        width: 1px;
        background: #eee;
        margin-left: -12.6px;
        z-index: -1;
    }

    .desk-meeting .time-line::before {
        height: 1%;
    }
}

.time-line ul {
}

.time-line li {
    position: relative;
}

.time-during {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #a0a0a0;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #999;
    font-weight: normal;
    font-size: 14px;
}

.time-content {
    /*position: absolute;
    top: 0px;
    left: 48%;*/
    padding-left: 110px;
}

    .time-content p {
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        color: #a0a0a0;
    }

.desk-meeting {
    position: relative;
    margin-left: 37%;
    min-width: 611px;
}

.address {
    font-family: 'Microsoft YaHei';
    margin-top: 20px;
    color: #999;
    margin-bottom: 30px;
}

    .address img {
        margin-right: 1%;
    }

.map {
    /*background: url(../imgs/map.jpg) repeat-x;*/
    /*width: 100%;
    height: 444px;
    margin-top: 40px;
    background-position-x: center;*/
}

.reminder {
    width: 50%;
    display: inline-block;
    padding-right: 106px;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

    .reminder p {
        line-height: 25px;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        color: #a0a0a0;
    }

@media only screen and (max-width: 640px) {

    ul {
        padding: 0;
    }

    .reminder {
        width: 100%;
        padding-left: 10%;
        padding-right: 7%;
    }


        .reminder p {
            line-height: 25px;
            font-family: 'Microsoft YaHei';
            font-size: 14px;
            color: #a0a0a0;
        }

    .speech {
        min-width: 300px;
        width: 300px;
        margin: 0 auto;
    }

    .desk-meeting {
        min-width: 300px;
        width: 300px;
        margin: 0 auto;
    }

    .time-content {
        /*position: absolute;
    top: 0px;
    left: 48%;*/
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .circle {
        margin-left: 2%;
    }

    .time-during {
        font-size: 12px;
    }

    b {
        font-size: 12px;
    }

    .time-content p {
        font-size: 12px;
    }
}

/*表单*/
.rlist {
    float: right;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

    .rlist table {
        width: 100%;
        max-width: 410px;
    }

        .rlist table td {
            vertical-align: top;
            padding: 5px 0;
            font-size: 12px;
            color: #a0a0a0;
            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 {
        widtH: 90%;
        margin: 0 auto 20px;
    }

        .rlist .input, #bd .right .rlist .textarea {
            width: 100%;
        }

        .rlist table {
            width: 90%;
            margin: 0 auto;
        }

        .rlist .submit {
            float: right;
            margin: 0;
        }
}


#ft {
    background: #339de8;
    width: 100%;
    height: auto;
    padding: 25px 0;
}

    #ft .wp {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #ft p {
        font-family: 'Microsoft YaHei';
        font-size: 13px;
        color: white;
        font-weight: lighter;
        text-align: right;
    }

.ftc_p {
    display: block;
}

.ftc_m {
    display: none;
}

@media only screen and (max-width: 640px) {
    .ftc_p {
        display: none;
    }

    .ftc_m {
        display: block;
        margin-right: 2%;
    }
}
