*{margin: 0px;padding: 0px; font-family: "microsoft yahei";font-size: 14px;}
html,body{ height:100%; overflow:hidden;  width: 100%;  color:#000;}
li { list-style: none;}
input,select{outline:none;}
ul{ list-style:none;}
a,a:hover,a:active,a:visited  {text-decoration: none;color: #000;}
img { border: none;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both; height: 0px; width: 0px;}



#box{
    height: calc(100% - 10px);
    width: calc(100% - 20px);
    padding:0 10px 10px;
    background:url("../images/background.jpg") repeat left center;
    position: relative;
}
#top{
    width: 100%;
    height: 46px;
    padding: 16px 0 6px 0;
    border-bottom: 1px solid #202428;
	position: relative;
}
#top>a{
    height: 38px;
    width: 110px;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #434343;
    background: none;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    line-height: 38px;
    text-align: center;
}
#top>a:hover{
    background: url("../images/jbbg.png") no-repeat center center;
    background-size: 100% 100%;
}

#title{
    height: 46px;
    /*width:486px*/
    width:100%;
    /*margin: 0 auto;*/
}
#top p{
    font-size: 30px;
    color: #fff;
    line-height: 46px;
    letter-spacing:10px;
    /*padding-left: 26px;*/
    /*padding-left:586px;*/
    padding-left:35%;
}
#top p span{
    font-size: 18px;
}

#con{
    width: 100%;
    height:65%;
    margin: 10px 0;
}
#con_left{
    width: 59%;
    height: 100%;
    background: url("../images/left_bg.png") repeat-x center;
    margin-right: 10px;
}

#con_left h1{
    display: inline-block;
    height: 32px;
    width: 180px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
    -webkit-transform: skew(160deg);
    -moz-transform: skew(160deg);
    -o-transform: skew(160deg);
    margin: 0 6px;
    cursor: pointer;
}
#con_left h1:first-child{
    background: #0060ff;
}
#con_left h1 p{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}
#con_left>img{
    width: calc(100% - 590px);
    height: 32px;
}









#con_right{
    width: calc(41% - 10px);
    height: 100%;

}
.right_title{
    height: 52px;
    width: 100%;
    background: #212529;
    border-radius: 6px;
}
.right_title h2{
    font-size: 16px;
    color: #fff;
    line-height: 52px;
    padding-left: 10px;
    font-weight: normal;
    display: inline-block;
}
.right_title h2 span{
    font-size: 16px;
}
.title_h3 b{
    height: 15px;
    /*width: 403px;*/
    width: calc(100% - 350px);
    background: #21262b;
    border: 1px solid #111519;
    box-shadow:0 2px 2px rgba(255,255,255,0.31);
    -webkit-box-shadow:0 2px 2px rgba(255,255,255,0.31);
    -moz-box-shadow:0 2px 2px rgba(255,255,255,0.31);
    -o-box-shadow:0 2px 2px rgba(255,255,255,0.31);
    box-shadow:inset 0 0 2px rgba(255,255,255,0.31);
    -webkit-box-shadow:inset 0 0 2px rgba(255,255,255,0.31);
    -moz-box-shadow:inset 0 0 2px rgba(255,255,255,0.31);
    -o-box-shadow:inset 0 0 2px rgba(255,255,255,0.31);
    display: inline-block;
    border-radius: 10px;
    padding:0 2px;
    margin: 0 10px;
}
.title_h3 b i{
    display: block;
    height: 13px;
    width: 80.97%;
    background: #0060ff;
    border-radius: 10px;
}
.title_h3 p{
    display: inline-block;
    font-size: 24px;
    color: #0060ff;
}
#con_right>div:nth-child(2),
#con_right>div:nth-child(3){
    height: calc(60% - 72px);
    width: calc(50% - 5px);
    margin-top: 10px;
    background: #212529;
    border-radius: 6px;
    position: relative;
}
#con_right>div:nth-child(3){
    margin-left: 10px;
}
#con_right>div:last-child{
    height:40%;
    border-radius: 6px;
    background: #212529;
    margin-top: 10px;
    position: relative;
}
#bot{
    height: calc(35% - 89px);
    width: calc(100% - 20px);
    background: rgba(0,0,0,0.3);
    border-radius:0 0 6px 6px;
    position: absolute;
    bottom: 10px;
}
.top3 h3,
.over_mv h3{
    position: absolute;
    height: 32px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    border-bottom: 2px solid #000;
    top:2px;
    left: 10px;
}
.top3 h3 b{
    font-weight: normal;
    color: #d80000;
}
.over_mv h3 b{
    font-weight: normal;
    color: #0060ff;
}
.top3 h3 b span,
.over_mv h3 b span{
    font-size: 24px;
}
.top3 h3>i,
.over_mv h3>i{
    height: 2px;
    width: 28px;
    display: block;
    position: absolute;
    bottom: -2px;
    left:0px;
    background: #0060ff;
}



#bot .bot_title{
    height: 28px;
    width: 100%;
}
#bot .bot_title>p{
    height: 26px;
    width: calc(20% - 2px);
    background: #000;
    float: left;
    border: 1px solid #0060ff;
    text-align: center;
    line-height: 26px;
    position: relative;
    cursor: pointer;
}
#bot .bot_title>p>span{
    color: #fff;
    position: relative;
    z-index: 20;
}
#bot .bot_title>p>i{
    position: absolute;
    height: 28px;
    /*width: calc(100% + 2px);*/
    width: 0;
    background: url("../images/jbbg.png") no-repeat left center;
    background-size: 100% 100%;
    top: -1px;
    left: -1px;
    z-index: 10;
    display: none;
}
#bot .bot_title>p>i.i_cur{
    display: block;
}

#bot .bot_bot{
    height: calc(100% - 30px);
    position: relative;
    /*background: yellow;*/
}
#bot .bot_bot1{
    width: calc(30% - 171px);
}
#bot .bot_bot2{
    width: calc(70% - 399px);
}
#bot .bot_bot3{
    width: 570px;
}
#bot .bot_bot h3{
    position: absolute;
    top: 10px;
    left: 10px;
    background:#000;
    color: #fff;
    padding: 0 10px 0 6px;
    font-weight: normal;
    line-height: 16px;
    border-left: 6px solid #0060ff;
}
#bot .bot_bot3 h3{
    width: 528px;
}
#bot .bot_bot3 h3>p{
    display: inline-block;
    margin-left: 20px;
}
#bot .bot_bot3 h3>p span{
    display:block;
    height: 5px;
    width: 17px;
    border-radius: 2px;
    background: #9900d9;
    margin-right: 4px;
    margin-top: 6px;
}
#bot .bot_bot3 h3>p:nth-child(2) span{
    background: #6100d9;
}
#bot .bot_bot3 h3>p:nth-child(3) span{
    background: #004fcf;
}
#bot .bot_bot3>ul{
    height: calc(100% - 20px);
    width: 100%;
    padding: 20px 10px 0;
    text-align: center;
}
#bot .bot_bot3>ul>li{
    height: calc(100% - 10px);
    /*width: 10%;*/
    padding-top: 10px;
}
#bot .bot_bot3 ul li p{
    color: #fff;
    font-size: 12px;
    padding-top: 6px;
}
#bot .bot_bot3 ul li ul{
    height: calc(100% - 60px);
    border-bottom: 1px solid #000;
    padding-top: 20px;
}
@media (max-height: 820px) {
    #bot .bot_bot3 ul li ul{
        height: calc(100% - 40px);
        border-bottom: 1px solid #000;
        padding-top: 0px;
    }
}
#bot .bot_bot3 ul li ul li{
    width: 16px;
    display: inline-block;
    background: #004fcf;
    color: #fff;
    height: 100%;
    font-size: 12px;
    vertical-align:bottom;
    line-height: 1;
}
#bot .bot_bot3 ul li ul li:nth-child(2){
    background: #6100d9;
    height: 85%;
}
#bot .bot_bot3 ul li ul li:nth-child(3){
    background: #9900d9;
    height: 70%;
}











#con_left #map1{
    height: calc(100% - 32px);
    width: 100%;
}
#Top3,#Over_mv,#Under_mv,#Bot_bot1{
    height: 100%;
    width: 100%;
}
.BotBot2{
    width: 14%;
    height: 100%;
}





#bot_clilck{
    width: 100%;
    height: 100%;
}
#bot_bg1,#bot_bg2,.bot_map,.bot_bot4{
    display: none;
}












