/*全局控制栏*/
html,body
{
    width: 100%;
    height: 100%;
}
body{
    background-color: #021148;
    margin: 0;
    font-family: "Microsoft YaHei";
    font-weight: lighter;
    /* background-image: url("../images/Homebodybg.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -120px;
    overflow-x: hidden;
    overflow-y: hidden;
}
/*标题*/
header{
    width: 1920px;
    height: 105px;
    margin: auto;
    background-image: url("../images/head_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    line-height: 85px;
    color: #00e4ff;
    letter-spacing: 4px;
}
h4,h3,.fig p,.contentTitle,.analysis,.map_title,.alltitle,.t_title{
    letter-spacing: 2px;
}

a{ text-decoration:none;}
/*logo图*/
.title-img{
    border: none;
    width: 7.8rem;
    vertical-align: middle;
    margin-left: -48px;
    margin-top: -19px;
    margin-right: 20px;
}
.indexPageDiv{
    width: 180px;
    height: 105px;
    float: right;
    margin-right: 60px;
}
.indexSY{
    float: right;
    width: 30px;
    margin-right: -180px;
    margin-top: -6px;
}
/*下拉选择*/
.indexPage {
    float: right;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #04265f;
    color: #08b5e1;
    font-size: 22px;
    border: 1px solid #06647c;
    margin-right: 50px;
    margin-top: 15px;
    display: none;
}
.indexPageDiv:hover .indexPage{
    display: block;
}
/*内容标题*/
.contentTitle{
    color: #dfdede;
    font-size: 18px;
    line-height: 60px;
    margin-left: 22px;
    display: block;
    font-weight: bold;
}
/*内容背景*/
.content-back-color{
    background-color: #091e4f;
}
/*文本背景*/
.text-back-color{
    background-color: #000c3c;
}
/*文本颜色*/
.content-color,.content-color div ul li{
    color: #d5d8da;
}

/*四角*/
.fltdecarround{width: 8px;height: 8px; position: absolute;}
.fltdecarroundtop{ top:-1px; border-top: #00a8ff 3px solid;}
.fltdecarroundright{ right:-1px; border-right: #00a8ff 3px solid;}
.fltdecarroundbottom{ bottom:-1px; border-bottom: #00a8ff 3px solid;}
.fltdecarroundleft{ left:-1px; border-left: #00a8ff 3px solid;}
