/*#con,#bot{*/
    /*display: none;*/
/*}*/


#province{
    position: absolute;
    height: calc(100% - 90px);
    width: calc(100% - 20px);
    background:url("../images/background.jpg") repeat;
    bottom: 0px;
    left: 0;
    z-index: 100;
    padding: 10px;
    display: none;
}
#province h1{
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(0,0,0,0.3) url("../images/tit_bg.png") no-repeat center center;
    border-radius: 6px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
#p_con{
    height: calc(100% - 210px);
    width: 100%;
    margin: 10px 0;
    max-height: 660px;
}
#p_con .p_left{
    height: calc(100% - 20px);
    width: 39%;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    border-radius: 6px;
    /*overflow: auto;*/
    position: relative;
    text-align: center;
}
#province h2{
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: left;
}
#province h2 span{
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
#province h2 i{
    height: 1px;
    width: 28px;
    background: #0060ff;
    position: absolute;
    bottom: -4px;
    left:0;
}

#p_con .p_right{
    height: 100%;
    width: calc(61% - 32px);
    background: url("../images/left_bg.png") repeat-x center;
    border-radius: 8px;
    margin-left: 10px;
    position: relative;
}
#p_con .p_right #p_nav{
    height: calc(100% - 2px);
    width: 200px;
    border-left: 4px solid #0060ff;
    position: absolute;
    right: 0;
    top:0;
    background: rgba(0,0,0,0.3);
}
#p_con .p_right #p_nav img{
    position: absolute;
    left: -18px;
    top:calc(50% - 18px);
    padding: 3px 2px;
    background: #0060ff;
}
#p_con .p_right #p_nav ul{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    color: #fff;
}
#p_con .p_right #p_nav ul li{
    height: 30px;
    line-height: 30px;
    position: relative;
}
#p_con .p_right #p_nav ul li:not(:first-child){
    cursor: pointer;
}
#p_con .p_right #p_nav ul li:nth-child(odd){
    background: #000;
}
#p_con .p_right #p_nav ul li p{
    padding-left: 10px;
    width: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#p_con .p_right #p_nav ul li>span{
    text-align: center;
    display: block;
    width: 70px;
    height: 100%;
    padding: 0 10px;
}
#p_con .p_right #p_nav ul li b{
    position: absolute;
    top:-30px;
    left: 0;
    padding: 0px 10px;
    display: none;
    z-index: 100;
    background: #d80000;
    width: 180px;
}
#p_con .p_right #p_nav ul li:hover b{
   display: block;
}
#p_con .p_right #p_nav ul li:not(:first-child):hover{
    background: #d80000;
 }

#p_con .p_right #p_nav ul li:first-child{
    height: 28px;
    line-height: 28px;
    border: 1px solid #0060ff;
    width: calc(100% - 2px);
}

.p_right>img{
    position: absolute;
    top:10px;
    cursor: pointer;
}
.p_right>img:nth-child(2){
    left: 10px;
}
.p_right>img:nth-child(3){
    left: 80px;
    display: none;
}
.p_right>img:nth-child(4){
    left: 150px;
    display: none;
}
.p_right h5{
    position: absolute;
    bottom: 10px;
    left: calc(50% - 150px);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    display: none;
}
.p_right h5 span{
    font-size: 20px;
}
#p_bot{
    height: 158px;
    width: 100%;
    text-align: center;
}
#pbot_img{
    height: 158px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    background: rgba(0,0,0,0.3);
    position: relative;
    display: none;
}
#pbot_img h2{
    position: absolute;
    left: 10px;
    top:10px;
}
#pbot_img>div.PBot{
    height: 100%;
    width: 5%;
}
#p_bot .p_bot1{
    width: 39%;
    padding: 10px;
    height: calc(100% - 20px);
    border-radius: 6px;
    background: rgba(0,0,0,0.3);
}
#p_bot .p_bot2{
    width: calc(20% - 12px);
    height: 100%;
    border-radius: 6px;
    background: rgba(0,0,0,0.3);
    margin-left: 10px;
}
#p_bot .p_bot1>span{
    width: 4.3%;
    display: inline-block;
    height: 18px;
    margin-top: 50px;
}
#p_bot .p_bot2 h3{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 30px 0;
}
#p_bot .p_bot2 b{
    width: 70%;
}
#p_bot .p_bot2 p{
    display: block;
    padding-top: 10px;
    color: #fff;
}
#p_bot .p_bot2:nth-child(3) b i{
    background: #6100d9;
}
#p_bot .p_bot2:nth-child(4) b i{
    background: #9900d9;
}




.p_left>img{
    position: absolute;
    right:6px;
    top:calc(50% - 15px);
    display: none;
}



#p_BCD{
    height: 580px;
    width: 580px;
    transition: 0.5s;
    border-radius: 290px;
    display: inline-block;
    overflow: hidden;
}

#p_Dbox{
    height: 540px;
    width: 540px;
    border-radius: 8px;
    background: #000;
    display: none;
    padding: 30px;
    margin-left: 6%;
}
#p_D{
    height: 540px;
    width: 540px;
}
#p_map{
    height: 95%;
    width: calc(100% - 50px);
    border-radius: 6px;
}

