/*上方空白*/
.pic_list_header > .row > div {
    padding-left: 20px;
    padding-top: 15px;
    margin-top: 162px;
    height: 400px;
    /* height: 510px; */
    z-index: 9;
}
.pic_list_header > .row > .pic_list_header_left{
    position: relative;
    padding: 20px 20px !important;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
    background-color: #fff;
}
.pic_list_header > .row > .col-md-8.pic_list_header_left{
    width: 60%;
}
.pic_list_header_left > ul > .show{
    display: block !important;
}
.pic_list_header_left > ul{
    position: absolute;
    bottom: 20px;
    margin: 0;
}
.pic_list_header_left > ul > .show{
    display: block !important;
}
.pic_list_header_left > ul > li{
    display: none;
}
.pic_list_header_left > ul > li > img{
    height: 360px;
    max-width: 690px;
    /*width: 480px;*/
}
.pic_list_header_left > .count_length{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}
.pic_list_header_left > .count_length > span{cursor: pointer;}
.pic_list_header_left > .count_length > span:hover{color: #f48cbd;}


.pic_list_header_right{

    height: 480px !important;
    margin-top: 82px !important;

    position: relative;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    border-right: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
    width: 11%;
}
.pic_list_header_right > div{
    height: 26px;
}
.pic_list_header_right > div > a{
    top: 1vh
}
/*头像*/
#header{
    position: absolute;
    top: 72px;
    left: 140px;
    z-index: 5;
    border-radius: 50%;
    width: 700px;
    height: 700px;
    background-color: #f48cbd;
}

/*内容*/
.info_right , .info_left{
    min-height: 500px;
    z-index: 7;
}
.info_right{
    position: relative;
    padding-left: 0;
    transform: translateX(30px);
    width: 11%;
    border-right: rgba(0,0,0,0.2) solid 1px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.info_left{
    background-color: #fff;
    padding: 20px 0 10px 20px;
    position: relative;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
    font-family: 微软雅黑, AppleLiGothicMedium, sans-serif;
}
.info_left > .content-name{
    font-size: 20px;
    font-weight: bold;
}
.info_left > .sub_content{
    padding: 5px 0;
    font-weight: bold;
    margin-bottom: 75px;
}
.info_left > .content{
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 50px;
    letter-spacing: 1px;
}

.info_left > .content_div{
    position: relative;
    transform: translateX(-56px);
}
.info_left > .content_div > .title_round{
    position: absolute;
    display: table;
}
.info_left > .content_div > .title_round > .title{
    font-size: 12px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background-color: #f48cbd;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.info_left > .content_div > .content{
    margin: 30px 0 30px 100px;
    padding-top: 23px;
    width: 600px;
    font-size: 12px;
    letter-spacing: 1px;
}
.info_left > .content_div > .content > .enquiry{
    padding: 5px 0;
}
.content > form > label > div{
    width: 400px;
    font-weight: normal;
}
.content > form > label > .input_warn{
    color: #f48cbd;
    display: none;
    font-size: 12px;
}
.content > form > label > .input_label{
    padding: 2px 0;
    color: #4D4D4F;
}
.content > form > label > .input_text{
    width: 100%;
}
.content > form > label > .input_submit{
    margin: 5px 0 ;
    background: #4D4D4F;
    font-weight: normal;
    color: #fff;
    width: 50%;
    height: 30px;
    border: none;
    float: right;
}
.content > form > .label_float{
    width: 45%;
    margin-right: 20px;
    float: left;
}

@media (max-width: 1200px){
    .pic_list_header_left{
        display: inline-block;
        margin-left: 0;
    }
}
@media (max-width: 1000px) {
    .pic_list_header_left{
        display: block;
        margin-left:  8.33333333%;
    }
    #header{
        right: 0 !important;
        left: 5vw;
    }
    .info_left > .content{
        width: 80vw !important;
    }
    .pic_list_header > .row > .pic_list_header_left{
        transform: translateX(30px);
        margin-left: 0;
        width: 83vw !important;
    }
    .info_left > .content_div{
        transform: translateX(5px);
        z-index: 9;
    }
    .info_right{
        opacity: 0;
    }
    .info_left{
        transform: translateX(50px);
    }
    .container{
        margin: 0;
    }
}
@media (max-width: 700px){
    #header{
        display: none;
    }
    .pic_list_header_right{
        display: none;
    }
    .col-xs-1.info_right{
        display: none;
    }
    .pic_list_header > .row > .pic_list_header_left{
        transform: translateX(0) ;
    }
    .info_left{
        transform: translateX(0) ;
    }

    .info_left > .content_div > .title_round{
        position: relative;
    }
    .info_left > .content_div > .content{
        width: 90vw;
        padding-top: 0;
        margin: 5px 0 30px 0;
    }

    .content > form > .label_float{
        width: 100%;
    }
    label{
        max-width: 80%;
    }

    .pic_list_header > .row > .pic_list_header_left{
        height: 25vh;
    }
    .pic_list_header_left > ul > li > img{
        height: 100%;
        width: 90vw;
    }
    #mapFrame{
        width: 90vw !important;
    }
    .pic_list_header_left > .count_length{
        bottom: 0px;
        right: -40px;
    }
}