﻿@charset "utf-8";
html,
body {
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}


/*导航背景*/

.header {
	height: 72px;
}

.small_left {
    position: absolute;
    left: 8px;
    top: 1%;
    width: 190px;
    height: 150px;
}
.small_left_1 {
    position: absolute;
    left: 8px;
    bottom: 1%;
    width: 178px;
    height: 145px;
}
.small_right {
    position: absolute;
    right: 8px;
    top: 1%;
    width: 190px;
    height: 150px;
}
.small_right_1 {
    position: absolute;
    right: 8px;
    bottom: 1%;
    width: 178px;
    height: 145px;
}
/*选项卡样式*/
.nav label {
	display: block;
	height: 111px;
	line-height: 111px;
	color: #71ccde;
	text-align: center;
	font-size: 20px;
	/*background: url(../img/navactice.png) no-repeat;*/
	background-position:center center
}

.nav label:hover {
	cursor: pointer;
	color: #01dfe7;
	line-height: 111px !important;
	box-sizing: border-box;
	background: url(../ima/navactice.png) no-repeat ;
    background-position:center center
}


/*选中样式*/

.active {
	line-height: 111px !important;
	box-sizing: border-box;
	background: url(../img/navactice.png) no-repeat;
	background-position:center center
}

.zz {
 	height: 111px;
	line-height: 111px; 
}
.time_right {
    font-size: 16px;
    color: #cbe5ff;
    float: right;
    padding-right: 10%;
    text-align: right;
    margin-top: 50px;
}
.time_img {
    width: 17px;
    height: 17px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.time_text {
    float: left;
}
/*二级导航*/

#erji {
	color:#fff;
	width: 115px;
	height: 70px;
	background: rgba(7, 44, 98, 0.56);
	position: absolute;
	top: 75px;
	left: 22px;
	z-index: 110;
}

#erji ul li {
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/*空间分析*/
.kk li:hover {
	color: #f3f3f3;
	font-weight: bold;
}
/*二级导航选中样式*/
.erjiactive {
	color: #f3f3f3;
	font-weight: bold;
	background: #0e59a6;
}
.bt_img {
    height: 44px;
    width: 1900px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}