/*大分辨率屏幕PC端 (宽960px以上)*/
section, header, footer, nav, #logo, #photo, .w-nav {
    display: inline-block;
}
/*去除移动端的特有样式*/
#head-nav, #floatbox, #archives-h2, #team h2, #conment h2, #f-nav, #archives-after, #more-link, #menu-link, #photo,
.col-xs-8 h3, #phone-nav {
    display: none;
}

.bodies {
    position: relative;
    min-height: 1050px;
}

.accordion-inner {
    background-color: #ffffff;
    width: 100%;
}

/*项目名*/
#pro-name {
    width: 100%;
    /*height: 80px;*/
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 80px;
    background-color: #ffffff;
    border-radius: 5px;
    padding-left: 10px;
}
    #pro-name .media-object{
        height:70px;
        margin:4px 0;
        padding:0;

        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        -ms-border-radius:5px;
        -o-border-radius:5px;
    }
    #pro-name h2 {
        display:inline-block;
        margin: 10px 0;
        vertical-align:middle;
    }
    #pro-name .media-body>span{
        display:inline-block;
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        -ms-border-radius:50%;
        -o-border-radius:50%;
        cursor:pointer;
        transition:background 0.3s linear;
        -webkit-transition:background 0.3s linear;
        -moz-transition:background 0.3s linear;
        -ms-transition:background 0.3s linear;
        -o-transition:background 0.3s linear;
    }
    #pro-name  .media-body>span:hover{
        background:rgba(0,0,0,0.1);
    }
    #pro-name span img{
        height:30px;
    }
    #pro-name p span{
        margin-right:10px;
    }
/*正文图片*/
#con-img {
    width: 70%;
    min-height:301px;
    display: inline-block;
    margin-top: 110px;
}

    #con-img img {
        width: 100%;
        height:301px;
    }

.ff {
    width: 26%;
    height:301px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 210px;
}

.style-img, #founder-style-img {
    width: auto;
    height: 35px;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}

/*融资*/
#financing {
    width: 100%;
    height: 40%;
    min-height:85px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    position: relative;
}

    #financing .financing-num {
        width: 100%;
        text-align: center;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 18px;
        background-color: #ffffff;
        color: #ff0000;
        position: absolute;
        top: 50%;
        margin-top: 15px;
    }

    #financing p:first-child, #founder p:first-child, #team p:first-child {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #f0f0f0;
        line-height: 50px;
    }

    #financing p img, #founder p img, #team p img {
        height: 50px;
        width: auto;
        float: left;
        margin-right: 15px;
    }

/*创始人*/
#founder {
    width: 100%;
    height: 50%;
    min-height:105px;
    background-color: #ffffff;
    margin-top: 14%;
    border: 1px solid #e0e0e0;
    position: relative;
    border-radius:5px;
}

.founder-info {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    
}

#founder .founder-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

#founder .founder-info .founder-info-text {
    display: inline-block;
    margin-top: 6px;
}

#founder .founder-info p {
    display: inline-block;
    font-size: 12px;
    width: auto;
    border: none;
    line-height: 12px;
    height: 15px;
}
#financing, founder, #collapseTwo{
    border-radius:5px;
}

/*选项卡头部*/
#choiceCard-head {
    list-style: none;
    width: 70%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    margin-top: 30px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #choiceCard-head li {
        display: inline-block;
        width: 100px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
    }
/*点击加载类*/
.active {
    border-top: 3px solid rgb(0, 166, 222);
    color: rgb(0, 166, 222);
}

.accordion-body {
    background-color: #ffffff;
}

#collapseOne, #collapseTwo {
    border: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%;
}

#collapseThree {
    display: none;
    width: 100%;
    border:1px solid #e0e0e0;
}

    #collapseThree > .accordion-body {
        border: 1px solid #e0e0e0;
        
    }

#archives, #conment {
    width: 70%;
}

#stylebox {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}


/*团队*/
#collapseTwo{
    border-radius:5px;
    overflow:hidden;
}
#team {
    width: 26%;
    position: absolute;
    right: 0;
    top: -46px;
}

.team-head {
    height: 50px;
    width: 100%;
    line-height: 50px;
}

#team ul {
    width: 100%;
    padding: 0 10px;
}

    #team ul li {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #e0e0e0;
    }
    #team ul li:last-child{border:none;}
        #team ul li img {
            height: 40px;
            width: auto;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }


/*评论*/
.proj_comt {
    border: 1px solid #e0e0e0;
}

.comt-border {
    border: 1px solid #e0e0e0;
}
/*发送按钮*/
#send {
    height: 30px;
    width: 80px;
    padding-right: 5px;
    text-align: center;
    line-height: 30px;
    border: none;
    background: #c7254e;
    color: #ffffff;
    float: right;
    margin: 10px 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

#conment ul {
    list-style: none;
    padding: 0 10px;
}

    #conment ul li {
        border-bottom: 1px solid #e0e0e0;
    }

#conment img, #conment p {
    display: inline-block;
}

#conment ul li img {
    width: 50px;
    height:50px;
    vertical-align: text-top;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
}

#conment p {
    margin: 0px 0 7px 0px;
    font-size: 14px;
}

#conment span {
    margin-right: 5px;
}

#conment .conment-text {
    padding-left: 60px;
    padding-top: 5px;
}

    #conment .conment-text .conment-text-p1 {
        color: rgb(46, 123, 239);
        font-size: 12px;
        font-weight: bold;
    }

#comt_inset {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    padding-bottom:50px;
}


#more {
    display: none;
}

#list-index {
    height: 50px;
    width: 100%;
    border: none;
    line-height: 50px;
}

    #list-index li {
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #EF5151;
        color: #ffffff;
    }

#archives {
    width: 70%;
    height: auto;
    margin-top: -3px;
}

    #archives #archives-text {
        position: relative;
    }

        /*#archives #archives-text article {
            position: relative;
        }*/
        article {
            margin: 20px 0;
        }

        #archives #archives-text p {
            font-size: 16px;
            text-indent: 2em;
            margin: 0 1em;
        }

        #archives #archives-text .leftpic {
            width: 55px;
            background-color: transparent;
            position: absolute;
            left: -12px;
            top: -30px;
        }

    #archives #archives-info {
        border-bottom: 1px solid #e0e0e0;
    }

    #archives ul {
        list-style: none;
        width: 100%;
    }

        #archives ul li {
            height: 50px;
            width: 100%;
            line-height: 30px;
            border-top: 1px solid #e0e0e0;
        }

            #archives ul li:first-child {
                border-top: none;
            }

            #archives ul li p {
                display: inline-block;
                width: 25%;
                height: 100%;
                text-align: center;
                line-height: 50px;
                background-color: #f0f0f0;
            }

            #archives ul li span {
                display: inline-block;
                padding-left: 10px;
                width: 70%;
                height: 100%;
                line-height: 50px;
            }

    #archives ol li {
        font-size: 16px;
    }

    #archives #archives-text .left-pic {
        width: 100px;
        height: auto;
        background-color: transparent;
        position: absolute;
        left: -22px;
        top: -60px;
    }

    #archives #archives-text .left-more {
        width: 100px;
        height: auto;
        background-color: transparent;
        position: absolute;
        top: -60px;
        left: -41px;
    }

    #gup{
        margin:0 !important;
    }